/* CSS Document */
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width:100%;
	height: 100%; 
	max-height: 100%; 
	font-family: verdana;
	
	background-image: url(../images/content_ban.jpg);
	background-repeat: no-repeat;
	background-position: 0px 122px;
}

div.ban{
	height:  92px;
	width:950px;
	}

div.logo {
	background-image: url(../images/top.jpg);
	background-position: top ;
	height:  92px;
	width: 950px;
	padding-left: 0px;
	padding-top: 0px;
}

#topframe, #buttomframe{
	background-image: url(../images/top_spacer.gif);
	background-repeat: repeat-x;
	background-position: top ;

	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 122px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	z-index:1;
}


#location_selector {
	position: absolute;
	left: 700px;
	top: 38px;
	width: 183px;
	z-index: 2;
}

#location_selector select{
	background-color: #f0ffbe;
}

div.navbar {
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

div.nav_ban_button {
	float: left;
}

div.topnav {
	margin-right: 20px;
	float: left;
}

div.langmenu {
	text-align: right;
}

#maincontent{
	position: fixed; 
	top: 122px; /*Set top value to HeightOfTopFrameDiv*/
	left: 0;
	right: 0;
	bottom: 55px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto; 
	margin: 0px;
}

div.content_left {
	width: 545px;
	float: left;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: 155px;
	color: #006175;
}

/*nur für template_content_only.html*/
div.content_left_only {
	width: 795px;
	float: left;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: 155px;
	color: #006175;
}

div.content_right {
	width: 250px;
	float: left;
	font-size: 12px;
	padding-top: 59px;
	color: #006175;
}

#buttomframe{
	top: auto;
	bottom: 0; 
	height: 55px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image: url(../images/bottom_spacer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html body{ /*IE6 hack*/
	padding: 122px 0 55px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

p.bodytext {
	margin-right: 10px;
	width: 100%;
}

/* LINKSTYLE */
a {
	color: #006175;
}

a:hover {
	color: orange;
	text-decoration: none;
}

/* T3-MAILFORMULARSTYLE */
div.csc-mailform-field label {
	display: block;
}

fieldset.csc-mailform {
	border: none;
}

/* FORMULARFELDER */
input,select,checkbox,textarea,radio {
	font-size: 11px;
}

td
{
	font-size: 12px;
}

td.textaussen
{
	font-size: 12px;
	color: #006175;
}