body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	text-align: justify;
}

body, th, td, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #61492D;
}

body {
	background:url(../images/main/bg.jpg) no-repeat center top;
}



table {
	border:0px;
	padding:0px;
	margin:0px;
}

input {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #61492D;
	
	 /* added */
	background-color:#DDDDDD;
	width:120px;
}

.input_contact {
	background-color:#d9ffb2;
	border:1px solid #413e09;
}

.input_contact_button {
	
}


textarea {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #61492D;
	
	 /* added */
	width:100%;
	height:300px;
	background-color:#dddddd;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #66A342;
}

h1 {
	letter-spacing: -2px;
	font-size: 30px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 14px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #66A342;
}

a:hover {
	color: #66A342;
}


.download_list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:normal;
}

.download_list li {
	margin: 0;
	padding-left:25px;
	font-size: 14px;
}

/*
* filetype icons by Wilhelm Jansen
* http://www.web-toolbox.net/
* thanks!
*/

.doc { background: url(../images/icons/doc.gif) no-repeat; }
.docx { background: url(../images/icons/doc.gif) no-repeat; }
.txt { background: url(../images/icons/txt.gif) no-repeat; }
.rtf { background: url(../images/icons/txt.gif) no-repeat; }
.pdf { background: url(../images/icons/pdf.gif) no-repeat; }
.xls { background: url(../images/icons/xls.gif) no-repeat; }
.xlsx { background: url(../images/icons/xls.gif) no-repeat; }
.csv { background: url(../images/icons/xls.gif) no-repeat; }
.ppt { background: url(../images/icons/ppt.gif) no-repeat; }
.pptx { background: url(../images/icons/ppt.gif) no-repeat; }
.pps { background: url(../images/icons/ppt.gif) no-repeat; }


/*
* filetype icons by openOffice
* downloaded at http://wiki.services.openoffice.org/wiki/Evolution_of_OpenOffice.org_Icons
* thanks!
*/

.odt { background: url(../images/icons/odt.gif) no-repeat; }
.ods { background: url(../images/icons/ods.gif) no-repeat; }
.odp { background: url(../images/icons/odp.gif) no-repeat; }


hr {
	/*display: none;*/
}

/* Header */

#topbg {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/main/img01.jpg) no-repeat left top;
}

#header {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background: url(../images/main/header.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 190px 0 0 35px;
	color: #FFFFFF;
}

#header p {
	margin-top: -15px;
	margin-left: 31px; /* ADDED */
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	/* text-transform: lowercase; */
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

#header_menu {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding-right:10px;
	text-align:center;
}




/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(../images/main/img03.jpg) no-repeat left top #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 600px;
	margin: 0;
	padding-left: 30px;
	color: #666666;
}

.post {
	padding: 0px 0 0 0;
}

.title {
	padding: 0 20px 5px 0px;
	/* font-size: 26px; */
	background: url(../images/main/karpfen_06.png) no-repeat right 40%;
	border-bottom: 2px #66A342 dashed;
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #66A342;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 0px;
	/*margin: 0;*/
	color: #66A342;
}

.meta {
	text-align: left;
	color: #66A342;
	padding: 5px 20px 5px 25px;
	background: url(../images/main/karpfen_07.png) no-repeat left 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 20px;
}

.meta .more {
}

.meta .comments {
	background: url(../images/main/karpfen_07.png) no-repeat left 50%;
	padding-left: 25px;
}

.meta a {
	color: #66A342;
}



.navigation {
	text-align: left;
	color: #66A342;
	padding: 5px 20px 5px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 20px;
}

.navigation .link {
	background: url(../images/main/karpfen_07.png) no-repeat left 50%;
	padding-left: 25px;
}

.navigation a {
	color: #66A342;
}

.link_active {
	background: url(../images/main/karpfen_08.png) no-repeat left 50%;
	font-weight: bold;
	padding-left: 25px;
	color:#000000;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding: 0px 20px 5px 0px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 140px;
	margin-bottom: 10px;
	padding-right: 30px;
	color: #66A342;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-left: 20px;
	padding: 0 0 30px 0;
}

#sidebar li li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 35px;
	border-bottom: 1px #66A342 dotted;
}

#sidebar h2 {
	margin: 0px 0 0 20px; 
	height: 35px;
	font-size: 18px;
	color: #66A342;
	background: url(../images/main/karpfen_04.png) no-repeat right 30%;
	border-bottom: 2px #66A342 dashed;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(../images/main/karpfen_05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #48AB07;
	background: url(../images/main/img01.jpg) no-repeat left top;
	margin-bottom: 27px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #69B536;
}

img { border: none; }


img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}



.img_text
{
  text-decoration:none;
  color:#777777;
  font-size: x-small;
  padding-top:3px;
  padding-left:9px;
}

.single_col
{
  width:33%;
  vertical-align:top;
}

.half_col
{
  width:50%;
  vertical-align:top;
}

.double_col
{
  width:66%;
  vertical-align:top;
}

.triple_col
{
  width:100%;
  vertical-align:top;
}



.single_img
{
  width:100%;
  border:1px solid #CCCCCC;
  vertical-align:top;
}

.double_img
{
  width:100%;
  border:1px solid #CCCCCC;
  vertical-align:top;
}

.half_img
{
  width:100%;
  border:1px solid #CCCCCC;
  vertical-align:top;
}

.triple_img
{
  width:100%;
  border:1px solid #CCCCCC;
  vertical-align:top;
}