@charset "utf-8";
/* CSS Document */


/* --------------scrollbar------------- */
html{
    height: 100%;
}
/* Allgemeine Formatierungen */
*{
    margin: 0;
    padding: 0;
}

body{
 	min-height: 101%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
	background-image: url(Fotos/HG.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* Formatierungen Layout (grob) */
#seite{
	text-align: left;
	width: 715px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	border: 1px solid #A5AE41;
}

#start{
	clear: both;
	height: 350px;
	width: 713px;
	border: 1px solid #A9B32A;
}

#oben{
	clear: both;
	height: 168px;
	width: 713px;
	background-image: url(Fotos/Logo.gif);
	border: 1px solid #ADB632;
}

#links{
	float: left;
	width: 458px;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
}

#rechts{
	float: left;
	width: 235px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 25px;
}

#unten{
	clear: both;
	width: 713px;
	text-align: center;
	border: 1px solid #B1BA3D;
}

/* Formatierungen Navigationsleiste */
#navigation{
    background: #FFFFFF;
    float: left;
    width: 500px;
    padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#navigation ul{
}

#navigation ul li{
    display:inline;
    margin:0 10px 0 0 
}

#navigation ul li a{
    text-decoration: none;
    border-bottom: 4px solid #FFFFFF;
    color: #A9B32A;
    font-size: 11px; 
    font-weight: bold;
}

#navigation ul li a:hover{
    text-decoration: none;
    border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A9B32A;
}

/* Schrift-Formatierungen */
p{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 15px;
}

h1,h2,h3,h4,h5,h6{
	color: #A8B227;
	font-size: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 25px;
}

h3{
	font-size: 12px;
}

h4{
	font-size: 12px;
	color: #FFA500;
}

h6{
	font-size: 9px;
	color: #999999;
}

/* Überschrift-Menue-rechts */
h5{
	text-align: right;
}

#links p{
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}

#links ul{
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 20px;
}

#unten p{
	color: #A8B227;
	font-size: 10px;
	padding: 5px;
}

/* Formatierungen Navigation (Rechte Spalte) */

#rechts p{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rechts ul{
	text-align: right;
	list-style-position: inside;
	list-style-type: disc;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#rechts ul li{
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 16px;
	text-align: right;
	color: #A5B021;
	font-size: 13px;
	font-weight: bold;
}

#rechts ul li a{
	text-decoration: none;
	color: #A8B227;
}

#rechts ul li a: hover{
	color: #A8B227;
}

/* Link-Formatierungen */

a:link,a:visited,a:active{
 color:#999999;
 text-decoration:underline
}

a:hover{
 text-decoration:none
}

#unten a{
 color: #A8B227;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

