@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

table {
	font-size:10pt;
}

table td {
	vertical-align:top;
}

table p {
	margin:0px;
}

img {
	border:none;
}

h1 {
	margin:0px 0px 5px 0px;
	font-size:2em;
}

h2 {
	margin:0px 0px 5px 0px;
	font-size:1.5em;
}

h3 {
	margin:0px 0px 5px 0px;
	font-size:1.2em;
}

p {
	margin:0px 0px 5px 0px;
}

#container {
	position:relative;
	
	width:918px;
	
	margin:0px;
	padding:0px;
	
	text-align:left;
}

#header {
	width:903px;
	height:98px;
	
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

*html #header {
	width:903px;
}

#bild {
	width:240px;
	height:590px;
	
	margin:0px;
	padding:0px;
	
	border:3px solid #106023;
	border-left:none;
	border-right:none;

	float:left;
	
	overflow:hidden;
}

*html #bild {
	width:240px;
	height:596px;
}

.text_links {
	padding:10px;
}

#navigation {
	position:relative;

	width:160px;
	height:596px;
	
	background-color:#106023;
	
	float:left;
}

*html #navigation {
	
}

#rand_oben {
	position:absolute;
	top:-5px;
	left:0px;

	width:160px;
	height:5px;
	
	background-image:url(../images/rand_oben.jpg);
	background-repeat:no-repeat;
}

#menu {
	margin:20px 0px 0px 0px;
	padding:0px;
	
	color:#ffffff;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#menu .active {
	font-weight:bold;
}

#menu ul {
	list-style-type:square;
	
	margin:0px;
	padding:0px 0px 0px 40px;
}

#menu li {
	margin:5px 0px;
}

#menu ul ul {
	padding:0px 0px 0px 10px;
}

#logo {
	position:absolute;
	bottom:20px;
	left:50%;

	width:106px;
	height:93px;
	
	margin:0px 0px 0px -53px;
	
	background-image:url(../images/logo2.jpg);
	background-repeat:no-repeat;
}

#rand_unten {
	position:absolute;
	bottom:-15px;
	left:0px;
	
	width:160px;
	height:15px;
	
	background-image:url(../images/rand_unten2.jpg);
	background-repeat:no-repeat;
	
	z-index:50;
}

*html #rand_unten {
	bottom:-26px;
}

#rand_unten2 {
	position:absolute;
	left:240px;
	top:0px;
	
	width:160px;
	height:15px;

	background-image:url(../images/rand_unten2.jpg);
	background-repeat:no-repeat;
}

#inhalt {
	width:500px;
	height:590px;

	color:#333333;
	
	border:3px solid #106023;
	border-left:none;
	
	float:left;
	
	overflow:auto;
}

*html #inhalt {
	height:596px;
	width:503px;
}

#inhalt a {
	color:#106023;
	text-decoration:none;
}

#inhalt a:hover {
	text-decoration:underline;
}

#inhalts_bild {
	height:200px;
	
	margin:0px;
	padding:0px;	
	
	border-bottom:3px solid #106023;
	
	overflow:hidden;
}

#content {
	/*height:477px;*/

	padding:10px 30px 10px 20px;
	
	/*overflow:auto;*/
}

*html #content {
	height:500px;
}

#corner_right_top {
	width:15px;
	height:15px;
	
	background-image:url(../images/corner_right_top.jpg);
	background-repeat:no-repeat;

	float:left;	
}

#border_right {
	position:relative;
	width:15px;
	height:691px;
	
	background-image:url(../images/border_right.jpg);
	background-repeat:repeat-y;
	
	float:left;
}

*html #border_right {
	top:-1px;
}

#border_bottom {
	position:relative;
	width:903px;
	height:15px;

	background-image:url(../images/border_bottom.jpg);
	background-repeat:repeat-x;
	
	clear:left;
}

*html #border_bottom {
	top:-1px;
}

#corner_right_bottom {
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	
	background-image:url(../images/corner_right_bottom.png);
	background-repeat:no-repeat;
}
