html	{
	height:101%;  
	/* Die html- und die body-Hoehe zusammen erzwingen einen Rollbalken rechts, damit das eingemittete Bild nicht hin- und her springt. */
	}

body {
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	border:0px;
	padding:0px;
	width:870px;
	min-height:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:115%;
	color:#130a3d;
	background-color: #244DA4;
    }
    
h1  {
    font-size: 18px;
	margin:0 0 5px 0;
	font-weight:100;
	}
	
h2	{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 3px;
	}
h3	{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	}
	
form {
    padding: 0;
    margin: 0;
	}

p {
	margin: 0;
	padding-right: 70px;
	padding-bottom: 0;
	line-height: 1.3em;
	font-size:14px;
	}
table{margin: 0px;
	padding: 0;
	border-spacing: 0px;
	}

td	{border:0;
	padding:0 0 10px 0px;
	margin: 0}

img {
    border:0;
    margin:0;
	padding:0;
	}

a	{
	color:#31319c;
	background-color:inherit;
	text-decoration:none;
	}
	
a:focus, a:active {
  outline:none;
}


/*  H E A D E R  S T U F F  */

#headercontainer {
    margin:0;
    padding:0;
    height: 130px;
	background-color:#fff;
}
#headercontainer p {
	float:right;
	text-align:right;
	margin:0;
	padding:10px;
	font-size:12px;
}
#headercontainer img { float:left;}

#headercontainer a {
	color:#31319c;
	text-decoration:none;
	padding:0 15px 0 15px;
	background-color:inherit;	
}

#headercontainer p a:hover {
    color:#8080CE;
	text-decoration:none;
	}
	
#navi {
	width: auto;
    height: 1.2em;
    margin: 0;
	padding:3px 30px 3px 70px;
    background-color: inherit;
    }

#navi a {
	color:#FFF}
	
#navi ul {
	margin:0;
	padding:0;
	font-size:0.9em;
}
	
#navi li {
	float:left;
	display:block;
	list-style:none;
	text-decoration:none;
	padding-right:24px;
}

#navi #aktiv {
    color: #3CF;
    background: inherit;
	text-decoration:none;
	
}

#navi a:hover, a:focus {
    color: #3CF;
    background: inherit;
	text-decoration:none;
	
}
address{font-style:normal;}    

#textblock	{
	width: auto;
	min-height:300px;
	background-color:#fff;
	padding: 30px 30px 20px 70px;	
	}

#textblock img {
	margin: 0;;
	padding:0 2px 2px 0;
    border:0;
   }

#textblock p a:focus, a:active {
    color:#8080CE;
	text-decoration:none;
	} 
	
#textblock_intro {width: auto;}	
#textblock_intro img{ margin:0; padding:0; background-color:#fff; border: solid 5px #577ED2;}

#fuss {
	width:870px;
	margin-top:5px;
	color:#FFF;
	font-size:14px;
	text-align: center;
	
	}
#copyright {
	width:870px;
	margin-top:10px;
	color:#000;
	font-size:11px;
	letter-spacing:0.1em;
	text-align: center;
	}	
#copyright a{
	color:#000;}
#copyright a:hover, a:focus{color:#fff; text-decoration:none;}
.weiter {
	font-size: 16px;
	font-style:italic;
	text-decoration: none;

	}
	
.noscript_rot   {
    font-size: 1.5em;
    line-height: 115%;
    color:#ff0000;
    background-color:inherit;
}

.clearleft { clear:left; }
.clearright { clear:right; }
.clearboth { clear:both; }


