/*
Credit: T. Zänker
*/

body {
	background: #e2e5b3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTViMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2M5YzE5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWNhYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e2e5b3 0%, #c9c190 75%, #d5caa2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e5b3), color-stop(75%,#c9c190), color-stop(100%,#d5caa2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e5b3 0%,#c9c190 75%,#d5caa2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e5b3 0%,#c9c190 75%,#d5caa2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e5b3 0%,#c9c190 75%,#d5caa2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e5b3 0%,#c9c190 75%,#d5caa2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e5b3', endColorstr='#d5caa2',GradientType=0 ); /* IE6-8 */
	margin: 0;
	padding: 0;
	color: #58503f;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.4em; 
	background-color: #b8ad88; 
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited { 
	color: #d79a1e; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: italic; 
}

a:hover { 
	text-decoration: underline; 
}

a.more { 
	display: inline-block; 
	width: 90px; 
	height: 13px; 
	background: url(../images/templatemo_read_more.png) no-repeat; 
}

p { margin: 0 0 20px 0; padding: 0; }

img { border: none; border: #fff 4px solid }

blockquote { font-style: italic; margin: 0 0 0 10px;}

cite { font-weight: bold; color:#7c7970; }
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #29b2c2; }

.image_fl { float: left; margin: 3px 20px 5px 0 }
.image_fr { float: right; margin: 3px 0 5px 20px }

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

h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 25px; padding: 3px 0 }
h3 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 10px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.float_l { float: left }
.float_r { float: right }

#templatemo_wrapper {
	width: 100%;
}

#templatemo_main { 
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 130px;
}

#site_title { 
	padding: 30px 0; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	width: 428px; 
	height: 120px; 
	color: #acacac; 
	text-indent: -10000px; 
	background: url(../images/logo-d.png) no-repeat center left; 
}

#templatemo_content {
	width: 950px;
	height: 513px;
	padding: 5px;
	background: url(../images/templatemo_main.png);
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: url(../images/slider_bg.png) no-repeat left
}

#templatemo_content li {
	float: left;
	position: relative;
	width: 190px;
	height: 490px;
	margin-right: 5px;
}

.kwicks li.active {
	background: url(../images/slider_bg_hover.png) no-repeat left;
}

.kwicks li span.header {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 15px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#templatemo_content #home { 
}
#templatemo_content #home.active { 
}
#templatemo_content #leben {
}
#templatemo_content #leben.active {
}
#templatemo_content #fach {
}
#templatemo_content #fach.active {
}
#templatemo_content #mensch { 
}
#templatemo_content #mensch.active { 
}
#templatemo_content #contact {
}
#templatemo_content #contact.active {
	margin-right: 0px;	
}

#templatemo_content #home span.header {
	background-image: url(../images/home1.png)
}

#templatemo_content #home.active span.header {
	background-image: url(../images/home1.png)
}

#templatemo_content #leben span.header {
	background-image: url(../images/leben1.png)
}

#templatemo_content #fach span.header {
	background-image: url(../images/fach1.png)
}

#templatemo_content #mensch span.header { 
	background-image: url(../images/mensch1.png)	
}

#templatemo_content #contact span.header {
	background-image: url(../images/kontakt1.png)	
}

#templatemo_content li .inner {
	width: 570px; 
	padding: 40px 40px 40px 100px; 
}

#templatemo_content li ul { 
	margin: 0 0 0 10px; 
	padding: 0; 
	list-style: decimal-leading-zero; 
}

#templatemo_content li ul li {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0 0 5px 18px;
	background: url(../images/templatemo_list.png) scroll 0px 7px no-repeat
}

#templatemo_footer {
	text-align: center;
	padding: 8px;
}

#templatemo_footer a {
	color: #000;
	text-decoration: none;
}

#contact_form { 
	padding: 0; 
	width: 310px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 200px; 
	padding: 5px; 
	color: #222; 
	border: 1px solid #f4f2ee;  
	background: #d9d4c7;
}

#contact_form form label { 
	display: block;
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 298px; 
	height: 120px; 
	padding: 5px; 
	color: #222;
	border: 1px solid #f4f2ee;  
	background: #d9d4c7;  
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#contact_form form .submit_btn { 
	font-size: 13px; 
	color: #222;
	border: 1px solid #f4f2ee;  
	background: #d9d4c7; 
	padding: 5px 14px; 
}

.col_half { width: 270px }