*
{ 
      margin: 0; 
      padding: 0; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 13px;
      color: #000;
      text-align:center;
  
}
html
{
      margin: 0 0 0.1px 0;
      line-height:1.2;
}
body
{
	    height:100%;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/*
	Festlegung der Seitemnstruktur
*/
#content_frame
{
	background-image:url(../../images/layout_background.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	margin-bottom:11px;
	height: expression( this.scrollHeight < 600 ? "600px" : "auto" ); /* sets min-height for IE */
	min-height: 600px; 
	text-align:left;
}
#page_container
{
	width:1000px;
	margin:auto;
	border:1px solid #000;
	position:relative;
	margin-top:11px;
}
#navi_container
{
	float:left;
	width:259px;
}
#content_container
{
	padding-top:30px;
	float:right;
	width:550px;/*urspruengliche Gesamtbreite war 730px*/
	padding-bottom:10px;
	padding-left:30px;
	padding-right:150px;
	text-align:left;

}

#footer
{
	width:1000px;
	margin:auto;
	margin-top:11px;
	height:10px;
}
/*
	Formatierung der Standardliste
*/
ul
{
	margin:0;
	padding-left:90px;
}

ul li
{
	text-align:left;
	list-style:square;
}
/*
	CSS für die Navigation	
*/
ul#navigation
{
	padding:0;
	margin-top:20px;
}

ul#navigation li
{
	list-style:none;
}

/*
	Formatierung von Textabschnitten und Überschriften
*/
h1, h2, h3{
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

h2,h3 
{
	font-size:13px;
	color:#000;
	margin-top:10px;
	margin-bottom:0;
}
h2
{
	margin-bottom:5px;
}
h3 {
	font-size:12px;
	color:#000;
}

p {
	margin-top:0px;
	margin-bottom:5px;
	text-align:left;
}
p.boxes
{
	margin:0;
	text-align:right;
	margin-left:30px;
	margin-top:2px;
	background-color:#fff;
}
.bar, .head_bar
{
	border:none;
	margin-top:15px;
	margin-bottom:10px;
	width:533px;
	height:5px;
}

.head_bar
{
	margin:0;
	margin-bottom:2px;

}
.image_box
{
	padding:5px;
	vertical-align:middle;
	display:inline-block;
	width:100px;
	background-color:#fff;
}
.text_box
{
	padding:5px;
	vertical-align:middle;
	background-color:#dddad2; 
	display:inline-block; 
	width:390px;
	text-align:left;
	height: expression( this.scrollHeight < 40 ? "40px" : "auto" ); /* sets min-height for IE */
	min-height:40px; 
}

table
{
	margin-left:40px;
}

table td
{
	text-align:left;
	padding:5px;
	padding-bottom:10px;
}
/*
	Formatierung der Links
*/
a
{
	color:#000;
	text-decoration:underline;
}
a:hover
{
	color:#666;
	text-decoration:underline;
}
a.navigation:active, a.navigation:hover, a.navigation:link, a.navigation:focus
{
	border:none:
}
a img
{
	border:none;
}
