/* basic definitions and html head */
html {
	overflow-x: auto; /* IE hack for x-scrollbar */
	overflow-y: auto; /* IE hack for y-scrollbar */
	}
body { 
	min-width:50em;
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/*font-weight:normal; */
	font-size:0.8em;
	color:#003; 	
	background:#f2f2f2;
}

#header {
	overflow:hidden;
	position:absolute;
	top:0; left:0;
	width:100%;
	height:6.6em;
	padding:0;
	margin:0;
	background-color: #cce4ee;/*#9cc; */
/*	border-top:1.2em solid  #cce4ee;/*#cce4ee;*/ */
	/*border-bottom:1.2em solid #9cc;*//*#7fbbd4;/*#5a9ede*/;
	background-image: url(/ins/img/img1.gif);
	background-repeat: repeat-x;
	background-position: 4.425em;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-khtml-border-radius-bottomleft:20px;
	-khtml-border-radius-bottomright:20px;
}

#header #logo{
	position:absolute;
	top:1.25em; left:0em; 
	border-left:0.9em solid #cce4ee;
	border-right:0.9em solid #cce4ee; 
}
#header img {
	width: 5.78em;
	height: 4.06em;
	border: none;
	}
#header_main_text{
	padding-top:1em;
	padding-left:14em;
	text-align:center;
	line-height: 1.5em;
	}
#brcr {
	clear: both;
	position:relative;
	top:7.3em; left:0; 
	padding:2px 4px 2px 1.2em;
	height:1.3em;
	font-size:0.9em;
	color:#006;
	background:#7fbbd4;
	white-space:nowrap;
	z-index:2;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-khtml-border-radius-bottomleft:20px;
	-khtml-border-radius-bottomright:20px;
}
#content {
	margin-top:6.2em;
	background:#cce4ee; 
	}
#content #mainmenu {
	position:relative;
	padding:1.5em 0 1em 0;  /* ohne news */
	/*padding:0em 0 1em 0;  mit news */
	width:17.5em;
	float:left; 
	background-color: #cce4ee;
}
#content #text {
	margin-left:17.5em;
	padding:1.5em 2em 2em 2em;
	color:#003;
	background:#f2f2f2;
	/*width:700px; */ 
}

#foot_margin {
	clear: both;
	}
#footer {
	margin:0;
	padding-left:0.7em;
	line-height: 1.5em;
	font-size:0.8em; 
	color:#000;
	background:#7fbbd4;
	border-bottom:0.2em solid #7fbbd4;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-khtml-border-radius-bottomleft:20px;
	-khtml-border-radius-bottomright:20px;
}

#brcr a {
	display:inline;
	text-decoration:none;
	color:#006;}
#brcr a:hover, #brcr a:focus {
	text-decoration:underline;
	color:#000;}

#mainmenu .capture{ 
	color:#369;
	font-weight:bold;
	margin:0;
	padding: 0.6em 0 0.6em 0.7em;
}

#mainmenu a, #mainmenu a:visited {
	display: block; 
	margin:0;
	padding: 0.05em 0 0.05em 0.7em;
	color:#006;
	text-decoration:none; 
	cursor:pointer;
	white-space:nowrap;
	border-top:0.02em solid #cce4ee;
	border-bottom:0.02em solid #cce4ee;
} 
 
#mainmenu a:hover, #mainmenu a.aktiv, #mainmenu a.aktiv:hover  {
	display: block; 
	background-color:#f2f2f2;
	color:#c60;
	border-top:0.02em solid #7fbbd4;
	border-bottom:0.02em solid #7fbbd4;
	text-decoration: none;
}

#news {
    padding: 0 0 0.3em 0;
    margin: 0;
		border:0.15em solid #c60;
}
#news #head {
    background-color: #c60 !important;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.4em 0;
		margin-bottom: 0.4em;		
    padding: 0.5em 0 0.2em 0.6em;
		height:1.3em;	
}

#mainmenu #news a, #mainmenu #news a:visited {
	margin:0;
	padding: 0.0em 0 0.0em 0.2em;
	color:#006;
	text-decoration:none; 
	cursor:pointer;
	white-space:nowrap;
}
#mainmenu #news a:hover, #mainmenu #news a.aktiv, #mainmenu #news a.aktiv:hover  { 
	background-color:#f2f2f2;
	color:#c60;
	border-top:0.02em solid #7fbbd4;
	border-bottom:0.02em solid #7fbbd4;
	text-decoration: none;
}
#news p {
    font-size: 95%;
    margin: 0.7em 0 0.5em 0.7em;
}

#content #text a, #content #text a:visited {
	color:#009;
	text-decoration: underline;
}
#content #text a:hover {
	color:#c60;
	text-decoration:underline;
}

#content #text #form td, #content #text #form tr {
	border:0;
	}
			
#content table {
	border-collapse: collapse;
	}
#content #text th, #content #text td {
	border: 0.08em solid #7fbbd4;
	padding: 0.2em;
	text-align: left;
	vertical-align: top;
	}

#content a.main
  {background-image:url(/img/pfeil_bw.gif);
  background-repeat:no-repeat;
  background-position:0 0.25em;
  padding:0 0 0 1em;
  margin-bottom:0.35em;}
#content a.main:hover
  {color:#c60;
  background-image:url(/img/pfeil_ow.gif);
  background-repeat:no-repeat;
  background-position:0 0.25em;}
#content a.main:focus
  {color:#c60;
  background-image:url(/img/pfeil_ow.gif);
  background-repeat:no-repeat;
  background-position:0 0.25em;}

/* Ende -------------------------------------------------------- */

