/* CSS Document */

html {
		}
	
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #E2E2E2;
	color: #000;
	
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

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

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



a {
	outline:none;
	color: #0174C4;
	text-decoration: none;
	
}

a:hover {
	color: #333;
}

ul {
	margin: 0 0 0 15px
}

ol {
	margin: 0 0 0 25px
}

li {
	font-size: 120%;
	margin: 0 0 0.5em 0;
}

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

h1 {
	display: none;
}

h1 a {
font-size: 42px;
text-decoration: none;
color: #2F5682;
font-weight: normal;
}

h1 a span {
font-size: 19px;
}

h2 {
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 300%;
	color: #2F5682 
}

h3 {
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 200%;
	color: #556271;
	text-decoration: none;
}


h3 span{
font-size: 14px;
}

h4 {
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 160%;
	color: #000;
	text-decoration: none;
}

h4 span{
font-size: 12px;
}

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

.bild {

padding: 1px;
border: 1px solid #ccc;
margin: 0 0 10px 0;
	
}


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

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

.teaser_start{
width: 205px;
float: left;
margin: 0 15px 20px 0;
	
}


.teaser_start a.mehr {
 display:block;
 height: 18px;
 width: 191px;
 text-align: center;
 background: url(../images/teaser_start_a_bg.jpg) no-repeat;
 color: #0174C4;
 font-size: 130%;
 padding: 2px 0 0 0;
 text-decoration: none;

}

.teaser_start a.mehr:hover {
	color:#333;
}


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

#container {
	width: 940px;
	padding: 0 20px 0 20px;
	margin: auto;
	background: url(../images/container_bg.jpg) repeat-y;
}

#header {
height: 110px;
text-align: center;
padding: 0px 0 0 0;

}

#header a {
background: url(../images/logo.jpg) 0 0 no-repeat;
display: block;
width: 455px;
height: 110px;
text-indent: -9999px;
margin: auto
}

#header a:hover {
background: url(../images/logo.jpg) 0 -110px no-repeat;
}

#content_wrap {
width: 940px;
padding:30px 0 30px 0;
border-top: 1px solid #2F5682;	
border-bottom: 1px solid #2F5682;
overflow:hidden;

}

#sidebar {
	width: 260px;
	float: left;
}

#sidebar ul {
 background: url(../images/sidebar_ul_bg.jpg) repeat-y;
padding: 20px 0 20px 0;
	
	list-style: none;
}

#sidebar ul li{
padding: 0 0 0 0;
display: block;
	height: 20px;
}

#sidebar ul li a{
	text-decoration: none;
	font-size: 150%;
	color: #556271;
	padding: 0px 0 0 15px;
	border-left: 6px solid #2F5682;
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	
}

#sidebar ul li a:hover{
	color: #556271;
	border-left: 6px solid #ccc;
	
}

#sidebar ul li a.aktiv{
color: #556271;
	border-left: 6px solid #ccc;
	
}

#content {
	width: 660px;
	padding: 0 20px 0 0;
	float: right;
}

#content ul {
	margin: 0 0 20px 15px;
}





#footer {
clear: both;
margin: auto;
height: 240px;
background: url(../images/footer_bg.jpg) no-repeat;
width: 910px;
padding: 15px 20px 0 50px;	
}

#footer h3 {
	color: #000;
}

#footer .col{
width: 455px;
float: left;
height: 195px;
margin: 0 0 20px 0;
}

#footer .col p{
width: 200px;
float: left;
}

#footer p.impressum{
	clear: both;
	text-align: right;
	color: #666666
}



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

