html, body {
	
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body {
	
    color           : #2C3842;
    font-family: Arial, sans-serif;
    font-size: 11px;
    background-color: #1E3C6A;
}

#mainpanel {
	
    height: 100%;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    position: relative;
    text-align: left;
    width: 1000px;
    background-color: #1E3C6A;
}

#header {
	
    position: absolute;
    left: 0px;
    top: 0px;
    height: 78px;
    width: 998px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background-color: #232B32;
    background-image: url(logo.png);
    background-repeat:no-repeat;
    background-position:0px 0px;    
}

#headlinecontainer {
	
    font-family: Arial, sans-serif;
    font-weight     : bold;
    font-size       : 18pt;
    color           :#F9F896;
    position: absolute;
    top: 34px;
    left: 300px;
}
#versioncontainer {
	
    color           :#FFFFFF;
    font-family : Helvetica,Arial;
    font-size       : 8pt;
    font-weight     : bold;
    position:absolute;
    right: 5px;
    bottom: 5px;
}

#menupanel {
	
    width: 998px;
    position: relative;
    top: 79px;
    left: 0px;
    color: #FFFFFF;
    height: 22px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    background-color: #576D84;   
    font-weight : bold;
    font-size       : 8pt;    
}

#contentpanel {
	
    position: relative;
    left: 0px;
    top: 79px;
    bottom: 0px;
    width: 998px;
    border: 1px solid #FFFFFF;
    background-color:#ADB9C5;     
}

#sidemenu {
	
    position: absolute;
    top: 0px;
    bottom: 22px;
    left: 0px;
    width: 190px;
    border-right: 1px solid #FFFFFF;
    background-color:#92A5BA;      
}

#content {    
	
    position: relative;
    width: 808px;
    left:190px;
    top: 0px;
    bottom: 22px;
    margin-bottom: 22px;      
}

.welcome2 {
	
    border          : 0px;
    border-style    : none;
    color           :#FFFFFF;
    font-family     : Arial, Helvetica;
    font-weight     : normal;
    font-size       : 8pt;
    background-color:#92A5BA;
    padding         : 10px 10px 10px 3px;
}

#menulist {
	
    color           : #576D84; 
    font-family     : Arial; 
    font-weight     : bold; 
    font-size       : 12pt;
    padding-top: 50px;
    width: 438px;
    padding-left: 20px; 
}

#footer {

	width: 998px;
	position: absolute;
	bottom:0px;
	left: 0px;    
    color: #FFFFFF;
    height: 22px;   
    border-top: 1px solid #FFFFFF;
    background-color: #576D84;   
    font-weight : bold;
    font-size       : 8pt;  	
}

.menu {    
	
    padding: 5px 0px 10px 5px;
    font-size: 14pt;
}

.item {		
    height: 30px;
}

.item a.links {
	
	color			: #576D84; 
	text-decoration	: none;	
    padding: 5px 20px 5px 20px;    
    cursor: pointer;
}

.item a.links:hover {
	
    background-color:#92A5BA;
    background-image: url("ar1normal.gif");
    background-repeat: no-repeat;
    background-position: 5px;
    color           :#FFFFFF; 
}

#customhtml {
	
	position: absolute;
	top: 0px;
	right: 0px;
	height: 350px;
	width: 350px;
	overflow: hidden;
}

#watersign {

	height: 293px;
	width: 343px;
	position: absolute;
	bottom: 32px;
	right: 10px;
	background-image: url(Wasserzeichen.png);
    background-repeat:no-repeat;
    background-position: right bottom; 
}