@media screen
{

body { 
  background: #eee; 
  margin: 0px; 
  font-family: verdana, arial, helvetica, sans-serif; 
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page { 
  margin-right: 5px; 
  background-color: #fff;
}

#header {position: relative; height:25px; text-align:right; top: 0;}

#nav { height:42px; z-index: 15px;}

/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins {
	width: 941px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	max-width:inherit;  /*min-width f?es Layout abschalten */
	min-width:inherit;  /*  max-width f?es Layout abschalten */	
	background-color: #fff;	
	background-image: url(../images/shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-left: 1px solid #868689;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 224px;
	height: 93px;
	z-index: 999;
}

#searchbox {
		border-top: 1px solid #c31438;
		height: 23px;
		background-color: #646470;
		margin: 0;
		padding: 0;
		border-right: 440px solid #6f7072;
}

#searchbox-home {
		float: right;		
		height: 19px;		
		background-color: #AB1449;
		margin: 0;
		padding: 0;
}

#searchbox-home #search {
  padding-left: 0;
}

#search {
	padding-top: 0px;
	padding-left: 232px;	
	position: relative;
	font-weight: bold;
	font-size: 0.9em;
}

#searchbox-home #search input {
	height: 13px;
	margin: 0;
	margin-top: 1px;
	padding: 1px 5px;	
}

#searchbox-home #search input.button {
	margin: 0;
	padding: 0;
	height: 17px;
}

#keyvisual {
	clear: both;
	margin: 0;
	padding: 0;
	height: 152px;
	width: 700px;
	float: left;
	margin-bottom: 10px;
}

#leftkeyvisual {
	float: left;
	background-color: #6f7072;
	//background-image: url(../images/header_words.gif);	
	background-position:right;
	background-repeat:no-repeat;
	width: 236px;
	height: 105px;
	position: relative;	
  z-index: 10;
}

#breadcrumb {
	position: absolute;
	top: 100px;
	left: 200px;
}

/* Korrektur von Randabst䮤en */
#main { 
	margin:0;
	padding-left:0px;
	background-color: #fff;
	background-image: url(../images/mainbg-121.gif);	
}


/* Formatierung der Fuߺeile */
#footer {
	margin:0;	
	padding-top: 0px;	
}

/* Himtergrundgrafik f?ke Spalte - Grafikbreite 250 Pixel */
/*#main { background: #fff url() repeat-y top left; }*/


/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalte LINKS  ###############################################
** ######################################################################################################*/

/*Breite  linke Spalte */
#col1 { width: 210px; 
	height:auto !important;; 
}

#col2 {
	height:auto !important;
}

/*ergibt Abstand mittlere Spalte */
#col3 {
  	margin-left: 210px;
  	/* min height */
	height:auto !important;
	background-color:#ffffff;
	border-left: 1px solid #f1f1f6;
	/* default 2spaltig */
	margin-right:0;
}



/* ######################################################################################################
** ### Formatierung der inneren Spaltencontainer und deren Abst䮤e ###############################################
** ######################################################################################################*/

#col1_content { margin-left: 1em; margin-right: 1em; color: #444; background:inherit; }
#col2_content {	margin-left: 1em; margin-right: 1em; }
#col3_content { margin-left: 1em; margin-right: 1em;}

#col1_content, #col2_content, #col3_content, #col4_content {
	overflow: hidden;
}

}
