@charset 'utf-8';

.block
{
	overflow: visible;
}

/* ----------------------------------------------------- Page layout */

body
{
	margin: 0;
	padding: 0;	
	background: url('../images/site/backgrounds/background-1.png') #ffffcc;
	background-repeat: repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img
{
	border: none;
}

.clear 
{
	clear: both; 
}


#wrapper
{
	width:990px;
	margin: 0 auto;
	background-color:#ffffff;
	border-left:1px solid #ffcc66;
	border-right:1px solid #ffcc66;
}

#header
{
	background-color:#ffffff;
}

#header_logo
{
	padding-bottom:3px;
	padding-top:5px;
}


#header_breamcrumbs
{
	background-color:#ffffe4;
	border-top:1px solid #ffcc66;
	border-bottom:1px solid #ffcc66;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
}

#header_breamcrumbs a:link
{
	color:#000000;
}


#header .level_1
{
	list-style-type:none;
	font-size:12px;
	
	
}



#header .level_1 li 
{
	float:left;
}

#header .level_1 a 
{
}

#header .level_1 .active a
{
}

#left
{
	margin-top:40px;
	width:200px;
	float:left;
	border-right:#e0e0e0 1px solid;
	min-height:300px;
	padding-bottom:50px;
}

#left ul
{
	margin: 0px 5px 0 5px;
	padding: 0;
	list-style-type:none;
	width:175px;
}

#left ul ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	padding-left:10px;
}

#left .level_1 li
{
	font-size: 14px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#e0e0e0 1px solid;
	padding-left:5px;
	
}


#left .level_2 li
{
	font-size: 12px;
	padding-bottom:0px;
	border-bottom:0px;
	margin-top:5px;
}


#left .level_1 li a:link, #left .level_1 li a:active, #left .level_1 li a:visited
{

	color: #333398;
	text-decoration: none;
}

#left .level_1 li a:hover, #left .level_1 li a:focus
{
	text-decoration: underline;
}

#left .level_2 li.active a
{
	color: #333398;
	font-weight:bold;
}


#left p
{
	margin: 40px 0 0 20px;
	min-height:350px;
}

#main
{
	padding-left:25px;
	float:left;
	width:750px;
}

#main h1
{
	font-size: 22px;
	font-weight: normal;
	color: #333398;
	border-bottom:1px dashed #333398;
}

#main h2
{
	font-size: 20px;
	font-weight: normal;
	color: #b91e0d;
}

#main h2 a:link, #main h2 a:active, #main h2 a:visited
{
	color: #000000;
	text-decoration: none;
}

#main h2 a:hover, #main h2 a:focus
{
	text-decoration: underline; 
}

#main h3
{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

#main h3 a:link, #main h3 a:active, #main h3 a:visited 
{
	color: #333333;
	text-decoration: none;
}

#main h3 a:hover, #main h3 a:focus
{
	text-decoration: underline;
}

#main h4
{
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}

#main h4 a:link, #main h4 a:active, #main h4 a:visited
{
	color: #999999;
	text-decoration: none;
}

#main h4 a:hover, #main h4 a:focus
{
	text-decoration: underline;
}

.error
{
	color: #cc0000;
}

.mod_sitemap a:link, .mod_sitemap a:visited, .mod_sitemap a:active
{
	color: #000000;
}

.mod_sitemap ul
{
	list-style-image: url('../images/bullet_standard.png');
}

.mod_sitemap ul ul
{
	list-style-image: url('../images/bullet_grau.png');
}


#main .layout_full h1
{
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
}

.layout_full .info { display: none; }
.mod_faqreader .info { display: none; }


.ce_text ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

#footer
{
	background-color:#ffffe4;
	border-top:1px solid #ffcc66;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:50px;
}

#footer a:link
{
	color:#000;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:focus 
{
	text-decoration: underline;
}

#footer ul
{
	list-style-type:none;
}

#footer .level_1 li
{
	 padding-right:10px;
	 padding-left:10px;
	 background:url(../images/footer_sep.png) no-repeat 100% 50%;

}

#footer .level_1 li.last
{
	background:none;
}

#footer .level_2 li 
{
	
	padding-right:10px;
	padding-left:10px;
}

.footer_left
{
	float:left;
	width:300px;
}

.footer_middle
{
	float:left;
	width:350px;
	text-align:center;
}

.footer_right
{
	float:left;
	width:300px;
	text-align:right;
}


a:link, a:active, a:visited
{
	color: #b91e0d;
	text-decoration: none;
	
}

a:hover, a:focus { text-decoration: underline; }

input.text,
select,
textarea
{
	border:1px solid #ffd884;
	font:12px arial, helvetica, sans-serif;
	padding:3px;
	width:200px;
}

.text:focus,
select:focus,
textarea:focus
{
	background:#fefde5;
}

.text:hover,
select:hover,
textarea:hover
{
	background:#fefde5;
}

.submit
{
	width: 280px;
	float:left;
	margin-top: 0.5em;
	margin-bottom: 20px;
	margin-right: 2px;
	border:1px solid #ffd884;
	background-color:#ffffff;
	text-align: center;
	background-image:none;
}

.submit:hover
{
	background-color:#f4f4f4;
}

.formularTop
{
	margin-top:200px;
}

.formularBottom
{
	margin-bottom:200px;
}

.col_first
{
	height:30px;
}

#lbl_chorart_frauen_0, #lbl_chorart_maenner_0, #lbl_chorart_jungerchor_0, #lbl_chorart_gemischterchor_0, #lbl_chorart_jugendchor_0, #lbl_chorart_kinderchor_0
{
	display:none;
}


/* Vereine */


.listing .submit
{
	width: 180px;
	height:20px;
	

	
	border:1px solid #ffd884;
	background-color:#ffffff;
	text-align: center;
	background-image:none;
}

.listing .select
{
	width: 180px;
	height:20px;
	margin-top:6px;
	margin-left:10px;
	
	border:1px solid #ffd884;
	background-color:#ffffff;

}

.listing .text
{
	width: 180px;
	height:12px;
	margin-top:2px;
	margin-left:10px;
	
	border:1px solid #ffd884;
	background-color:#ffffff;

}



.mod_memberlist .submit:hover
{
	background-color:#f4f4f4;
}

.listing thead
{
	border:1px solid #e0e0e0 !important;
}

.listing th
{
	border:1px solid #e0e0e0 !important;
	padding:5px;
	text-align:center;
} 

.listing td
{
	border:1px solid #e0e0e0;
	padding:5px;
	text-align:center;
} 

/*{
	border:0px solid #e0e0e0 !important;
}*/


.layout_full h1, .event h1
{
	border-bottom:0px !important;
	font-size:16px !important;
	color:#333333 !important;
	font-weight:bold !important;
]

.mod_newslist .layout_full .ce_text
{
	padding-left:300px;
	}