/*******************************************************************************************************
*** Änderung der Kopfgrafik			 																 ***
*******************************************************************************************************/

#header {
	margin: auto;
	background-image: url(images/s_header_city_run.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 1000px;
}

#menu2 {
	float: right;
	width: 180px;
	vertical-align:top;
}
	
#content {
	margin-left: 205px; 
	margin-right: 200px;
	padding-top: 10px;
	width: 588px;
	min-height: 1000px;
	line-height: 1.3em;	
}

/*******************************************************************************************************
*** Änderungen für 3 Spalten-Layout - Startseite													 ***
*******************************************************************************************************/
#page {
	position: relative;
	margin: auto;
	background-color: #ffffff;
	background-image: url(images/s_rahmen_2.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}

/*******************************************************************************************************
*** Zusätzlich						 																 ***
*******************************************************************************************************/

#menu2 a {
	color: #0000CC;
    text-decoration: none;
}

#menu2 a:hover {
	color: #CC0000;	
    text-decoration: none;
/*	background-color: #CCCCCC;*/
}

.menu2_titel {
	padding: 6px;
	display: block;
	width: 168px;
	color: #000099;
	background-image: url(images/s_menu_titel.jpg);
	background-repeat: no-repeat;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.menu2_kasten { 
	padding: 6px;
	display: block;
	width: 168px;
	color: #000000; 
	text-decoration: none;
	text-align: center;
	background-color: #fcfcfc;	
}


