/* ####### STYLESHEET FÜR ring-koelner-bucht.de ###### */

html, body {
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

h1.csc-firstHeader {
	color: #808080;
	border: 1px #808080 solid;
	border-right: none;
	border-top: none;
	padding: 0px 5px 5px 5px;
	margin-bottom: 20px;
}

/* ######## SEITENCONTAINER ####### */

#container {
	position: relative;
	width: 750px;
	border: 1px silver solid;	
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: White;
	padding: 1px 1px 60px 1px;
	min-height: 700px;
}



/* ####### HEAD ######## */

#head {
	position: relative;
	background-color: #B9B9B9;
	height: 160px;
	border-bottom: 15px #74b054 solid;
	margin-bottom: 30px;
}

#head span {
	display: none;
}

#head h1, #head h2 {

	margin: 0px;
}

#head h1 {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 160px;
	width: 450px;
	border-bottom: 1px white solid;
	background-image: url(../images/ringbanner5.jpg);	
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 160px;
	background-color: #339000;
	background-image: url(../images/rkb_schrift_neu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
}


/* ####### LEFTMENU ###### */

#leftmenu ul {
	position: absolute;
	top: 210px;
	left: 1px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
}

#leftmenu li {
	border-top: 1px #339000 solid;
	text-align: right;
	padding: 6px 0px 6px 5px;
}
#leftmenu a {
	color: #339000;
	text-decoration: none;
	font-weight: bold;
}

#leftmenu a:hover, #leftmenu .active a {
	background-image: url(../images/pfeil.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #339000;
}

#leftmenu .sub a, #leftmenu li.sub {
	border: none;
	font-weight: normal;
}

#leftmenu .sub a.active {
	border: 0;
	padding-left: 18px;
	background-image: url(../images/pfeil.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	color: #339000;
	font-weight: normal;
}

/* ####### CONTENT ####### */

#content {
	position: relative;
	margin: 0px 20px 0px 180px;
	padding: 4px 0px 20px 20px;
	line-height: 1.8em;
}



/* ###### COPYRIGHT ####### */

.copyright {
	position: absolute;
   bottom: 0px;
   left: 0px;
   clear: both;
	color: #A0A0A0;
	font-size: 0.9em;
	margin-top: 2em;
	padding: 5px;
}

.copyright a {
	color: #A0A0A0;
}