


* {margin: 0; padding: 0;}

img {border: 0}

p {margin-top: 15px; margin-bottom: 15px;}

.hide_text {

float: right;
	width: 380px;
	padding: 140px 35px 50px 30px;

font-family: Georgia,Times, serif;
	font-size: 11px;
	font-weight: bold;




}

body {
	background: #ebeacc url(../images/body.png) no-repeat center top;
	font-family: Georgia,Times, serif;
	color: #41545e;
} 



#header {
	width: 740px;
	height: 335px;
	margin: auto;
	position: relative;
	border: 0px solid red;
}

#header img {float: right;}

#header_nav {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

#navcontainer {
	margin: 210px auto 0;
	height: 30px;
	width: 550px;
}

#navcontainer ul
{	
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 0.7em;
color:#56788a ;
text-decoration: none;
float: left;
border-right: 0px solid #fff;
}

#navcontainer ul li a:hover
{
color: #ffffff;
}


#navcontainer ul li #current  
{color: #41545e;
}








#content_wrap {
	background: url(../images/content_tile.png) repeat-y center;
	margin: 35px auto 0;
	overflow: hidden;

}


#content_wrap_sidebars {
	margin: auto;
	width: 720px;
}

#content_left {
	float: left;
	width: 427px;
	padding: 20px 20px 20px 20px;
		font-size: 11px;
}

#content_right {
	float: right;
	width: 175px;
	padding: 20px;
	font-size: 11px;
	
}
.header {
color:#800000; }

	div#kalender {
		text-align: center;
	}

	div#kalender table thead th{ 
		font-weight: bold; 
		font-size: 12px; 
		color:#41545e ; 
		text-align: center;
		background-color: #ebeacc;
	}
	
	div#kalender table thead th.weekday{ 
		font-weight: bold; 
		font-size: 11px; 
		color:#41545e  ; 
		text-align: center;
		background-color:#ebeacc ;
		border: solid #41545e  1px;
	}
  	
	div#kalender table tbody td{ 
		font-weight: normal; 
		font-size: 11px;
		padding-left: 5px; 
		padding-right: 5px; 
		color: #ffffff; 
		text-align: right;
		border: solid #41545e  1px;
	}
	
	div#kalender table tbody td.saturday{ 
		color: #336666;
		font-weight: normal;
	}
	
	div#kalender table tbody td.sunday{ 
		color: #336666;
		font-weight: bold;
	}
	
	div#kalender table tbody td.weekend{ 
		color: #336666;
	}
	
	div#kalender table tbody td.today{
		background-color: #e8e2bd;
	}
	
	div#kalender table tbody td.last_month, div#kalender table tbody td.next_month {
		color: 	#a3afc4;
	}
	
	div#kalender table{
		border-collapse: collapse;
		border: solid #41545e 2px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		background-color: #CCCC99;
	}



#footer {
	clear: both;
	height: 80px;
	background-image: url(../images/footer.jpg);
	background-position: center top;
	text-align: center;
}

a:link { text-decoration:none; font-weight:bold; color:#41545e; }
a:visited { text-decoration:none; font-weight:bold; color:#41545e; }
a:hover { text-decoration:none; font-weight:bold; color:#000000; }
a:active { text-decoration:none; font-weight:bold; color:#41545e; }





