* {
    margin: 0;
    padding: 0;
    
    font-family: Arial;
    color: #5A5A5A;
    font-size: 12px;
    line-height: 18px;
}

img { border-width: 0; }

a {
    text-decoration: none;
}
a:active, a:hover, a:focus {
    text-decoration: underline;
}

sup {
    font-size: 0.9em;
    line-height: 100%;
    vertical-align: top;
}





/* t3 überschreiben 
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px !important; }
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image { margin-left: 0 !important; }
*/
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
    margin-right: 4px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0 !important;
}
div.csc-header { display: none; }
div.promobar div.csc-textpic { margin-top: 20px; margin-right: 4px; }


html, body{
    background-color: #F0F0F0;
}

div#container {
    width: 985px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -488px;
    background-color: #FFF;
    border: 1px solid #F0F0F0;
}

div#header {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/header.jpg);
    width: 961px;
    height: 132px;
    background-position: 0px 0;
    background-color: #C5C6C8
}

div#header a.logo{
    position: absolute;
    top: 50px;
    right: 0px;
    display: block;
    width: 150px;
    height: 50px;
    background-position: 0px 0;
    z-index: 999;
}


div#headernav {
    height: 30px;
    margin: 60px 0 0 35px;
}


div#headernav ul li{
    display: inline;
    list-style: none;
}


div#headernav a{
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 20px 0 0px;
}

div#headernav a:hover{
    text-decoration: none;
}

div#headernav ul li.active a {
    font-weight: bold;
}

div#headernav ul li.active a:hover {
    font-weight: bold;
    text-decoration: none;
}


div#imageheader{
    position: absolute;
    width: 995px;
    left: 0px;
    top: 135px;
    height: 190px;
    z-index: 10000;        
}

div#imageheader img{
    float: left; 
    z-index: 10000;      
}



div#main {
    float:left;
    margin: 324px 0 0 0;
    background-image: url(../img/bg_navi.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;

}



div#navigation {
    float:left;
    margin: 0px 0 0 0;
    width: 240px;

    background-image: url(../img/bg_navi.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    
}

div#navigation h2 {
    margin: 20px 0 0 30px;	
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    display: none;       
}

div#navigation ul{
    margin: 30px 0 40px 30px;
}

div#navigation ul li{
    list-style: none;
    margin-left: 0px;
    margin-bottom: 8px;  
}

div#navigation ul li a{
    padding-left: 15px;
    background-image: url(../img/arrow_content_on.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;     
}

div#navigation ul li.active a {
	text-decoration: underline;
}


div#navigation ul li ul{
    margin: 5px 0 10px 15px;
}

div#navigation ul li ul li {
    margin-bottom: 0px;
}

div#navigation ul li ul li a{
    text-decoration: none;
    background-image: none;
    
}

div#navigation ul li.active ul li a{
    text-decoration: none;     
}

div#navigation ul li.active ul li.active a, div#navigation ul li ul li a:hover{
    text-decoration: underline;     
}

div#navigation div.downloads{
    margin: 0 0 20px 10px;       
}

div#navigation div.downloads h2{
    margin: 20px 0 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;     
}

div#navigation div.downloads p{
    margin: 10px 0 0px 20px;
    font-size: 13px;
    font-weight: normal;     
}

div#navigation div.downloads a{
    display: block;
    padding-left: 15px;
    background-image: url(../img/arrow_content_on.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 11px;
    margin: 5px 0 0 0px;
  
}

div#navigation div.downloads a.mail{
    display: inline;
    padding-left:0px;
    background-image: none;
    font-size: 13px;
    margin: 0;
    line-height: 18px;         
}


div#content {
    float:left;
    padding: 30px 0 25px 50px;
    width:600px;
    background-color: #FFF;
    min-height: 300px;
}

* html div#content {
    height: 300px;
}


div#content h1{
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 20px;
    font-weight: bold;
}

div#content h1 strong{
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 20px;
    font-weight: bold;
}


div#content p{
    font-size: 13px;
    color: #5A5A5A;
    width: 550px;
    line-height: 18px;
}

div#content p a{
    font-size: 13px;
    line-height: 18px;
    background-image: url(../img/arrow_content_on_white.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 15px;
    margin-left: 10px;
}

div#content ul{
    margin: 15px 0 15px 25px;
}

div#content ul li{
    line-height: 18px;
}


div#footer {
    clear: left;
    background-color: #FFF !important;
    z-index: 999;
    height: 44px;
    width: 960px;

}


div#footer p{
    margin: 3px 0px 10px 0px;
    float: right;
    font-size: 11px;
    border-top: 1px solid #B6B7B9;
    width: 669px;
    height: 20px;
    text-align: right;
}

div#footer p a{
    font-size: 11px;
}


form.defform p {
		margin: 20px 0 20px 0;	
		width: 278px;
}

* html form.defform p {
		margin: 20px 0 20px 0;	
		width: 285px;
}

*+html  form.defform p {
		margin: 20px 0 20px 0;	
		width: 285px;
}



 form.defform label {
		clear:left;
		display:block;
		float:left;
		margin: 2px 0;
		width: 90px;
}

 form.defform input{
		font-size:11px;
		margin:4px 0;
		padding:2px;
		width:248px;
	
}

 form.defform input.submit{
		color: #5A5A5A;
		width: 129px;
		margin-left: 220px;
}

*+html  form.defform input.submit{
    margin-right: 3px;
}




 form.defform textarea{
    height: 100px;
		font-size:11px;
		margin:4px 0;
		padding:2px;
		width:248px;
}

* html  form.defform textarea{
    height: 120px;
		font-size:11px;
		margin:4px 0;
		padding:2px;
		width:250px;
}

*+html  form.defform textarea{
    height: 120px;
		font-size:11px;
		margin:4px 0;
		padding:2px;
		width:250px;
}