body { 
	margin: 0; 
	padding: 10px; 
	background-color: #ffffff; 
	color: #000000; 
}

#top {
	background-position: 113px 0px;
	height:87px;
	border:1px solid #000;
}
html>body #top {
	height:85px;
}

#logo {
}
#title {
}
#title-img {
  margin-left:8px;
  margin-bottom:2px;
}


#menu1 {
  margin-top:-1px;
  background-color:#a0a0a0;
  background-image: url(gradient1.jpg);
  border:1px solid #000000;
}
#menu1 td {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size:13px;
/*  font-weight:bold; */
}
#menu1 a {
  padding: 2px 16px 2px 16px;
  display: block;
  text-decoration: none;
  color:#ffffff;
}
#menu1 a:hover, #menu1 a:focus, #menu1 a.active {
  text-decoration: none;
  color: #000000;
  background-color:#B6BDD2;
  padding: 1px 15px 1px 15px;
  border: 1px solid #0A246A;
}



#left {
	position: absolute;
	left: 0;
	top: 118px;
	margin: 0;
	padding: 0;
	width: 220px;
	text-align: left !important;
	z-index: 100;
}

#menu2 {
  border: 1px solid #b0b0b0;
  margin: 10px;
  padding: 0;
  background: #fffff0;
}

#menu2 li {
  list-style-type: none;
  margin: 0;
  border: none;
  font-size: 13px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
#menu2 a {
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  display: block;
  color: #000060;
  width: 100%; /* für IE */
} 
html>body #menu2 a {
  width: auto; /* für Mozilla */
}  
#menu2 a:hover, #menu2 a:focus, #menu2 a.active {
  text-decoration: none;
  color: #000000;
  background-color:#B6BDD2;
  padding: 1px 3px 1px 3px;
  border: 1px solid #0A246A;
}   



.submenu2 {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #b0b0b0;
  background-color: white !important;
}

.submenu2 li {
  font-size: 11px !important;
}
.submenu2 a {
  padding: 1px 4px 1px 14px !important;
  color: #202020 !important;
}
.submenu2 a:hover, .submenu2 a:focus, .submenu2 a.active {
  background-color:#c6cde2 !important;
  padding: 0px 3px 0px 13px !important;
  border: 1px solid #868da2 !important;
}   





#content-left {
	margin: 10px;
	font-size: 12px;
	padding: 8px;
	background: #f8fff8;
	border: 1px solid #b0b0b0;
}

#content-left p {
	text-align: left;
	text-indent: 0;	
	margin-bottom: 1ex;
}




#content {
	position: absolute;
	left: 0;
	top: 118px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#content div.border {
	margin: 10px 10px 10px 220px;
	border: 1px solid #444;
	padding: 20px 40px 20px 40px;
	background-color: #ffffff;
}




#copyright {
  font-size: 11px;
  text-indent:0px;
}



@media print {
  #top,#menu1,#menu2 {
    display: none;
  }
  #left {
    width: auto;
    float: none;
  }
  html>body #left {
    width: auto;
  }
  #content {
    margin: 0;
    padding: 0;
    border:none;
  }
}







body, h1, h2, h3, h4, h5, h6, p, li, td, th, a, .sitemap1, .sitemap2, .sitemap3, .caption, .bulletlist, .news {
  font-family: Arial, sans-serif;
}
h1 { color:#909090; font-size:20px; }
h2 { color:#909090; font-size:14px; text-transform:uppercase; }
h3 { color:#404040; font-size:12px; font-weight:normal; letter-spacing:4px; text-transform:uppercase; }

p { font-size:13px;  color:#404040; text-align:justify; margin: 0 0 1ex 0; line-height:150%; }
li { font-size:13px;  color:#404040; text-align:justify; margin-bottom: 0.5em; }
td { font-size:13px; color:#404040; text-align:justify }
th { font-size:13px; color:#000000; text-align:left }
form {
  margin: 0.5em 0.5em;
}

input[type=submit] {  color:#000000; }

li { text-align:justify;  line-height:150%; }
A { color:#006599; text-decoration:none; }
A:hover { color:#d00020; text-decoration:underline; }
a.menu_level1:hover {  color:#303090;  text-decoration:none;}

div.searchform {  padding:4px; }
div.searchresultheader {  background-color: transparent;  margin: 0px 0px 8px 0px;  font-weight: bold; }
div.searchresultpagetitle {
  background-color: #E4E0DB;
  margin: 0px 0px 1px 0px;
  padding: 2px;
  border: 0px;
}
div.searchresultcontent {
  background-color: #F7F3EF;
  margin: 0px 0px 8px 0px;
  padding: 2px;
  border: 0px;
}

.csc-textpic-caption { font-size:11px; }

table.contenttable td {
  padding-right: 8px;
}

.news .news-head {
  text-align:left;
  font-weight: bold;
}
.news .news-teaser {
  margin-top:1em;
  margin-bottom:1em;
  font-style: italic;
}
.news .news-text {
  margin-bottom:1em;
}

/* Korrektur/Modifikation für CSS-CONTENT */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: right; }
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: left; }

