/* CSS Document */

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

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

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

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

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

a.pdf {
	padding:3px 0 3px 25px;
	background: url(../images/pdf.jpg) no-repeat;
}

a img{
	border:none;
}

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;
}

br.partner {
	margin: 0 0 30px 0;
}

h1 {
	font-family:"Times New Roman", serif;
	font-size:200%;
	margin:0 0 0.7em 0;
	font-weight:normal;
	color:#000;
}

h2 {
	font-family:"Times New Roman", serif;
	font-size:180%;
	margin:0 0 0.7em 0;
	font-weight:normal;
}

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

h4{
	font-size:120%;
	margin:0 0 0.7em 0;

}

h5{
	font-size:160%;
	border-bottom: 1px dotted #ccc;
	margin:0 0 0.7em 0;
	padding: 0 0 0.7em 0.3em;
	font-weight:normal;
}

h6{
	font-size:160%;
	margin:0 0 0.7em 0;
	font-weight:normal;
	}
	

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

.bild {
	padding:3px;
	border:1px solid #ccc;
	margin:10px 0 20px 0;

}

.bild_text {
	float:left;
	margin: 0 10px 10px 0;
	padding:3px;
	border:1px solid #ccc;
}

.bild_text_re {
	float:right;
	margin: 0 0 5px 10px;
	padding:3px;
	border:1px solid #ccc;
}

.posted{
	font-weight:normal;
	padding:0 0 0 20px;
	display:block;
	margin:0 0 1.3em 0;
	background: url(../images/bg_written.jpg) no-repeat;
	color:#666;
}

.category{
	margin:1.7em 0 0 0;
	display:block;
	color:#666;
	font-style:italic;
}

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

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

/* Hintergrund Header############################################# */

#header_wrap {
	height:140px;
}

#header_wrap img{
	display:none;
}


/*header --------------------------------- */
#header {
	width:980px;
	margin:auto;	
	height:140px;
	color:#fff;
	position:relative;
}

#header img {
	position: absolute;
	top: 60px;
	right: 30px;
	margin:0 0 0 0;
	display: inline;
}

ul#nav {
	font-size:14px;
	margin:0;
	list-style:none;
	height:30px;
	background:url(../images/nav_bg.jpg) bottom right no-repeat;	
	padding:15px 0 0 30px;
	line-height:14px;
	overflow: hidden;
}

ul#nav li{
	float:left;
	padding:0 10px 0 10px;	
}

ul#nav li.nav_re {
	margin:0 0 0 350px;
}

ul#nav li a {
	color: #fff;
}

ul#nav li a:hover {
	color:#ccc;
}

ul#nav li a.rss {
	background:url(../images/rss.jpg) no-repeat;
	height:15px;
	width:15px;	
	display: block;
	text-indent: -9999px;
}

ul#nav li a.rss:hover {
	background-position:0 -15px;
}
/*Suche --------------------------------- */

#suche {
	width:415px;
	background:url(../images/bg_suche.png) no-repeat;
	margin:0;	
	height:140px;
}

#suche input{
	background:none;
	border: none;
	padding:0;
}

.suchfeld{
	height:22px;
	font-size:130%;
	width:280px;
	float:left;
	margin: 87px 0 0 35px;
	padding: 2px 0 0 0;
}

.suchbtn{
	margin: 80px 0 0 20px;
}

/*Inhalt --------------------------------- */
#content_wrap {
	width:980px;
	padding:0;
	background: url(../images/content_wrap_bg.jpg) repeat-y;
	font-size:120%;
	overflow:hidden; /*behebt Anzeigefehler*/
}

#content {
	width:500px;
	padding:1.3em 0 30px 40px;
	float:left;
	text-align:justify;
}


#content a:hover{
	text-decoration:underline;
}

#content span{
	display:block;
	text-align:center;
	clear:both;
}

#content span.caps{
	display:inline;
}

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

#sidebar {
	width:400px;
	background: url(../images/sb_bg.jpg) top right  no-repeat;	
	float:right;
	padding:15px 5px 40px 10px;
	overflow:hidden; /*behebt Anzeigefehler*/
	height:auto; /*behebt Anzeigefehler*/
}

#sidebar img{
	border:none;
}

#sidebar h4{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:110%;
}

#col1 {
	width:190px;
	float:left;
	overflow: hidden;
}

#col1 h6 {
	font-size:28px;
	border-bottom: 1px dotted #666;
	margin:0 0 0.7em 0;
	padding: 0 0 0 0.3em;
} 

#col1 ul{
	list-style:none;
	padding: 0 0 0 15px;
}

#col1 ul li {
	list-style-image: url(../images/nav_indent.gif);
}

#col1 ul li a:hover{
	text-decoration:underline ;
}

#col2 {
	width:165px;
	float:right;
	padding:10px 10px 0 5px;
	margin:0 10px 0 5px;
}

#col2 h4{
	font-size:100%;
	}

#col2 a{
	font-size:120%;
	}

#aktuell{
	background:url(../images/bg_aktuell.jpg) top left no-repeat;
	border-bottom:1px dotted #666;
	margin: 0 20px 0.7em 0;
}

#aktuell p a{
font-size:100%;
}

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

#footer {
	background:url(../images/footer_bg.jpg) top left no-repeat;	
	padding:15px;
	width:980px;
	color:#fff;
	overflow:hidden; /*behebt Anzeigefehler*/
	height:auto; /*behebt Anzeigefehler*/
}

#footer h5 a{
	padding: 0;
	background:none;
	color:#fff;
}

#footer a{
	padding: 0 0 3px 15px;
	background:url(../images/footer_link_bg.jpg) no-repeat;
	color:#fff;
}

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

#footer a.partner{
	background:none;
}

#fcol1, #fcol2,#fcol3{
	float:left;
	width:260px;
	margin:25px;
	}

/*Impressum --------------------------------- */

#impressum {
	background:url(../images/impressum_bg.jpg) top center no-repeat;	
	padding:15px 40px;
	margin:0;
	color:#999;
	height:65px;
}

#impressum img{
	float:right;
	margin:0 437px 0 0;
	border:none;
}

#impressum a{
	color:#999;
	text-decoration:none;
}

#impressum a:hover{
	text-decoration:underline;
}

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

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

