html {
	width:100%
	height:100%;
}
body {
	width:100%
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
}
h1, h2, h3, h4, form {
	margin: 0px;
}   
h1 {
	color:#DFA827;
	font-size:1.7em;
	text-transform: uppercase;
	margin-bottom:35px;
}
h2 {
	color:#DFA827;
	font-size:1.25em;
	margin-bottom:10px;
}
a {
	color:#DFA827;
	text-decoration:none;
}
a:hover {
	color:#DFA827;
	text-decoration:underline;
}
.fliesstext {
	line-height:1.5em;
}
.bildunterschrift {
        color:#DFA827;
	margin-top:6px;
	line-height:1.0em;
        font-size:1.0em;
        font-weight:bold;
}
.block {
	margin:40px 0px 0px 0px;
}
.img-align-right {
	float:right;
	margin:0px 0px 5px 15px;
}
.img-align-left {
	float:left;
	margin:0px 15px 5px 0px;
}
#PageHeader {
	width:950px;
	height:95px;
	margin:0px auto;
	background-color:#DFA827;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
#Logo {
	float:left;
	width:222px;
	height:95px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#Main {
	width:950px;
	margin:0px auto;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	background-color: #FFFFFF;
	background-image: url(../../grafik/bg/bg-main.jpg);
	background-repeat: repeat-y;

}
#Links {
	float:left;
	width:222px;
	background-image: url(../../grafik/bg/bg-links.jpg);
	background-repeat: no-repeat;

}
#BildLinks {
        margin:64px 0px 45px 20px;
	width:180px;
	height:128px;
	overflow:hidden;
}
#Rechts {
	float:left;
	width:728px;
}
#TopBild {
        position:relative;
	width:728px;
	overflow:hidden;
}
#Slogan {
	position:relative;
	top:0px;
	left:360px;
	width:368px;
	background-color:#343494;
	color:#FFFFFF;
	font-size:1.25em;
	font-weight:bold;
	padding:5px 0px 5px 10px;
}
#Content {
    /*width:696px;*/
	margin:30px 10px 10px 20px;
	background-color:#FFFFFF;
}
#PageFooter {

}


.clear {
	clear:both;
}

