/* Style Sheet */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	scroll:auto;
}

#container {
	position:absolute;
        left:50%;
        top:50%;
        width: 858px;
        height: 460px;
        margin-left:-429px;
        margin-top:-230px;

}

#copy {
	float:right;
	color:#646464;
}

#footer {
	float:right;
	color:#646464;
}

#footer a {
	color:#646464;
}

#footer a:hover {
	text-decoration:none;
}

/* Menuepunkte */

h1 {
	font-size:14px;
	margin:0;
	padding:0;
	color:#f8f8ff;
}

/* Überschriften */

h2 {
	font-size:18px;
	margin:0 0 15px 0;
	padding:0;
	color:#f8f8ff;
}

/* Auflistung der Leistungen */

h3 {
	font-size:13px;
	font-weight:normal;
	padding:0 0 2px 15px;
	margin:0;
	color:#f8f8ff;
}

/* Telefon Nr. */

h4 {
	font-size:15px;
	padding:0;
	margin:0;
	color:#f8f8ff;
}

ul.extripe {
	width:858px; 
	height:460px; 
	padding-bottom:55px; 
	margin:auto; 
	padding:0; 
	background:#cccccc;
	background-image:url(../images/bgul3.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat;
	}

ul.extripe li {
	display:inline; 
	margin:0; 
	padding:0;}

ul.extripe li {
	display:block; 
	height:400px;
	padding:5px 5px 55px 5px; 
	width:82px; 
	border-right:1px solid #ffffff; 
	float:left; 
	font-size:12px; 
	outline:none; 
	text-decoration:none;
	}
	
li.s1 { color:#ffffff; 
	background-image:url(../images/bgs1.png); 
	background-position:bottom; 
	background-repeat:repeat-x;}
	
li.s2 {  color:#ffffff; 
	background-image:url(../images/bgs2.png); 
	background-position:bottom; 
	background-repeat:repeat-x;}
	
li.s3 {  color:#ffffff; 
	background-image:url(../images/bgs3.png); 
	background-position:bottom; 
	background-repeat:repeat-x;}
	
li.s4 {  color:#ffffff; 
	background-image:url(../images/bgs4.png); 
	background-position:bottom; 
	background-repeat:repeat-x;}
	
li.s5 { 
	color:#ffffff; 
	background-image:url(../images/bgs5.png); 
	background-position:bottom right; 
	background-repeat:repeat-x;}

ul.extripe li span {
	display:none; 
	padding:20px 25px; 
	text-align:left;}

ul.extripe li:hover {
	width:300px;
	cursor:pointer;}

ul.extripe li:hover span {
	font-size:13px;
	display:block;
	}
	
/* Scrollbereich */
	
.content {   
     height:335px;
     width: 100%;
     overflow:hidden;
     cursor:text;
     color:#ffffff;
	}

.content p {
	margin:0px;
	padding:4px;
}
    
.content a {
	color:#f8f8ff;
	}
      
strong {
     font-weight:normal;
     }
