/*CSS by Pochwerk 2010*/
/***********************************Kopf**********************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
	
}

body {
	height: 100%;
	margin: 0;
	padding: 0;

	text-align: center;
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 1.0em;
	letter-spacing: 0.1em;
	color: #EFEFEF;
	
	background-image:url(../img/body_bg.jpg);
	background-repeat: repeat-x; 
	background-color: #A9A8A9;
	
}


body p {
	margin: 0;
	padding: 0;
}

body h1, h2, h3 {
	margin: 0px;
	padding: 0 0 10px 0;
	
	font-weight: normal;
}

body h1 {
	font-size: 1.4em;
	color: #EFEFEF;
	letter-spacing: 5px;
}

body h2 {
	font-size: 1.2em;
	color: #EFEFEF;
	letter-spacing: 3px;
}

body h3 {
	margin: 5px -18px 5px -18px;
	padding: 5px 0 5px 18px;
	font-size: 1.2em;
	color: #1E3D5A;
	
	border-top: 1px dotted #CCC;
/*	border-left: 1px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;*/
	background-color: #E6E4B3;
}

body ul {
	margin: 0;
	padding: 0;
}

body a:link {
	text-decoration: none;
	color: #FFFFFF;
}

body a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

body a:hover {
	text-decoration: underline;
	color: #91ABBF;
	
}

body a:active {
	text-decoration: none;
	color: #070E43;
}

body li {
	margin: 0 0 0 17px;
	padding: 5px 0 0 10px;
	
}


#container {
	position: relative; 
	text-align: left;
	top: 0px; 
	width: 813px;
	height: auto;
	min-height: 400px;
	
	margin: 0 auto;
	padding: 0;
	
	font-size: 0.9em;
	
}

#kopf {
	height: 305px;
	
	background-image: url(../img/kopf.jpg);
	background-repeat: no-repeat;
}

#kopf_inhalt {
	height: 80px;
	padding: 0 40px 0 240px;
	background-image: url(../img/kopf_inhalt.jpg);
	background-repeat: no-repeat;
}

#inhalt {
	padding: 0 40px 0 240px;
	background-image:url(../img/inhalt.jpg);
	background-repeat: repeat-y;
}

#menue {
	position: absolute;
	left: 0px;
	width: 180px;
}

#menue a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#menue a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menue a:hover {
	text-decoration: underline;
	color: #91ABBF;
}

#menue a:active {
	text-decoration: none;
	color: #070E43;
}

.menuepunkte {
	padding-left: 25px;
	
	line-height: 30px;
	font-size: 1.05em;
	font-weight: bold;
	color: #070E43;
}

.menuepunkt_aktiv {
	padding-left: 25px;
	
	line-height: 30px;
	font-size: 1.05em;
	font-weight: bold;
	color: #070E43;
	
	background-image:url(../img/menue.jpg);
	background-repeat: no-repeat;
}

#fuss {
	height: 175px;
	
	background-image: url(../img/fuss.jpg);
	background-repeat: no-repeat;
}

.sign {
	font-size: 10px;
	color: #404040; 
}

.sign a:link {
	color: #404040; 
}

.sign a:visited {
	color: #404040; 
}

.sign a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}

.sign a:active {
	color: #404040; 
}


.siebenmeilenabsatz {
	height: 200px;
}


.links {
	text-align: left;
	padding-left: 20px;
}

img {
border:none;
}

.klein_fettandred {
	font-size: 0.85em;
	font-weight: bold;
	color: #D33A1B;
}

.fettandred {
	font-weight: bold;
	color: #D33A1B;
}

.red {
	color: #D33A1B;
}

.klein {
	font-size: 0.85em;
}

.klein_menu {
	font-size: 0.85em;
	line-height: 25px;
	letter-spacing: 3px;
}

