@charset "utf-8";

* {
	margin:0px;}

html, body {
	height: 101%;
	background-color:#CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(bilder/bg_body.png);
	color:#333;
}



#spacer{
	height:170px;
	background-image:url(bilder/bg_spacer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	
#balken {
	width:100%;
	height:167px;
	background-image:url(bilder/bg_menu.png);
	background-repeat: repeat-x;
	margin-top:-89px;
	padding-top:75px;}

#menu {
	position: relative;
	height:143px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}

#headerKontakt {
	position:absolute;
	margin-top:120px;
	color:#999;}

#menu ul {
	position:absolute;
	display:inline;
	margin-top:30px;
	padding:0px;
	}
#menu li {
	color:#CCC;
	display:inline;
	width:121px;
	border:thin;
	float: left;
	height: 19px;
	padding-top:3px;
	text-align:center;
	margin-right:10px;
	color:#999;
	}

#menu .link {
	color:#999;
	text-decoration:none;
	}

#menu .aktivlink {
	color:#09F;
	text-decoration:none;}

#menu a:hover{
	color:#CCC;
	text-decoration:none;
	}
	
#menu a:active{
	color:#09F;
	text-decoration:none;
	}

.button_gruen {
	background-image:url(bilder/button_gruen.png);
	}
.button_gelb {
	background-image:url(bilder/button_gelb.png);
	}
.button_blau {
	background-image:url(bilder/button_blau.png);
	}
.button_lila {
	background-image:url(bilder/button_lila.png);
	}
.button_rot {
	background-image:url(bilder/button_rot.png);
	}
	
#wegeagenturpng {
	margin-top:90px;
	margin-left:00px;}
	
#submenu {
	position:absolute;
	margin-left:750px;
	width:200px;
	}
	
#submenu ul {
	list-style-type: none;
	display: inline;
	}


#submenu li {
	width:170px;
	height: 19px;
	margin-top:10px;
	border: thin dotted #F00;
	margin-bottom: 10px;
	padding-top:3px;
	padding-left:10px;
	}
	
#submenu .link {
	color:#333;
	text-decoration:none;
	}

#submenu .aktivlink {
	color:#09F;
	text-decoration:none;}

#submenu a:hover{
	color:#000;
	text-decoration:none;
	}
	
#submenu a:active{
	color:#09F;
	text-decoration:none;
	}
	
.aktivlink {
	color:#09F;
	text-decoration:none;}

#logoimg { 
	position:absolute;
	margin-left:744px;
	margin-top:-150px;
	width:175px;
	}

#main{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	}

#main h1{
	margin-bottom:10px;
	}
	
h1 a {
	text-decoration:none;
	color:#333;}
	
.copy{
	width:300px;
	margin-left:50px;
	margin-bottom:10px;
	float:left;
	}
.copyright{
	width:300px;
	margin-bottom:10px;
	float:left;
	}

.break {
	clear:left;}

#kontaktForm {
	position: relative;
	left:-300px;
	float:left;}

#kontaktForm td {
	padding-right:10px;}

.kontaktFormular {
	width:250px;
	opacity:0.5;
	filter:alpha(opacity=50);
	}
	
.kontaktFormular2 {
	display:none;}

.error {
	color:#F00;}

#anschriften {
	position: relative;
	
	width:150px;}

hr {
	width:750px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top:30px;
	margin-bottom:20px;
	}

.kundenpic {
	margin-left:20px;}

img {
	border:none;}

#pagerank {
	position:fixed;
	bottom:0px;
	right:0px;}
