/* CSS Document */

body {
					padding:0px;
					border:0px;
					margin:0px;
					
					background-color:#0099FF;
					
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size: 13px;
					line-height:18px;
					color:#000000;			
					text-decoration: none;
					text-align:center;
					background-image: url(../images/hg.gif);
					background-repeat: repeat-x;					
					}
					
				* { behavior: url(css/iepngfix.htc); }
					
#Frame {			
	position:relative;
	margin:auto;
	z-index:1;
	height:100%;
	width:840px;
	text-align:left;
			}
			
						
h1 {
					font-family:Arial, Helvetica, sans-serif;
					color:#ffff00;
					font-size: 24px;
					text-decoration: none;
					font-weight: bold;
					margin-top:0px;
					vertikal-align:top;
					}
					
h1.index {
					font-family:Arial, Helvetica, sans-serif;
					color:#ffff00;
					font-size: 24px;
					text-decoration: none;
					font-weight: bold;
					margin-top:0px;
					margin-bottom:18px;
					}
					
h2 {
					color:#ffffff;
					font-weight:bold;
					margin-top:20px;
					margin-bottom:2px;
					font-size: 13px;
					text-transform: uppercase;
					text-decoration: none;
					letter-spacing:1px;
					}
					
h3 {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#ffff00;
					font-size: 13px;
					text-decoration: none;
					font-weight: bold;
					margin-top:0px;
					margin-bottom:18px;
					}
					
table {
	font-size:10px;
	border-top:1px solid #0099FF;
	border-left:1px solid #0099FF;
	background-color:#00ccFF;
	}
	
td {
	text-align:left;
	border-bottom:1px solid #0099FF;
	border-right:1px solid #0099FF;
	vertical-align:top;}
					
th {
	border-bottom:1px solid #0099FF;
	border-right:1px solid #0099FF;
	vertical-align:top;
	text-align:left;
	font-weight:bold}
	
img {
	border:0px;
	text-decoration:none;
	}
	
p {
	margin-top:0px;
	margin-bottom:30px;
	text-indent:12px;
	}

.noindent {
	text-indent:0px;}
	
a {
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
    }
	
input {
	border:1px solid #ffffff;}
	
input.button {
	border:0px;}
	
textarea {
	border:1px solid #ffffff;}
	
a:hover {
    color:#000000;
    text-decoration:none;
    }
    
/*a:visited { 
    color:#ffff99; 
    text-decoration:none; 
    }
	
a:active {
    color:#000000;
    text-decoration:none;
    }
    
a:focus {
    color:#ffff00;
    text-decoration:none;
    }*/
	
ul {
	margin:0px;
	padding:0px;
	border:0px;
	}
	
li {
	list-style-type: square;
	list-style-position: inside;
	}
	
info[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	}


/* Navigationselemente */

#Navigation {
    position:relative;
    padding:0px;
    border:0px;
    margin:0px;
    top:0px;
    left:0px;
    width:840px;
    height:100px;
    background-image: url(../images/hg_navi.gif);
    background-repeat:no-repeat;
    }               
   
#Navigation ul {
    position:relative;
    list-style:none;
    list-style-type:none;
    padding:0px;
    margin:0px;
    border:0px;
    height:50px;
    }

#Navigation li {
    float:left;
    width:100px;
    margin:0px;
    padding:0px;
    text-align:center;
    border:0px;
    list-style-type: none;
    }

#Navigation li a {
    height:80px;
    line-height:30px;
    color:#000000;   
    font-size:9px;
    font-style:normal;
    padding:0px;
    margin:0px;
    border:0px;
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    letter-spacing:1px;
    }

#Navigation li a:hover {
    color:#ffff00;
    text-decoration:none;
    }
   
#Navigation li a.hover1 {
    background-image: url(../images/hg_navi_1.gif);
    }

#Navigation li a.hover1:hover {
    background-image: url(../images/hg_navi_hover1.gif);
    }
   
#Navigation li a.hover2 {
    background-image: url(../images/hg_navi_2.gif);
    }

#Navigation li a.hover2:hover {
    background-image: url(../images/hg_navi_hover2.gif);
    }
   
#Navigation li a.hover3 {
    background-image: url(../images/hg_navi_1.gif);
    }

#Navigation li a.hover3:hover {
    background-image: url(../images/hg_navi_hover3.gif);
    }
   
#Navigation li a.hover4 {
    background-image: url(../images/hg_navi_2.gif);
    }

#Navigation li a.hover4:hover {
    background-image: url(../images/hg_navi_hover2.gif);
    }
   
#Navigation li a.hover5 {
    background-image: url(../images/hg_navi_1.gif);
    }

#Navigation li a.hover5:hover {
    background-image: url(../images/hg_navi_hover3.gif);
    }
   
#Navigation li a.hover6 {
    background-image: url(../images/hg_navi_2.gif);
    }

#Navigation li a.hover6:hover {
    background-image: url(../images/hg_navi_hover4.gif);
    }
		
#Inhalt {
	float:left;
					padding:0px;
					border:0px;
					margin:0px;
					/*top:130px;*/
					left:0px;
					width:580px;
					text-align:left;
					}
					
#Hinweis {
	margin-left:20px;
	position:relative;
	float:left;
	color:#ffffff;
	width:240px;
	text-align:left;
	/**background-color:#666666;**/
	}
	
#Pic {			
	position:absolute;
	margin:0;
	padding:0;
	border:0;
	z-index:1;
	left:0px;
	top:130px;
	}
	
#Logo {			
	position:absolute;
	margin-left:-100px;
	margin-top:-100px;
	padding:0;
	width:200px;
	height:200px;
	border:0;
	z-index:1000;
	left:50%;
	top:50%;
	}

