/*
	Hier werden nur die ID's definiert die das Raster (Layout) bestimmen!
*/
/*----- ID's -----*/
#container
{
	position:relative;
	min-width:810px;
	max-width:1210px;
	margin:0 auto; /* TH: auto erg?nzt */
	margin-top:10px; /* TH: erg?nzt */
	padding:0;
	background-color:#ffffff;
	border: 1px solid #333; /* TH: erg?nzt */
}
#head 
{
	width:100%;
}
#head1
{
	width:100%;
	height:20px;
/*	padding-left:15px;*/ /* TH: auskommentiert */
	background-image:url(../../../images/navi/bg_navi_service.gif);
}
#head2
{
	width:100%;
	height: 80px; /* TH: erg?nzt */
/*	padding-left:15px;*/ /* TH: auskommentiert */
	border: 0px solid green;
}
#head3
{
	width:100%;
/*	height:30px;*/
	height:2.2em;
/*	padding-left:15px;*/ /* TH: auskommentiert */
	background: url(../../../images/navi/bg_navi_one_dark.gif) #a5a5a5 repeat-x right center; /* TH: ge?ndert */
	padding:0;
	margin:0;
	border:0px solid green;
}
#search
{
	position:relative;
	float:right;
	right:13px;
	top:30px; /* TH: ergaenzt */
	padding:0;
	margin:0;
	background: #ffffff;
	height: 1em;
}
#head4
{
	width:100%;
	height:1.6em; /* TH: geändert */
/*	padding-left:15px;*/ /* TH: auskommentiert */
	background: #5555c1 /*url(../images/navi/bg_navi_breadcrumb.gif)*/;
}
#img_logo
{
	float:left;
	margin-left: 10px; /* TH: erg?nzt */
}
#img_head_container2
{
	float:right;
}
#main 
{
	position:relative;
	left:0;
	width:100%;
	min-height:400px;
	border-bottom: 1px solid #aaaaaa;
/*	padding:10px;*/ /* TH: auskommentiert */
	padding-top:20px; /* TH: erg?nzt */
	padding-bottom:10px; /* TH: erg?nzt */
}
#main_left 
{
	width:19%;
	min-height:400px;
	float:left;
}
#main_left_content
{
	margin:10px 0 0 10px;
}
#main_center
{
	min-height:400px;
	float:left;
}
/*
F?r 3 SpaltenLayout
*/
#main_center.width1
{
	width:59%;
}
/*
F?r 2 SpaltenLayout
*/
#main_center.width2
{
	width:78%;
}
#main_right 
{ 
	width:19%;
	min-width:150px;
	min-height:400px;
	float:right;
	padding-right:10px;
}
#footer 
{
	width:100%;
	height:24px;
	border-bottom: 0px solid #aaaaaa;
	padding-top:5px;
	clear:both;
}
#map
{
	border-color:#000000;
	border-width:1px; border-style:solid;
	width: 712px;
	height: 500px;
	margin:12px 0px 12px 0px;
}
/*Helper*/
.stretch
{
	overflow:hidden;
}
.clear 
{
	clear:both;
	height:0px;
	width:0;
}
/*----- ID's end -----*/