/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
	margin: 0 auto 0 auto;
	width: 998px;
	background: url(../images/seite_bg_verlauf.jpg) top left repeat-y;
}
#website2 {
	background: url(../images/seite_oben.jpg) top left no-repeat;
}

/* ------------------------------------------- header */
#logo {
	width:290px;
	float:left;
	display: none;
}
#main_menu {
	font-size:93%;
	font-size:88%;
	line-height:normal;
	padding: 100px 25px 0 25px;
}

/* ----------------------------------------------------  content area */
#content_area {
	font-size: 100%;
	float: left;
	width: 100%;
	padding: 15px 0;
	
}
#content_strict {
	float: left;
	width: 995px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}
#left_side {
	float: left;
	width: 190px;
	min-height: 50px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 50px;
	font-size: 84.62%;       /* 11px */
	padding: 0 2px 0 33px;
}
#user_info {
	clear: both;
	background: url(../images/screen_blau.jpg) top left no-repeat;
	height: 74px;
	margin-bottom: 5px;
	padding: 13px 20px 0 20px;
}
#search {
	clear: both;
	background: url(../images/input_bg.jpg) top left no-repeat;
	height: 22px;
	margin-bottom: 5px;
	padding: 6px 15px 0 23px;
}
#art {
	clear: both;
	background: url(../images/art.jpg) top left no-repeat;
	height: 186px;
	margin-bottom: 5px;
}
#content_container {
	background: url(../images/content_bg_verlauf.gif) top left repeat-y;
	float: left;
	width: 552px;
}
#content_start {
	background: url(../images/content_oben.gif) top left no-repeat;
	height: 12px;
}
#content {
	min-height: 480px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 480px;
	background-color: inherit;
	padding: 15px 25px;
	font-size: 92.31%;      /* 12px */
	color: #333333;
}
#content_end {
	background: url(../images/content_unten.gif) top left no-repeat;
	height: 9px;
	font-size: 1px;
}
#right_side {
	float: left;
	width: 186px;
	font-size: 92.31%;
	padding-left: 5px;
}
#info {
	background: url(../images/screen_blau.jpg) top left no-repeat;
	height: 67px;
	padding: 20px 20px 0 20px;
}

#right_content_container {
	background: url(../images/teaser_bg_verlauf.gif) top left repeat-y;
	float: left;
	width: 100%;
}
#right_content {
	min-height: 400px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 400px;
	padding: 0 10px;
	color: #333333;
}
#right_content_start {
	background: url(../images/teaser_oben.gif) top left no-repeat;
	height: 9px;
}
#right_content_end {
	background: url(../images/teaser_unten.gif) top left no-repeat;
	height: 10px;
	font-size: 1px;
}


/* -------------------------------------------------------  footer */

#footer_container{
	clear: both;
	background: url(../images/bg_verlauf_unten.jpg) bottom left repeat-x;
}
#footer {
	margin: 0 auto 0 auto;
	width: 998px;
	height: 276px;
	background: url(../images/seite_unten.jpg) top left no-repeat;
}
#footer_top {
	width: 100%;
	height: 22px;
}

hr.clean {
   clear: both;
   width: 100%;
   color: white;
   display: none;
   visibility: hidden;
}

