/* CSS Document */

html {
		}
	
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(../images/body_bg.jpg) top center no-repeat;
	color: #000;
	
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags ########################################################## */

p {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 1em 0
}

a {color:#fff;
font-size: 11px;
	outline:none;
	text-decoration: none;
}

a:hover {
color: #ccc;


}

ul {
	margin: 0 0 0 15px
}

ol {
	margin: 0 0 0 25px
}

li {
	font-size: 110%;
	margin: 0 0 1em 0
}

hr {
	border:none;
	color:#ccc;
	background: #ccc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0;
}

h1 {
	font-size: 35px;
	margin:0 0 1em 0;
	color: #D23D01;
	font-weight: normal
}

h2 {
	font-size: 16px;
	margin:0 0 1em 0;
	font-weight: normal
}

/* Klassen ########################################################## */

.bild {
	
}

.bild_text {
	float:left;
	margin: 0 10px 10px 0
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px
}

.col1 {
width: 460px;
float: left;
}

.col2 {
width: 430px;
float: right;
}

/* Layout ########################################################## */

#container {
width: 980px;
margin: auto;
padding: 0 0px 0 0px
}

/*header --------------------------------- */

#header {
	height:340px;
 }

#header img {
display:none;
}

/*Inhalt --------------------------------- */
#content_wrap {
	width: 900px;
	padding: 0 40px 0 40px
}

#content {
height: 150px;
padding: 20px 0 0 0;
}

#leistungen {
clear: both;
height: 210px;
width:490px
	
}

#leistungen .li {

width:245px;
float:left;	
}

#leistungen .re {

width:245px;
float:right;
}

#leistungen p {
	line-height: 1.3em;
	margin: 0 0 0.3em 0
	
}

p.submit {
	height:23px; 
	background:url(../images/bg_button_right.jpg) right no-repeat; 
	width:auto; 
	float:left;
	}
	
p.submit input {
	height:23px; 
	background:url(../images/bg_button_left.jpg) left  no-repeat; 
	color:#333; 
	font-weight:bold; 
	border:none; 
	overflow:visible; 
	display:inline; 
	margin:0px; 
	padding:1px 15px 2px 8px; 
	font-size:12px; 
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 0px
}

/*Footer --------------------------------- */

#footer {
color: #fff;
height: 260px;
padding: 20px 0 0 0;
clear: both;
margin: 0 0 0 505px;	

}

#footer a.url{

display: block;
height: 30px;
background: url(../images/footer_a_bg.jpg) top right no-repeat;
padding: 5px 35px 0 0;
text-align: right;
}

#footer p {
margin: 0 0 24px 0;
}

#footer .col1 {
width: 165px;
float: left;
padding: 0 5px 0 0
}

#footer .col1 a{
margin: 0 0 0 80px
}

#footer .col2 {
width: 280px;
float: right;
padding: 128px 20px 0 0;

}

#footer .col2 a{
margin: 0 0 0 195px
}

.copyright{
float: right;
color: #333;
padding: 10px 25px 0 80px;
}

.copyright a{
color: #333
}

.copyright a:hover{
color: #ccc
}


/* Clearing ########################################################## */
.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung für IE */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatbox { overflow:hidden; }
/*##Suche, Artikel Startseite####*/