
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-color: #600500;
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma, Verdana, san-serif;
        letter-spacing: 0.12em;
	color: #FFF7BC;
}

h1, h3 {
	margin-top: 1px;
	line-height: 120%;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;

}

h2 {
	font-size: 1.8em;
	margin-top: 15px;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.0em;
	line-height: 140%;
}

a {
	color: #fdca0f;
}

a:hover {
	text-decoration: none;
	color: #FDCA0F;
}

a img {
	border: none;
}

/* Header */

#header {
	background-image: url(images/head.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 1024px;
	height: 237px;
	margin: 0 0;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	background-image: url(images/logo.jpg);
	float: left;
        width:297px;
        height:188px;
        margin-top:250px;
        margin-left:20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
        
}

#menu ul {
	margin: 0px;
	padding: 207px 90px 0px 0px;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
	margin: 0px 10px 0px 1px;
        color: #FFF7BC;
}

#menu a {
	display: inline;
	width: auto;
	height: 29px;
	padding: 12px 10px 0px 10px;
        color: #FFF7BC;

	
}

#menu p {
	display: inline;
	width: auto;
	height: 29px;
	padding: 12px 10px 0px 10px;


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


}

#menu .active {
	background: #6E1914  no-repeat 0px 0px;
	height: 17px;
        color: #FFD729;
	
}

#menu .active a {
	background: #6E1914 url(images/img02.gif) no-repeat 0px 0px;
        color: #FFD729;
}

/* Page */

#page {
	width: 550px;
	margin: 0px 0px 0px 330px;
	padding: 0px 50px;
}

/* Content */




#content_wrapper{
 width:100%;
}
#content{
		padding: 36px 40px 20px 0px;
		
		float: left;	
	
       line-height: 2em;
}

#sidebar {
	float: left;
width: 200px;

}

#wrap{
	
	width: 100%;
}
#kalender .label{

  padding:20px 15px 0 0;
  font-weight:bold;}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c49090;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar 

#sidebar {
	float: left;
	width: 300px;
	background: url(images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 20px;
}

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

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
*/
/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 1024px;
	height: 92px;
	margin: 0px 0px;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

.clear {
	height: 0.1px;
	overflow: hidden;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0px;
	height: 0;
	left: -1000px;
	position: absolute;
	overflow:hidden;
	display: inline;
}



.mod_minicalendar
{
	margin:0px 5px 20px 5px;
	padding:5px 5px 10px 5px;

}

.mod_minicalendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_minicalendar td
{
	width:10%;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color: #5e110b;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar td, .mod_minicalendar .active a
{
	font-size:10px;
}

.mod_minicalendar .weekend
{
	background-color:#5e110b;
}

.mod_minicalendar .today
{
	background-color:#600500;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#600500;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:10px;
	color:#ffffff;
}

.mod_minicalendar .head
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar .current
{
	background-color:#5e110b;
}

.mod_eventlist
{
	width: 300px;
	margin-right:6px;
}

.mod_eventlist .header
{
	padding:3px 6px 4px 6px;
	background-color:#5e110b;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-weight:bold;
}

.mod_eventlist .header.first
{
	border-top:1px solid #4a5e7e;
	
}

.mod_eventlist .event
{
	padding:10px 6px 12px 6px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_eventlist .time
{
	margin-top:-6px;
	margin-bottom:6px;
	font-weight:normal;
	color:#4a5e7e;
}
