@media all
{

/* Formatierung der Seite */
body {
	background: #CAB4A0;
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{
	background: #CAB4A0;
}

/* Formatierung des Kopfbereiches */
#header {
	background: transparent url(../img/photo/back_head.gif) no-repeat top;
}
#subheader {
	background: transparent url(../img/photo/back_subhead.gif) no-repeat top;
}

/* Formatierung der Fußzeile */
#footer {
	background: #fff url(../img/photo/back_footer.gif) no-repeat bottom;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main {
	background: #fff url(../img/photo/back_main.gif) repeat-y;
} 

#main h1 {
	background-color: #CAB4A0;
}
#main a:hover {
	text-decoration: none;
	background-color: #E5DAD0;
}
#main a:focus {
	text-decoration: none;
	background-color: #E5DAD0;
}

} 

