@import url(graphik.css);
@import url(mailform.css);
@import url(startbild_dt.css);
@import url(startbild_en.css);
@import url(news.css);
@import url(table.css);
@import url(notfound.css);
@import url(welcome.css);
/* tables and bulletlist are formatted in seperate stylesheet "table.css*/

/*h1128176*/

div#allcontainer {
  width: 1000px;
  background-color: #DEDEDE;
  border: 1px solid #FFFFFF;
  font: 11px Tahoma, sans-serif;
  font-family: Tahoma, Arial, Verdana sans-serif;

  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;
}
div#logocontainer {
  height: 85px;
  width: 1000px;
  clear: left;
  background-image: url(../images/header3.jpg);
  background-repeat: no-repeat;
}
div#topcontainer {
  height: 20px;
  clear: left;
  width: 1000px;
  background-color: #FFF;
  border-bottom: 1px solid #E2001A;
  /*background-color: #D5EDFA;*/
}
div#maincontainer {
  width: 1000px;
  background-color: #FFF;
  background-position: right bottom;
  background-repeat: no-repeat;
  /*background-image: url(../images/earthback.jpg);
  background-image: url(../images/hintergrund.png);*/
  float: left;
}
div#navicontainer {
	height: 20px;
	width: 1000px;
	clear: left;
	background-color: #FFF;
	/*border-bottom: 1px solid #E2001A;
/*	background-image: url(../images/menu_1px.gif);
	background-repeat: repeat-x;*/
}
div#bottomcontainer {
	/*background-color: #CCCCCC;*/
	height: 50px;
	width: 1000px;
        float: left;
	background-image: url(../images/fuss.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-top: 1px solid #E2001A;
}
div#submaincontainer {
        margin-top: 20px;
/*        margin-left: 130px;*/
	/*width: 872px;*/
	width: 870px;
	float: left;
	overflow: auto;
	height: 474px;
}
div#logoleft {
	width: 139px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
div#logoright {
	width: 600px;
	float: left;
}
div#topleft {
        width: 150px;
	/*width: 140px;*/
	float: left;
	height: 20px;
}
div#topright {
	width: 576px;
	height: 18px;
	margin-top: 2px;
	margin-left: 10px;
	float: left;
}
div#mainleft {
	display: block;
	width: 130px;
	float: left;
	background-color: white;
	float:left;
}

/* Styles for the Left Menu*/
#mainleft table {
	width: 130px;
	border: 0;
	background-color: white;
	border-collapse: collapse;
	padding: 0;
	margin-left: -1px;

}
#mainleft > table td {
	margin: 0;
	padding: 2;
	border: 0;
}
#mainleft  a:active {
  color: #E2001A;
}

div#maincontent {
	width: 370px;
	float: left;
        text-align: justify;
	padding-left: 30px;
	margin-right: 10px;
        margin-top: 0px;
}
* html div#maincontent { /*Hack*/
    width: 390px;
	w\idth: 370px;
}
div#mainimage {
	width: 180px;
	float: left;
	margin: 10px;
}
div#mainright {
	width: 130px;
	float: left;
	margin: 10px;
}
div#navileft {
	float: left;
	width: 140px;
	height: 20px;
}
div#naviright {
	float: left;
	width: 800px;
	font-size: 10px;
	margin-top: 4px;
	margin-left: 10px;
}
div#bottomleft {
	float: left;
	width: 200px;
	margin-top: 19px;
}
div#bottomright {
	float: right;
	margin-top: 35px;
	margin-right: 2px;
}


body {
/*  background-color: #DEDEDE;*/
/*  background-image: url(../images/siteback.gif);*/
  background-color: white;
  background-image: url(../images/farbverlauf.jpg);
  background-repeat:repeat-x;

  min-height: 101%;
  font-size: 100.01%;
  position: relative;
  color: #000;
  text-align: center;
}

/* Formatierung für Links t*/
div a {
	background-color : transparent;
	color : #000;
	text-decoration : none;
}
/*very important link with cyan background and red border*/
div.impLink{
  text-align: center;
  border: 1px solid #E2001A;
  background-color: #D5EDFA;
  font-weight: bold;
  margin-bottom: 20px;
}


#maincontent a:link {
	background-color : transparent;
	color : #191970;
	text-decoration : underline;
}
#maincontent a:visited {
	background-color : transparent;
	color : #191970;
	text-decoration : underline;
}
#maincontent A:hover {
	background-color : transparent;
	color : #CD3333;
	text-decoration : underline;
}
#maincontent A:active {
	background-color : transparent;
	color : #D40700;
	text-decoration : underline;
}

#mainright a:link, #maincontent ul a:link {
	background-color : transparent;
	color : #191970;
	text-decoration : none;
}
#mainright a:visited, #maincontent ul a:visited {
	background-color : transparent;
	color : #191970;
        text-decoration: none;
}

#mainright a:hover, #maincontent ul a:hover {
	background-color : transparent;
	color : #CD3333;
	text-decoration : none;
}
#mainright a:active, #maincontent ul a:active {
	background-color : transparent;
	color : #D40700;
	text-decoration : none;
}



H1 {
	font-size : 12px;
	color : black;
	margin-bottom : 10px;
	margin-top : 10px;
}
H2 {
	font-size : 11px;
	color : black;
	margin-bottom : 5px;
	margin-top : 10px;
}
H3 {
	font-size : 11px;
	color : black;
	margin-bottom : 0px;
	margin-top : 0px;
}
H4 {
	font-size : 11px;
	color : black;
	margin-bottom : 0px;
	margin-top : 0px;
}
.subhead1 {
	font-size : 10px;
	color : black;
}
.subhead2 {
	font-size : 10px;
	color : green;
}
.subhead3 {
	font-size : 10px;
	color : red;
}
.headerdate {
	font-size : 10px;
	color : Green;
	font-weight: normal;
}
.csc-textpic-caption {
	font-size: 10px 
}

P {
  line-height : 130%;
  margin: 10px 0px;
  padding-bottom : 5px;
  text-indent : 0px;
}
.bodytext {
        margin: 0px;
}
.caption {
	font-size : 10px;
	color : #999999;
}
.bulletlist {
	font-size : 10px;
	color : #D40700;
}

.searchform {
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}

.loginform {
	font-size : 11px;
	color : #000000;
	font-weight : normal;
	}


.mailform {
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}
.mailformrequired {
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}
.mailformcomment {
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}


.filelinks {
	font-size : 10px;
	color : #D40700;
}
.filelinkssize {
	font-size : 10px;
	color : #000000;
}



.sitemap1 {
	font-size : 12px;
	color : #CC6600;
}
.sitemap2 {
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
}
.sitemap3 {
	font-size : 10px;
	color : #333399;
	margin-left : 40px;	
}
.sitemap4 {
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
}

.celmenu {
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-size : 12px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}

menu {
     font-size: 11px;
}

.prospekte {
  list-style-image: url(fileadmin/images/PDF_icon_32px.gif);
}

.prospekte li {
  margin: 3px;
}
