﻿
/* General */
.noTextDecoration { text-decoration:none; }
.noTextDecoration:hover { text-decoration:none; }

.ContentSpalte50 {
	float:left;
	width:45%;
	margin-right:30px;
}

.ContentSpalteLinks
{
    float:left;
    width:650px;
    margin-bottom:20px;
}   
    
.ContentSpalteRechts
{
    float:right;
    width:160px;
    margin-bottom:20px;
}   

    
.formField 
{
    width:300px; 
    margin-bottom:2px;
}

.thumb 
{
    float:left; 
    margin-right:20px;
}

.floatVisual {
    float:left; 
    margin-right:13px; margin-bottom:15px;
}

.contentDivLinks {
    float:left; margin-right:15px; width:200px;
}

.contentDiv {
    float:left; width:450px;
}

.contentDivRechts {
    float:right; margin-left:15px; width:165px auto;
}    
    
/* Basis-Layout */
body {
    background-color:#474747;
    xxbackground-image:url(Grafiken/bg_page.gif);
    margin:0px;
    margin-top:25px;
    margin-bottom:25px;
}

#layoutTop {
	width:100%;
	background-color:White;
	position:relative;
	overflow:hidden;
}

#layoutTop p { margin:0px; padding:0px; }
#layoutTop img { 	margin:15px; }

#bodyBox
{
    width:890px; 
    margin:auto; 
    position:relative;
    background-color:white;
    border:solid 1px #25335B;
}

.menuSub { margin-left:30px; }

#content {
	width:100% auto;
	padding:15px;
	padding-top:0px;
}

a { text-decoration:none; color:#25335B; }
a:hover { text-decoration:underline; }


.PrintOnly { display:none; }
.ScreenOnly { display:block; }

.Fliesstext 
{
    font-family:Arial,verdana;
    font-size:12px;
    line-height:20px;
}    

.SchriftKlein
{   
    font-size:9px;
    letter-spacing:normal;
}

b { color:#25335B; }

#ctl00_h1Headline { margin-left:50px; }

h1 
{
    font-size:22px; 
    display:block; 
    font-weight:lighter;
    line-height:29px;
}

h2
{
    font-size:16px;
    line-height:1.2em;
    display:inline;
    margin:0px;
    color:#25335B;
}

hr { border:solid 1px #666666; }
img { border:none; }

#sepBalken0 {
	width:100%;
	height:4px;
	background-image:url(Grafiken/bg_blauhell.gif);
	background-repeat:repeat;
	border-top:solid 1px #25335B;
	border-bottom:solid 1px #25335B;
}
	
#sepBalken
{
    font-size:11px;
    letter-spacing:1px;
    text-align:center;
    margin-bottom:25px; 
    
	width:100%;
	height:45px;
	padding-top:5px;
	background-image:url(Grafiken/bg_blauhell.gif);
	background-repeat:repeat;
	border-top:solid 1px #25335B;
	border-bottom:solid 1px #25335B;
    color:white;
}
#sepBalken a {color:white; }
#sepBalken b {color:White; }

#sepBalken1
{
    font-size:11px;
    letter-spacing:1px;

	margin-top:15px;
    width:100%; 
    height:20px;
    background-image:url(Grafiken/bg_blauhell.gif);
    background-repeat:repeat;
    color:white;
    padding-top:1px;
    border-top:solid 1px #25335B;
	border-bottom:solid 1px #25335B;
}
#sepBalken1 a { color:white; }


