/* CSS Website Christine Stahr 2011*/

body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#1b2e04;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #61a411;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #61a411;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #61a411;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
a:link {
	color:#61a411;
	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
}
a:visited {
	color:#61a411;
}
a:hover {
	color:#f89506;
}
a:active {
	color:#feb952;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#61a411;
	text-align: right;
	margin-bottom: 10px;
}
.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#61a411;
	font-size:13px;
	text-decoration:none;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
 -webkit-transition: all .1s linear;
 -moz-transition: all .1s linear;
 transition: all .1s linear;
}
.nav a:link {
	color:#61a411;
}
.nav a:visited {
	color:#61a411;
}
.nav a:hover {
	color:#f89506;
	font-size:16px;
}
.nav a:active {
	color:#feb952;
}
.text_gruen {
	color:#61a411;
}
.bild_rechts_quer {
	float: right;
	margin: -50px -100px 10px 20px;
	z-index: 10;
}
.bild_rechts_quer_2 {
	float: right;
	margin: -96px -69px 10px 20px;
	z-index: 10;
}
.bild_rechts_hoch {
	float: right;
	margin: -39px -130px 20px 20px;
	z-index: 10;
}

.bild_rechts_neuerscheinung {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 11;
}

.bild_rechts_hoch2 {
	float: right;
	margin: -50px -60px 20px 20px;
	z-index: 10;
}

.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color:#61a411;
}
.footer a {
	font-family: Verdana, Arial, sans-serif;
	color:#61a411;
	font-size:11px;
	text-decoration:none;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}
.footer a:link {
	color:#61a411;
}
.footer a:visited {
	color:#61a411;
}
.footer a:hover {
	color:#f89506;
}
.footer a:active {
	color:#feb952;
}
/* DIVERSES */

#ref {
	width: 100%;
	border-bottom: 2px dotted #61a411;
	min-height: 160px;
	margin-bottom: 20px;
}
#linie {
	width: 100%;
	border-bottom: 2px dotted #61a411;
}
#linie2 {
	width: 100%;
	border-bottom: 1px dotted #61a411;
	margin-bottom: 6px;
}
#linie3 {
	width: 60%;
	border-bottom: 1px dotted #fea82a;
	margin-bottom: 6px;
}
#cover {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 150px;
	min-height: 160px;
	text-align: right;
}
#logokontakt {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 150px;
	text-align: right;
}
.textfett {
	font-size:13px;
	font-family: Verdana, Arial, sans-serif;
}
.textfett a:link {
	font-size:13px;
}
.textfett a:visited {
	font-size:13px;
}
.textfett a:hover {
	font-size:13px;
}
.textfett a:active {
	font-size:13px;
}
.vorschaubild {
	border: 1px solid #fca01a;
	>max-height: 200px;
}
/* WEBYEB */
	
.KURSIV {
	font-style: italic;
}
.KURSIV_FETT {
	font-style: italic;
	font-weight: bold;
}
.GRUEN {
	color: #61a411;
}
.GRUEN_FETT {
	font-weight: bold;
	color: #61a411;
}
.GRUEN_KURSIV {
	font-style: italic;
	color: #61a411;
}
.GRUEN_FETT_KURSIV {
	font-weight: bold;
	font-style: italic;
	color: #61a411;
}
/* CONTENT */


.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 860px;
	background: #fff url(../images/bg.jpg) repeat-y top left;
}
.twoColFixLtHdr #header {
	background: #fff;
	margin: 30px 0px 0px 310px;
	z-index: 1;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 350px;
	background: transparent;
	padding: 15px 10px 100px 0px;
}
.twoColFixLtHdr #mainContent {
	background: #fff2df;
	min-height: 400px;
	margin: 0px 0 0 360px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 10px 10px;
}
.twoColFixLtHdr #footer {
	background: transparent;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 6px 10px 370px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
