/* ### seitenspezifische formate  fuer die verteiler-seite ### */

/* ### formatierung (classen) allgemein ### */
* { 
	margin:0px;
	padding:0px;
}
html { 
	height: 100%;
	margin:0px;
	padding:0px;
	
}
body {
	height: 100%;
	background-color:white;
	margin:0px;
	padding:0px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
}
a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 76%;
}
a:link, a:visited {
	color: white;
}
a:hover, a:active, a:focus, a.active {
	color: black;
}
img {
	border: none;
}

/* ### farben  ### */





/* ### layout-container (id's) allgemein  ### */
#head {
	width: 100%;
	background-color: #EF0000;
	padding-top: 112px;
}
#logo_top {
	padding-left: 8px;
}
#head .content {
	width: 697px;
	background-color: #EF0000;
	
	MARGIN: 0px auto;
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
}
#head .content p {
	color: White;
	font-size: 76%;
	line-height: 140%;
	padding-left: 8px;
	padding-top: 20px;
	padding-bottom: 116px;
}
#banner .content p {
	color: black;
	font-size: 66%;
	line-height: 140%;
}
.col  {
	width: 177px;
	float:left;
	
	/*background: Aqua;*/
}
#banner  .col  {
	width: 176px;
}
.col a {
	padding: 0;
	margin: 0;
}
.col a strong {
	padding-left: 8px;
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
}
.col_spacer {
	width: 83px;
	float:left;
	/*background-image: url(../art_group/bg_bu_spacer.gif);*/
	/*background-position: bottom;*/
}
#banner .col_spacer {
	height: 3em;
	/*background: Aqua;*/
}
.col img,
.col_spacer img {
	margin-top: 5px;
}



#banner .content {
	width: 695px;
	background-color: white;
	MARGIN: 0px auto;
	background-image: url(../images/banner_anfang.jpg);
	background-repeat: no-repeat;
}

#imprint {
	position: absolute;
	top: 2px;
	left: 5px;
}
#imprint a {
	font-weight: normal;
	font-size: 66%;
}


.clear {
    clear:both;
}
.spacer {
    clear:both;
	 width: 100%;
	 font-size: 1px;
	 line-height: 1px;
	 height: 1px;
	 /*background-color: white;*/
	 /*color: white;*/
}




/* ### inhalts-formate allgemein  ### */


