@import url("rechteSeite.css") ;
@import url("navigation.css") ;
@import url("fusszeile.css") ;
@import url("staticnavi.css") ;
@import url("inhalt.css") ;
@import url("news.css");
@import url("kategorie.css");
* {
	font-size:100%;
	margin:0px;
	padding:0px;
}

html{
	height:100%;
                background-color : #aa0000;
}
body {
                height:101%; /*gegen das rechten Scrollbalken geruckel bei Mozilla-Brwoser*/
	/*color : #000000;*/
	font-family : Verdana, sans-serif;
	font-weight : normal;
	text-align:center;
}
/*-----------------LAYOUT---------------*/
#rahmen{	
    text-align:left;
	margin:0 auto;
	width:860px;
	/* min-height:100%;
	height:auto !important; moderne Browsr*/
	 /*height:100%;				 IE */
	border: 0px solid #8A2BE2;
	background-color:white;
}
#kopf{
	width:860px;
	height:120px;
	background-image: url(../grafix/logo.gif);
                background-position:-50px 0px;
	background-repeat: no-repeat;
	z-index:1;
	}	
#floaterAll{	
	float:left;
	width:860px;
	background-color: #fff;	
	border:0px solid black;	
	background-image : url(../grafix/bg_navi.gif);
	background-position : 84px 0px;
	background-repeat:repeat-y;
}
#infospalte{
	float:left;
	width:84px;
	border-top:1px solid #ffffff;	
	min-height:100%;
	height:auto !important;/* moderne Browser*/
	height:100%;				/* IE */
}
#naviSpalte{
	float:left;
	width:152px;
	min-height:100%;
	height:auto !important;/* moderne Browser*/
	height:100%;				/* IE */
	border:0px solid black;

	}

#content{		
	float:right;	
	width:600px;
	min-height:100%;
	height:auto !important;/* moderne Browser*/
	height:100%;				/* IE */
	padding-top:0px;
	background-color: #fff;
	border:0px solid black;
}

#footAll{
	color:#aa0000;
	font-size:75%;
	clear: both;
	float:left;
	width:860px;
	background-color:#fff;
	background-image : url(../grafix/bg_navi.gif);
	background-position : 84px 0px;
	background-repeat : repeat-y;
	padding-bottom:1em;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.clearer{
	clear:both;
}







/*-------------Formatierungen-----------------
.textlink{
             list-style-type:none; 
             padding:0px;
             font-size:small;
}
.sende{	
	background-color : #CC0000;
	text-align : center;
}
#mailanhang{
	background-color:#cc0000;
	text-align:center
}
*/