/* monika-holz.de | Website 2009 */

/* ------------------------ ALLGEMEIN ------------------------ */
* {
	margin:0;
	padding: 0;
}

.formErr {color:red;}

body {
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	background-image: url(basics/hg_oben.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: lighter;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {	
	font-weight: lighter; margin-bottom: 6px;
	font-size: 14px;
	color: #4d4d4d;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, ul {
	margin-bottom: 12px;
	line-height: 18px;
}

li {
	margin-left: 30px;

}
.klein {
	font-size: 11px;
	line-height: 14px;
}
img {
	border:none;
}

a:link {
	color: #656565; 
}
a:visited {
	color: #656565;
}
a:hover {
	color: #BC9A6B;
}
a:active {
	color: #000;
}

/* ------------------------ wrapper und oben  ------------------------ */

#wrapper {
	text-align: left;
	margin: 0px;
}
#container_oben {
	width: 840px;
	padding: 0px;
	margin: 0px auto;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container_oben h1 {
	color: #fff;
	font-size: 20px;

}
#container_oben .zusatz {
	font-size: 14px;
}
#logo {
	top: 35px;
	position: absolute;
	width: 300px;
	color: #fff;
}

#nav_main {
	position: relative;
	width: 500px;
	left: 302px;
	top: 52px;
	text-align: right;
	color: #fff;
	font-size: 15px;
}
#nav_main ul {float:right; height:30px; list-style:none;}
#nav_main ul li {margin-left: 0px; padding-left: 18px;
	float:left;
	display:inline;
	line-height:30px;
}
#nav_main ul li a, #nav_main ul li a:visited {display:block; text-decoration:none; color:#fff; }
#nav_main ul li a:hover {
	color:#E4D7C5;
}
#nav_main ul li.current {
	background-image: url(basics/b_rund_rechts.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav_main ul li.current span {padding-left:9px;	padding-right:9px; display:block;
	background-image: url(basics/b_rund_links.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav_main ul li.current a, #nav_main ul li.current a:visited {color:#656565; background-color: #fff;}


#nav_zwei {
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}
#nav_zwei {
	list-style: none;
}
#nav_zwei a {
	text-decoration: none;
}
#nav_zwei .current a {
	color: #BC9A6B;
}
/*----------------- contentbereich ---------------*/


#container_unten {
	width: 840px; height: 550px;
	padding: 0px;
	margin: 0px auto;
	padding-top: 40px;	
}

#content_links {
	width: 340px;
	text-align: left; float: left;
}

#content_rechts {
	width: 460px;
	float: right;
	text-align: left;
}


.clearboth {
	clear: both;
}

/*------------ fuss --------------*/
#container_fuss {
	position: relative;
	left: 0px;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #BC9A6B;
	color: #fff; 
	font-size: 11px;
}

#fuss_content a {
	color: #fff; text-decoration: underline; 
}
#fuss_content a:hover {
	color: #ccc;
	text-decoration: none;
}
	


.kasten { margin-top: 14px;
	padding: 10px;
	background-color: #f6f2ec;
}
.kasten p { margin-bottom: 0px;

}

#aufklapper { display:none;
}

/* ------------------------ FORMULAR ------------------------ */
form {
	padding-top: 10px;
}
.txtfeld {
	background-color: #F3F3F4;
	border: #0d59ab solid 1px;
	width: 330px;
	margin: 2px 0px;
}
.txtfeld_date {
	background-color: #F3F3F4;
	border: #0d59ab solid 1px;
	width: 61px;
	margin: 2px 0px;
}
.txtarea {

	font-family: Arial, Helvetica, sans-serif;
}
.checkbox {
	background-color: #F3F3F4;
	border: #0d59ab solid 1px;
	padding: 0px;
}
.formBtn {
	background-image: url(../basics/button_senden.gif);
	border: none;
	color: #fff;
	height: 24px; padding: 5px;

}
.radioBtn {margin-right: 4px; margin-left: 4px;}
.error {
	color: red;
}
.gross {
	font-size: 30px;
}
.bildlinks {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/* ------------------------ EXTRAS IM CONTENTBEREICH ------------------------ */

