﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
h1 {
	margin:0px 0px 0px 20px;
	font-size:36px;
}
h2 {
	margin:0px 0px 0px 20px;
	font-size:26px;	
}
a {
	color:#444;
}
hr {
	margin:8px auto;
}
img {
	border:none;
}
/*img:hover {
	cursor:pointer;
}*/
div {
	text-align:center;
}
ul {
	list-style:none;
}
body {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background:#555 url(../img/background.png);
	width:1000px;
	margin:0 auto;
}
.clearer {
	background:url(../img/blackdot.png) bottom repeat-x;
}
.spacer {
	background:url(../img/blackdot.png) bottom repeat-x;
	width:10px;
}


/*Hauptteil*/
#main {
	text-align:center;
	border-collapse:collapse;
}
/*table tr td {
	border:solid red;
}*/
#left {
	width:10px;
	background:url(../img/shadow_left.png) repeat-y;
}
#right {
	width:10px;
	background:url(../img/shadow_right.png) repeat-y;
}


/*Kopfleiste*/
#title{
	width:980px;
	height:40px;
	font-size:29px;
	color:yellow;
	background:url(../img/title.png) repeat-x;
}
#adventskranz {
	width:60px;
	height:40px;
	position:absolute;
	margin:-3px 0 0 50px;
}
#header {
	height:200px;
	background:url(../img/header_xmas.png);
	//background:url(../img/header_silvester.png);
	background:url(../img/header.png);	//wenn header_rund.png
}
#logo a {
	width:360px;
	height:160px;
	background:url(../img/logo.png);
	position:relative;
	top:15px;				//dann top:10px;
	right:10px;
	float:right;
}
#logo a:hover {
	background-position:bottom;
}
#xmas_logo a {
	width:410px;
	height:200px;
	background:url(../img/xmas_logo.png);
	position:relative;
	top:-12px;				//dann top:-17px;
	right:-40px;
	float:right;
}
#xmas_logo a:hover {
	background-position:bottom;
}


/*Navigation*/
#menu {
	width:980px;
	height:30px;
	border-collapse:collapse;
	font-size:17px;
	font-weight:bold;
	background:white;
}
#menu tr td {
	padding-top:5px;	
}
#nav_active {
	width:130px;
	background:url(../img/nav_active.png) no-repeat;
}
.nav_passiv {
	width:130px;
	background:url(../img/nav_passiv_grau.png) no-repeat;
}
#menu a {
	color:white;
	text-decoration:none;
}
#menu a:hover {
	color:yellow;
}


/*Inhalt*/
#content {
	text-align:left;
	padding:5px;
}
#content fieldset {
	width:761px;
	background:white url(../img/shadow_inset.png) repeat-x;
	min-height:800px;
	padding:5px 0;
	border:2px solid black;
    -moz-border-radius:10px;
	-khtml-border-radius:10px;
}
#content fieldset form select {
	font-size:28px;
	font-weight:bold;
}
#content fieldset blockquote font1{ //nur für Update-Seite
	color:#00F;
	cursor:help;
}
#content fieldset blockquote font2{ //nur für Update-Seite
	color:#F00;
	font-size:28px;
}
.font1 {
	color:#00F;
	cursor:help;
}
.font2 {
	color:#F00;
	font-size:28px;
}
blockquote {
	margin:25px 0 0 10px;
	background: url(../img/bqy.png) no-repeat;
	padding:4px 8px 0px 28px;
}
blockquote a.anchorimg {
	height:100px;
	width:100px;
	float:right;
	margin:10px;
}
blockquote a:hover {
	background-position:center;
}
blockquote a:active {
	background-position:bottom;
}
blockquote .table_title {
	background-color:yellow;
	color:black;
	font-weight:bold;
	height:30px;
}
blockquote tr td {
	padding:2px 0 2px 10px;
}
#zielgruppe tr td {
	padding:0px;
}
#tagesauswahl tr td {
	padding:0px;
}
.wochentage {
	border:1px solid black;
}
.wochentage tr td {
	border:1px solid black;
	text-align:center;
	padding:4px;
}
blockquote #activities {
	text-align:center;
	border: 2px groove yellow;
}
#pfingstbildercountdown {
	text-align:left;
}
blockquote div strong {
	background-color:#DDD;
	border:1px solid black;
	padding:3px;
    -moz-border-radius:4px;
	-khtml-border-radius:4px;
}

/*Rechte Seite*/
#site {
	width:205px;
}
#news_top {
	width:200px;
	height:23px;
	margin-top:5px;
	padding-top:2px;
	font-size:16px;
	font-weight:bold;
	color:white;
	background:url(../img/news_top.png);
}
#news_middle {
	width:180px;
	padding:4px 10px 0px 10px;
	font-size:15px;
	background:url(../img/news_middle.png);
}
#news_middle a {
	text-decoration:none;
	color:black;
}
#news_bottom {
	width:200px;
	height:10px;
	background:url(../img/news_bottom.png);
}
#offer {
	width:200px;
	height:42px;
	padding-top:8px;
	background:url(../img/offer.png) no-repeat;
	color:white;
	font-size:25px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}
#selection {
	width:200px;
}
#selection a {
	width:200px;
	height:27px;
	padding-top:2px;
	padding-left:7px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background: url(../img/selection.png) no-repeat hidden;
	vertical-align:middle;
	float:right;
}
#selection a:hover {
	background: url(../img/selection.png) no-repeat;
}
#selected a {
	background: url(../img/selected.png) no-repeat;
}
#selected a:hover {
	background: url(../img/selected.png) no-repeat;
}


/*Fußleiste*/
#footer {
	height:50px;
	background:url(../img/footer.png) no-repeat;
}
#footer table {
	width:1000px;
	margin-top:-18px;
}
.foot {
	text-align:center;
	width:200px;
	font-weight:bold;
}
