html{ height:100%; }
body{
	margin:0;  padding:0;  border-style:none;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%; 
	text-align:left; 
	background-color:#ffffff;
}
h1, h2, h3, h4, h5, h6, p, blockqoute, pre, adress, div, form, fieldset{
	margin:0;  padding:0;  border-style:none;
}
table, td, th{
	margin:0;  padding:0;
}
ul, ol, dl{
	margin-top:0;  margin-bottom:0;  margin-right:0; /*kein margin-left festsetzen!!!*/
	padding-top:0; padding-bottom:0; padding-right:0;
	border-style:none;
}
img {
	margin:0;  padding:0;  border-style:none;
	vertical-align:bottom;
}
abbr,
acronym {
	cursor: help;
	border-bottom:1px dotted #cccccc;
}
.verborgen,
.hidden {  
	display:none;
}

/*##################################################################################################################*/

/* #=#=#=#=#=#=#=#=#=#=  Struktur der Seite  #=#=#=#=#=#=#=#=#=#= */
#seitenbreite{ 
	
	/*max-width:953px; 
	width:expression(document.body.clientWidth > 953? "953px": "auto" );
	
	
	min-width:953px; 
	width:expression(document.body.clientWidth < 953? "953px": "auto" );
	*/
	width:953px; 

}

/* ======== Seitenkopf ======== */
#kopflogo {
	position:relative;
	top:20px;
	left:10px;
	float:left;
	width:228px;
}
#navilogo {
	/*position:relative;
	top:0;*/
	border:none;
	/*border-top:1px solid #002558;*/
	padding-left:0px;
	padding-top:25px;
	padding-bottom:15px;
	background-color:#ffffff;
	
	
}

#navihgwhite {
	position:absolute;
	background-color:#fff;
	height:100%;
	width:228px
}

#keyvisual {
	position:absolute;
	left:0px;
	top:27px;
}

#keyvisual_logo {
	position:absolute;
	right:0px;
	top:27px;
}

/*
.kopfhintergrund {
	width:100%;
        background-image:url("../images/_kopf_grafik.jpg");
       
}

.kopfhintergrund1 {
        background-image:url("../images/kopf_grafik.jpg");
        background-position:right bottom;
}
.kopfhintergrund2 {
        background-image:url("../images/kopf_grafik2.jpg");
        background-position:right bottom;
}
.kopfhintergrund3 {
        background-image:url("../images/kopf_grafik.jpg");
        background-position:right bottom;
}
.kopfhintergrund4 {
        background-image:url("../images/kopf_grafik.jpg");
        background-position:right bottom;
}
*/

#kopfservice {
	position:relative;
	margin:0px 0px 10px 231px;
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:126px;
	height:126px;
	/*width:720px;*/
	/*border:1px solid #000;*/
}

* html #kopfservice {
	margin:0 0 5px 231px;
	width:710px;
}


/* ======== Seitenkoerper ======== */
#koerper { 

	position:relative;
	left:0px;
	top:0;
	height:100%;
	background-image:url("../images/page_hg.gif");
        background-position:100% 100%;
        overflow:hidden;
        
}

#navigation { 
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}


	#navigation { float:left;  width:228px; display:block; font-size:0.7em; background-color:#fde4c4;}

	#doppellinie { float:right;  width:728px; height:3px;display:block; font-size:0.1em; border-top:1px solid #898989; margin-top:0px; margin-right:12px;margin-bottom:8px;background-color:#ffffff;}
 * html #doppellinie { float:right;  width:728px; height:3px;display:block; font-size:0.1em; border-top:1px solid #898989; margin-top:0px; margin-right:6px;margin-bottom:8px;background-color:#ffffff;}	

	#marginal   { 
		float:right; 
		width:210px; 
		margin-top:0px;
		background-color:#ecd5b7;
		padding:10px 10px 0px 10px;
		text-align:left;
	}	
	
	#marginal { font-size:1.1em;}
 
 * html #marginall   { float:right;
		      width:173px;
		      margin-right:6px;    
	}	
	#inhalt	    { margin:0px 233px 0 231px;
	              min-width:353px;
	              background-color:#fde4c4;
	              height:100%;
	              padding:10px 15px 40px 15px;
	}
	#inhalt { font-size:1.1em;}
 
 * html #inhalt     { 
 		     margin:0px 223px 0 231px;
		      padding:10px 15px 40px 15px;
		      width:expression(document.body.clientWidth < 353? "353px": "auto" );
	}
	#copytext   { margin:0px 181px 20px 245px;
			padding-top:15px;
		      color: #000000;
		      font-size:0.6em;
		      line-height:1.35em;
	}
	
 /** html #copytext   { margin:10px 206px 20px 224px; }*/
	/* ====== #inhalt-Spaltenaufteilung ====== */
	/*
	#inhalt .einespalte   { float:left; width:100%; margin:0   0 7px 0; }
	#inhalt .linkespalte  { float:left;  width:48%; margin:0 4px 7px 0; }
	#inhalt .rechtespalte { float:right; width:48%; margin:0   0 7px 0; }
	*/

.trennblock{
	clear:both;
}


