/* Barrierefrei durch CSS
Projekt: vorname-nils.de
Start: 02.02.2008
letzte Änderung:  */

/* Allgemeines */
/* Abstand für alle Elemente auf 0 */
*{
	padding: 0;
	margin: 0;
}

body {	
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	font-size:12px;
	text-align:center;
	background-color:#6C2E16;
	color:#333333;
	margin:0px;
	padding:0px;
}


/* Aussehen der Links im Text */
a:link,a:visited {
	text-decoration: none;
	color:#9F6B55;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	font-size:10px;
}

a:hover{
	font-size:10px;
	text-decoration: none;
	color:#743720;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	
}

/* Rahmen und Abstände von Bildern entfernen */
img, a img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* Listen-Stile entfernen */
ul,li {
	list-style-type: none;
}

/* Verschiedene Ausrichtungen */
.links {
	float: left;
}

.rechts {
	float: right;
}

.nichtsichtbar {
	display: none;
}

/* Ausrichtung entfernen */
.clear {
	clear: both;
}


/* Verschiedene Seitenbereiche */
/* Rahmen um alles */
#wrap {
	width: 700px;
	margin:auto;
	background-color:#FFFFFF;
	height: 100%;
	text-align:left;
	border: thin solid #FFFFFF;
}

/* Header */
#head {
	background-attachment:scroll;
	background-image:url(../img/header.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	height:137px;
	width:700px;
}

#head p{
	float:left;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	color:#743720;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	margin-left:5px;
	margin-top:5px;
}

#head h1{
	color:#FFFFFF;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	padding-top:40px;
	font-weight:bold;
}

.menuetop{
	float:right;
	margin-top:5px;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	font-size:10px;
}

/* Navigation */
#navigation {
	display: block;
	height: 34px;
	width: 700px;
	line-height: 25px;
	text-align: center;
	background-image:url(../img/shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#EFDBCD;
}

#navigation ul {
	line-height:25px;
	list-style-type:none;
}

#navigation li {
	text-decoration: none;
	font-size:11px;
	line-height:25px;
	height:25px;
	float:left;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	color:#333333;
}

#navigation li a:link {
	color:#9F6B55;
	text-decoration: none;
	line-height:25px;
	height:25px;
	font-size:11px;
}

#navigation li a:hover {
	color:#743720;
	line-height:25px;
	height:25px;
	font-size:11px;
}

#navigation li a:visited {
	color:#9F6B55;
	line-height:25px;
	height:25px;
	font-size:11px;
}

/* Navigation 2. Ebene*/
#hauptnavi {
	display: block;
	height: 25px;
	width: 700px;
	line-height: 25px;
	text-align: center;
	background-color:#EFDBCD;
}

#hauptnavi ul {
	line-height:25px;
	list-style-type:none;
}

#hauptnavi li {
	text-decoration: none;
	font-size:11px;
	line-height:25px;
	height:25px;
	float:left;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	color:#333333;
}

#hauptnavi li a:link {
	color:#9F6B55;
	text-decoration: none;
	line-height:25px;
	height:25px;
	font-size:11px;
}

#hauptnavi li a:hover {
	color:#743720;
	line-height:25px;
	height:25px;
	font-size:11px;
}

#hauptnavi li a:visited {
	color:#9F6B55;
	line-height:25px;
	height:25px;
	font-size:11px;
}

/* Sidebar */
#sidebar {
	width: 160px;
	display: inline;
	font-size: 12px;
	float: left;
	margin-bottom:10px;
	background-color:#EFDBCD;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Inhalt */
#content {
	width: 530px;
	display:inline;
	text-align: left;
	float: right;
	margin-bottom: 10px;
	padding-top:5px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

#content p{
	margin:0px;
	padding:0px;
	color:#333333;
	text-align:justify;
	padding-right:10px;
	padding-bottom:10px;
}

.absatzanfang{
	font-weight:bold;
	font-size:17px;
}

#content h1{
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-weight: bold;
	color:#9F6B55;
	text-align:left;
}

#content h2{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#9F6B55;
	text-align:left;
}


#content h4{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	text-align:left;
}

/* Footer */
#footer {
	width:700px;
	text-align:center;
	font-size:10px;
	color:#333333;
	background-image:url(../img/bg-footer.jpg);
	background-color:#EFDBCD;
	background-position:center;
	background-repeat:no-repeat;
	height:25px;
	line-height:25px;
	vertical-align:middle;
}

.footerlink{
	font-size:10px;
	color:#333333;
}

.warnung {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:10px;
	line-height:10px;
	vertical-align:text-top;
	color:#993300;
}

.ok {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:10px;
	line-height:10px;
	vertical-align:text-top;
	color:#00CC00;
}

/* Textfield Formatierung für Formulare */
.form_eingabe {
	color: #333333;
	padding: 2px;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	border: 1px dotted #9F6B55;
}

/* Textarea Formatierung für Formulare */
.textarea_eingabe {
	color: #333333;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	border: 1px dotted #9F6B55;
}

/*Selectfield Formatierung für Formulare */
.select_eingabe {
	color: #333333;
	padding: 2px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	width: 250px;
	border: 1px dotted #9F6B55;
}