body {
	/* background-image: url(images/pattern_new.jpg); */
	background-color: #696969;
	font-family: Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
	padding:0 0 <length> 0;
	
}

a	{
	color: #fff;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

a:active	{
	text-decoration: none;
}

a:visited	{
	color: #fff;
}

h1, h2, h3, h4, h5, h6	{
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

img.left, .alignleft	{
	float:left;
	margin:5px 12px 5px 0; 
	border: 2px #fff solid;
	}

img.right, .alignright	{
	float:right;
	margin:5px 0 5px 12px;
	border: 2px #fff solid;
	}

p.right	{
	padding:0;
	text-align:right;
	margin: 0;
}

.link_active	{
	background-image: url(images/active.gif);
	background-repeat: no-repeat;
	background-position: -3px 50%;
}

#page	{
	width: 610px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#start{
	width: 600px;
	height: 90px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

#header	{
	background-image: url(images/header.gif);
	background-position:0 20px;
	background-repeat: no-repeat;
	width: 600px;
	height: 90px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

#navigation_top {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 30px;
}

#container	{
	width: 611px;
	height: 408px;
	
}

#container_home_top_left	{
	width: 300px;
	height: 199px;
	float:left;
	margin: 0;
	padding: 0;
}



#container_home_top_right	{
	width: 309px;
	height: 199px;
	float:left;
	margin: 0;
	padding: 0;
}

#container_home_bottom_left	{
	width: 300px;
	height: 209px;
	float:left;
	margin: 0;
	padding: 0;
}

#container_home_bottom_right	{
	width: 309px;
	height: 209px;
	float:left;
	margin: 0;
	padding: 0;
}

#container_verlag	{
	width: 600px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

#container_gestaltung_top	{
	background-image: url(images/fond_gestaltung.gif);
	background-position:0 0px;
	background-repeat: no-repeat;
	width: 610px;
	height: 15px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

#container_gestaltung_content	{
	background-image: url(images/fond_gestaltung_content.gif);
	background-repeat: repeat-y;
	width: 610px;
	height:	auto;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

#gestaltung_content	{
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	padding-bottom: 15px;
}

.content_links {
	float: left;
	width: 180px;
	padding-right: 0px;
	margin:0;

}

.content_links ul {
	margin-top:0;
	margin-left: 25px;
	padding:0;
}
.content_links li {
	list-style-type: none;
	list-style-position:outside;
	margin: 6px 0 0 0;
	padding: 0;
}


.content_rechts {
	margin-left: 200px;
	margin-right: 25px;
	border-left: 1px dotted;
	padding-left: 15px;	
}

.content_rechts h2 {
	padding-top: 20px;
}

.content_rechts li {
	list-style-type: square;
	margin-bottom: 4px;

}

#container_gestaltung_bottom	{
	background-image: url(images/fond_gestaltung.gif);
	background-position:0 -31px;
	background-repeat: no-repeat;
	width: 610px;
	height: 15px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

#footer	{
	clear: left;
	width: 600px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
}

.noborder {
	border:none;
}
.border {
	border:2px #ffffff solid;
	
}

#partner{
	opacity:0.8;
	filter:alpha(opacity=80);
	background-image: url(images/partner_back.gif);
	background-repeat:repeat-x;
	border: 1px solid #666;
	z-index:5;
	
}


div#partner{
  position:absolute;
  padding-top:5px;
  bottom:0;
  left:0;
  text-align:center;
  width:100%;
  height:<length>;
}
 @media screen{
  body>div#partner{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
