/* =================================================
Stylesheet für Reifenservice Schott aus Rheinau/Freistett
Name: reifenservice.css, erstellt am 18.03.2009
Stand: 14.05.2010
=================================================== */

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

/* Abstand nach unten */
h2, h3, p, ul, ol {margin-bottom: 1em;}

/* Verschachtelte Listen ohne Abstand */
ul ul {margin-bottom: 0; }

/* Abstand von links */
li {margin-left: 1em; }
 

/* Allgemeine Selektoren */
html {height: 101%;}


/* Überschriften */
h1 { 
	font: 0.7em tahoma, arial, sans-serif;
  	font-size: 120%;
	font-weight: bold;
  	letter-spacing: .1em;
  	padding: 7px 0px 5px 0px; 
  	margin: 0px 0px 12px 0px; 
  	color: #CC0000; /* war #5A6151 */
}

h2 { 
	font: 0.7em tahoma, arial, sans-serif;
  	font-size: 150%;
	font-weight: bold;
	color: #CC0000;
  	padding: 7px 0px 5px 0px; 
  	margin: 0px 0px 12px 0px; 
}

h3 { 
	font: 0.7em tahoma, arial, sans-serif;
  	font-size: 130%;
	font-weight: bold;
	color: #CC0000;
  	padding: 7px 0px 5px 0px; 
  	margin: 0px 0px 12px 0px; 
}

h4 { 
	font: 0.7em tahoma, arial, sans-serif;
  	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}

h5 { 
	font: 0.3em tahoma, arial, sans-serif;
  	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

/* Hyperlinks allgemein */
a { /* Unterstreichung entfernen */ 
	text-decoration: none; 
	outline: none;
}
a:link {color: blue; }
a:visited {color: #CC0000; }
a:hover, a:focus {
	text-decoration: underline; 
}
a:active {
	color: white;
	background-color: blue;
}

/* Allgemeine Klassen und ID´s */
.skiplink { /* Skiplink ausblenden - Zum Inhalt */
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#slogan {
	  padding: 65px 0 0 0;
	  margin: 0 0 0 0;	
	  border: 0px solid #8c8c8c;
}

.bildlinks {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
}

.bildrechts {
	float: right;
	padding: 3px;
	border: 1px solid #aaa;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}	

.clearing { clear: both; } /* beendet float: right und float: left */

/* =====================================================
   2. Styles und Layoutbereiche
   ===================================================== */	
body {
	background: #020202 url(images/background.jpg) repeat-x; /* Hintergrundfarbe */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* Schriftgröße */
}

#shadowBox {
	position: absolute;
	left: 50%;
	width: 1024px;
	margin: 0 0 0 -520px;
}

#shadow {
	width: 1024px;
	background-image: url(images/bg_shadow.png);
}

#wrapper { /* Gestalte das HTML-Element mit id="wrapper" */
	width: 1004px; /* Breite des Inhaltsbereiches */
	margin-top: 15px;
	margin-right: auto; /* Abstand rechts automatisch */
	margin-bottom: 15px;
	margin-left: auto; /* Abstand links automatisch */
}

#content {
	color: black;
	background: #FFF;
	margin-bottom: 2px; /* Abstand zum Abschlussbereich (Zwischenabstand) */
}

#logo {
	float:left; 
	background-image: url(images/schott_logo.png); 
	width:274px; 
	height:213px;
}

#topheader {
	float:right; 
	width:730px; 
	height:97px; 
	background-color:#F0F0F0; 
	position:relative;
}

#toplinks {
	position:absolute; 
	right:10px; 
	top:10px;
}

#menu {
	float: right; 
	width: 730px; 
	height: 32px; 
	background-image: url(images/bg_menu.gif); 
	background-repeat: repeat-x;
	padding: 0;
}

#submenu {
	float: right; 
	width: 730px; 
	height: 32px; 
	background-image: url(images/bg_submenu.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}

#contenttext {
	float:right; 
	width:705px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px; 
} 

#contenttext li {
		list-style-type: none; 
		background: url(images/link_bullet.gif);
		background-repeat:no-repeat;
   	background-position:0 5px;
    	padding-left:18px;
    	margin-bottom:5px;
	}


#leftpanel {
	float:left; 
	width:274px;
}

/* Abschluss-Bereich */

#abschluss {
	float:left; 
	width:1004px; 
	height: 22px;
	background-color:#F0F0F0;  /* war #F0F0F0 */
	padding:10px 0 10px 0;
	font-size: 80%;
  	text-transform: uppercase;
  	font-family: verdana, arial, sans-serif;
  	clear: both;
  	text-align: center;
}


#abschluss_links { 
	float: left; 
	padding: 38px 0 0 2px; 
	color: #7d7d7d; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	font-variant: small-caps;
	}
	
#abschluss_links a { 
	color: #7d7d7d;
	text-decoration: none;
	}

#abschluss_links a:hover, a:focus { 
	border-bottom: 1px dotted #7d7d7d;
}

#abschluss_rechts { 
	float: right;  
	padding: 38px 2px 0 0; 
	color: #7d7d7d; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	font-variant: small-caps;
	text-align: right;
	}
	
#abschluss_rechts a { 
	color:#7d7d7d;
	text-decoration:none;
	}

#abschluss_rechts a:hover, a:focus { 
	border-bottom: 1px dotted #7d7d7d;
}

/* Ende Seitenlayout */

/*Sonderangebote*/
.sonderangebot {
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:10px; 
	margin:10px;
}

/*Text Stile*/
.headertext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.ueberschrift h2 { 
	font: 0.7em tahoma, arial, sans-serif;
  	font-size: 150%;
	font-weight: bold;
	color: #CC0000;
  	padding: 7px 0px 5px 0px; 
  	margin: 0px 0px 12px 0px; 
}

.bodytext {
	font: 0.9em Tahoma, sans-serif;
	color: #666666;
	padding: 2px 10px 10px 20px;
}

.leftpaneltext {
	font: 0.9em Tahoma, sans-serif;
	color: #666666;
}

.firmenname { /* unter Banner */
	margin-top: 70px;
	display: none;
}

.firmenname h1 { 
	font: 0.7em tahoma, arial, sans-serif;
  	font-size: 120%;
	font-weight: bold;
  	letter-spacing: .1em;
  	padding: 7px 0px 5px 0px; 
  	margin: 0px 0px 12px 0px; 
  	color: #CC0000;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}

.navitext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 9px 16px 9px 9px;
}
.navitext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

.navitext a:hover{
	text-decoration:underline;
}

.topnavytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	padding: 4px 9px 9px 9px;
}

.topnavytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

.topnavytext a:hover{
	text-decoration:underline;
}

.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}

.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.smallredtext a:hover{
	text-decoration:underline;
}

.sondernavytext { /* Sonderangebote Navigation mit More .. */
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	padding: 4px 9px 9px 0;
}

.sondernavytext a {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.sondernavytext a:hover{
	text-decoration: underline;
}
/*Ende Text Stile*/

/* Verlinkungen */

/* Tabellen */

table a, table, tbody, tr, th, td, table caption {
font-family: Verdana, arial, helvetica, sans-serif;
color:#000;
font-size:12px;
text-transform:capitalize;
}
table, table caption {
background: #CC0000;

}
tbody {
background:#69c;
}
table a {
font-weight:bold;
}
table a:visited {
color:#333;
}
table a:hover {
text-decoration:none;
color:#69c; 
}
table {
border-bottom:4px outset #9cf;
}
table, table caption {
border-left:4px outset #9cf;
border-right:4px outset #9cf;
}
table caption {
border-top:4px outset #9cf;
font-size:20px;
font-weight:bold;
}
tbody tr:hover, th, tfoot, tfoot th {
background:#9cf;
}
tbody tr:hover td, tbody tr:hover th {
border:1px solid;
border-color:#000 #fff #fff #000;
}
th, td {
border:1px solid;
border-color:#fff #000 #000 #fff;
}
td, th, table caption {
padding:5px;
vertical-align:middle;
}
tfoot td, tfoot th, thead th {
font-weight:bold;
white-space:nowrap;
font-size:14px;
}

/* Ende Tabellen */
