/* blendet vertikalen Browserrollbalken dauerhaft ein */
html { height:99.2% }
body { min-height: 100.01%;
		font-size: 100.01%;
		position: relative; }
		
/* alle Randabstände auf Null setzen */
* { margin:0; padding:0; font-size:100%; }	

/* spezielle Formate neutralisieren */	
ul,li,h1,h2,h3 { line-height:0px; font-size:0px; margin:0px; padding:0px;}

body {
	background-image: url(hg.gif);
	background-color: #FFFafa;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 760px;
}
body,td,th {
	color: #103b61;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
a:link, a:visited {
	color: #103b61;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	color: #FFCC00;
}

#head {
	width:770px;
	height:190px;
	z-index:1;
	background-color: #fffafa;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
}
li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #103B61;
	list-style-type: square;
	margin-left: 20px;
	margin-top: 5px;
}
#content {
	width:770px;
	height:auto;
	background-color: #2D5B89;
}

#menu {
	float: left;
	width: 155px;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #B4BFCC;
	padding-top: 30px;
	height: auto;
}
.navi {
	background-image: url(linie.gif);
	background-repeat: repeat-x;
	text-indent: 10px;
	background-position: bottom;
}

#menu a {
	text-decoration: none;
	color: #103b61;
	display: block;
	font-size: 14px;
	line-height: 32px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#menu a:visited {
	color: #2d5b89;
}
#menu a:hover {
	font-weight: bold;
	background-image: url(hg-navi.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu .aktiv {
	color: #001F3E;
	font-weight: bold;
}
#textbox {
	background-color: #fffafa;
	height: auto;
	width: 615px;
	float: right;
}
#text {
	padding: 20px 30px 30px 30px;
}
#flagge {
	background-image: url(flagge.gif);
	background-repeat: no-repeat;
	background-color: #2D5B89;
	background-position: center;
	background-attachment: scroll;
	height: 100px;
	width: 155px;
	margin-top: 40px;
}
#fuss {
	background-color: #2d5b89;
	height: 30px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #103b61;
	font-size: 11px;
	color: #b4bfcc;
	padding-left: 30px;
}

h1 {
	font-size: 22px;
	line-height: normal;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
	color: #2d5b89;
}
h2 {
	font-size: 20px;
	color: #2d5b89;
	font-weight: normal;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	color: #A1040B;
	display: inline;
}
h4 {
	font-size: 14px;
	line-height: normal;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	color: #FFcc00;
}

.rot {
	color: #A1040B;
	font-weight: bold;
}
.gelb {
	font-size: 14px;
	color: #FFCC00;
	font-style: italic;
	font-weight: 600;
}


.abstand {
	margin-right: 20px;
	border: 1px solid #597c98;
}
.klein {
	font-size: 10px;
}

