

/* suckerfish menu */

#nav{
	position: absolute;
	top: 20px;
	padding: 0px 5px 0px 0px; 
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	list-style-type: none;
	list-style-image: url('');
	margin: 0px 0px 0px 5px;
	
}

#nav li{
	float: left;
	border-left: 1px #0071BC solid;
	padding: 0px 5px 0px 5px;
}

#nav li.first{
	border-left: 0;
	
}

#nav li a{
	
	display: block;
	color: #6D6F71;
}

#nav li a span{
	height: 20px;
}

#nav li ul {
	position: absolute;
	left: -999px;
	clear: left;
	list-style-type: none;
	list-style-image: url('');
	margin: 0px;
	padding: 0px;
	width: 300px;
	background-color: #F6FAFD;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav li ul li{
	clear: left;
	border-left: 0;
	padding: 0;
	margin: 0;
}

#nav li ul li a{
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	color: #6D6F71;
}

#nav li ul li.act a{
	font-weight: bold;
}

#nav li ul li a:hover{

}









/** 
	* general styles
	*/
html, body {
	height: 100%;
}	
	
body{
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,sans-serif;
	color: #6D6F71;
	font-size: 11px;
	background: url("pagebg.gif") no-repeat;
}

div, p, ul, li, form{
	margin: 0px;
	padding: 0px;
}

ul{
	padding: 0px 0px 0px 20px;
	list-style-image: url("bullet.gif");
}

p{
	margin: 0px 0px 5px 0px;
}

a{
	text-decoration: none;
	color: #0071BC;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0px;
}

h1, h2{
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #0071BC;
}
h1.csc-firstHeader {
	margin-top: 0;
}
h2 {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight:normal;
}

.rightContainer h1{
	margin: 0px 0px 5px 0px;
	color: #6D6F71;
}

.flugkompensatorContent h1 {
	margin: 0px;
	color: #ffffff;
}
.flugkompensatorContent h1.csc-firstHeader {
	padding-top: 40px;
}
.flugkompensatorContent a {
	color: #0172BC;
}

input, textarea{
	border: 1px #6D6F71 solid;
}

/*
 table  fonts html_templates welche tables benutzen
*/

table {
        font-family: arial;
        font-weight: bold;
        font-size: 13px;
}



/** 
	* leftsubnav 
	*/

.leftSubnavContainer{
	width: 111px;
	margin: 3px 0px 0px 130px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url("");
}

.leftSubnavFirstAct{
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	border-top: 1px #0071BC solid;
	border-bottom: 1px #0071BC solid;
}

.leftSubnavFirstAct a{
	color: #0071BC;
}

.leftSubnavFirstNo{
	padding: 2px 0px 2px 0px;
	border-top: 1px #0071BC solid;
	border-bottom: 1px #0071BC solid;
}

.leftSubnavFirstNo a{
	color: #0071BC;
}

.leftSubnavAct{
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px #0071BC solid;
}

.leftSubnavAct a{
	color: #0071BC;
}

.leftSubnavNo{
	padding: 2px 0px 2px 0px;
	color: #0071BC;
	border-bottom: 1px #0071BC solid;
}

.leftSubnavNo a{
	color: #0071BC;
}



/** 
	* bottommainnav
	*/

.bottomContainer{
	width: 175px;
	height: 186px;
	background-image: url("bottomnavbg.gif");
	position: absolute;
	z-index: 1000;
	top: 353px;
	left: 0px;
}

.bottomNavContainer{
	position: absolute;
	z-index: 2000;
	list-style-type: none;
	list-style-image: url("");
	margin: 40px 0px 0px 10px;
	padding: 0px;
}

.bottomNavAct{
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.bottomNavAct a{
	color: #ffffff;
}

.bottomNavNo{
	margin: 0px 0px 5px 0px;
}

.bottomNavNo a{
	color: #ffffff;
}



/** 
	* bottomsubnav
	*/

.bottomSubnavContainer{
	font-weight: normal;
	position: absolute;
	z-index: 2000;
	top: 40px;
	left: 160px;
	list-style-type: none;
	list-style-image: url("");
}

.bottomSubnavNo, .bottomSubnavAct{
	height: 20px;
}

.bottomSubnavNo a{
	color: #6D6F71;
}

.bottomSubnavAct a{
	font-weight: bold;
	color: #6D6F71;
}

.bottomSubnavBg{
	position: absolute;
	z-index: -500;
	top: -130px;
	left: -10px;
	background-image: url("bottomsubnavbg.gif");
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	width: 263px;
	height: 370px;
}



/** 
	* languageselection
	*/

.languageSelectionContainer{
	
	position: absolute;
	top: 75px;
	left: 697px;
}

.langContainer{	
	margin: 0px;
	padding: 0px;
	color: #0071BC;
}

.langContainer a{
	color: #0071BC;
}

.langContainer strong a{
	color: #0071BC;
}

.langAct{
	font-weight: bold;
	float: left;
}

.langAct a{
	
}

.langNo{
	color: #BFBFBF;
}



/** 
	* structure
	*/

.topContainer{
	height: 105px;
	margin: 55px 0px 25px 10px;
	clear: left;
}

.navContainer{
	width: 607px;
	height: 105px;
	float: left;
}

.logoContainer{
	position: absolute;
	left: 697px;
	top: 15px;
	width: 210px;
}
/*
.logoContainer img {
	margin: 8px 0px 0px 44px;
}*/

* html .topContainer {height: 85px; } /*style for IE*/
* html .navContainer {height: 85px; } /*style for IE*/
/** html .logoContainer img {margin: 8px 0px 0px 44px; }*/ /*style for IE*/

.logo {
	/*clear: both;*/
}

.claim{
	color: #0071BC;
	margin: 3px 0px 0px 650px;
}
.claim {
	display: none;
}

.leftContainer{
	width: 267px;
	float: left;
}

.contentContainer{
	width: 905px;
}

.content{
	width: 360px;
	position: absolute;
	left: 267px;
	/*top: 223px;*/
	top: 186px;
	/*margin: 0px 0px 0px 267px;*/
	padding: 0px 0px 175px 0px;
	float: left;
}

* html .content {margin: 0px; } /*style for IE*/

.rightContainer{
	margin: 0px 0px 0px 697px;
	
}



/** 
	* news 
	*/

.newsContainer{
	margin: 0px 0px 10px 0px;
	width: 100%;
	border-top: 1px #0071BC solid;
	float:left;
	
}

.newsItem{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #0071BC solid;
}

.newsTitle, .newsTitle a{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6D6F71;
}

.newsTitle{
	margin-bottom: 5px;
}

.newsText a{
	color: #0071BC;
}



/** 
	* flugkompensator
	*/

#footer{
	background-image: url("flugkompensatorbg.gif");
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	width: 482px;
	height: 171px;
	position: absolute;
	left: 157px;
	visibility: hidden;
	/*position: fixed; not supported by IE for win */
}

#footerContent{
	width: 290px;
	height: 130px;
	position: absolute;
	/*position: fixed; not supported by IE for win */
	left: 267px;
	visibility: hidden;
	/*bottom: 0px;*/
}

.flugkompensatorContent form{
	padding: 5px 0px 0px 0px;
}

.flugkompensatorText{
	color: #ffffff;
}

.flugkompensatorLabel{
	font-weight: bold;
}

.flugkompensatorInput{
	margin: 0px;
	padding: 0px;
}

.act a {
	color: #7DBCE4;
}
.news-search-form {
	padding-top: 5px;
}
.news-search-emptyMsg {
	padding-bottom: 5px;
}


form {
	margin: 0px 0px 0px 0px;
}
input, textarea, select {
	padding-left: 5px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
legend {
	display:none;
}
fieldset {
	border: 0;
	padding: 10px 2px 10px 2px;
	margin: 0;
}
.csc-mailform label {
	float:left;
	width: 140px;
	padding-bottom: 2px;
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin-left: 150px;
	display:block;
}
.csc-mailform-field {
	clear: both;
	padding: 2px 0;
	border-top: 1px solid #ECECED;
}
.csc-mailform-submit {
	display:block;
	margin-left: 120px;
}
.csc-mailform input.csc-mailform-radio {
	display:inline;
	margin-left: 10px;
	margin-right: 5px;
	clear:none;
	border: 0;
	background-color: #FFFFFF;
}
.csc-mailform input.csc-mailform-check {
	border: 0;
	background-color: #FFFFFF;
}
.csc-mailform fieldset label {
	display:inline;
	float:none;
	width: auto;
	padding: 0;
}

.csc-mailform-label {
	margin-top: 10px;
	font-weight:bold;
}
