/* Start of CMSMS style sheet 'Radvierer Standard' */
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:96%;
	margin:0px;
	padding:0px;
}
html {
	background:url(images/bg_body.jpg) #e7f0f9 repeat-x;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}

/*** Intro Seite ***/
#intro {
	width:350px;
	height:280px;
	position:absolute;
	top:50%;
	left:50%;
	background:url(images/intro_bg_2.jpg) no-repeat;
	margin:-320px 0px 0px -450px;
	padding:330px 500px 30px 50px;
	border:10px solid #fff;
	color:#fff;
}
#intro h2 {
	font-size:1.5em;
	margin-top:20px;
}
#intro h2:first-child {
	margin-top:-5px;
}
#intro p {
	font-size:1.0em;
}
#intro .enter {
	margin-top:20px;
	margin-right:20px;
	text-align:right;
}
#intro .enter a {
	background:url(images/enter-arrow.gif) no-repeat;
	padding-left:20px;
	font-size:1.1em;
	color:#FFF;
	text-decoration:none;
}
/*** ENDE Intro ***/

/*** Site Structure ***/
#page {
	width:910px;
	background-color:#FFF;
	
	margin:3% auto 0px auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
    	clear:both;
}
/*** #HEADER ***/
/* Menu */
#menu {
	width: 910px;
	height: 45px;
	margin: 0 auto;
/*	background: #F6F6F6; */
	background: #fff;
	border-bottom:1px solid #516c29;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 16px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#menu a:hover {
	text-decoration: underline;
	color: #000000;
	background:url(images/menu_bg.gif) repeat-x;
}
#menu a.activeparent, #menu a.currentpage {
/*	color: #83ba42; */
	color: #00559a;
}

/*** header ***/
#header_1 {
	background:url(images/header_3.jpg) no-repeat;
	width:910px;
	height:175px;
}

/*** Sidebar ***/
#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	color: #66A342;
}
#sidebar h2 {
	margin: 10px 0 0 0px; 
	padding-left:10px;
	height: 35px;
	font-size: 18px;
	color: #444;
	background: url(images/img04.gif) no-repeat right 30%;
	border-bottom: 2px #444 dashed;
}
#sidebar ul {
	list-style: none;
}
/*#sidebar li {
	padding-left:10px;
	line-height: 35px;
	border-bottom: 1px #444 dotted;
} */
#sidebar a {
	display:block;
	text-decoration: none;
	color: #444;
	padding-left:10px;
	line-height: 35px;
	border-bottom: 1px #444 dotted;
}
#sidebar a:hover {
	text-decoration: none;
	color: #444;
	background-color:#efefef;
}
#sidebar a.currentpage {
	font-weight:bold;
}

/*** Content ***/
#content {
	float:left;
	width:660px;
	padding:20px;
}
#content h3 {
	margin:-9px -20px 20px 0px;
	padding:8px 45px;
	background:#F00 url(images/img03.gif) 10px center no-repeat;
	color:#FFF;
	font-size:1.2em;
}
#content h4 {
	color:#F00;
	font-weight:bold;
	margin:14px 0px 7px 0px;
}
#content p {
	font-size:0.9em;
	line-height:1.6em;
	margin-bottom:5px;
	color:#444;
}
#content a {
	text-decoration:underline;
	color:#000;
}
#content a:hover {
	text-decoration:underline;
	color:#FF0000;
}
#content .top {
	clear:left;
	text-align:right;
}
#content ul {
	list-style-position:inside;
	margin-left:8px;
	margin-bottom:8px;
	margin-top:5px;
	color:#444;
}
#content li {
	margin-top:5px;
}

/*** News ***/
.news-entry {
	margin-bottom:25px;
}
.news-entry h4 {
	margin:14px 0px 0px 0px !important;
}
.news-entry h4 a {
	text-decoration:none;
	font-size:1em;
	color:#f00;
}
.news-entry h4 a:hover {
	text-decoration:underline;
}

.news-details {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 3px;
	margin-top:5px;
	margin-bottom:8px;
	font-size: 11px;
	font-style: italic;
	letter-spacing:1px;
	color:#999;
}
.news-intro {
	padding:0px 10px;
	color:#333 !important;
	font-size:0.95em !important;
}
.news-intro p {
	margin-bottom:3px;
	color:#333 !important;
	font-size:0.95em !important;
}
.news-more {
	text-align:right;
	margin-top:8px;
	color:#444;
}
.news-more a {
	color:#444;
}
.news-summary {
	padding-bottom:12px;
}
.news-summary, .news-summary p {
	color:#333 !important;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:3px;
}
.NewsPostDetailReturnLink a {
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.anmeldung-formular {
	width:540px;
}
.anmeldung-formular span {
	display:block;
	margin-bottom:20px;
}
.anmeldung-formular > div {
	height:35px;
}
.anmeldung-formular .fb_invalid {
	background-color:#ff9999;
}
.anmeldung-formular label {
	display:block;
	float:left;
	padding:2px 5px;
	margin-top:5px;
	width:170px;
}
.anmeldung-formular input{
	padding:2px;
	width:200px;
	display:block;
	float:left;
	margin-top:5px;
}
.anmeldung-formular div div {
	height:30px;
	width:120px;
	float:none;
	display:inline;
}
.anmeldung-formular div div input {
	width:20px;
	margin:0px;
	padding:0px;
	float:none;
	display:inline;
}
.anmeldung-formular div div label{
	width:90px;
	margin:0px;
	padding:0px;
	float:none;
	display:inline;
}
.anmeldung-formular input[type=checkbox]{
	width:18px;
	display:inline;
}
.anmeldung-formular input.fbsubmit{
	width:150px;
	clear:left;
}
.captcha {
	clear:left;
	padding-top:20px;
	border-top:1px solid #666;
}
.captcha img {
	float:left;
	margin-right: 15px;
	margin-top:10px;
}
.captcha input {
	display:block;
}
.submit {
	clear:left;
	padding-top:20px;
}
.pagetable {
	border:1px solid #ccc;
	padding:2px;
	width:100%;
	margin-top:15px;
	margin-bottom:30px;
}
.pagetable thead {
	margin-bottom:5px;
}
.pagetable th {
	border-bottom:1px solid #000;
	padding:3px 6px 6px 6px;
	margin-bottom:5px;
	text-align:left;
	text-decoration:none !important;
	background-color:#eee;
	text-align:left;
}
.pagetable th a {
	text-align:left;
	text-decoration:none !important;
}
.pagetable td {
	padding:5px 6px;
}
#footer {
	width:870px;
	height:15px;
	background-color:#FFF;
	/* margin:0px auto; */
	border-top:1px solid #bbb;
	padding:10px 20px 7px 20px;
	color:#666;
	font-size:0.7em;
	clear:left;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}

.img_left {
	float:left;
	margin:2px 8px 4px 0px;
	border:1px solid #666;
	padding:2px;
}
.img_right {
	float:right;
	margin:2px 0px 4px 8px;
	border:1px solid #666;
	padding:2px;
}
li.thumb {
	border: 1px solid #ccc;
	padding:1px;
	margin:0px 15px 35px 0px;
	list-style:none;
	display:block;
	float:left;
	width:96px;
	height:72px;
}
li.thumb img {
	width:96px;
	height:72px;
}
.albumpicturecount {
	margin-bottom:10px;
}
/* End of 'Radvierer Standard' */


