/* master.css fuer reifen-hornbruch.de */

/* blau = #004494 */
/* gruen = #6EA91F */

h1, h2, h3, h4, h5, h6, p, address, th, td, li, dt, dd, form, input, textarea, a {
	color: #004494;
	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;
	line-height: 1.5em;
}

h1 { color: #004494; font-size: 2.1em; font-weight: bold; }
h2 { color: #004494; font-size: 1.1em; font-weight: bold; }
h3 { color: #004494; font-size: 1.0em; font-weight: bold; }
h4 { color: #004494; font-size: 1.0em; font-weight: bold; }
h5, h6 { color: #000; font-weight: bold; font-size: 1.0em; }
p, dl, ul, ol { font-size: 1.0em; line-height: 1.5em; }

table, tr, th, td { font-size: 1.0em; line-height: 1.5em; }
table tr { vertical-align: baseline; }
table td { text-align: left; }

input, textarea { font-size: 1.0em; color: #003;}

a:link, a:visited {
	color: #006000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #006000;
	text-decoration: underline;
	}

strong, b { color: #004494; font-weight: bold; }
em, i { color: #006000; font-style: italic; }
img { border: 0 none; }



.hide { display: none !important; }

/* Margin und Padding bei allen Blockelementen auf Null setzen */
* { margin: 0; padding: 0; }

/* Raender, Breite, Hintergrundfarbe, etc. der Seite */
html { 
	min-width: 980px;
	}

body {
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 82%;
	color: #000;
	background: #F0F4F7 url(bg.jpg) repeat-x top left;
	}

#page {	
	margin: 15px auto 0 auto;
	padding: 0;
	width: 945px; /* 925 + 20 */
	text-align: left;
	background: transparent url(bg-middle.png) repeat-y top center;
	}

/* Beginn Header */
#header {
	position: relative;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 925px;
	height: 116px;
	text-indent: -9999px;
	background: transparent url(bg-top.jpg) no-repeat top right;
	outline: 0px solid #0c0;
	}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
	
#header-slideshow {
	position: absolute;
	top: 0;
	left: 175px;
	width: 374px;
	height: 116px;
	outline: 0px solid #0c0;
	}

#augen {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 50px;
	width: 121px;
	height: 67px;
	background: transparent url(augen.gif) no-repeat top left;
	outline: 0px solid #0c0;
	}
/* Ende Header */


/* Beginn Menu */
#menu {
	position: absolute;
	z-index: 10000;
	top: 74px;
	left: 26px;
	width: 392px;
	height: 42px;
	outline: 0px solid #00c;
	}

#menu li {
	float: left;
	margin: 0;
	list-style: none;
	}

#menu li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 78px;
	height: 42px;
	}

li#menu-5 {
	width: 80px;
	}

#menu-1 a { background: transparent url(menu-01.jpg) no-repeat top left; }
#menu-2 a { background: transparent url(menu-02.jpg) no-repeat top left; }
#menu-3 a { background: transparent url(menu-03.jpg) no-repeat top left; }
#menu-4 a { background: transparent url(menu-04.jpg) no-repeat top left; }
#menu-5 a { background: transparent url(menu-05.jpg) no-repeat top left; }

#menu li a:hover,
#menu li a:active,
#menu li a.current,
#menu li.active a {
	background-position: 0 -42px;
	}
/* Ende Menu */


/* Begin Content */
#column-left {
	float: left;
	margin: 20px 0 0 10px;
	width: 415px;
	min-height: 400px;
	text-align: left;
	color: #fff;
	outline: 0px solid #0c0;
	}

/* Beginn Menu Section */
#menu-section {
	padding: 23px 0 0 0;
	width: 182px;
	background: transparent url(bg-menu-section-top.gif) no-repeat top left;
	outline: 0px solid #c00;
	}

#menu-section h3 {
	display: none;
	}

#menu-section a {
	color: #004494;
	}

#menu-section-middle {
	width: 182px;
	background: transparent url(bg-menu-section-middle.gif) repeat-y top left;
}

#menu-section-middle ul {
	margin: 0 0 0 10px;
	list-style: none;
	outline: 0px solid #00c;
	}


#menu-section-middle li {
	padding: 3px 0 3px 0;
	width: 171px;
	border-bottom: 1px solid #fff;
	}

#menu-section-middle a {
	padding: 0 2px 0 8px;
	}	

#menu-section-middle a:hover,
#menu-section-middle a:active,
#menu-section-middle a.current {
	padding: 0 2px 0 8px;
	color: #fff;
	text-decoration: none;
	background: transparent url(menu-section-marker.gif) no-repeat 0 3px;
	}	

#menu-section-bottom {
	width: 182px;
	height: 24px;
	background: transparent url(bg-menu-section-bottom.gif) no-repeat top left;
	outline: 0px solid #00c;
	}
/* Ende Menu Section */


#content-left {
	margin: 20px 0 0 30px;
	padding: 0 0 20px 0;
	width: 370px;
	text-align: left;
	color: #fff;
	outline: 0px solid #00c;
	}

#content-right {
	float: left;
	margin: 20px 0 0 17px;
	padding: 0 0 20px 0;
	width: 480px;
	min-height: 400px;
	text-align: left;
	color: #fff;
	outline: 0px solid #0c0;
	}

#content-left h2,
#content-right h2 {
	margin: 0 0 1.0em 0;
	padding: 0 0 3px 0;
	}

#content-left h3,
#content-right h3 {
	margin: 2.0em 0 0.5em 0;
	}

#content-left h4,
#content-right h4 {
	margin: 1.0em 0 0 0;
	}

#content-left p,
#content-right p {
	margin: 0 0 1.0em 0;
	padding: 0; 
	}

#content-left ul,
#content-left ol,
#content-right ul,
#content-right ol {
	margin: 5px 0 15px 3px;
	padding: 0 10px 0 0;
	}

#content-left li,
#content-right li {
	padding: 1px 1px 1px 15px;
	list-style: none;
	background: url(icon-li.gif) no-repeat 0 0.3em;
	}

#content-left a:link,
#content-left a:visited,
#content-right a:link,
#content-right a:visited {
/*	padding: 0 2px 0 16px; */
	color: #6EA91F;
/*	background: transparent url(icon-link.gif) no-repeat 0 1px; */
	}

#content-left a:hover,
#content-left a:active,
#content-right a:hover,
#content-right a:active {
	color: #006000;
	text-decoration: none;
	background-color: #fff;
	}

#content-right h2,
#content-right h3,
#content-right h4,
#content-right p,
#content-right ul,
#content-right ol,
#content-right li {
	padding-right: 20px;  /* besonderer rechter Abstand fuer Text, Bilder sollen rechtsbuendug sein*/
	}	
	
/* Ende Content */





/* Beginn Footer */
#footer {
	clear: both;
	position: relative;
	margin: 0 auto 0 auto;
	width: 925px;
	height: 51px;
	text-align: left;
	background: transparent url(bg-bottom.png) no-repeat bottom left;
	outline: 0px solid #c00;
	}
	
#footer p {
	margin: 0 auto 0 20px;
	padding: 9px 0 0 5px;
	width: 885px;
	font-size: 0.89em;
	color: #004494;
	}
	
#footer p a {
	font-size: 1em;
	color: #004494;
	}
	
#footer div#copyright {
	position: absolute;
	top: 8px;
	left: 820px;
	width: 80px;
	height: 21px;
	outline: 0px solid #c00;
	}

#footer div#copyright a {
	display: block;
	width: 80px;
	height: 21px;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
	}
/* Ende Footer */


/* Beginn Formular */
.red,
.missing {
	color: #c00;
	}

table.fieldset td {
	padding: 0 10px 10px 0;
/*	color: #0c0; */
	vertical-align: top;
	}
/* Ende Formular */



.img-left {
	float: left;
	margin: 0 20px 5px 0;
	padding: 0;
	}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	}

/* Spezielle Klassen */
.bold { font-weight: bold !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.clear { clear: both !important; }

