/* Start of CMSMS style sheet 'startseite_2009' */
a:link {color: #555; text-decoration: underline;}
a:visited {color: #555; text-decoration: underline;}
a:hover {color: #9B8E51; text-decoration: none;}

div#content {
	position: absolute;
	left: 150px;
	top: 70px;
	width: 650px;
	height: 540px;
	padding-right: 10px;
	overflow: auto;
}



div#infowindow {
z-index: 2050;
	width: 400px;
	display: box;
	margin-left: 65px;
}

div#logo {
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 149px;
	height: 42px;
	z-index: 20;
}

div#printlogo {
	z-index: -10;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#nav {
	position: absolute;
	top: 70px;
	left: -100px;
	width: 150px;
	z-index: 100;
}

div#nav a.level1 {
	display: block;
	text-align: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 10px;
	margin-bottom: 5px;
	text-decoration: none; color: #000000; background: #C0C0C0;
}

div#nav a.level1active {
	display: block; text-align: left;
	font: bold 11px Arial, Helvetica, sans-serif; 
	padding: 8px 0px 8px 10px;
	margin-bottom: 5px;
	text-decoration: none; color: #000000; background: #EBDEA1;
}

div#nav a.level2 {
	display: block;
	width: 120px;
	margin-left: 20px;
	text-align: left;
	font: bold 9px Arial, Helvetica, sans-serif; 
	padding: 3px 0px 3px 10px;
	margin-bottom: 5px;
	text-decoration: none; color: #000000; background: #C0C0C0;
}

div#nav a.level2active {
	display: block; text-align: left;
	width: 120px;
	margin-left: 20px;
	font: bold 9px Arial, Helvetica, sans-serif; 
	padding: 5px 0px 5px 10px;
	margin-bottom: 5px;
	text-decoration: none; color: #000000; background: #EBDEA1;
}

div#nav a.level3 {
	display: block;
	width: 100px;
	margin-left: 40px;
	text-align: left;
	font: bold 9px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin-bottom: 5px;
	text-decoration: none; color: #000000; background: #C0C0C0;
}

div#nav a.level3active {
	display: block; text-align: left;
	width: 100px;
	margin-left: 40px;
	font: bold 9px Arial, Helvetica, sans-serif; 
	padding: 5px 0px 5px 10px;
	margin-bottom: 5px;
	text-decoration: none; color: #000000; background: #EBDEA1;
}

div#nav a.spez:hover {
	border-left: 5px solid #555;
	padding-left: 5px;
	color: #000000;
}

div#nav a:hover {
	border-left: 5px solid #555;
	padding-left: 5px;
	color: #000000;
}

div#nav a.level1active:hover {
	border-left: none;
	padding-left: 10px;
	color: #000000;
}

div#nav a.level2active:hover {
	border-left: none;
	padding-left: 10px;
	color: #000000;
}

div#nav a.level3active:hover {
	border-left: none;
	padding-left: 10px;
	color: #000000;
}

div#container {
	background: #F8F6CD;
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	border: 3px dotted black;
}

div#set_of_links {
	position: relative;
	padding: 0px;
	border: none;
}

div#set_of_links a {
	display: inline;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: maroon;
}

div#set_of_links a:hover {
}

div#set_of_links a span {
	display: none;
}

div#set_of_links a span img {
	float: left;
	margin: 0px 10px 5px 0px;
}

div#set_of_links a:hover span {
	display: inline;
	position: absolute;
	top: 0px;
	left: 222px;
	color: black;
	padding: 0px 15px 5px 0;
}

div#set_of_links a:hover span span {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 85%;
	color: #999;
}

body {
	background: #DEDEDE;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p, table {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: normal;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

hr {
	margin-right: 50%;
	margin-top: 25px;
	margin-bottom: 25px;
}

input, textarea {
	background: #EBDEA1;
}

ul {
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	list-style: disc outside;
}

li {
	margin-bottom: 5px;
}

.small {
	font-size: 85%;
}

.title {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0px;
}

.subtitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

.near {
	margin-top: -10px;
}

h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
}

h4 {
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

/* End of 'startseite_2009' */

