

/* reifen-360.de*/

/* basic elements */
body { 
	background: transparent url(images/reifen.gif)  top left; 
	font: 9pt/18pt verdana; 
	color: #555753; 
	margin: auto;
	max-width:900px;
	min-width:800px;
	}
p { 
	font: 9pt/18pt verdana; 
	margin-top: 0px; 
	text-align: justify;
	}

	
h3 { 
	font: italic normal 12pt verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #988F5E;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #988F5E;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #988F5E;
	}


/* specific divs */
#container { 
	padding: 0px 225px 0px 25px;  
	margin: 40px; 
	border: 1px solid #888888;
	border-right: 1px dashed #888888;
	background: #F7F7F7;

	
	}

#intro { 
	min-width: 200px;
	}
	
#pageHeader { 
	margin-bottom: 20px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(images/reifen-header.jpg) no-repeat top left;
	margin-top: 10px; 
	width: 353px; 
	height: 52px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 228px; 
	height: 27px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}

#preamble h3 span {
background: transparent url(h3.gif) no-repeat top left; 
padding-left:15px;
padding-right:15px;
width: 300px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
}

#supportingText h3 span {
background: transparent url(star.gif) no-repeat top left; 
padding-left:15px;
padding-right:15px;
width: 300px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
}
	
#quickSummary {
	background: white;
	clear:both; 
	margin: 30px 20px 20px 10px; 
	float: left;
	padding : 10px;
	border: 1px dashed #888888;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {

	clear: right; 
	padding: 10px 0px 0px 10px;
	}
	
line {
	clear: right; 
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #888888;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
		margin-left: 40px;  
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	
	width:240px;
	margin-left:600px;
	position: absolute; 
	top: 70px; 
	right:0px;
	}
#linkList2 { 
	background:white;
	font: 14px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 86px; 
	width: 160px; 
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #E00C18;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.select span {
	display: block;
	}
#linkList h3.favorites { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #E00C18;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.favorites span {
	display:block;
	}
#linkList h3.archives { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #E00C18;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.archives span {
	display:block;
	}
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #E00C18;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.resources span {
	display:block
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	border: 1px solid #888888;
	display: block; 
	padding: 4px; 
	margin-bottom: 5px;
	background-color:#F7F7F7;
	}

#linkList li:hover {
	line-height: 2.5ex; 
	list-style-type: none;
	background-color: #DEE2B3; 
	border: 1px solid #888888;
	display: block; 
	padding: 4px; 
	margin-bottom: 5px;
}
	
#linkList li a:link { 
	color: #666666;
	}
#linkList li a:visited {
	color: #666666;
	}

table {
background-color:#F7F7F7;
border: 1px #FF9900 dashed;
text-align:center;
}

.alpha_link:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #988F5E;
	}
.alpha_link:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF9900;
	}

.alpha_link:hover, .alpha_link:active { 
	text-decoration: underline; 
	color: #FF9900;
	background-color:#988F5E;
	padding: 8px;
	}