/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	}
body {
	max-width: 1200px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #ffcc00;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
}

#wrapper {
	min-height:100%;
	padding-top: 10px;
	padding-left: 20px;
	clear: both;
 }
#footer {
}

#content {
	min-height: 500px;
	padding-right: 20px;
}

#menu {
	float: left;
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	top: 36px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: 32px;
}
#MenuBar1 {
	margin: 0px;
	padding: 0px;
}




#header {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	height: 120px;

}
#logo {
	float: right;
}
#footer {
	height: 50px;
	text-align: right;
	padding-right: 20px;
	position: relative;
	bottom: 30px;
	padding-left: 20px;
}

#footerimage {
	background-image: url(gfx/footer-back.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-right: 40px;
}
#laufschrift {
	color: #CC0000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	width: 540px;
	height: 20px;
}



a {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
}

.yellow {
	color: #FFCC00;
}

.red {
	color: #CC0000;
	font-weight: bold;
}
.klein {
	font-size: 11px;
}
