@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;
}

/* Formatierung der Fußzeile */
#footer {
	background: #fff url(../img/general/back_footer.gif) no-repeat bottom;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main {
	background: #fff url(../img/general/back_main.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;
}

} 
