/*Picnic Website 2009 - Style */ 

body {
	color: black;
	margin: 0;
	padding: 0;
	background-image: url(img/patternbg.png);
	background-repeat: repeat;
	background-position: center;
}

  #bg {
  position: absolute; 	 	
	background-image: url(img/picnic_prev_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	left:0;
	height: 100%;
	top:0;
	width: 100%;

  }
 #site {
  margin:0px auto;
  width:1090px;
}

 /*  HEADER, Navigation, Pfad------------------------------ */ 

  #rheader  {
  width:100%;
  top:0;
  position: relative;
  background-image: url(img/picnic_prev_02.gif);
  background-repeat: no-repeat;
  height: 271px;
}

   #cop  {
  width:178px;
  top:163px;
  left: 65px;
  position: absolute;
  background-image: url(img/picnic_prev_05.gif);
  background-repeat: no-repeat;
  height: 79px;
}
  #menu  {
  width:250px;
  top:40px;
  left: 65px;
  position: absolute;
  height: 120px;
}

  #menu img{
  margin: 0px;
  border: none;
  border-bottom:  none;
  }
  #menu a img{
  border-bottom:  none;
  }
  #menu a:hover img {
  }


 /*  CONTENT, Submenu, Sidebar------------------------------ */
 
  #rcontent {
  margin-top:5px;
  font-size: 11px;
  color: #000000;
  font-family: georgia, serif;;
  width:100%;
}
  #rcontent  a {
	color: #333333;
	text-decoration:none;
	border-bottom: 1px #a2ded1 dotted;
}

  #rcontent a:hover {
  border-bottom: 1px #a2ded1 solid;
 
  
  }

  #rcontent a:visited {
  text-decoration:none;
 }
 
  #contentbox {
  margin-left: 63px;
  width: 692px;
}
  #cheader {
  background-image: url(img/picnic_prev_08.gif);
  background-repeat: no-repeat;
  height: 59px;
}
  #cbody {
  background-image: url(img/paper_stock.jpg);
  padding: 10px;
  background-repeat: repeat;
  }
  
  .theadline h2 {
  
  font-size: 26px;
  margin: 10px;
  
  }

  .ttext {
	padding: 10px;
	text-transform: lowercase;
}



  #sidebarright {
  float:right;
  width:30%;
}

  #contentleft {
  float:left;
  width:70%;
}
/* Sidebox */

 #sidebox {
 padding: 10px;
 margin-bottom: 5px;
 border: white dashed 1px ;
 width: 280px;
 }
 #sbcontent {
 position:relative;
 font-family: "MS Sans Serif", Geneva, sans-serif;
 padding: 40px 10px 10px 10px;
 background-image: url(img/paper_stock.jpg);
 background-repeat: repeat;
 }
 #sbhead {
	padding: 2px 10px 10px 20px;
	right: 0px;
	top: 10px;
	height: 26px;
	position: absolute;
	background-image: url(img/picnic_back_head.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #ffffff;
	font-family: "Georgia", "Century Schoolbook";
	letter-spacing: 2px;
}
/* Post News */

  #post {
  width: 100%;
   margin-bottom: 20px;
  }
  
  #postmeta {
    float: left;
    position:relative;
    padding-top:5px;
	  width: 120px;
	  margin-right: 5px;
   	border-top: 1px dotted #CCCCCC;
   	height: auto;
   	font-family: "MS Sans Serif", Geneva, sans-serif;
	height: 40px;
   	font-size:10px;
   }
	#postmeta span {
   font-size:26px;
	color: #a2ded1;
   font-family: Georgia, serif;
   }
  
   #postcontent {
    padding-top:5px;
    margin-left: 126px;
	  width: 520px;
	  border-top: 1px dotted #CCCCCC;
	  height: auto;
	  margin-bottom: 10px;
	
  }
  #postcontent h2 {
    font-size:26px;
    font-weight:lighter;
    font-family: Georgia, serif;
    margin: 5px;
    padding-bottom:3px;
    color: #333333;
    background-image: url(img/underline.jpg);
    background-repeat: no-repeat;
    background-position: -12px bottom;
	
  }
/*texfield, button */

.textfield {
   width:200px;
	border:1px solid #CCCCCC;
}

.submit_about {
   margin: 10px 0px 10px 0px;
   color:#000;
	background-color:#ffffff;
   width:200px;
   border:1px solid #a2ded1;

}

/* guestbook*/

.guestbookentry {
    padding: 10px;
	border-bottom: 1px dashed #999999;
}

.guestbookentry h3{
	color: #a2ded1;
	font-size: 14px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:1px;

}
#gdate {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

#gtext {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;

}

/*links*/

   ul.linklist li {
	padding-top: 6px;
}

/*footer*/


  #footer {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding-left:70px;
	padding-top: 12px;
	color:#333333;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	font-size: 10px;
}


 #footer a {
	color: #333333;
	border-bottom: 1px #a2ded1 dotted;
}

  #footer a:hover {
  border-bottom: 1px #a2ded1 solid;
  
  }

  #footer a:visited {
  text-decoration:none;
 }

   #footer span {
	font-weight: 400;
	text-transform: lowercase;
}
.unnamed1 {
	list-style-type: none;
}
