@CHARSET "ISO-8859-1";

html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}

#websiteBody {
	width: 873px;
	position: relative;
	min-height:100%;
}

#header {
	width: 100%;
	height: 83px;
}

#navigation {
	width: 100%;
	height: 25px;
}

#homepageImage {
	width: 100%;
	height: 207px;
}

#content {
	position: relative;
	height: auto;
	width: 100%;
}

#rightContentSpacer {
	padding-top: 24px;
	min-height: 100%;
	padding-bottom: 16px;
	float: right;
	width: 273px;
}

#link_rectangle {
	width: 175px;
	height: 58px;
	cursor: hand;
	left: 8px;
	top: 8px;
	position: relative;
}

#leftContent {
	position: relative;
	min-height: 100%;
	float: left;
	padding-left: 25px;
	width: 545px;
}

#rightContent {
	float: right;
	min-height: 100%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
	padding-left: 16px;
	padding-right: 3px;
	width: 250px;  // 610+250 != 873
}

#clearFloat {
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	height: 73px;
	position: relative;
	bottom:0px;
}

#footer_content {
	padding-right: 10px;
	padding-top: 55px;
}

#rightContent h1 {
	margin: 0px;
}

#rightContent h2{
	margin: 0px;
}

#newsList{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*  for the navi */
ul.menu, ul.menu ul {
    list-style-type: none;
    margin: 0px;
} 
ul.menu a {
    display: block;
    padding: 0px;
}
ul.menu ul a {
    padding: 0 10px;
}
li.top_nav_item {
    padding:0;
    margin:0;
    float:left;
    min-width:130px;
    border-right-color: black;
    border-right-style: solid;
    border-right-width: 2px;
    height: 12px;
    margin-top:6px;
}
.last_nav_item {
	border-right-width: 0px !important;
	padding:0;
    margin:0;
    float:left;
    min-width:130px;
    height: 12px;
    margin-top:6px;
}
ul.menu ul {
    margin-left:0;
    padding: 0px;
    position: absolute;
    display:none;
}
div.nav_item {
	height: 25px;
	margin-top: -6px;
}
div.nav_item_hover{
	height: 25px;
	margin-top: -6px;
	width: 130px;
}
ul.menu div a {
	padding-top: 3px;
	height: 17px;
}
/* IE-Hack für die Breite */
*html ul.menu ul {
	min-width:130px;
}
/* subnavigation */
ul.menu ul {
	padding-bottom: 30px;
}
ul.menu ul li {
    float:none;
    min-width: 130px;
}
div.subnav_container {
	margin-top:0px;
}

.bodytext {
	margin-top: 16px;
	margin-bottom: 16px;	
}

/* NEWS */
.news-list-item {
	
	}
.news-list-date {
	
	}
	
/* Gallery */
