@CHARSET "ISO-8859-1";
	

/*FRAME
-------------------------------*/
#frame {
	width: 1000px;
}

/*Schatten - DIVS für Content
-------------------------------*/
DIV.shadow,DIV.shadow2,DIV.shadow3,DIV.shadow4,DIV.shadow5 {
	padding: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

DIV.shadow {
	background-color: #8e8e8e;
	border: 1px solid #959595;
	margin: 0px;
}

DIV.shadow2 {
	background-color: #aaa;
	border: 1px solid #bebebe;
	margin: 0;
}

DIV.shadow3 {
	background-color: #d1d1d1;
	border: 1px solid #e1e1e1;
	margin: 0;
}

DIV.shadow4 {
	background-color: #ededed;
	border: 1px solid #f6f6f6;
	margin: 0;
}

DIV.shadow5 {
	width: 565px;
	background-color: #fcfcfc;
	border: 1px solid #fff;
	margin: 30px auto;
}

/*Header
-------------------------------*/
#header {
	height: 150px;
	width: 100%;
	background-color: rgb(0, 35, 95);
	margin-bottom: 30px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	background-image: url('headerbg2.png');
	font-family: arial;
}

#header2 {
	height: 150px;
	width: 100%;
	/*background-image: url('linien.png');
	background-image: url('headerbg2.png');*/
}

/*
Navigation
-------------------------------*/
#menu {
	margin-left: 10px;
}

.untermenu_links {
	color: rgb(0, 35, 95);
	text-decoration: none;
}

.untermenu_links_act {
	color: rgb(0, 35, 95);
	text-decoration: none;
	font-weight: bold;
}

.menu_links {
	color: rgb(227, 227, 227);
	text-decoration: none;
}

.menu_links_act {
	color: rgb(227, 227, 227);
	text-decoration: none;
}

.navi_divs {
	height: 50px;
	margin: 0.2em;
	margin-bottom: 0;
	float: left;
}

.navi_divs a:hover {
	text-decoration: none;
	color: white;
	font-size: 13pt;
	margin: 0.3em;
}

.navi_divs a {
	text-decoration: none;
	color: rgb(277, 277, 277);
	font-size: 13pt;
	margin: 0.3em;
}

.navi_divs a:visited {
	text-decoration: none;
	color: rgb(277, 277, 277);
	font-size: 13pt;
	margin: 0.3em;
}

.navi_divs_sel {
	color: rgb(227, 227, 227);
	float: left;
	margin: 0.2em;
	margin-bottom: 0;
	height: 50px;
	background-color: rgb(58, 71, 94);
	background-image: url('menubg.png');
	background-repeat: repeat-x;
}

.navi_divs_sel a {
	color: white;
	text-decoration: none;
	font-size: 13pt;
	margin: 0.3em;
}

/*Links Navi
-------------------------------*/
#navi {
	width: 100%;
	border: 1px solid black;
	background-color: rgb(207, 231, 255);
	color: rgb(0, 35, 95);
	font-family: arial;
	font-size: 11pt;
}

#navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navi li {
	float: left;
	margin: 0.5em;
}

#naviadsense {
	width: 100%;
	border: 1px solid black;
	margin-top: 5%;
}

/*Content
-------------------------------*/
#current {
	position: relative;
	top: -3px;
	left: -5px;
	width: 500px;
	padding: 25px;
	background-color: white;
	border: 1px solid black;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	font-family: Arial;
	font-size: 11pt;
	text-align: justify;
}

#abstand {
	margin: 0;
}

#footer {
	height: 20px;
	text-align: center;
	background-color: rgb(0, 35, 95);
	width: 100%;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

/*Link Formatierung
-------------------------------*/
.link {
	text-decoration: none;
	color: rgb(0, 35, 95);
}

.linksel {
	text-decoration: none;
	color: rgb(0, 35, 95);
	font-weight: bold;
}

//
Tabs  - Suche
div.tabArea {
	font-size: 80%;
	font-weight: bold;
}

a.tab {
	background-color: rgb(207, 231, 255);
	border: 1px solid #000000;
	border-bottom-width: 0px;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	margin-right: 4px;
	margin-bottom: 0;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

a.tab,a.tab:visited {
	color: black;
}

a.tab:hover {
	background-color: white;
	color: rgb(0, 35, 95);
}

.button {
	padding: 5px;
	background-color: rgb(207, 231, 255);
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 35, 95);
	border: 1px solid rgb(0, 35, 95);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.links {
	text-decoration: none;
	color: rgb(0, 35, 95);
	font-weight: bold;
}

.links:hover {
	text-decoration: underline;
	font-weight: bold;
}

.inner_fieldsets {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}