@import url(user.css);

* {margin: 0;
padding: 0;
}

body {
  color: #000;
  background: #1E417C;
  font-family: arial,sans-serif;
  font-size: 14px;
  padding: 30px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
   background: #FFF url(../img/hintergrund.gif) ;
  background-repeat: repeat;
background-position: center top;
background-attachment: fixed;


}

a { text-decoration: underline;}

a:link    { color: #E36F26;}
a:visited {color:#ccc;}
a:focus, a:hover, a:active { color: #ccc;}

h1, h2, h3 {font-size: 12px; font-weight: bold; margin-bottom: 15px;}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */




/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {

  width: 939px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 0px solid #FFF;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left; /* text-align:center (body) "neutralisieren" */
        
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 939px;    /* fuer IE 5 und 5.5 */
  wid\th: 939px;   /* fuer IE 6 */
 
}

#header1 {
  background: #FFF;
  width: 939px; 
  height: 129px;
  }


#logo{width: 300px; float:left;  margin-left: 15px; margin-top: 10px; border: 0px solid #000;}
* html #logo{margin-left: 10px;}





#header2 {
float:left;
width: 939px; 
 background-color: #FFF;
  height: 142px;
  border: 0px solid #000;

}

#header2links {
float:left;
width: 206px;
color: #fff; 
 background-color: #E36F26;
  height: 142px;

  
}

* html #header2links {
width: 206px;}

#linksinnen {padding: 10px 5px 5px 10px;
}

#header2rechts {
float:right;
width: 733px; 
 background-color: #FFF;
  height: 142px;
  

}



#header3 {
float:left;
width: 939px; 
  height: 142px;
   border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;

}

#header4 {
float:left;
width: 939px; 
  height: 142px;

}

#main {
  background: #fff url(../img/bg_main.gif) repeat-y;
  min-height: 490px;  
  height: auto !important;
  height: 490px;  


}
#main-start {
  background: #fff url(../img/bg_main.gif) repeat-y;


}


/* Rote Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#header-navi {
display:none;
}





/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#links {
display:none
}

#sprachauswahl{display:none; }



/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content {

  width: 800px;                  /* Breite ohne senkrechte Linien */
  background: #fff;
  
  border-right: 0px solid #FFF;  /* Senkrechte Linie rechts */
  border-left: 0px solid #FFF;   /* Senkrechte Linie links */
 
}

* html #content {  /* Box Model Hack - notwendig wegen border-Angabe */
  width: 532px;    /* Fuer IE 5 und 5.5 */
  wid\th: 530px;   /* Fuer IE 6 */
}

#content h1 {
  color: #E36F26;
  font-size: 120%;
  line-height: 150%;
  border-bottom: 0px solid #BD1823;
  margin: 1em 0px 1em 0px;
}

#content p {

margin-bottom: 15px;

}

#content a:link, #content a:visited {
  color: #E36F26;
  font-weight: normal;
}

#content a:focus, #content a:hover, #content a:active {
  color: #E36F26;
}


#incontent
{
padding: 38px 10px 10px 20px;
line-height: 160%;

}


.nachoben { text-align: right; }


/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rechts {
display:none;
  
  
}

#rechts h1 {
  color: #2A5165;
  font-size: 80%;
  line-height: 160%;
  margin: 0 20px;
}

#rechts p {
  font-size: 70%;
  line-height: 150%;
 
}




.clearing{

clear:both;
width: 100%;
	height:-1px;

}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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



#footer {

display:none;
}

#breadcrumb{display:none;}

#sitemap ul{
margin-left: 20px;
}


#sitemaplevel1 ul{
}
#sitemaplevel1 ul a.level1{
text-decoration:none;
}

#sitemaplevel2 ul{
}
#sitemaplevel1 ul a.level2{
text-decoration:none;
}

/* ...Jede Ebene kann getrennt formatiert werden */

.formgen fieldset {
width: 430px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border: 0px solid #5D81A3;
}


.formgen .formblock
{
position: relative;
	width: 460px;
	
	margin-bottom: 1px;
	background-color: #ECECEC;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	padding-left: 3px;
	border-bottom: 0px solid #999;
}





/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 220px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}




.formgen .formtext
{

	height: 20px;
                width: 210px;
	background-color: #F4F4F5;
	margin-left: 4px;
	border: 1px solid #D6D6D6;
}

.formgen .formtextfield
{
	width: 210px;
	height: 180px;
	margin-left: 4px;
	border: 1px solid #D6D6D6;
}

.formcheck
{
position: absolute;
top: 10px;
left: 233px;
width:15px !important;
border: 0px solid #000;
}

.checklabel
{
position: absolute;
top: 10px;
left: 260px;
width:180px !important;
border: 0px solid #000;
}

/* Sende-Button */
.formgen .formsubmit
{
margin-left: 260px;	
	
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #E36F26;
}

legend {
	display:none;
	
}
















/* Download anbieten */

#downfile{float:left; width:520px;
height:auto;
	background-color:#ECECEC;
	margin:0px;
	border: 0px solid #000;
}
.linie1{ float:left; width: 100%; height: 3px;
	border: 0px solid #000;
}
.list_content_img {
float:left;
width: 40px;
	text-decoration:none;
	padding-left:3px;
	border: 0px solid #000;
	
	
	}
 
 /*beschreibung*/
.list_content2 {
float:left;
width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	padding-left:10px;
	padding-top:1px;
	padding-right:4px;
	padding-bottom:1px;
	margin:0px;
    line-height: 18px;
	border: 0px solid #000;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#F4F4F4;
	margin:0px;
    line-height: 18px;
	}

.list_content a {border: none;}


#incontent thead {background-color: #FF6600; color: #fff; font-weight: bold; padding-left: 3px;}
#incontent td {padding-left: 3px;}



#sitemap{
	float: left;
	width:560px;
	padding:00px;

}

#sitemap a{text-decoration:none;}


#sitemap .langsitemap{
	float: left;
	width:100px;
	padding:14px;
}

#sitemap .sitemaplevel1 ul{
}
#sitemap .sitemaplevel1 ul a.level1{
text-decoration:none;
}

#sitemap .sitemaplevel2 ul{
}
#sitemap .sitemaplevel2 ul a.level2{
text-decoration:none;
}
#sitemap .sitemapartikel ul{
	list-style: circle;
}
#sitemap .sitemapartikel li{
	list-style: circle;
}
#sitemap .sitemapartikel a{
text-decoration:none;
}

.galimg{border: none; margin-bottom: 5px;}
.magazine-container{position: relative;
left: -5px;
top: -3px;

}
