/*---------- Links allgemein ----------*/

a:link
{
color:#ffff00;
text-decoration: none;
}

a:visited
{ color: #ffff00;
text-decoration: none;
}

a:hover
{
color: #ff0000;
text-decoration: underline;
}

a:active
{
color: #ff0000;
text-decoration: underline;
}



/*---------- Überschriften ----------*/

h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 22px;
}


/*---------- Seite allgemein ----------*/


body {
	background-color: #25588b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
	font-family: verdana, arial, helvetica; 
	font-size: 14px; 
	line-height: 16px;
	color: #ffffff;
}


/*---------- Balken- und Inhaltsbereich ----------*/


#kopf {
	height: 226px;
	width: 950px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:10px;
	text-align: left;
	background-image:url(../grafik/bobas_kopfbereich.gif);
 	z-index:1;

}


#background_start_winter {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/winterlandschaft_731x224.jpg);
 	z-index:2;
}


#background_joseph {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/joseph_731x224.jpg);
 	z-index:2;
}


#background_martin_moonrise {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/martin_moonrise_731x224.jpg);
 	z-index:2;
}


#background_kontakt {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/robin_haende_731x224.jpg);
 	z-index:2;
}


#background_aktionen {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/marko_731x224.jpg);
 	z-index:2;
}


#background_rueckblick {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/duo_halloween_oktoberfest_blau_731x224.jpg);
 	z-index:2;
}

#background_messageboard {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/hag4_0076blau2_731x224.jpg);
 	z-index:2;
}

#background_bonn {
	height: 224px;
	width: 731px;
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	top:1px;
	right:171px;
	text-align: left;
	background-image:url(../background/martin2_nude_pict0053_731x224.jpg);
 	z-index:2;
}

#menu {
	height: 226px;
	width: 297px;
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	top: 1px;
	text-align: left;
 	z-index:3;

}


#bereich_inhalt {
	height: 325px;
	width: 950px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top:10px;
	background-image:url(../grafik/seitenlinien.gif);
}


#copyright {
	height: 10px;
	width: 900px;
	left: 25px;
	position: relative;
	text-align: left;
	top:5px;
	font-size: 12px;
}

#rueckblick {
	height: 30px;
	width: 900px;
	left: 25px;
	position: relative;
	text-align: left;
	top:5px;
	font-size: 12px;
	overflow: auto;
}

#inhalt {
	height: 270px;
	width: 900px;
	left: 25px;
	position: relative;
	text-align: left;
	top:25px;
	overflow: auto;
}

#inhalt_rueckblick {
	height: 305px;
	width: 900px;
	left: 25px;
	position: relative;
	text-align: left;
	top:5px;
	overflow: hidden;
}


#inhalt_messageboard {
	height: 305px;
	width: 900px;
	left: 25px;
	position: relative;
	text-align: left;
	top:15px;
	overflow: hidden;
}


#fuss {
	height: 25px;
	width: 950px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../grafik/fusslinie.gif);
}



