/* CSS Document */

body {
	font-family: Verdana;
	font-size:0.8em;
	color:#1f1f1f;
	text-align:left;
	min-width:760px;
	max-width:980px;
	margin:10px auto;
	border:1px solid #d9d9d9;
	padding:1px;
}

/* Vereinheitlichung der Abstände */
* {
	margin:0;
	padding:0;
}

#colhead2 {
	width:980px;
	margin-top:10px;
	border-bottom:10px solid #e10918;
	min-height:101px;
}
/* Steinbrede Logo */
#steinbrede {
	float:left;
	width:50%;
	height:100px;
	background-image:url(Bilder/LogoSteinbrede.jpg);
	background-repeat:no-repeat;
	background-position:0;
}
/* Daihatsu Logo */
#daihatsu {
	float:right;
	width:50%;
	height:51px;
	background-image:url(Bilder/LogoDaihatsu.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
}
/* Headerbild */
#headline {
	float:left;
	width:680px;
	height:101px;
	background-image:url(Bilder/LogoHeadline.jpg);
	background-repeat:no-repeat;
	background-position:0;
}

/* Contentbereich */
#content {
	background-color:#d9d9d9;
	min-height:150px;
	display:block;
	overflow:hidden;
}

#inhalt {
	float:left;
	width:600px;
	padding:20px;
	background-color:#fff;
	min-height:300px;
}

#infobox {
	float:right;
	width:200px;
	padding:0px 5px;
	/*background-color:#fff;*/
}
#footer {
	clear:both;
	background:#6c6c6c;
	text-align:center;
	color:#eee;
	padding:5px 0;
	font-size:80%;
}
/* Überschriften im Inhalt */
#inhalt h2, h3 {
	color:#e10918;
}

#inhalt a {
	color:#e10918;
	text-decoration:underline;
}

#pic img {
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #e10918;
}

#text {
	width:100%;
}

#infobox h4 {
	text-decoration:underline;
}

#infobox a {
	color:#1d1d1d;
	text-decoration:none;
}
/* Hauptnavigation */
#navigation {
	float:left;
	width:10em;
}
#navlist {
	width: 10em;
	color: #1f1f1f;
	margin-top:20px;
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #1f1f1f dotted;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.5em;
	text-decoration: none;
}

#navlist li a:link { 
	color: #1f1f1f; 
}
#navlist li a:visited { 
	color: #1f1f1f; 
}

#navlist li a:hover {
	color: #eee;
	background:#e10918;
}

#navlist li a.active {
	color: #eee;
	background:#e10918;
}
/* ------------ Unternavigation ---------------------*/
#sublist {
	background-color:#fff;
	width:9.9em;
}

#sublist li {
	list-style: none;
	margin: 0px;
	text-align: left;
	border:none;
}

#sublist li a {
	display: block;
	padding: 0.4em 0.5em 0.4em 1em;
	text-decoration: none;
}

#sublist li a:hover {
	text-decoration:none;
	color: #e10918;
	background:#fff;
}

#sublist li a.subactive {
	text-decoration:underline;
	color: #e10918;
}
/*------------- Metanavigation ----------------------*/
#metanavigation {
	float:right;
	width:280px;
	min-height:101px;
	padding:5px10px;
}

#metalist
{
	padding-left: 0;
	margin-left: 0;
	/*width: 200px;*/
}

#metalist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em 1.5em;
	background-image:url(Bilder/LogoMeta.gif);
	background-repeat:no-repeat;
	background-position:0;
}

#metalist li a { 
	text-decoration: none;
	color:#1f1f1f;
}

#metalist li a:hover { 
	text-decoration: underline; 
}

#metalist li a.metaactive { 
	text-decoration: underline; 
}
/*Unsichtbare Springmarke für den Screenreader*/
.unsichtbar{
	position: absolute;
	left: -1000px;
	top: -1000px;
}
