*
{
    margin:0px;
    padding:0px;
 } 
 
BODY 
{
    width: 100%;
    height:100%;
    font-family: Verdana, Arial;
    padding: 0px;
    MARGIN: 0px; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    BACKGROUND-IMAGE: url(../Bilder/Ansicht/content_background.png); 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #c0c0c0
} 
 
html
{
    width: 100%;
    height:100%;
    font-family: Verdana, Arial; 
}

.wrapper1
{
    	WIDTH: 1000px;
    	MARGIN: 5px auto; 
    }


.header 
{
    PADDING-TOP: 4px;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	FONT: 14px "Futura Medium" , "Myriad Pro" , "Gill Sans" , Helvetica, Verdana, Arial, sans-serif; 
    COLOR: #44433f; 
}
	
.header a
{
    /*color: #E5F2FB;*/
	text-decoration: none;
}
.header a:hover {
	/*color: #09548B;*/
}

.header a:visited {

}

.header p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px; 
}
	
.ProgName
 {
    color: #FFFFFF;
    text-align: center;
    font-size:  xx-large;
    font-weight:bold;
    font-variant: small-caps;
 }
         
.ProgName a, .ProgName a:hover, .ProgName a:visited
{	
    cursor: default;
    color: #FFFFFF;
}
.nav {	
	BACKGROUND: url(../Bilder/Ansicht/nav_bg.png) #fff repeat-x; 
	FLOAT: left; 
	font-size: 15px;
	margin:0;
	padding-top:3px;
	height: 38px; 
	width:976px;
}


.nav-wrapper {
    WIDTH: 998px; POSITION: relative
}

.nav-left {
	BACKGROUND: url(../Bilder/Ansicht/nav_left.png) no-repeat left top; 
	FLOAT: left; WIDTH: 11px; HEIGHT: 41px
}

.nav-right {
	BACKGROUND: url(../Bilder/Ansicht/nav_right.png) no-repeat right top; 
	FLOAT: left; WIDTH: 11px; HEIGHT: 41px;
}

.nav-usr
 {
    background-color: white;
    border: solid 1px Silver;
    float: right;
    margin: 3px 5px 0px 0px;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 16px;
    /*min-height: 20px;*/
}

.nav-usr a, .nav-usr a:hover, .nav-usr a:visited
{
    color: #1058a9;
}

.nav ul {
    height: 38px;
	float: left;
	margin: 0;
	list-style: none;
	font-size: 15px;
	
	LIST-STYLE-TYPE: none;
	WIDTH: 976px
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(../Bilder/Menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	
	COLOR: #cccccc;
}
a .menu-left {
	background: url(../Bilder/Menu/menu_left.png) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../Bilder/Menu/menu_mid.png) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../Bilder/Menu/menu_right.png) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
	
	
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../Bilder/Menu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../Bilder/Menu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../Bilder/Menu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	PADDING: 10px; 
	MIN-HEIGHT: 450px; 
	MARGIN: 0px 0px 0px 5px; 
	WIDTH: 968px; 
	BACKGROUND-COLOR: #ffffff;
	background-image: url('../Bilder/wasserzeichen.jpg'); 
	background-repeat: no-repeat; 
	background-position: center right; 
	min-height: 500px;
	FONT-SIZE: 12px;
}

.content h1 {
	/*color: #333; */
	 color:#333333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
    margin-bottom: 20px;
    text-transform:uppercase;
}

.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	PADDING-RIGHT: 10px; PADDING-LEFT: 15px; 
	BACKGROUND: url(../Bilder/Ansicht/content_bottom.png) #c0c0c0 no-repeat; 
	PADDING-BOTTOM: 0px; COLOR: #996633; PADDING-TOP: 12px; HEIGHT: 18px;
	text-align: right; 
    color: #FFFFFF;
    width: 100%;
}

         
.footerleft
{
     margin: 0 10px; 
     text-align: left;
     width: 700px;
     float: left;
     font-size: 12px;
}

.footerright
{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:9px;
    padding:0 20px;
    text-align:justify;
    color:#996633;
    float: right;
}

.footerNotbetrieb
{
    color: Red;
    text-align: left;
    font-weight: bold;
    clear: both;
}

.clear {
	CLEAR: both
}

/**********************************************/
.inaktiverLink {
	CURSOR: text; COLOR: #cddcf8; FONT-STYLE: italic
}

.inaktiverLink :hover {
	CURSOR: text; COLOR: #cddcf8; FONT-STYLE: italic
}

.sub .inaktiverLink {
	CURSOR: text; COLOR: #cddcf8; FONT-STYLE: italic
}

.sub .inaktiverLink :hover {
	CURSOR: text; COLOR: #cddcf8; FONT-STYLE: italic
}

.field
{
    width: 180px;
}