/* CSS Document */

html {
		}
	
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #CCCCCC url(../images/startseite/body_bg.jpg) repeat-x;
	color: #000;
	
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

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

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

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

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: 30px;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	padding: 10px 0 0 0;
}


h3{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h3 a{
	color: #fff;
}

h4{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	}


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

.bild {
	
}

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

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

.teaser_start {
	width: 904px;
	border: 1px solid #fff;
	padding: 1px;
	margin: 0 0 30px 0;
}

.teaser_start_content {
	background-color:#FFFFFF; 
	padding:0px 0 20px 0px;	
	margin: 0 0 0px 0;	
	overflow:hidden;
	
}

.teaser_start_content img {
	width: 160px;
	float: left;
	margin: 0 60px 0 0;
}

.teaser_start_content h3 {
	padding: 15px 0 0.5em 0;
}

.teaser_start_content p {
	padding: 0 20px 0 0;
	margin: 0 0 35px 0;
}

.teaser_start_content a {
	font-size: 16px;
	margin: 0 50px 0 0;
	color: #000;
}

.teaser_start_content span {
	font-size: 16px;
	cursor: hand;
	background: url(../images/startseite/span_bg.jpg) 0 2px no-repeat;
	padding: 0 0 0 15px;
	
}

.teaser_ap {
	padding: 0 0 0px 15px;
	margin: 0 0 30px 0;	
	clear: left;
}

.teaser_ap h3 {
	margin: 0 0 0.5em 0;
}

.teaser_ap_content {
border: 1px solid #ccc;
padding: 2px;
width: 400px;
float: left;
height: 90px;
margin: 0 30px 30px 0;
	
}

.teaser_ap_content img {
width: 90px;
float: left;
margin: 0 20px 0 0;
	
}

.teaser_ap_content h4 {
font-size: 160%;
font-weight: normal;
padding: 10px 0 0 0;
margin: 0 0 0.5em 0;
}

.teaser_ap_content p {
line-height: 160%

}

.teaser_ap_content p span {
background: none;
font-size: 110%;
color: #6B111D;
padding:0 0 0 0;
}

.teaser_ap_content a {
font-size: 11px;
color: #000;
}

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

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

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

#header {
background: url(../images/startseite/header_bg.jpg) no-repeat;
height: 215px;
padding: 15px 25px 0 40px;
text-align: right;
color: #fff;	
}

#header h3 a{
	font-size: 24px;
	}

a.logo {
	width: 200px;
	float: left;
	padding: 0px 0 0 0px;
}

#header h2 {
	display: none;
}

/*Inhalt --------------------------------- */
#content_wrap {

width: 910px;
padding: 30px 25px 0 25px;
	
}

#content {
	
}

/*Sidebar / Navi --------------------------------- */

#sidebar {
	
}

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

#footer {
	
}

/* 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####*/

