* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	height: 100%;
}

form {
}

form br {
}

input, textarea {
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

a {
	border-bottom: 1px dotted #C9960E;
	text-decoration: none;
	color: #a50100;
}

a:hover {
	border: none;
	color: #B8D03B;
}

/* Header */

#header {
	width: 994px;
	height: 298px;
	margin: 0 auto;
	background-image: url(../images/Kopfoto-02-2010.jpg);
	background-repeat: no-repeat;
}

menu {
	float: right;
	height: 40px;
	background: url(images/img03.gif) no-repeat right top;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 18px 0 40px;
	background: url(images/img04.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
	color: #C9960E;
}

/* Page */

#page {
	width: 992px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	min-height: 100%;
	background-image: url(../images/pagebg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Content */

#content {
	float: left;
	width: 499px;
	padding: 15px 10px 0 10px;
	margin: 0 0 0 0px;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}

.post {
	padding-top: 0px;
}

.post .title {
	margin: 0;
	color: #a50100;
}

.post .title a {
	border: none;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .entry {
	padding: 20px 0;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #EDEDCD;
	font-size: 11px;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #EDEDCD;
	font-size: smaller;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
}

.splitter {
	height: 18px;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/splitbg.jpg);
	background-repeat: repeat-x;
	padding: 2px 0 0 5px;
	border: 1px solid #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
}

.sidebar li ul {
	padding: 15px 20px;
}

.sidebar li li {
	padding: 5px 0;
}

.sidebar h2 {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
	letter-spacing: -1px;
	color: #666666;
}

/* Sidebar1 */

#sidebar1 {
	width: 205px;
}

#sidebar1 h2 {
	height: 40px;
	padding: 10px 0 0 30px;
}

/* Sidebar2 */

#sidebar2 {
	width: 250px;
	padding: 0;
	margin-left: 5px;
	background-color: #F7F7F7;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	width: 992px;
	height: 40px;
	margin: 0 auto;
	background-image:url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer p {
	margin: 0;
	padding: 15px 20px;
	font-size: 12px;
}

#footer .legal {
	float: left;
	height: 40px;
}

#footer .credit {
	float: right;
	height: 40px;
}

/* content boxes */

#box1 {
	position: relative;
	width: 188px;
	margin: 0;
	padding: 10px;
}
	#box1-header {
		margin: 0;
		padding: 10px 0 0 40px;
		background-image: url(../images/box-header-grey.jpg);
		background-repeat: no-repeat;
		height: 30px;
		font-variant:small-caps;
		font-weight: bold;
	}
	#box1-content {
		margin: 0;
		padding: 0 10px;
		background-image: url(../images/box-middle.jpg);
		background-repeat: repeat-y;
	}
		#box1-content a {
			color: #666666;
			border: none;
		}
		#box1-content a:hover {
			background-color: #B8D03B;
		}



	#box1-footer {
		margin: 0;
		padding: 0;
		background-image: url(../images/box-footer.jpg);
		background-repeat: no-repeat;
		height: 15px;
	}

	#box2-header {
		margin: 0;
		padding: 10px 0 0 40px;
		background-image: url(../images/box-header-blue.jpg);
		background-repeat: no-repeat;
		height: 30px;
		font-variant:small-caps;
		font-weight: bold;
	}
	
	
/* calendar */

#agenda {
	margin: 0;
	padding: 10px 0 0 0px;
}

	#agenda_navigation a {
		border: none;
	}
	#agenda_navigation a:hover {
		background-color: #B8D03B;
	}

	#agenda_loading {
		position: absolute;
		margin: 20px 0 0 20px;
		height: 16px;
		width: 16px;
		visibility: hidden;	
	}
	#agenda_today {
		margin-left: 10px;
	}


.minical {
	overflow:hidden;
	margin-left: 20px;
}

.week {
	width: 30px;
	text-align: right;
}

.weekend {
	width: 30px;
	text-align: right;
	background-color: #FFF2F2;
}

.today {
	width: 30px;
	text-align: right;
	color: #0000FF;
	
}

/* news */
.news {
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#news_container {
}
	#news_image {
		float:left;
		margin: 0 5px; 5px 0;
		padding: 0;
	}
	#news_text {
		vertical-align: text-top;
		margin: 0;
		padding: 0;
	}
		#news_text p {
			margin-top: 0;
			margin-bottom: 10px;
		}
	#news_clear {
		clear: both;
	}
	

/* slideshow */

#slide-show {
	background-image: url(../images/slideshowbg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 15px 5px 0px 5px;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:220px;
    height:165px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
	left: 0;
	top: 0;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
	max-width: 220px;
	max-height: 165px;
}

#slide-images div {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Courier New, Courier, monospace, sans-serif;
	font-size: 10px;
}

#slide-images p {
	margin: 0;
	color: #000;
	float: right;
}

#slide-images p span {
	display: inline;
	float: right;
	padding: 0 .5em;
	background-color: #CCCCCC;
	background:: transparent;
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

/* iconen + links */

#elinks {
	margin-top: 10px;
	padding: 10px;
}

	#elinks a {
		border: none;
	}
