body {
		width: 950px;
		margin: 20px auto 20px auto;
		background: #333333;
		color: #333;
		font-size: 12px;
		font-family: verdana, arial, sans-serif;
}

.clear-both {
		clear:	both;
}

.hidden {
		display: none;
}


#header {
		height: 100px;
		width: 950px;
		background: url(header.jpg) no-repeat left center;
}

#header h1 {
		float: left;
		margin: 10px 0 0 10px;
}

.hidden {
	display: none;
}


#maincontainer {
		background: url(global-bg.jpg) left center repeat-y;
		float:left;
		border: 1px solid black;
		width: 950px;
}

#content-left {
		width: 190px;
		float: left;
		margin: 0;
		padding: 0;
}				


#mainbody   {
		width: 755px;
		float: left;
}	

#mainbody  div.innerwrap {
		padding: 5px 5px 5px 5px;
		height: 500px;
		overflow: auto;
 }
 
#topnavigation {
		height: 30px;
		background: url(topnav-bg.jpg) left center repeat-y;
		margin: 0;
		padding: 0;
} 

ul.flaggen, ul.flaggen li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}

ul.flaggen {
	margin-left: 190px;
}

* html ul.flaggen {
	margin-left: 90px;
}

ul.flaggen li {
	text-indent: 25px;
}


ul.flaggen li img {
	border: none;
	margin-top: 5px;
	padding-top: 3px;
}

ul.flaggen li a:link, ul.flaggen li a:visited {
	color: white;
	text-decoration: none;
	line-height: 13px;
}

div.suche, form.searchform {
	float: right;
	margin-right: 95px;
	font-size: 10px;
}


* html div.suche, * html form.searchform {
	margin-right: 46px;
}
input.searchform {
	float: left;
}

input.suchform-submit {
	border: none;
	margin-top: 5px;
	height: 15px;
	width: 15px;
}


/* Main Navigation */

#content-left div.innerwrap ul,
#content-left div.innerwrap ul li {			
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#content-left div.innerwrap ul li {
	margin-left: 10px;
	border-top: 1px solid white;
	line-height: 20px;
	vertical-align: middle;
}
#content-left div.innerwrap ul li.menu-home {
	border-bottom: 1px solid white;
}
a.menu_default:link, a.menu_default:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 12px;
	background: url(dot-blau.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu_current:link, a.menu_current:visited, a.menu_default:hover, a.menu_current:hover  {
	display: block;
	color: White;
	text-decoration: none;
	text-indent: 12px;
	background: url(dot-gelb.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
	text-transform: none;
	font-weight: bold;
}

a.menu-home:link, a.menu-home:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 20px;
	background: url(home.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}


/* News */

td.post_date {
	display: none;
}

/* Bottom Navigation */
ul.bottomnav, li.bottomnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bottomnav { 
	margin: 50px 0 0 200px;
}

li.bottomnav img {
	border	:none;
}

li.bottomnav {
	width: 150px;
	float: left;
}

li.bottomnav a:link, li.bottomnav a:visited {
	color: #797979;
}

#footer {
	float: left;
	height: 22px;
	margin-top: 10px;
    margin-left: 210px;
}




/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

