h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px Helvetica,Verdana,Arial 
}
body{
	text-align:center;
	background-color: #9DC5CD;
	background-image: url('images/back.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}

h1 { 
	font: normal 14px Helvetica,Verdana,Arial;
	font-weight: bold;
}
h3.rot {
font-size:14px 
font-family: Helvetica,Verdana,Arial;
font-weight: bold;
color: red;
	} 
	
p.rot {color:red}
p.blau {color:blue}
table { font-size: 12px }
td.td-last {white-space:nowrap;}
td {vertical-align:top}

img.block {
	display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:939px;
  text-align:left; 
  margin:0px auto;
  background: url(images/background1.gif) center repeat-y;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  border: 1px solid #fff;
}

div#top {
  font: bold 10px Verdana,Arial;
  clear:both;
  background-color:#001463;
  text-align:right;
  color:#FFFFFF;  
  padding:5px;
  padding-right:10px;  
}

div#top a {
   text-decoration: none;
   color:white;
   }

div#header { background-color:white; }

/*-----------------------------------*/

div#links { 
	float:left;
	width:179px; 
	padding-top:37px;
	padding-bottom:0px;
	background-color:#001463;
}

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:5px;
	padding-bottom:5px;
}


div#center { 
	margin-left:200px; 
	width:510px;
	padding-bottom: 10px; 
}

div#right { 
	width:200px; 
	min-height:100%;
	height:auto !important;
	height:100%;
	float:right; 
	text-align:left; 
	padding-top:10px;	
	background-color:#D3E2F9;
}

.float-left { 
	float:left; 
}

div#footer {
  clear:both;
  background-color:#001463;
  padding:10px;
}

div#inhaltlinks {
background-color: #001463;
margin-top:10px;
margin-bottom: 0px;
padding: 5px; }

a.level1-no {
color: white;
font-weight:bold;
line-height:20px;
text-decoration:none;
padding-left:5px;
}

a:hover.level1-no {
color: yellow;
font-weight:bold;
line-height:20px;
text-decoration:none;
padding-left:5px;
}

a.level1-cur {
color: #001463;
font-weight:bold;
line-height:20px;
text-decoration:none;
padding-left:5px;
}
a.level1-act {
color: yellow;
font-weight:bold;
line-height:20px;
text-decoration:none;
padding-left:5px;
}
a.level2-cur {
color: red;
font-size:10px;
font-weight:bold;
line-height:18px;
text-decoration:none;
padding-left:10px;
}
a.level2-no {
color: darkblue;
font-size:10px;
font-weight:normal;
line-height:18px;
text-decoration:none;
padding-left:10px;
}

div.menu1 {
border-bottom: 1px solid white;
}
div.menu1cur {
background-color: lightblue;
}
div.menu1act {
background-color: lightblue;
}
div.menu2 {
background-color:lightblue;
}

div.menu2cur {
background-color: lightblue;
}

.csc-frame-frame1  {
background-color: #FDF5B7;
margin-right: 5px;
padding: 3px;
border: 1px solid darkblue;
border-radius:10px;
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
}

.csc-frame-frame1 p {font-size:90%}

.important {font-weight:bold; color:red}



