* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	padding-bottom: 1px;
}
a 					{	text-decoration: none; }
p.bodytext 	{ padding-bottom: 12px; }
img 				{	border: none; }

body {
	background: url(../img/background.gif) repeat fixed;
	width: 950px;
	margin: 0 auto;
}
#container {
	position:absolute;
	width: 910px;
	border: 10px solid white;
	height: 727px;
	margin: 10px auto 0px auto;
	background: #fff;
	/**/
}
#sub-menu{
	z-index: 50;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 137px;
	height: 154px;
}
#language {
	position:absolute;
	top:20px;
	left: 20px;
}
#website {
	position:absolute;
	top:80px;
	left: 20px;
}
#counter-bg{
	z-index: 60;
	position: absolute;
	top: 180px;
	right: 20px;
	width: 137px;
	height: 90px;
}
#counter{
	z-index: 70;
	position: absolute;
	top: 20px;
	right: 24px;
}
#top-navi {
}
#content {	
	position: static;
	/*border: 1px solid black;*/
	height: 689px;
	padding: 0;
	margin: 0;
	background: url(../img/portal-bg-o.jpg) no-repeat center;
}
#mainContent{
	position: relative;
	/*border: 1px solid black;*/
	height: 270px;
	width: 367px;
	left: 270px;
	top: 170px;
}
#newsContent{
	position: absolute;
	/*border: 1px solid black;*/
	background: url(../img/news.jpg) no-repeat;
	padding: 20px;
	padding-top: 17px;
	height: 324px;
	width: 213px;
	right: 0px;
	top: 187px;
}
#pictures{
	z-index: 20;
	position: absolute;
	width: 415px;
	height: 256px;
	/*border: 1px solid black;*/
	left: 255px;
	top: 550px;
}
#kalender{
	z-index: 10;
	position: absolute;
	/*background: green;
	border: 1px solid black;*/
	width: 215px;
	height: 150px;
	right: 20px;
	bottom: 20px;
}
/**/h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #336699;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16pt;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 15pt;
	margin: 0.8em 0 0.2em 0;
}
h2.solo {
	margin-bottom: 1em;
}
h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 14pt;
	color: #989898;
	margin-top: 20px;
}
h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12pt;
}
p {	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 10pt;
}
p.bodytext {
	margin: 10px 0; 
}
#mainContent ul {
	margin: 10px 25px;
}
#mainContent li {
	padding: 3px 0;
}
.news-latest-container{
	/*background: url(../img/news.jpg) no-repeat;
	border: none;
	width: 213px;
	height: 324px;
	padding: 20px;
	padding-top: 15px;*/
}
.news-latest-container h2 {
	display:none;
}
.news-latest-date{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 9pt;
	text-align: right;
	width: 100%;
	display:block;
}
.news-latest-item h3 {	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12pt;
	text-transform: none;
	margin-top: 5px;
	}
.news-latest-gotoarchive {
	display: none;
}
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{ clear:right; height:1px; border: solid 1px #580b01; }
.news-latest-container HR.clearer {
	clear:left;
}
.news-latest-item IMG {
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:5px;
	border:solid 1px #fff;
	float:left;
}
.news-latest-item p {
	margin-top: 5px;
	margin-bottom: 2px;
}

p.nothingToShow { margin-top: 30px; }