/* Ist ja ein ganz schönes durcheinander hier. schade. */


body {
margin: 0px;
font-family: "Trebuchet MS";
color: #000000;
background-color: #ffb;
font-size: 80%;
}

A:link{COLOR :#009900;TEXT-DECORATION:none;}
A:visited{COLOR :#009900;TEXT-DECORATION:none;}
A:hover{COLOR :#003300;TEXT-DECORATION:none;}
A:active{COLOR :#000000;TEXT-DECORATION:none;}

#logobar A:link{COLOR :#FFFF33;TEXT-DECORATION:none;}
#logobar A:visited{COLOR :#FFFF33;TEXT-DECORATION:none;}
#logobar A:hover{COLOR :#FF6600;TEXT-DECORATION:none;}

#navi A:link, #navi A:visited, #navi A:hover, #navi A:active {color: #ff3;}

#status A:link{COLOR :#FFFFFF;TEXT-DECORATION:underline; Font-weight: bold;}
#status A:visited{COLOR :#FFFFFF;TEXT-DECORATION:underline; Font-weight: bold;}
#status A:hover{COLOR :#FFFFFF;TEXT-DECORATION:underline; Font-weight: bold;}

#status_levelbar A:link{COLOR :#FFFFFF;TEXT-DECORATION:none; Font-weight: normal;}
#status_levelbar A:visited{COLOR :#FFFFFF;TEXT-DECORATION:none; Font-weight: normal;}
#status_levelbar A:hover{COLOR :#FFFFFF;TEXT-DECORATION:none; Font-weight: normal;}

#canvas {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

input.disabledbutton
{
color: #999999;
border-style: outset;
background-image: url(../images/spinner.gif);
background-repeat: no-repeat;
}

#status input{
border: 0px solid #000000;
background-image: url(../images/searchfield_back.gif);
color: #AAAAAA;
}

#logobar {
width: 100%;
height: 25px;
background-color: #171717;
background-image: url(../images/header_bg.png);
background-repeat: repeat-x;
color: #FFFFFF;
}

#logobar_code {
float: right;
width: 100px;
height: 20px;
padding-top: 5px;
padding-right: 2px;
text-align: right;
}

#topbar {
width: 100%;
background: #A5E048;
background-image: url(../images/t_b.png);
background-repeat: repeat-x;
background-position: center top;
border-bottom: 1px solid #777;
}

#topbar_container {
width: 900px;
position: relative;
}

#toggletopbar {
float: right;
display: block;
width: 25px;
height: 25px;
background-repeat: no-repeat;
position: absolute;
left: 910px;
}

#suche {
width: 180px;
height: 31px;
position: absolute;
top: 0px;
left: 720px;
background-image: url(../images/header_suche.gif);
background-repeat: no-repeat;
color: #FFFFFF;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

#suche input{
border: 0px solid #000000;
background-image: url(../images/searchfield_back.gif);
color: #AAAAAA;
}

#google {
width: 126px;
height: 16px;
position: absolute;
left: 750px;
display: none;
background-image: url(../images/google.gif);
background-repeat: no-repeat;
}

#navi_container {
width: 700px;
height: 31px;
position: absolute;
left: 0px;
}

#navi {
width: 690px;
height: 31px;
background-image: url(../images/header_navi.gif);
background-repeat: no-repeat;
color: #FFFFFF;
padding-left: 5px;
padding-right: 5px;
}

#navi ul {
list-style-type: none;
display: inline;
}

#navi li {
float: left;
padding: 0px;
margin: 0px;
background-image: url(../images/n_b_h.gif);
}

	#navi li a {
		display: block;
		width: 138px;
		height: 25px;
		padding-top: 6px;
	}

#navi .active{
font-weight: bold;
opacity: 1;
}
	#navi .active a:link, #navi .active a:visited, #navi .active a:hover, #navi .active a:active{
	color: #fb0;
	}

#status {
width: 270px;
height: 31px;
float: right;
margin-top: 10px;
background-image: url(../images/header_status.gif);
background-repeat: repeat-x;
text-align: right;
color: #FFFFFF;
padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
font-size: 9px;
font-family: Verdana;
}

	#status_levelbar {
		width: 240px;
		height: 14px;
		border: 1px solid #333333;
		background: #222222;
		margin-top: 1px;
		text-align: right;
		background-image: url(../images/status_levelbar.png);
		background-repeat: no-repeat;
	}

	#status_loginuser {
		float: left;
		background-image: url(../images/user.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		width: 12px;
		height: 15px;
		display: block;
	}
	
	#status_loginpasswort {
		float: left;
		background-image: url(../images/passwort.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		width: 12px;
		height: 15px;
		display: block;
		margin-left: 6px;
	}
	
	.status_loginfield {
		color: #fff;
		border-left: 0px solid;
		float: left;
		margin-left: 4px;
	}

#status_levelbar {
width: 240px;
height: 14px;
border: 1px solid #333333;
background: #222222;
margin-top: 1px;
text-align: right;
background-image: url(../images/status_levelbar.png);
background-repeat: no-repeat;
}

#logo {
width: 450px;
height: 42px;
float: left;
background-image: url(../images/logo.gif);
background-repeat: no-repeat;
}

#footer {
width: 100%;
background: #A0DC99;
background-image: url(../images/t_b.png);
background-repeat: repeat-x;
background-position: center top;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
padding-bottom: 5px;
font-size: 80%;
text-align: center;
}

#container {
width: 900px;
text-align: left;
}

#menu {
float: right;
width: 180px;
}

#content {
width: 710px;
}

.head {
font-size: 160%;
font-weight: bold;
font-family: georgia;
}

#footer_print {
	display: none;
}

#werbung {
	color: #500;
	border: 5px solid #d00;
	cursor: pointer;
}

	#werbung .header {
		border-bottom: 5px solid #d00;
		background-image: url(../images/t_b_r.png);
	}
	
	#werbung .content {
		background-color: #fff;
	}

.box {
	width: 100%;
	margin-top: 15px;
	font-size: 110%;
	font-family: Trebuchet MS;
}

	.shadow_tl {
		float: left;
		width: 10px;
		height: 10px;
		background-color: #ffb;
		background-image: url(../images/shadow_tl.gif);
		background-repeat: no-repeat;
	}
	
	.shadow_tr {
		float: right;
		width: 10px;
		height: 10px;
		background-color: #ffb;
		background-image: url(../images/shadow_tr.gif);
		background-repeat: no-repeat;
	}
	
	.shadow_tm {
		width: 100%;
		height: 10px;
		background-image: url(../images/shadow_tm.gif);
		background-repeat: repeat-x;
	}
	
	.shadow_bl {
		float: left;
		width: 10px;
		height: 10px;
		background-color: #ffb;
		background-image: url(../images/shadow_bl.gif);
		background-repeat: no-repeat;
	}
	
	.shadow_br {
		float: right;
		width: 10px;
		height: 10px;
		background-color: #ffb;
		background-image: url(../images/shadow_br.gif);
		background-repeat: no-repeat;
	}
	
	.shadow_bm {
		width: 100%;
		height: 10px;
		background-image: url(../images/shadow_bm.gif);
		background-repeat: repeat-x;
	}

	.shadow_ml {
		width: 100%;
		background-image: url(../images/shadow_ml.gif);
		background-repeat: repeat-y;
	}
		
	.shadow_mr {
		background-image: url(../images/shadow_mr.gif);
		background-repeat: repeat-y;
		background-position: top right;
	}

	.box .container {
		background-color: #ffd;
		border: 5px solid #c4ff5c;
		overflow: hidden;
		margin-left: 10px;
		margin-right: 10px;
	}
	
		.box .container .header {
			width: 100%;
			height: 30px;
			background-color: #c4ff5c;
			background-image: url(../images/t_b.png);
			background-position: -20px -20px;
			font-size: 180%;
			font-weight: bold;
			border-bottom: 5px solid #c4ff5c;
			overflow: hidden;
			padding: 10px;
		}
		
		.box .container .content {
			padding: 20px;
			line-height: 1.5;
			text-align: justify;
			height: 100%;
			font-size: 90%;
		}

#accordion {

}

	h3.toggler {
		cursor: pointer;
		border: 1px solid #000;
		background: #eee;
		color: #000;
		margin: 0 0 4px 0;
		padding: 3px 5px 1px;
		background-image: url(../images/t_b_w.png);
		background-repeat: repeat-x;
	}
	
	div.element p, div.element h4 {
		margin:0px;
		padding:4px;
	}

#accordion2 {

}

	h3.toggler2 {
		cursor: pointer;
		border: 1px solid #000;
		background: #eee;
		color: #000;
		margin: 0 0 4px 0;
		padding: 3px 5px 1px;
		background-image: url(../images/t_b_w.png);
		background-repeat: repeat-x;
	}
	
	div.element2 p, div.element2 h4 {
		margin:0px;
		padding:0px;
	}
	
	div.element2 ul {
		padding: 15px;
		margin: 0px;
	}

#float_left {
	float: left;
	width: 585px;
	margin-top: -10px;
}

#float_right {
	float: right;
	width: 300px;
	margin-top: -10px;
}

	#float_left_com {
		float: left;
		width: 700px;
		margin-top: -10px;
	}
	
	#float_right_com {
		float: right;
		width: 200px;
		margin-top: -10px;
	}

#veranstaltungen {
	font-size: 150%;
}

	#veranstaltungen .date {
		font-size: 90%;
		font-weight: bold;
	}



/* Shoutbox */
.shoutbox {
	clear: both;
	padding-top: 20px;
	background-image: url(../images/sprechblase_r.gif);
	background-repeat: no-repeat;
	background-position: 120px 50px;
}

	.shoutbox .user {
		float: left;
		width: 110px;
		padding: 5px;
		text-align: center;
		margin-right: 5px;
		background-color: #ddd;
		font-weight: bold;
		background-image: url(../images/sprechblase_l.gif);
		background-repeat: no-repeat;
		background-position: right 30px;
	}
	
		.shoutbox .user img {
			border: 0px;
		}
	
	.shoutbox .date {
		font-size: 80%;
		margin-left: 132px;
	}
	
	.shoutbox .text {
		background-color: #ccc;
		border: 1px solid #aaa;
		margin-left: 130px;
		padding: 10px;
		border-left: 0px;
		background-image: url(../images/sprechblase_r_bg.gif);
		background-repeat: repeat-y;
		background-position: left;
		position: relative;
	}
	
		.shoutbox .text .sprechblase_sb {
			position: absolute;
			left: 0px;
			top: 14px;
		}
/* Shoutbox Ende */



/* Schöner Button */


button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	height: 25px;
	line-height: 23px;
	cursor: pointer;
}
 
	button span, button em {
		display: block;
		height: 25px;
		line-height: 23px;
		margin: 0;
		color: #45423a;
	}
 
	button span {
		padding-left: 12px;
		background:url(../images/button_left.gif) no-repeat 0 0;
	}
 
	button em {
		font-style: normal;
		padding-right: 12px;
		background: url(../images/button.gif) no-repeat 100% 0;
	}

	button:hover span {
		color: #000;
		background:url(../images/button_left.gif) no-repeat 0 -25px;
	}

	button:hover em {
		color: #000;
		background: url(../images/button.gif) no-repeat 100% -25px;
	}

	button:active span {
		color: #660000;
		background:url(../images/button.gif) no-repeat 0 -50px;
	}

	button:active em {
		color: #660000;
		background: url(../images/button.gif) no-repeat 100% -50px;
	}
/* Schöner Button Ende */