@charset "utf-8";
body
{
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #C2C2C2;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.zentrieren
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.cleaner
{
	clear: both;
}
.header
{
	height: 70px;
	position: relative;
}
.header a#home
{
	background-image: url(header_logo.jpg);
	height: 70px;
	width: 410px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.header a#nissan
{
	background-image: url(header_nissan.jpg);
	height: 70px;
	width: 60px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}


.navi
{
	height: 150px;
	width: 800px;
}
.navi ul.menu, ul.menu li
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}
.navi ul.menu li a,
.navi ul.menu li a:focus
{
	height: 150px;
	width: 160px;
	background-image: url(navi_bg.jpg);
	display: block;
	float: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
.menu li#page1 a
{
	background-position: -0px 0px;
}
.menu li#page2 a
{
	background-position: -160px 0px;
}
.menu li#page3 a
{
	background-position: -320px 0px;
}
.menu li#page4 a
{
	background-position: -480px 0px;
}
.menu li#page5 a
{
	background-position: -640px 0px;
}
.menu li#page1 a:hover
{
	background-position: -0px 150px;
}
.menu li#page2 a:hover
{
	background-position: -160px 150px;
}
.menu li#page3 a:hover
{
	background-position: -320px 150px;
}
.menu li#page4 a:hover
{
	background-position: -480px 150px;
}
.menu li#page5 a:hover
{
	background-position: -640px 150px;
}
body.pageid1 .menu li#page1 a
{
	background-position: -0px 300px;
}

body.pageid2 .menu li#page2 a
{
	background-position: -160px 300px;
}
body.pageid3 .menu li#page3 a
{
	background-position: -320px 300px;
}
body.pageid4 .menu li#page4 a
{
	background-position: -480px 300px;
}
body.pageid5 .menu li#page5 a
{
	background-position: -640px 300px;
}
.page
{
	width: 800px;

}
h1
{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #EA1F23;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}



.container .rand
{
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.content
{
	width: 556px;
	float: left;
	background-image: url(content_bg_bg.jpg);
	background-repeat: repeat-y;

}
.content .container
{
	background-image: url(content_bg.jpg);
	background-repeat: no-repeat;
}
.content .ende
{
	background-image: url(content_end.jpg);
	height: 30px;
	width: 556px;
}
.info
{
	width: 240px;
	float: right;
	background-image: url(info_bg_bg.jpg);
	background-repeat: repeat-y;
}
.info .container
{
	background-image: url(info_bg.jpg);
	background-repeat: no-repeat;
}
.info .ende
{
	background-image: url(info_end.jpg);
	height: 20px;
	width: 240px;
}


.footer
{
	background-image: url(footer_bg.jpg);
	height: 210px;
}

.page ul
{
	list-style-position: inside;
	list-style-type: circle;
}
