@charset "UTF-8";


body {
	background-color:#000;
  }
  
  
#startseite {
	width:100%
}

#start-text-1 {
	width:279px;
	height:250px;
	margin-left:10px;
	margin-top:5px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;

}

#start-text-2 {
	width:279px;
	height:250px;
	margin-right:8px;
	margin-top:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;

}

  
.ueber-uns {
	width:755px;
	height: 100%;
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color:#CCC;
		
}



.kontakt {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color:#CCC;
}

#reperatur {
	width:755px;
	height: 100%;
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color:#CCC;
		
}


#bg-ueber-uns {
	background-image:url(images/back-ueber-runs.gif);
}

  
/*Navigation-oben*/

#left-top {
	background-image: url(images/spacer-top.jpg);
	
}

#navi-left-right {
	background-image: url(images/bg-bubplastic.gif);
	background-repeat:no-repeat;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 30px;
	padding-left: 20px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 10px;
	padding-right: 20px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}

  
/*Navigation-unten*/

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size: 70%;
background:url(images/bg.png) repeat-x top left;
font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover,.current {
color:#333;
background:url(images/bg.png) repeat-x top left;
}

ul.menu .current a {
color:#333;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#666;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color: #333;
}


