body {
	background-color: #fbfbfb;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	}

h1 {
	font-size:16px;
	margin-top: 0px;
	line-height:16px;
	color:black;
	}

h2 {
	font-size:14px;
	margin-bottom: 0px;
	color:black;
	}

#frame {
	position:absolute;
	margin: 0 auto;
	left: -475px;
	margin-left: 50%;
	width:950px;
	min-height:700px;
	}

#work {
	position:relative;
	font-size: 10pt;
	bottom: 5px;
	top: 5px;
	width: 950px;
	height:100%;
	min-height:700px;
	border: 0px silver solid;
	background-color:white;
	}

#navigator {
	position:absolute;
	border-bottom: 1px silver solid;
	width:925px;
	height:15px;
	padding:5px;
	padding-left:20px;
	background-color:#cdcdcd;
	}

#navigator_item {
	margin-right:45px;
	}

#main {
	position:absolute;
	top:25px;
	border-bottom: 1px silver solid;
	width:100%;
	height:510px;
	background-color: #ADADAD;
	}

#logo {
	position:absolute;
	top:460px;
	left:20px;
	}

#fuss {
	position:absolute;
	top:550px;
	width:100%;
	height:150px;
	}

#fuss_div {
	position:absolute;
	width:220px;
	height:120px;
	}
#fuss_div_txt {
	position:absolute;
	top:130px;
	width:220px;
	height:20px;
	}

a {
	text-decoration: none;
	color: #111111;
	}
a:link {
	}
a:visited {
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #ffffff;
	}

.active {
	color: #ffffff;
	}

#bild_stripex {
	position:absolute;
	width: 950px;
	left:0px;
	height:470px;
	text-align:right;
	}

#bild_stripe {
	position:absolute;
	left:310px;
	height:470px;
	background-color: white;
	}

#text_back {
	position:absolute;
	height:470px;
	width: 270px;
	padding:20px;
	overflow:auto;
	background-color:#adadad;
	opacity: 0.8;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	}
#text_stripe {
	position:absolute;
	height:370px;
	width: 270px;
	padding:20px;
	overflow:auto;
	}

#text_text {
	position:absolute;
	width: 270px;
	color:white;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	}

.csi {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}

td,th {
	color: white;
	}

form td {
	color: black;
}


input,textarea {
	border:1px solid silver;
	width:300px;
	}

#knopf {
	text-align:center;
	font-family: Verdana;
	font-size: 10px ;
	font-weight:normal;
	padding-top:3px;
	height:25px;
	border:1px solid silver;
	background-color:#f9f9f9;
	}

ul {
	margin: 0 0 0 10px;
	padding: 0px;
}

li {
	list-style: circle;
	border: 0px solid silver;
	padding: 0px;
	margin-bottom: 5px;
}