@charset "UTF-8";
/* CSS Document */

body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin: 20px;
	margin-right: 0px;
}
p, li, ul, h1 {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 15px 12px;
}

/* Gerüst */
.row0, .row1, .row2 {
	width: 950px;
}
.row0 {
	padding: 15px 12px;
	font-size: 10px;
	line-height: 100% !important;
}
.row0 .col1 {
	width: 460px !important;
}
.row0 .col2 {
	width: 435px !important;
	text-align: right;
}
.row1 {
	height: 250px;
	background-color: #ECECF1;
	margin-bottom: 25px;
	
}
.col1 {
	width: 185px;
	float: left;
}
.col2 {
	width: 530px; 
	float: left;
	margin: 0px 30px;
	margin-right: 0px;
}
.col3 {
	float: left;
	width: 180px;
	padding-top: 13px;
	margin-left: 25px;
	margin-top: 5px;
}
.row1 .col1 {
	padding: 10px;
	width: 155px;
}
.row1 .col2 {
	padding: 10px;
	width: auto;
	margin-right: 0px;
}

.row2 .col2 {
	padding: 10px;
	width: 510px;
}
#imageContainer {
	width: 720px; 
	height: 220px; 
	overflow: hidden;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:1; left:1;
}

/* Navigation */

.row0 a  {
	color:#333;
	text-decoration: none;
	margin-right: 15px;
}
.row0 .col2 a {
	margin: 0px 2px;
}
.row0 a:hover {
	text-decoration: underline;
}

.row2 .col1 a {
	display: block;
	padding: 3px;
	color:#333;
	line-height: 100%;
	margin: 7px 0px;
	text-decoration: none;
}
.row2 .col1 .active, .row2 .col1  a:hover {
	color: #FFF;
	background-color: #B5A3C1;
}
.row2 .col1 div {
	border: 1px solid #461964;
	border-width: 1px 0px;
	padding: 10px 0px;
	padding-left: 15px;
}
.row2 .col1 div .active {
	background-color: #461964;
}

/* Auszeichnungen */

.row1 span {
	display: block;
	font-size: 9px;
	height: 10px;
	margin-top: 3px;
	line-height: 130%;
}
a {
	text-decoration: underline;
	color: #461964
}
h1, h2, .top_head {
	color: #461964;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
}
.col3 h1, .col3 h2, .top_head {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px;
}
.top_head {
	background-color: #FFF;
	display: block;
	position: absolute;
	margin-top: -13px;
	line-height: 150%;
	padding-right: 3px;
}
.line {
	border-bottom: 1px solid #461964;
	width: 180px;
	position: absolute;
	padding-top: 4px;
}
.col2 .line {
	width: 510px;
}
.addthis_toolbox, .rel {
	position: relative;
	padding-top: 15px;
}
.breadcrumb {
	font-size: 11px;
	border-bottom: 1px solid #999;
	color:#666;
	margin-bottom: 15px;
	margin-top: -5px;
}
.download {
	background-image:url(images/icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.more {
	font-size: 10px;
	text-decoration: none;
}
.no_ul {
	text-decoration: none;
}

/* FORMULAR */
 
input, select {
	width: 320px;
	padding: 3px;
	border: 1px solid #B5A3C1;
	background-color:#F8F8F8;
	color: #461964;
}
td {
	font-size: 11px;
	padding: 5px 15px 5px 0px;
}
select {
	width: 150px;
}
.button {
	width: 200px;
	background-color: #461964;
	color:#FFF;
	font-weight: bold; 
}
.err {
	font-size: 13px;
	font-weight: bold;
	color: #461964;
}
.sitemap a { 
	display: block;
	margin-top: 15px;
}
.sitemap .sub2 {
	margin-left: 20px; 
	margin-top: 3px;
}
