﻿/* css formular */
*{
margin:0;
padding:0;
border:0;
}

body {
	background-color:#f9f8f8;
	font-family:Helvetica, Arial, sans serif;
	font-size:small;
}

#wrapper{
	
	width:1459px;
	height:768px;
	margin:20px auto 0px;
	background:url(pictures/background.jpg) no-repeat center;
}

#kopfbereich{
	float:left;
	margin:150px auto 20px;
	height:30px;
	width:1400px;
}

h1 {
	margin-left:500px;
	height:30px;
	width:400px;
}

#text{
	float: left;
	font-family: Lucida Sans Unicode;
	margin: 0px auto 10px 429px;
	height: 470px;
	width: 600px;
}

#text_agb{
	float: left;
	overflow:auto;
	font-family: Lucida Sans Unicode;
	margin: 120px auto 10px 350px;
	height: 350px;
	width: 700px;
}

.text_inhalt{
	text-align:left;
	margin:0 auto;
	margin-top:80px;
	line-height: 12pt;
}
a {	text-decoration:none;
	outline:none;
}


#navigation {
	float:left;
	margin:0px auto 0px 359px;
	height:22px;
	width:700px;
}

#navigation ul {
	margin:0px auto;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
}

#navigation ul li span {
	visibility:hidden;
}

#navigation li {
	float:left;
}

#navigation a#navi01 {
	margin-left:150px;
	height:22px;
	display:block;
	width:48px;
	background: url(navigation/home_black.jpg) no-repeat center;
}

#navigation a#navi01:hover, #navigation a#navi01_home {
	margin-left:150px;
	height:22px;
	display:block;
	width:48px;
	background: url(navigation/home_blue.jpg) no-repeat center;
}

#navigation a#navi02 {
	margin-left:25px;
	height:22px;
	display:block;
	width:50px;
	background: url(navigation/agb_black.jpg) no-repeat center;
}

#navigation a#navi02:hover, #navigation a#navi02_agb {
	margin-left:25px;
	height:22px;
	display:block;
	width:50px;
	background: url(navigation/agb_blue.jpg) no-repeat center;
}

#navigation a#navi03 {
	margin-left:15px;
	height:22px;
	display:block;
	width:121px;
	background: url(navigation/impressum_black.jpg) no-repeat center;
}

#navigation a#navi03:hover, #navigation a#navi03_impressum {
	margin-left:15px;
	height:22px;
	display:block;
	width:121px;
	background: url(navigation/impressum_blue.jpg) no-repeat center;
}

#content_contact{
	float:left;
	margin:0px auto 10px 455px;
	height:400px;
	width:499px;
}

.content_inhalt{
	text-align:center;
	margin:0 auto;
}
a {	text-decoration:none;
	outline:none;
}

