/* abc styles version 4 vom 28. aug 2006 */
/* mod by df version 5, latest update 2006-12-08, 13:32 */


/* Layout styles */
html {
	height: 100%;
}

img  {
	border:0;
	background:transparent;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
}

a, a:visited {
	color: #999;
	text-decoration: underline;
}

#content .internal-link:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}

#content .bodytext a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
    
#wrapper {
	/*background-color: #f00;*/
	position: relative;
	min-height: 100%;
	width: 938px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/fauxcol2.png);
	background-repeat: repeat-y;
	border-top: 0 dotted #888888;
	border-bottom: 0 dotted #888888;
	border-right: 0 dotted #888888;
	border-left: 0 dotted #888888;
}
  
/* IE Fix */
* html #wrapper {
	height: 100%;
	width: 936px;
}


/*************************************************/
/********************** Sprachmodul ****************/ 
/*************************************************/  
#language {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 836px;
	top: 108px;
	color: white;
	font-size: 10px;
	line-height: 10px;
}

#language a {
	text-decoration: none;
	color: white;
}

#language a:hover {
	color: #d45029;
 }

/*************************************************/  


#sidebar {
	width: 200px;
	float: left;
}
  
#content {
	width: 701px;
	float: left;
	padding-left: 35px;
} 



#spacer {
	clear: both;
	height: 115px;
}

#logo {
	margin-left: 30px;
	background-color: transparent;
	height: 115px;
	width: 135px;
}

#logoprint {display:none;}

#footer {
	 width: 938px;
	 text-align: left;
	 position: relative;
	 margin: -115px auto 0;
	 height: 115px;
	 background-image: url(../img/footer.png);
	 background-position: bottom right;
	 background-repeat: no-repeat;
	 border-bottom: 0 dotted #888888;
}
   

/*************************************************/
/********************** Navigation *****************/ 
/*************************************************/  
#nav {
	padding: 20px;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 30px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid gray;
}


/**** first level ****/
/****************/
#nav li {
	border: 1px solid white;
	border-top-color: gray;
}

#nav li a {
	display: block;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin: 2px 0;
}

#nav li a:hover {
	background-image: url(../img/nav_back.png);
	background-repeat: repeat-y;
}

#nav li a.active{
	background-image: url(../img/nav_back.png);
	background-repeat: repeat-y;
}


/*** second level ***/
/*****************/
#nav li li a {
	display: block;
	color: #777;
	font-weight: normal;
	padding: 5px;
	padding-left: 20px;
	text-decoration: none;
}

#nav li li a:hover {
}

#nav li li a.active{
	background-image: url(../img/nav_back.png);
	background-repeat: repeat-y;
}

#nav li ul{
	border-bottom: 0px;
}

      
/*************************************************/
/********************** Inhalt *********************/ 
/*************************************************/  
h1 {
	color: #000;
	font-weight: normal;
	font-size: 1.65em;
	line-height: 1.3em;
	margin: 40px 120px 35px 0px;
	padding:0;
	letter-spacing: 0.08em;
	word-spacing: 0.1em;
}


h3 {
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0.08em;
	word-spacing: 0.1em;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.08em;
	word-spacing: 0.1em;
}

h6 {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.08em;
	word-spacing: 0.1em;
	margin-left: 0px;
       color: #999;
}


p {
	margin: 10px 120px 10px 0px;
	padding:0;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}



.csc-textpic-imagewrap {
	margin-bottom: 10px;
}

div .csc-textpic-text p {
	_padding-left: 0px;
	padding-top: 5px;
	_padding-top:0px;
}

/**** Formulare ****/
/*****************/

table td {
	text-align: left;
}


form, #Formular {
	padding: 0;
	margin: 0;
	border: 0;
}

fieldset, #Formular fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#mailform, #Formular {
	font-family:Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.09em;
	width: 90%;
	margin-left: 0px;	
}

#titel {
	margin-top: 5px;
}

#content div {
	margin-top: 10px;
}

input, textarea {
	background-color:#EDEEEF;
	color: #000;
}
    
input, select,textarea {
       font-family: Tahoma, Geneva, Arial, sans-serif;
       font-size: 10px;
       }

td      {
       color: #3d404f;
       font-family: Tahoma, Geneva, Arial, sans-serif;
       font-size: 11px;
       }

.content    {
       line-height: 18px;
       }
.error     {
       color: #fc8207;
       font-weight: bold;
       }

