/*
------------------------
Project: mongoose-europe.com
Start: 05.03.2008
Last changes: 16.05.2008
Author: andreas roth - www.kairo-design.com
Media: screen
------------------------
*/

* {
	margin: 0;
	padding: 0;

}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color: #FFFFFF;
	text-align: center;
	background-color: #5D6A83;
	background-image: url(../pictures/dash_blue.jpg);
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #59647E;
	left: 10px;
	top:50px;
	margin-top: 25px;
	border-color: #FFFFFF;
	border-bottom: solid;
}

#top {
	background-image: url(../pictures/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 96px;
	line-height: 400px;
	overflow: hidden;
}

#navigation {
	background-image: url(../pictures/navibg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
}

#navigation a:hover {
	color: #CD4042;
	text-decoration: underline;
}

#navigation a {
	color: #CCCCCC;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	text-decoration: none;
	padding-right: 30px;
}

#navigation li {
	display: inline;
}

#navigation ul {
	list-style-type: none;
	padding-top: 8px;
}
#notfound {
	background-image: url(../pictures/404.jpg);
	background-repeat: no-repeat;
	height: 513px;
}


#start {
	background-image: url(../pictures/bg_00.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 513px;
}

#contact {
	height: 513px;
	background-image: url(../pictures/mongoose_contact.jpg);
}

#gallery {
	background-image: url(../pictures/bg_00.jpg);
	height: 513px;
	background-repeat: no-repeat;
}
#galleryvideo  {
	background-image: url(../pictures/videobg.jpg);
	background-repeat: no-repeat;
	height: 513px;
}

#gallerypull {
	background-image: url(../pictures/bg_pull.jpg);
	height: 513px;
	background-repeat: no-repeat;
}


#gallerypull a {
	color: #FFFFFF;
	text-decoration: underline;
	}

#impressum {
	background-image: url(../pictures/bg_01.jpg);
	background-repeat: no-repeat;
	height: 513px;
}

#details {
	background-image: url(../pictures/car_details.jpg);
	height: 513px;
	background-repeat: no-repeat;
}

#details p {
	padding-left: 80px;
}

#picture {
	z-index: 1;
	margin-left: 10px;
	margin-top: 35px;
	position: static;
	float: inherit;
	left: 41px;
	top: 150px;
	width: 475px;
	height: 360px;
	background-repeat: no-repeat;
	margin-right: 40px;
}

#picture details {
	height: 294px;
	float: left;
	width: 436px;
	margin-left: 60px;
	margin-top: 150px;
	padding-left: 40px;
	position: static;
	z-index: 1;
}

#mainContent {
	background-image: url(../pictures/main_news.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 513px;
}

#mainContent h2 {
	font-size: 180%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-indent: 0px;
}

#mainContent h3 {
	font-size: 140%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainContent p {
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;
	padding-right: 20px;
	left: 0px;
}
