body{
	font-family: sans-serif,Arial,Helvetica,Verdana,ans-serif;
	font-size:62.5%;
	color: #ffffff;
	margin: 0;
	padding: footer-<length> 0;
	float: center;
}

#center {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
}

#infotop {
	position: absolute;
	left: 765px;
	top: 2px;
	width: 200px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#infotop p {
	font-size: 10px !important;
	color: #ffffff !important;
}

#infotop a {
	color: #ffffff !important;
	text-decoration: none;
}

#infotop a:hover {
	text-decoration: underline;
}



#top {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 660px;
	height: 414px;
	margin: 0;
	padding: 0;
}

#bottomright {
	position: absolute;
	left: 772px;
	top: 470px;
	width: 180px;
	margin: 0;
	padding: 0;
    color: #ffffff;
    text-align: left;
}

#bottomright a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#bottomright p {
	margin: 0 !important;
    padding: 0 !important;
}

#topleft {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 200px;
	height: 330px;
	margin: 0;
	padding: 40px 0 0 10px;
	text-align: left;
	z-index: 101;
}

#topleft h1 {
	line-height: 200%;
	font-size: 32px;
}

#topleft h2 {
	line-height: 200%;
	font-weight: normal;
	font-size: 18px;
}

#logo {
	position: absolute;
	left: 675px;
	top: 50px;
	margin: 0;
	padding: 0;
}

#youarehere {
	position: absolute;
	top: 410px;
	left: 0px;
	height: 17px;
	background: transparent url(./layout/bgr_tabwbright.gif) no-repeat top right;
	padding: 8px 20px 0 10px;
	z-index: 100;
	color: #999999;
}

#youarehere a {
	color: #FF7A09;
 	text-decoration: none;
	font-weight: bold;
}

#youarehere a:hover {
	text-decoration: underline;
}

#content {
	position: absolute;
	left: 0px;
	top: 450px;
	width: 660px;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: left;
}

#content a, a:active, a:visited {
	color: #ffffff;
 	text-decoration: none;
	font-weight: bold;
    margin: 0;
    padding: 0;
}

#content a:hover {
	text-decoration: underline;
}

/*----------Modul Liste--------------*/

#content ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#content li {
	font-size: 12px;
 	line-height: 160%;
	list-style-type: none;
	background: url("./layout/pic_bullet.gif") no-repeat top left;
	padding: 2px 0px 2px 20px;
	margin:0;
}

#content li p{
	margin:0;
	padding:0;
}

#content p.liste{
	font-weight: bolder;
	padding: 0;
	margin: 0 0 5px 0;
}

#contentbright {
	position: absolute;
	left: 0px;
	top: 450px;
	width: 960px;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: left;
}

/*----------Modul Liste--------------*/

#contentbright ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: #666666;
}

#contentbright li {
	font-size: 12px;
 	line-height: 160%;
	list-style-type: none;
	background: url("./layout/pic_bulletgrey.gif") no-repeat top left;
	padding: 2px 0px 2px 20px;
	margin: 0;
}

#contentbright li p{
	margin:0;
	padding:0;
}

#contentbright p.liste{
	font-weight: bolder;
	padding: 0;
	margin: 0 0 5px 0;
}

#contentbright h1 {
	color: #FF7A09;
}

#contentbright h2 {
	line-height: 160%;
	color: #666666;
}

#contentbright h3 {
	color: #666666;
}

#contentbright p {
	color: #666666;
}

#contentbright a, a:active, a:visited {
	color: #FF7A09;
 	text-decoration: none;
	font-weight: bold;
}

#contentbright a:hover {
	text-decoration: underline;
}



#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:footer-<length>;
	padding: 0;
    margin: 0;
	background-color: #666666;
}

@media screen{
	body>div#footer{
	position:fixed;
	}
}

* html body{
	overflow:auto;
}

* html div#center {
	height: 100%;
}

#footer p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	display: inline;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none !important;
}

p, pre {
	margin:0 0 10px 0;
	padding: 0;
	line-height: 160%;
	font-size: 12px;
}

p.small {
	font-size: 10px;
}

h1 {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 26px;
	color:  #ffffff;
}

h2 {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 16px;
	color:  #ffffff;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color:  #ffffff;
}

img {
	border: 0;
}

/*-------Suche (form) ---------*/

#search {
	position: absolute;
	left: 770px;
	top: 200px;
	width: 148px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: transparent url(./layout/bgr_search.gif) no-repeat top left;
    z-index: 100;
}

form.suche {
	margin:0;
	padding:0;
	border: 0;
}



form.suche input.suchfeld {
	background-color: transparent;
	color: #ffffff;
	border: none;
	padding: 3px 0 1px 7px;
	margin:3px 0 0 0 ;
	font-size: 10px;
	width: 110px;
}

/*---allgemeines Layout----*/

#sidebar {
	position: absolute;
	left: 775px;
	top: 240px;
	width: 148px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}


#refer {
	margin-right: 20px;
	border: solid 1px #ff0000;
}

/*----------für navi.css--------------*/

#navigation {
	position: absolute;
	top: 500px;
	left: 737px;
	width: 200px;
	height: 225px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navhome {
	position: absolute;
	top: 470px;
	left: 775px;
	width: 200px;
	height: 225px;
	margin: 0;
	padding: 0;
	text-align: left;
}

hr {
	border:none;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 640px;
    text-align: left;
    float:left;
}
