/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color:#fffffc;
	color:#000000;
	text-align:center;
	font: normal normal 0.85em Arial, Helvetica, sans-serif;
}


#container {
	position:relative;
	margin:20px auto;
	width:720px;
	background: #fffffc url(../bilder/davinci_wasserzeichen300.gif) 100% 80px no-repeat;	
	color:#000000;
	text-align:left;
	padding-bottom:10px;
	border:1px solid #ccc;
}

/* Kopf */

#banner {
	background-image:url(../bilder/hintergrund_neu.jpg);
	height:120px;
	text-align:left;
}

#schriftzug {
	position:absolute;
	width:98%;
	padding:0;
	margin-left:0;
	z-index:5;
	background-color: transparent;
	margin-top:25px;
	text-align:right;
	font-size:1.4em;
	color:#666;	
}




/* Navigation */

#kleinnav {
	font-family:Arial, Helvetica, sans-serif;
	margin-right:10px;
	padding:10px;
	text-align: right;
	background-color: transparent;
	color: #ab1227;
	font-size: 0.75em;
	font-weight: bold;
}

#kleinnav a, #kleinnav a:visited {
	color: #ab1227;
	background-color: transparent;
	border: 1px solid #ccc;
	text-decoration: none;
	padding:2px;
}

#kleinnav a:hover, #kleinnav a:active {
	color: #fff;
	background-color:#ab1227;
	border: 1px solid #ab1227;
}

#navi {
	font-family:Arial, Helvetica, sans-serif;
	width:150px;
	padding:10px;
	margin-left:5px;
	background-color: transparent;
	color:#666;
	font-size:0.85em;
	font-weight:bold;
	float:left;
}

#navi ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#navi ul li {
	margin-bottom:20px;
	list-style-image:none;
}
	

.grau, a.grau, a.grau:visited {
	color: #666;
	text-decoration: none;
}

a.grau:hover, a.grau:active {
	color: #fff;
	background-color:#ab1227;
}

.sekundaer {
	padding-left:8px;
	text-indent:-8px;
	line-height:130%;
}
.sekundaer_klein {
	font-weight:normal;
}


.blau, a.blau, a.blau:visited {
	color:#666;
	background-color: transparent;
	text-decoration:none;
}

a.blau:hover, a.blau:active {
	border-bottom: 2px dotted #ab1227;
	
}

.klein {
	font-size: 0.8em;
	margin:0 0 1.5em 0;
}


	
	
/* Inhalt */


#inhalt {
	margin:50px;
	padding:0;
	color:#000000;
}

#inhalt_mitte {
	width:80%;
	height:100%;
	margin:0;
	padding:10px;
	float:left;
	background-color:transparent;
	color:#000000;
}

#inhalt p {
	margin: 0 0 1em 1em;
	line-height:130%;
}

.zitat {
	border-top: 1px dotted #36f;
	border-bottom: 1px dotted #36f;
	margin: 10px;
	padding: 1em;
}

#inhalt h1 {
	margin: 1em 0 1em 1em;
	font-size: 1.2em;
	color: #ab1227;
	background-color:transparent;
	font-weight: bold;
}

#inhalt h2 {
	margin: 1.5em 0 1em 1em;
	font-size: 1.1em;
	color: #666;
	background-color:transparent;
	font-weight: bold;
}

#inhalt h2 a, #inhalt h2 a:hover, #inhalt h2 a:active, #inhalt h2 a:visited {
	text-decoration:none;
}

#inhalt h3 {
	margin: 1.5em 0 0.5em 1em;
	font-size: 1em;
	color: #000;
	background-color:transparent;
	font-weight: bold;
}


#inhalt a, #inhalt a:active, #inhalt a:visited {
	color:#ab1227;
	background-color:transparent;
}

#inhalt a:hover {
	color:#ab1227;
	background-color:#eee;
}

#inhalt ul {
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style-type:none;
	line-height:150%;
}

#inhalt ul li {
	margin-top:10px;
}

#inhalt_links {
	width:65%;
	margin:0;
	padding:10px;
	float:left;
	color:#000000;
	background-color:transparent;

}

#inhalt_rechts {
	width:25%;
	margin:0;
	padding:10px;
	float:right;
	color:#000000;
	background-color:transparent;
	line-height: 100%;
	font-size: 0.9em;
}

#inhalt_15 {
	width:10%;
	margin:0;
	padding:10px;
	float:right;
	background-color:transparent;
	color:#000000;
}

.indexteaser {
background-color: transparent;
color:#000000;
width: 30%;
margin: 0 5px 0 5px;
float: left;
}


.teaser {
	margin:5px 0;
	padding:5px;
	border: 1px solid #ccc;
}

.seitenanfang {
		clear: both;
		float: right;
		padding:10px;
		width:10%;
		margin:0;
}




/* Fuss */

#fuss {
	padding: 3px;
	text-align:center;
	background-color:#eee;
	color:#666;
	font-size:0.85em;
}


/* Sonstiges */

hr 	{
	background-color:#ccc; /* Mozilla 1.4 */
	color:#ccc; /* IE 6 */
	border: #ccc; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige n&ouml;tig, in Mozilla für die einheitliche H&ouml;he */
	margin: 1.5em 0;
}

/*.klein {
font-size: 0.8em;
color: #333333;
}*/

.fett {
font-size: 1.4em;
font-weight: bolder;
color: #ab1227;
background-color:transparent;
}

.rot {
color: #ab1227;
background-color:transparent;
}

.bildrechts {
float: right;
margin: 0 10px;
}

.bildlinks {
float: left;
margin: 0 10px;
}

#graucontainer {
width: 70%;
background-color: #eee;
color:#000000;
margin: 5px 10%;
padding: 5px;
}


.links {
	float:left;
	margin: 0 10px 0 0;
}

.rechts {
	float:right;
	margin: 0 0 0 30px;
}

.clear {
	clear:both;
}

.invis {
	display:none;
}

/* Formulareingabefelder */

input:focus {
color: #ab1227;
background: #eee;
}


/* externe Links */
.extern {
background-image: url(../bilder/extern.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 15px;
}

table {
border: 1px solid #999999;
margin: 0 2%;
border-collapse: collapse;
font-size: 0.9em;
}

table th {
color: #666;
text-align: center;
font-size: 1em;
font-weight: bold;
border: 1px solid #ab1227;
background-color:#eee;
padding: 3px;
}

table caption {
color: #999999;
background-color:transparent;
font-size: 0.9em;
}

table td {
background-color: transparent;
color:#000;
border: 1px solid #999999;
padding: 3px;
}

