
html {height:105%;}

body {
	height:105%; 
	font-family: Arial, Sans-Serif;
 	margin:0px;
}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	color: #444444;
}

#main {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	border: none;
}

#logo {
	text-align: right;
	width: 700px;
	height:5%;
	padding:1%;
}

#header {
	position: relative;
	text-align: left;
	padding:5px;
	width: 700px;
	height:80px;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
}

.navigation a {padding: 0 0 0 20px; text-decoration: none; font-weight: bold; display: block; background: url(/img/quadrat_aus.gif) no-repeat 5px 50%; color: #444444;}
.navigation a:hover {color: #FFBA19; background-image: url(/img/quadrat_an.gif);}
.navigation a:active {color: #FFBA19; background-image: url(/img/quadrat_an.gif);}

.navigation_active a {padding: 0 0 0 20px; text-decoration: none; font-weight: bold; display: block; background: url(/img/quadrat_an.gif) no-repeat 5px 50%; color: #FFBA19;}
.navigation_active a:hover {color: #FFBA19; background-image: url(/img/quadrat_an.gif);}
.navigation_active a:active {color: #FFBA19; background-image: url(/img/quadrat_an.gif);}

#content {
	padding:5px;
	width: 700px;
	margin-top: 15px;
	min-height:500px;
	height:auto;
	border: 1px solid #444444;
	font-family: Arial, Sans-Serif;
	position:relative;
	overflow:auto;
}

html #content { height:500px; } /* nur für IE 5.5 - 6.x */
html + body #content { height:500px; } /* nur vom IE 5.0 */

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}
#content a:hover {color: #FFBA19; }
#content a:active {color: #FFBA19; }

.class_content{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #444444;
}

.boxed{
	width: 500px;
	padding: 2px;
	align: bottom;
	border: 1px solid #888888; 
}
 
.start {
	background-image: url("img/bg2.jpg");
	background-repeat:no-repeat;
	background-position: center center;
}

.error {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #A00000;
}

/* Die Fußzeile */
#footer {
	padding:5px;
	width: 700px;
	margin-top: 15px;
	height:40px;
	border: 1px solid #444444;
}


