body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align:center;
}
h1 {
	font-size: 28px;
	margin:0;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin:10px 0 0 0;
	color:#000;
}
h1 a {
	text-decoration:none;
	color:#000;
}
h1 a:hover {
	text-decoration:underline;
}
h2 a {
	text-decoration:none;
	color:#000;
}
h2 a:hover {
	text-decoration:underline;
}

#header {
	float:left;
}
#logo {
	text-align: right;
}
#container {
	width:690px;
	margin:auto;
	text-align:left;
}
#content {
	text-align: left;
	float:left;
	width:512px;
}
#contentSingle {
	width:690px;
}
#content p {
	margin:0 0 20px 0;
	/*text-align: justify;*/
}
#sidebar {
	margin-left:20px;
	float:left;
	width:158px;
	font-size:11px;
}
#sidebar p {
	margin:0 0 20px 0;
}
.post {
	clear:both;
}
.newsPictLeft {
	float:left;
	margin:0 20px 20px 0;
	padding:4px;
	/*border:1px solid #d3d3d3;*/
}
.newsPictRight {
	float:right;
	margin:0 0 20px 20px;
	padding:4px;
	/*border:1px solid #d3d3d3;*/
}
.newsItem {
	letter-spacing:0.3pt;
}

#header p {
	margin:0;
	letter-spacing: 1.5pt;
}

ul.menu {
	margin:29px 0 0 0;
	padding:0;
}
ul.menu li {
	display:inline;
	margin: 0;
	font-size: 16px;
}
.page_item a {
	background-color: #fbee31;
	color: #00519e;
	text-decoration:none;
	padding:3px 9px 3px 9px;
}
.page_item a:hover {
	text-decoration:underline;
}
.current_page_item a {
	background-color: #00519e;
	color: #fff;
	text-decoration:none;
	padding:3px;
}
.current_page_item a:hover {
	text-decoration:underline;
}
.postinfo {
	color:gray;
	font-size:10px;
	margin-bottom:14px;
}
.postinfo a {
	color:gray;
}
.intro {
	/*background-color:#fefce0;*/ /*#eaf5ff;*/
	/*height:175px;*/
}

#s {
	width:82px;
}
#comment {
	width:690px;
}

table,tr,td {
	padding:0;
	margin:0;
}

DIV.calendar-sheet {
 clear:left;
 position:relative;
 width:46px;
 height:47px;
 margin-top:5px;
 float:left;
 text-align:center;
 background-color:#fefce0;
 /*background-image:url(/WGAPublisher/dv4/file/all/bg_calendar_sheet.gif);*/
}
.cs-d {
 position:absolute;
 width:32px;
 top:11px;
 left:0;
 font-size:1.2em;
 color:#222;
 font-weight:bold;
}
.cs-m {
	position:absolute;
	width:33px;
	top:0;
	left:0;
	font-size:0.8em;
	color:#444;
}
.cs-y {
	position:absolute;
	width:33px;
	bottom:3px;
	left:0;
	font-size:0.8em;
	color:#888;
}
DIV.calendar-text {
	width:454px;
	text-align:left;
	margin-left:50px;
	margin-top:10px;
}
.gelb {
	background-color:#fbee31; /* 00519e */
}
.lightyellow {
	background-color:#fefce0;
}
.blau {
	background-color:#00519e;
}
.navigation, .navigation a {
	background-color:#fefce0;
	color:gray;
}
alignleft {
	text-align:left;
}
alignright {
	text-align:right;
}