* { padding: 0; margin: 0; }
html {height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #FF9900;
	color: #0020C4;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	border: none;
}

#master {
	width: 910px;
	height: 100%;
	font-size: 13px;
}

#menue {
	width: 148px;
	float:left;
	padding: 0px;
	margin: 0;
	text-align: right;
	}
#menue ul li{
	display: inline;
	
	
}

#menue ul li a {
	text-align:right;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	height: 18px;
	width: 130px;
	background-color: #0033CC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;

}

#menue ul li a:hover{
	background-color: #FFFDFC;
	color: #FF9900;

}

.mbox{
	display: inline;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	width: 130px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #0033CC;

}
.mbox img{
	margin-top: 4px;
}

#content {
	width: 730px;
	float: right;
	padding: 5px;
	margin: 0;
	position: relative;
	background-image: url(bilder/conten-bg1.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
	background-color: #FFFFFF;
}
#content h1{
	font-family: "Trebuchet MS", Arial;
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
#content h2{
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#content hr{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content pre{
	font-size: 16px;
}

#footer {
	width: 730px;
	float: right;
	padding: 5px;
	margin: 0;
	position: relative;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #0033CC;
	text-decoration: underline;
}


.bildbox {
	float: right;
	margin-left: 4px;
}
.infobox {
	float: right;
	color: #FFFFFF;
	background-color: #0033CC;
}
.infobox p{
	padding: 4px;
}
.infobox a{
	color: #FFFFFF;
	text-decoration: none;
}
.infobox a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.form {
	color: #0033CC;
	margin: 2px;
	border: 1px solid #0033CC;
	padding: 2px;
}
pre {

}
