/* CSS Document */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(Images/body_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 100%;
}

#wrapper{
	margin: 0 auto;
	background-position:center;
	background-image:url(Images/wrapper_bg2.png);
	background-repeat:repeat-y;
	text-align: left; /* re-align the text to the left after the above hack */
	width: 770px;
	t
}

.wrapper, .shadow {
	position: relative;
	left: 4px;
	bottom: 4px;
	right: 4px;
 }
 
 .shadow {background-color: #ccc; }
 
 .indent {text-indent: 10px; }
 
#banner_index{
	height: 100px;
	background-image: url(Images/HaikCSSlogo2Kurt.jpg);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}

#banner_mercedes{
	height: 100px;
	background-image: url(Images/HaikBannerMercedes.png);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}

#banner_bmw{
	height: 100px;
	background-image: url(Images/HaikCSSlogoBMW.png);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}

#banner_hint{
	height: 100px;
	background-image:url(Images/HaikCSSlogoHint.jpg);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}

#banner_links{
	height: 100px;
	background-image:url(Images/banner_links.png);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}

a.green:link {color: #006633; background: white; font-weight: bold; text-decoration: none}
a.green:active {color: #990000; background: white; font-weight: bold; text-decoration: none}
a.green:visited {color: #339933; background: white; font-weight: bold; text-decoration: none}
a.green:hover {color: #990000; background: white; font-weight: bolder; text-decoration: none}

#banner_contact{
	height: 100px;
	background-image:url(Images/HaikCSSlogoContact.jpg);
	background-repeat:no-repeat;
	border: 2px solid #006600;
}

#banner_gallery{
	height: 100px;
	background-image:url(Images/HaikCSSlogoGallery.jpg);
	background-repeat:no-repeat;
	border: 2px solid #006600;
}

#banner_policy{
	height: 100px;
	background-image:url(Images/HaikCSSlogoPolicy.jpg);
	background-repeat:no-repeat;
	border: 2px solid #006600;
}	

#banner_porsche{
	height: 100px;
	background-image: url(Images/Banner_Porsche.png);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}

#nav{
	border-bottom: 1px solid #000000;
}

#nav ul{
	padding: 0;
	margin: 0;
	background-color: #006633;
}

#nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
#nav ul li a{
	font-size: 80%;
	color: #FFCC33;
	background-color:#006600;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid #FFCC33;
	text-align: center;
	width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color:#990000;
}

#content p{
	font-size: 80%;
	margin: 20px;
	margin-left: 35px;
	margin-right: 35px;
}

#content li{
	display:list-item;
	margin-left: 60px;
	margin-right: 50px;
}

ul {list-style-type: none;
	font-size: 90%}

ul.a {list-style-type: circle;}

.leftimage{
float:left;
margin-right: 10px;
border: 1px solid #006600;
width: 200px;
}

.leftimage2{
float: left;
margin-right: 10px;
border: none:
width: 200px;
}

.rightimage{
float: right;
margin-left: 15px;
border: 0px none;
}

.clearit{
clear: both;
display: block;
}

h1{
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
	margin-right: 35px;
	margin-left: 35px;
}

h2{
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	margin-right: 35px;
	margin-left: 35px;
}

h3{
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-right: 35px;
	margin-left: 35px;
}

#footer{
	border-top: 1px solid #000000;
	background-color: #006600;
	color:#FFCC33;
	padding: 0px;
	height: 80px;
	width: 770px;
	background-position: center;
	text-align: left;
	margin: 0px;
	clear: both;
}

#footer p{
	font-size: 70%;
	margin: 0;
	padding: 10px;
	padding: 10px 10px 10px;
	font-size: 70%;
}
