@charset "utf-8";
/* stylesheet for www.cantus-grunewald.de */
/* author: Oliver Mesieh, info@oliver-mesieh.de */

body {
	background:  url(../img/bg_all.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8F3E0E;	
}

h1 {
	font-size: 30px;
	padding:0;
	margin: 0;
}

h3 {
	font-size: 18px;
	padding:0;
	margin: 0;
}

a, a:link, a:visited {
	color: #248F0E;
	text-decoration: none;
}

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

a img {
	border: 0px;
}


/* Farben */
.dunkelbraun {
	color: #8F3E0E;
	}
.hellbraun {
	color: #C2784E;
	}	

.bold {
	font-weight: bold;
}

#wrapper, #content {
	 	
	 width: 568px;
}

/* Layout */	
#wrapper {
	 	
	 right: 50%;
	 position: absolute;
	 	
}
	
#bg_all{	
	width: 619px;
	height: 600px;		
	left: 50%;
	position: relative;
	background-image: url(../img/bg_box_green.png);
	background-position: 0px 1px;
}

/* Inhalt */
#content {
	padding: 50px 30px 20px 20px;
	width: 525px;
	margin-left: 24px;
	height: 422px;
	padding: 0px;
	margin-top: 70px;
	position:absolute;
}


#maincontent {
	position:relative;
	margin-top: 35px;
	height: 330px;
	overflow:visible;
}

.scrolling {
	padding-right: 10px; 
	overflow:auto !important;
}

#maincontent p {
	text-align: justify;
}

#header {
	padding: 0px 6px 0 0;
	text-align: right;
	margin: 0;
	position: relative;
	}

#footer {
	width: 530px;
	position: absolute;
	margin-top: 500px;
	margin-left: 22px;
	color: #FEFCD7;
}

#footer p {
	margin: 0;
	padding: 0;
}
#footer a, #footer a:link {
	color: #ffffff;
}
#footer .footer_left {
	padding: 10px 10px 0px 35px;
	width: 285px;
	float: left;
	height: 65px;
}

#footer .edit_agenda {
	width: 25px;
	margin-left: -30px;
	margin-top: -30px;
	float: left;
}

#footer .footer_right {
	padding: 10px 0px 0px 0px;
	width: 170px;
	display: block;
	float:right;
	height: 65px;
}

#footer .sbahn {
	padding: 0px 5px 0px 5px;
	background-image: url(../img/sbahn_s.png);
	background-position: 1px 0;
	background-repeat: no-repeat;
}

#footer .copy {
	text-align: center;
	padding: 0 0 0 200px;
	font-size: 11px;
	
}

/* Menüleiste */
ul#menu {
	margin:27px 0 0 22px;
	position: absolute;
	padding: 0;
	
}
ul#menu span{
	display: block;
	float:left;
	
}
ul#menu li {
	 display: inline; 
	 list-style-type: none;
	 margin: 0px 5px 0 0px;
	 float:left;
	 text-align:left
}

ul#menu li a, ul#menu li a:link, ul#menu li a:visited {
	font-size: 11px;
	display: block; 
	
	padding: 10px 40px 7px 40px;
	background-image: url(../img/button_normal.png);
	background-repeat: no-repeat;	
}
.punkt2 {
	
	padding-right: 30px !important;
	padding-left: 35px !important;
}
.punkt3 {
	
	padding-right: 30px !important;
	padding-left: 35px !important;
	
}
.punktLogout {
	padding-right: 30px !important;
	padding-left: 30px !important;
	color: #8F3E0D !important; 
}

ul#menu li a:hover, ul#menu li a:active {
	color: #fefcd7;
	background-image: url(../img/button_hover.png);
	background-repeat: no-repeat;
	text-decoration: none;	
}

ul#menu .act {
	color: #fefcd7 !important;
	background-image: url(../img/button_hover.png) !important;
	background-repeat: no-repeat !important;
	text-decoration: none !important;
}

/* Hilfselemente */
.clearer {
	clear: left;
}
	
