
/*

Allgemeine Stylesheets
QLM
simple cd

dunkel blau: #40527A, Logo-Hintergrund, Headline
helles blau: #5B79B9, leftnav unten
hell-grau-blau: #F1F1F1, site-bg
hell-grau: C8C8C8, LEFT_NAV unten

Schrift:
H1 #41507B

 
*/

/*Allgemeines:*/

* {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px ;
	text-align: left;
}

HTML {
	height:100.1%; 
}

BODY {
	text-align:center;
	color: #414141; 
	background-color: #F1F1F1;
	padding-top: 10px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

ul{
	margin: 1em 0em 1em 1em;
}

li{
	margin: 1em 0em 1em 1em;
}


a, a:link, a:visited, a:hover {
	color: #000000;
	/*font-weight:bold;*/
	text-decoration: unterline;
}
a:hover {
	text-decoration:none;
	color: #EC7403;
}
a img { border: 0px; }

/*
content-element standard:
*/

p.bodytext{
    font-size: 1em;
	MARGIN:  0px 0px 10px 0px;
}

h1,h2,h3{
	clear: both;
	padding:  0px 0px 0px 0px;
	font-weight: bold;
	color: #4F649B;
}

h1{
	font-size: 1.25em;
	letter-spacing:0.02em;
	MARGIN: 0px 0px 15px 0px;
}

h2{
	font-size: 1.1em;
	letter-spacing:0.01em;
	/*letter-spacing:0.01em;*/
	MARGIN: 0px 0px 5px 0px;
}

h3{
	font-size: 1.0em;
	MARGIN: 0px 0px 5px 0px;
}


/*
content-elemente, bes bild-text
wenn umfluss durch neuen paragraph gestoppt werden soll 
*/

.csc-textpic-caption{
    font-size: 0.9em;
    font-style: italic;	
}

div.csc-textpic p.bodytext{
	MARGIN:  0px 0px 5px 0px;

}

div.csc-textpic h1, div.csc-textpic h2, div.csc-textpic h3{
	padding:  0px 0px 0px 0px;
	clear: both;	
}
/*
div.csc-textpic-text{
}
*/

/*
div.csc-textpic-imagewrap{
div.csc-textpic {
	clear:both;
}

div.csc-header {
	clear:both;
}
*/

/*
-------------------------------------------------
Position/Aufbau
-------------------------------------------------
*/

#cContainer{
	
	width:810px;
	margin-left:auto;  
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(../img/content_bg.jpg);

	text-align:left;
	
	/*
	border-left:  1px dotted #693614;
	border-right:  1px dotted #693614;
	*/
}

/*seite immer auf min 100% IE braucht extra-wurst*/
#cContainer{ 
	height: auto; 
	min-height:100%;
}

/*Bereich head/Logos*/
#cTop {
	position: relative;
	top: 0px;
	left: 0px;
	display: block; 
	width:800px;
	height: 180px;
	background-color:  #FFFFFF;
}

#cTopImgA{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 220
	z-index: 1;
}

#cTopImgB{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 220;
    height: 60px;
	z-index: 2;
}
#cTopLogo {
	position: absolute;
	top: 0px;
	left: 220px;
	width:580px;	
	height: 120px;
	z-index: 3;
}

#cTopNav {
	position: absolute;
	top: 120px;
	left: 220px;
	height: 25px;
	width: 580;
	z-index: 4;	
}


#cNav {
	width: 220px;
	float: left;
	/*height: 250px;*/
	background-color: #C8C8C8;
	height: 230px;
}

/*bereich allgemeiner content*/
#cContent {
	float: left; 
	width: 480px;
	color: #000000; 
	min-height:350px;
	/*border: 1px solid black;*/
	padding-left:20px;
	padding-bottom:35px;
}

#cBottom{
	padding:0px;
	height: 30px;
	width: 810px;
	background-image: url('../img/shadow_bottom.jpg');
    background-color: #F1F1F1;
}

.buttBottom{
    font-size:10px;
    width: 800px;
    text-align: right;
    line-height: 20px;
}

.buttBottom a, .buttBottom  a:visited, .buttBottom  a:active, .buttBottom  a:link {
    font-size:10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 0px;
}

.buttBottom  a:hover{
    color: #5B79B9;
    text-decoration: underline;    	
}

.buttonSpacer{
    width: 20px;
    height:30px;
    border: 1px solid back; 
}

/*
-------------------------------------------
NAVIGATION TOP(1)
-------------------------------------------
*/

/*hi==clicked, Lo=norm*/
.topNavHi, .topNavLo {
	height:25px;
	width:145px;
	line-height:25px;
    text-align: center;
    float:left;
    	 
}
.topNavHi{
	background-color: #FFFFFF;
}

.topNavLo{
	background-color: #5B79B9;
	background-image: url(../img/navTopLoBg.gif);
}

.topNavHi a, .topNavHi a:visited, .topNavHi a:active, .topNavHi a:link {
    font-size:12px;
    font-weight: bold;
    color: #5B79B9;
    text-decoration: none;	
}

.topNavHi a:hover{
    /*color: #40527A;*/
    color: #9AADD3;    
}

 .topNavLo a, .topNavLo a:visited, .topNavLo a:active, .topNavLo a:link {
    font-size:12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

 .topNavLo a:hover{
  color: #9AADD3;    
  /*  color: #40527A;*/
 }
 
/* 
-------------------------------------------
/NAVIGATION TOP
-------------------------------------------
*/


/*
-------------------------------------------
NAVIGATION NAV LEFT
-------------------------------------------
*/
/*HIER1*/
.navItem, .navItemHi, .navItemLo {

	line-height: 25px;
	height:25px;
	width: auto;
	background-color: #969696;
	text-align: right;
	padding-right:5px;
	border-right: 5px solid white;
	font-size:12px;
	font-weight: bold;
    color: #FFFFFF;
}

.navItemHi{
	border-right: 5px solid #FFFFFF;
}

.navItemLo{
	
	border-right: 5px solid #969696;
}

.navItemLo a, .navItemLo a:visited, .navItemLo a:active, .navItemLo a:link {
    font-size:12px;
    color: #FFFFFF;
	text-decoration: none;
}

.navItemLo a:hover{
	color: #555555;
	text-decoration: none;
}

.navItemHi a, .navItemHi a:visited, .navItemHi a:active, .navItemHi a:link {
    font-size:12px;
    color: #FFFFFF;
	text-decoration: none;
}

.navItemHi a:hover{
	color: #555555;
	text-decoration: none;
}

/*TEXTNAV Ende*/



/*-----------------MAIL-FORMULAR-----------------*/

p.csc-form-label-req {
    padding: 5px 5px 5px 5px;

}

FORM{
    margin-top:20px;
}

INPUT{
	width: 200px;
	height:auto;
	border: 1px solid #898989;
	text-align:left;
    font-size: 12px;        	
}

LABEL {
	display: block;
	text-align: left;
	padding-right:5px;
	font-size: 12px;
    font-weight: normal;         	
}


.nfField {
	width: 350px;
	height:auto;
	text-align:left;
	border: 1px solid #898989;	
}

.nfArea {
	width: 350px;
	height:150px;    
	border: 1px solid #898989;
}

.nfErr {
	color: #EC7403;
	font-weight: bold;
	
}
.nfHint {
	color: #000000;
	font-size: 0.80em;
}


.nfSubmit{
	width: 80px;
	height: 20px;
	text-align:center; 
	font-size: 0.80em;
}