/* Layout Styles */

html {
	height: 100%;
        margin-bottom: 0.01em;
        overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	background-color: #F0F2F4;
	font-size: 100.01%;
	height: 100%;
	margin-bottom:0.01em;
}


#page {
	font-family:Arial,Helvetica,sans-serif;
	min-height:100%;
	position:relative;
}

#header {
	background-image: url('header-bg.png');
	background-repeat: repeat-x;
	height: 169px;
	text-align: center;
}

	#header img {
		
	}

#main {
	background: url('main-bg.png') repeat-y;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	position: relative;
	width: 970px;
}

#main #navi {
	float: left;
	font-size: 0.9em;
	width: 140px;
	padding-right: 5px;
	position: relative;
	top: -10px; 
}
	
	#main #navi ul {
		list-style: none;
	}
		
		* html #main #navi ul li {
			padding: 0;
			margin: 0;
		}
	
	#main #navi a, #main #navi a:visited {
		border-bottom: 1px solid #900;
		color: #900;
		display: block;
		font-variant: small-caps;
		padding: 5px;
		text-decoration: none;	
	}
		* html #main #navi a, * html #main #navi a:visited {
			border: 0;
			display: inline;
		}

	#main #navi a:hover, #main #navi a.menu_current {
		background-color: #900;
		color: #FFF;
		display: block;	
	}

		* html #main #navi a:hover, *html #main #navi a.menu_current {
			display: inline;
			color: #900;
			font-weight: bold;
			background-color: transparent;
		}


#main #navi #suchformular {
	padding: 10px;
}

#main #content {
	color: #345;
	font-size: 0.9em;
	margin-left: 150px;
}

#main #content .twocolumnblock {
	
}

#main #content .twocolumnblock .leftblock, #main #content .twocolumnblock .rightblock {
	float: left;
	width: 46%;
	margin-right: 2%;
}

#topshadow, #bottomshadow {
	height: 10px;
	margin: 0 auto;
	width: 990px;
}

#topshadow {
	background: url('content-shadow-top.png') no-repeat;
}

	* html #topshadow {
		position: relative;
		top:10px;
	}

#bottomshadow {
	background: url('content-shadow-bottom.png') no-repeat;
	clear: both;
	margin-bottom: 40px;
}

#bottomspacer {
	height: 40px;
}

#footer {
	background: url('footer-bg.png') repeat-x;
	clear: both;
	color: #A6B8C5;
	font-size: 0.7em;
	height: 40px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}


/* Standard Elemente Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h1 {
	color: #900;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	color: #2F384A;
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

ul {
	list-style: square inside;
	margin-bottom: 1em;
}

li {
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	margin: 1em 1em 1em 0;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	width: 1px;
}

strong {
	font-weight: bold;
}
