/* CSS Document */

html {
		}
	
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #9DAAB3 url(../images/body_bg.jpg) top left repeat-x;
	color:#3B4D66;
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

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

p {
	font-size: 110%;
	line-height: 1.3em;
	margin: 0 0 1em 0
}

a {
	outline:none;
	color: #1e41a6;
}

a img{
	border:none;
}

a.pdf{
	background:url(../images/pdf_sign_16.jpg) no-repeat;
	height:16px;
	padding:0 0 0 20px;	
	display:block;
}

a.extern{
	background:url(../images/sidebar_li_ext_bg.gif) no-repeat;
	padding:0 0 0 20px;	
}

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:240%;
	margin: 0 0 0.7em 0;
	font-weight:normal;
}

h2{
	font-size:200%;
	margin: 0 0 0.7em 0;
	font-weight:normal;
	display:block;
}

h3{
	font-size:180%;
	margin: 0 0 0.7em 0;
	font-weight:normal;
}

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

.bild {

}

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

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

.teaser{
	height:	175px;
	padding: 25px 0;
	margin: 0 0 50px 0; 
	color:#fff;
}

a.home{
	background-image: url(../images/btn_home.jpg);
	padding: 1px 0 2px 20px;
	background-repeat:no-repeat;
	background-position:0 0;
}

a.kontakt{
	background-image: url(../images/btn_kontakt.jpg);
	padding: 1px 0 2px 20px;
	background-repeat:no-repeat;
	background-position:top left;
}

a.email{
	background-image: url(../images/btn_email.jpg);
	padding: 1px 0 2px 20px;
	background-repeat:no-repeat;
	background-position:top left;
}

a.home:hover, a.kontakt:hover, a.email:hover{
	background-position:0 -16px;
}


#footer .startcol1{
	width:50%;
	float:left;
}

#footer .startcol2{
	width:43%;
	float:left;
	padding: 0 0 0 50px;
}

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

.col2{
	float:left;
	width:505px;
	padding: 0 0 0 25px;
}

.col2 a, .col1 a, .startcol2 a, .startcol1 a{
	color:#fff;
	text-decoration:none;
}

div.text_bild{
	background: #CFD3D6;
	width:180px;
}

div.text_bild p{
	font-size:80%;
	padding:0 5px;
}

div.text_bild img{
	margin:0 0 25px 0;
}

p.re{
	text-align: right;
	clear: left;
}

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

#container {
	width: 960px;
	margin: auto;
	background:#fff;
}

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

#header {
	width:960px;
	height:220px;
	margin:0;
	background: url(../images/header_bg.jpg) top left repeat-x;
	overflow:hidden; /*korrigiert Anzeigefehler IE6*/
}

#header img{
	margin:10px 0 0 405px;
}

#header p{
	font-size:120%;
	margin:0 0 0 710px;
}

#header ul li{
	margin:0 0 0 0;
	list-style: none;
	display: block;
	float:left;
	padding:1px 5px 2px 0;
}

#header ol{
	font-size:160%;
	margin:50px 0 0 20px;
}

#header ol li{
	padding:0 15px 0 15px;
   list-style: none;
	display: block;
	float:left;
}

#header ol li a:hover{
	color:red;
}

#header a{
	text-decoration: none;
	color:#3B4D66;
}

#header a:hover{
	color:#fff;
}

/*Inhalt --------------------------------- */
#content_wrap {
	padding:0;
	margin:0;
	background:#efefef;
	height:auto;			 /*korrigiert Anzeigefehler IE6*/
	overflow:hidden;		 /*korrigiert Anzeigefehler IE6*/
	}
	
/*Startseite ------------------------------ */

	
#content_start {
	background: #fff url(../images/content_bg.jpg) top left no-repeat;
	width: 960px;
	margin:0;
	}	

#content_start img{
	float:left;
	}	
	
#content_start div{
	float:left;	
	padding:25px 25px 25px 50px;
	background:#DEE1E4;
	width:405px;
	height:135px;
	}

#content_start div.dunkel{
	float:left;
	background:#C9CED3;
	}	

#content_start div img{
	float:right;
	border:3px solid #fff;
	margin: 15px 0 0 25px;
	}


/*Startseite ENDE ------------------------- */

#content {
	background: #fff url(../images/content_bg.jpg) top left no-repeat;
	width: 510px;
	padding: 0 50px 25px 50px;
	font-size:120%;
	float:right;
	margin:0;
	}

/*#content img {
	margin: 0 2px 2px 0;
	float:left;
}*/

#content div.box{
	width: 486px;
	padding: 10px 10px 25px 10px;
	margin:25px 0 0 0;
	height:auto;
	overflow:hidden;
	border-bottom: 1px solid #eaeaea;
	}
	
#content div.box img {
	margin:0 10px 0 0;
}

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

#sidebar {
	width:350px;
	padding: 0 0 25px 0;
	margin:0;
	background:#efefef;
}

* html #sidebar{	
	float: left;
}

#sidebar .bg_dunkel{
	background: #CFD3D6 url(../images/sidebar_bg.jpg) 0 -20px no-repeat;
	padding:50px 0 25px 0;
	margin: 0 0 25px 0;
	border-top:1px solid #fff;
	}

#sidebar img{
	margin:25px 0 25px 50px;
	display: block;
	border:1px solid #CFD3D6;
	padding:2px;
}

#sidebar h2{
	margin:0 25px 0.7em 50px;
}

#sidebar h3{
	margin:0 25px 0.7em 50px;
}

#sidebar p{
	margin: 0.7em 25px 0.7em 50px;
}

#sidebar a{
	margin: 0.7em 0 0.7em 50px;
	display:block;
}

#sidebar ul li{
	margin:2px 50px 2px 50px;
}


	#popup {
	position:absolute;
	width:280px;
	height:270px;
	text-align:center;
	z-index:100000000;
	left: 730px;
	top: 450px;
	/*border: 3px double #425B6C;*/
	border-right: 5px solid red;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
	background: #fff;
	}
	
	#popup h3 {
		color: #5C7F50;
		}
		#popup h4 {
		font-size: 12px;
		margin: 0 0 5px 0;
		}


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

#footer {
	background:#E8E8E8 url(../images/footer_bg.jpg) top left no-repeat;
	color:#fff;
	padding:10px 50px 20px 50px;
	margin:0;
	width:860px;
	height:221px;
	overflow:hidden;  /*korrigiert Anzeigefehler IE6*/
}

#footer h4{
	font-size:200%;
	margin:10px 0 0.7em 0;	
	display:inline-block;
	width:300px;
	padding:0;
	float:left;
	font-weight: normal;
}

#footer h5{
	font-size:200%;
	margin:10px 0 0.7em 0;	
	float:right;
	display:block;
	width:510px;
	clear:right;
	font-weight: normal;	
}

#footer h5.start{
	width:380px;
}

#footer a{
	text-decoration: underline;
}

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

#footer span{
	color:#3B4D66;
	text-align:center;
	display:block;
	margin:50px 0 0 0;
}

#footer span a{
	color:#3B4D66;
	text-decoration:none;
}

#footer span a:hover{
	text-decoration:underline;
}

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

