@charset "utf-8";

/* Elemente: hier kommen alle wichtigen Seitenelemente hin */ 

/* Seitenstrukturelemente________________________________________________________________________________________________________ */ 

*{
	margin: 0; /*Abstand*/
	padding: 0;
	border: 0;
	line-height:1.5em; /*Zeilenabstand*/
}

html,body {

	font: 12px/1.5em Trebuchet, Arial, sans-serif;
	background-color: #1b1b1b;

}

#site {
	text-align:center;
	width: 800px;
	margin: 0px auto 0px auto;
}

#logo{
	width:353;
	height:76;
	float: left;
	margin: 32px 0px;
}

.header_spalte{
	width: 400px;
	height: 140px;
	float:left;
}

#suche{
	float: right;
	margin: 32px 0px;
	margin: 47px 0px 0px 0px;
	padding: 0;
}


#spalte{
width: 390px;
float:left;
margin-bottom: 32px;
}

#spalte2{
width: 390px;
float:left;
margin-bottom: 32px;
margin-left: 20px;
}

#content{
padding-top: 25px;
}

#footer{
float:left;
width:800px;
}

div.footerpartner{
padding: 16px 30px 16px 0px;
float: left;
}

/* Elemente der Navigation________________________________________________________________________________________________________ */ 

#navigation{
	display: block;
	width: 800px;
	float:left;
}

#navi{
width: 800px;
height: 20px;
list-style-type:none;
position:absolute;
text-align:left;
}

.first{
	text-align:center;
	width: 25%;
	padding-top:8px;
	float:left;
}


.ausfahrnavi{
margin-top: 8px;
background-color:#2c2c2c;
width: 140px;
height: 60px;
text-align:left;
display:none;
margin-left: 20px; /* Positionierung ausfahrnavi */ 
}

.ausfahrnavi li{
margin-bottom: 3px;
}


#navi li ul {
list-style-image:url(Pics/punkt.gif);
padding-left: 22px;
padding-bottom: 12px;
padding-top: 10px;

}

#navi li ul a{
font-size:12px;
text-transform:none;
color:#acacac;
}

#navi li ul a:hover{
color:#94bf7f;	
}

#navi li:hover ul {
display:block;

}

/* Gestaltung________________________________________________________________________________________________________ */ 

.searchbox{
background-color:#2c2c2c;
width: 120px;
height: 23px;
color: #acacac;
float:left;
margin-right: 5px;
padding-top: 3px;
}
.searchbutton{
background-color:#2c2c2c;
color: #acacac;
float:left;
padding: 4px;
text-align:center;
}

.searchbutton:hover{
color: #94bf7f;
}

h4{
font-size:12px;
float:left;
color: #acacac;
margin: 10px 0px;
}

#bild_top{
	background-image:url(Pics/bild_home.jpg);
	height: 126px;
	width: 800px;
	display: block;
	float:left;
	margin: 16px 0px;
}


h2{
	background-repeat:no-repeat;
	height: 16px;
	width: 329px;
	text-indent: -9000px;
	float:left;
	margin-top: 32px;
	
}

h2#home{
	background-image:url(Pics/home.jpg);
}

h2#allgemeines{
	background-image:url(Pics/allgemeines.jpg);
}

h2#handysoftware{
	background-image:url(Pics/handysoftware.jpg);
}

h2#impressum{
	background-image:url(Pics/impressum.jpg);
}


h3{
	color: #acacac;
	text-align:left;
	font: 18px Trechbuchet, Arial, sans-serif;
	float: left;
	margin-top: 32px;
	
}

.trenner{
height: 1px;
width: 800px;
background-color: #2c2c2c;
float:left;
margin-top: 34px;
}

.trenner2{
height: 1px;
width: 800px;
background-color: #2c2c2c;
float:left;
margin-top: 10px;
}


a{
	color: #acacac;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	-moz-outline: 0px dotted;
}

a:hover {
	color:#94bf7f;
}


p{
	color:#acacac;
	text-align:left;
	margin-top: 16px;
	display:block;
	float:left;
	padding-right: 10px;
}


#content a{
color:#94bf7f;
font-size:12px;
text-transform:none;
}

#content a:hover{
font-size:12px;
text-decoration:underline;
text-transform:none;
}


.leiste{
	background-image:url(Pics/leiste.gif);
	height: 8px;
	width: 800px;
	display: block;
	float:left;
}

.address{
text-align:left;
float:left;
margin-top: 6px;
color:#acacac;
width: 400px;
}

address{
text-align:left;
float:left;
width: 400px;
font-style:normal;
}







