@media all
{

/* Formatierung der Seite */
body {
	background: #ffffff;
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{
	background: #ffffff;
}

/* Formatierung des Kopfbereiches */
#header {
	background: transparent url(../img/general/back_head.gif) no-repeat top;
}
#subheader {
	background: transparent url(../img/general/back_subhead.gif) no-repeat top;
}

#nav_main {
	background: #ffffff url(../img/general/back_nav_index.gif) bottom;
	width: 100%; /* Einfassen der Floats im IE */
	float: left; /* Einfassen der Floats in allen anderen Browsern */
	height: 33px; /*line-height: 1px;*/
}

/* Formatierung der Fußzeile */
#footer {
	background: #fff url(../img/general/back_footer_index.gif) no-repeat bottom;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main {
	background: #fff url(../img/general/back_main_index.gif) repeat-y;
} 

#main h1 {
	background-color: #E72B20;
}
#main a:hover {
	text-decoration: none;
	background-color: #E7D4D4;
}
#main a:focus {
	text-decoration: none;
	background-color: #E7D4D4;
}

/* Mittlere Spalte */
#col3 {margin-left: 20px; margin-right: 20px }
#col3 {
	min-height: 300px;
	/*border-left: 1px dashed #004798;*/
}
* html #col3 {
	height: 300px;
}
#col3_content {
	margin-left: 1em;
	margin-right: 1em;
}

.subc  {
	padding: 1em 1em 1em 1em;
	overflow: hidden;
}
.subcl {
	padding: 1em 2em 1em 0em;
	overflow: hidden;
}
.subcr {
	padding: 1em 0em 1em 3em;
	overflow: hidden;
}

#main h2.nav_titel a {
	display: inline; /* Fix für IE Doubled Float Margin Bug    */
	margin: 0;
	padding: 0 0 0 1.2em;
	font-size: 1.0em;
	line-height: 1em;
	background-color: #ffffff;
	background-image: url(../img/icons/nav_for.gif);
	background-repeat: no-repeat;
	background-position: -0.25em;
}

#main h2.nav_titel a:hover {
	background-color: #ffffff;
	background-image: url(../img/icons/nav_for_over.gif);
	background-repeat: no-repeat;
	background-position: -0.25em;
	color: #E72B20;
	text-decoration: none;
}

} 

