@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	background-image:url(images/bg-content-inner.jpg);
}

img{
	border:none;
}

table, td, tr, input, textarea, form{
	background-image:none;
}

#container{
	height:100%;
	width:100%;
	position:absolute;
	background-image:url(images/bg_top_transparency.png);
	background-repeat:repeat-x;
}

#container_2{
	height:100%;
	width:100%;
	position:absolute;
}

#wrapper{
	background:none;
	width:900px;
	min-height:450px;
	position:absolute;
	margin-left:-450px;
	margin-top:50px;
	margin-bottom:40px;
	left:50%;
	-moz-border-radius:25px; /* Firefox */
	-webkit-border-radius:25px; /* Safari, Chrome */
	-khtml-border-radius:25px; /* Konqueror */
	border-radius:25px;
	background: rgba(255, 255, 255, 0.8);
	overflow:visible;
	border: 0px solid #06C;
	-webkit-box-shadow: 0 0 25px #06C;
	-moz-box-shadow: 0 0 25px #06C;
	box-shadow: 0 0 35px #06C;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#header{
	width:900px;
	height:150px;
	border-top-right-radius:25px;
	border-top-left-radius:25px;
	-moz-border-radius-topright:25px;
	-moz-border-radius-topleft:25px;
	-webkit-border-top-right-radius:25px;
	-webkit-border-top-left-radius:25px;
	background-color:#c91111;
	background-image:url(images/header1.jpg);
}

#updates{
	width:150px;
	min-height:350px;
	max-height:500px;
	background: rgba(255, 255, 255, 0);
	float:right;
	margin-top:30px;
	margin-right:10px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#impressum{
	width:900px;
	float:left;
	border-top:1px solid #0066cc;
	line-height:25px;
	background:none;
	text-align:center;
	font-weight:400;
}

#impressum a{
	font-weight:400;
}

#impressum a:hover{
	color:#cc020c;
}

#links{
	width:900px;
	height:32px;
	line-height:32px;
	background:none;
	background-image:url(images/transparenz_ccc_70.png);
	border-bottom:3px solid #0066CC;
	border-top:3px solid #0066CC;
	position:absolute;
	top:114px;
	text-align: center;
}

#links a:hover{
	color:#cc020c;
	background:none;
}

#main{
	width:685px;
	margin-left:30px;
	margin-top:30px;
	padding-bottom:30px;
	background: rgba(255, 255, 255, 0);
	float:left;
	border-right:1px solid #06C;
}

#headline_1{
	width:580px;
	height:30px;
	float:left;
	background: rgba(255, 255, 255, 0);
	padding-left:10px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}

#headline_2{
	width:670px;
	height:35px;
	float:left;
	background: rgba(255, 255, 255, 0);
	font-size:14px;
	font-style:italic;
	font-weight:800;
	color:#0066cc;
	padding-left:30px;
}

#fehler_gb{
	background:rgba(255, 255, 255, 0);
	width:670px;
	float:left;
	text-align:center;
	color:#B70004;
	font-weight:bold;
}

#text{
	background: rgba(255, 255, 255, 0);
	margin-left:40px;
	margin-top:5px;
	padding-right:20px;
	min-height:350px;
	width:625px;
	overflow:auto;
	overflow-x:hidden;
	float:left;
	z-index:100;
	white-space:pre-line;
}

#text_kontakt{
	background: rgba(255, 255, 255, 0);
	margin-left:40px;
	margin-top:5px;
	margin-bottom:30px;
	padding-right:20px;
	max-height:170px;
	overflow:auto;
	height:auto;
	overflow-x:hidden;
	float:left;
	white-space:pre-line;
}

#text_gb{
	background: rgba(255, 255, 255, 0);
	background-image:none;
	margin-left:40px;
	margin-top:5px;
	padding-right:20px;
	overflow-x:hidden;
	float:left;
	white-space:pre-line;
}

#fremdlinks_container{
	background: rgba(255, 255, 255, 0);
	margin-left:40px;
	margin-top:5px;
	padding-right:20px;
	min-height:400px;
	max-height:400px;
	overflow:auto;
	overflow-x:hidden;
	float:left;
	z-index:100;
}

#fremdlinks{
	line-height:28px;
	width:300px;
	float:left;
	background:none;
}

#fremdlinks a:hover{
	color:#cc020c;
}

#termine{
	margin-top:-19px;
	margin-left:220px;
}

#logo{
	background-image:url(logo_small.png);
	background-repeat:no-repeat;
	width:450px;
	height:250px;
	position:absolute;
	z-index:99;
	left:50%;
	margin-left:20px;
	margin-top:382px;
}

#hidden {
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	background-image:url(images/transp_1perc.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
	right:0px;
	bottom:0px;
	width:100px;
	height:100px;
}

#besucher{
	position:absolute;
	margin-top:15px;
	margin-left:-20px;
	font-size:12px;
	font-weight:600;
}

#kontakt{
	background: rgba(255, 255, 255, 0);
	margin-left:40px;
	margin-top:10px;
	height:120px;
	width:645px;
	overflow:hidden;
	float:left;
	white-space:pre-line;
	border-top:1px solid #0066cc;
}

#vorstand{
	background: rgba(255, 255, 255, 0);
	margin-left:40px;
	margin-top:10px;
	height:75px;
	width:645px;
	overflow:hidden;
	float:left;
	white-space:pre-line;
	border-top:1px solid #0066cc;
	font-weight:bold;
}

a {
	color:#000000;
	text-decoration:none;
	background:none;
}

b{
	background:none;
	font-weight:bold;
}

font{
	color:#cc020c;
	background:none;
}

img{
	background:none;
}

.transparent {
background-color: transparent;
border: 0px;
}

.termin_vergangen{
	font-style:italic;
	font-weight:100;
}

.termin_kommend{
	font-style:bold;
}

.eingaben{
	width:50px;
	border:1px solid #cc020c;
	text-align:right;
}

#button_div{
	height:40px;
	width:685px;
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #0066cc;
	float:left;
	background:none;
}

#alben_container{
	width:640px;
	height:85px;
	background-color:#eeeeee;
	background-image:none;
}

#alben_foto{
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	background-color:#eeeeee;
	background-image:none;
}

#alben_headline{
	color:#0066cc;
	font-size:16px;
	font-weight:bold;
	width:495px;
	height:25px;
	float:left;
	margin-left:10px;
	vertical-align:top;
	background-color:#eeeeee;
	background-image:none;
}

#alben_line{
	width:495px;
	height:25px;
	float:left;
	margin-left:10px;
	background-color:#eeeeee;
	background-image:none;
	font-weight:400;
}

#alben_line_bottom{
	width:270px;
	height:25px;
	float:left;
	margin-left:10px;
	background-color:#eeeeee;
	background-image:none;
	font-weight:400;
}

#alben_line_bottom a{
	font-weight:600;
}

#alben_line_bottom a:hover{
	color:#0066cc;
}

#foto_container{
	width:150px;
	float:left;
	background-color:#EEE;
	background-image:none;
	margin-bottom:5px;
}

#foto{
	width:145px;
	height:150px;
	overflow:hidden;
	float:right;
	background-color:#EEE;
}

#foto_cut1{
	width:645px;
	height:13px;
	background:none;
	border-bottom:1px solid #0066cc;
}

#foto_cut2{
	width:645px;
	height:19px;
	background:none;
}

.btn{
cursor: pointer;
font:14px Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
border:2px solid #06C;
width:100px;
}

.btn:hover{
cursor: pointer;
font:14px Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
border:2px solid #06C;
background-image:url(images/btn_bg_30.png);
width:100px;
}

.btn_berichte{
cursor: pointer;
font:14px Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
border:2px solid #06C;
width:200px;
background-color:#EEE;
}

.btn_berichte:hover{
cursor: pointer;
color:#eeeeee;
background-color:#06C;
border:2px solid #06C;
}

.td_vergangen{
	background-color:#EEE;
	font-style:italic;
	font-weight:100;
	line-height:30px;
	border-bottom:1px solid #c91111;
}

.td_kommend{
	background-color:#EEE;
	line-height:30px;
	border-bottom:1px solid #c91111;
	font-weight:bold;
}

.td_header{
	background-image:url(images/red_transparent_70.png);
	width:150px;
	line-height:25px;
}

.table_vorstand{
	width:649px;
	float:left;
	margin-top:30px;
	margin-left:40px;
}

.input_gb{
	background-color:#eeeeee;
	border:1px solid #0066cc;
}

.input_gb:hover{
	background-color:#0066cc;
	color:#eeeeee;
}

.input_math_field{
	background-color:#eeeeee;
	border:1px solid #0066cc;
	width:25px;
	text-align:center;
}

.input_math_field:hover{
	background-color:#0066cc;
	color:#eeeeee;
}

.btn_gb_eintragen{
	background-color:#EEE;
	border:1px solid #0066cc;
	width:110px;
	margin-left:40px;
}

.btn_gb_eintragen:hover{
	background-color:#0066cc;
	color:#EEE;
}

.gb_text{
	min-height:100px;
	max-height:100px;
	min-width:400px;
	max-width:400px;
	background-color:#EEE;
	border:1px solid #0066cc;
	border-radius:10px;
	padding:5px;
}

.gb_text:hover{
	background-color:#0066cc;
	color:#eeeeee;
}

.td_gb_header{
	background:none;
	color:#0066cc;
	font-style:italic;
}

.standard_text_link a{
	color:#0066cc;
}

.standard_text_link a:hover{
	color:#000000;
}

h10{
	color:#0066cc;
	font-style:italic;
	font-weight:bold;
	background:none;
}

h11{
	font-weight:bold;
	font-size:18px;
	color:#000000;
	background:none;
}

h12{
	color:#0066cc;
	background:none;
}

h13{
	color:#000000;
	font-weight:500;
	white-space:pre-line;
	background:none;
}