/******************************
HTML Elements
******************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	height: 100%;
	text-align: center;
	/*background:url(/img/system/bg.gif);*/
	overflow:auto;
	overflow: -moz-scrollbars-vertical;
}
a {
	color: #723692;
	text-decoration: none;
}
a:hover {
}
ol, ul {
	margin: 10px 20px;
	padding: 0 20px;
}
ol ul, ul ul {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 15px;
}
h4 {
	color: #723692;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
}
hr {
	border-top: 1px dotted #8f8f8f;
	background-color: #fff;
	color: #fff;
	margin: 4px 0;
}
html>body hr {
	margin: 12px 0;
}
#col1, #col3 {
	display: none;
}
/******************************
Layout
******************************/
#content {
	width: 740px;
	min-height: 100%;
	height: 100%;
	margin: 0 0 0 80px;
	text-align: left;
	padding: 0;
	background: none;
}
html>body #content {
	height: auto;
}
#header, #homepage #header {
	height: 170px;
	/*background: url(/img/system/keyvisual.gif) no-repeat left top;*/
	overflow: hidden;
}
#wrapper {
	overflow: visible;
}
#col2 {
	float: none;
	padding-top: 31px;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #fff;
	padding-left: 30px;
display: block;
}
#footer {
	clear: both;
	padding: 8px 30px;
	/*background-color: #e6e6e6;*/
	color: #723692;
	position: absolute;
	width: 696px;
}
#footer span {
	display: block;
	width: 314px;
	float: left;
}
#footer a {
	display: none;
}
/******************************
Navigation
******************************/
ul#nav {
	display: none;
}

/******************************
Meta-Navigation
******************************/
ul.meta-nav {
	display: none;
}


#logo {
	position: absolute;
	z-index: 2;
}
#kv, #homepage #kv {
	display: none;
}

.date {
	font-size: 28px;
	font-weight: bold;
	color: #723692;
	padding: 8px 8px 2px 8px;
	background-color: #f5f5f5; 
}
.news {
	background-color: #ece7fd;
	border-bottom: 2px solid #fff;
	padding: 8px 12px;
}
.alternate {
	background-color: #f5f2fd;
}

div.partner {
	margin: 0;
	border: 1px solid #ececec;
	border-width: 0 1px;
	padding: 12px 0;
	text-align: center;
}
div.bottom {
	padding: 0;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #ececec;
}

#header .teaser {
	display: none;
}
#header p {
	font-size: 10px;
}
#header p.head {
	height: 40px;
	font-size: 14px;
	color:#5a2381;
}
h1.headline {
	position: absolute;
	margin: 128px 0 0 30px;
	font-size: 2.3em;
	color: #723692;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #723692;
	margin-bottom: 16px;
}
#homepage h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
}

#homepage a#overview {
	display: none;
}

#service,
#subnav {
	background-color: #eee;
	padding: 14px 15px 15px 15px;
	margin: 15px 0;
	clear: both;
}
#service div {
	background-color: #fff;
	padding: 8px 12px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	width: 191px;
}
.color2 {
	color: #723692;
}
/******************************
Form Elements
******************************/
fieldset {
	padding: 10px 0 0 0;
}


input,
textarea,
select {
	padding: 2px 1px 1px 1px;
	font: 400 11px Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
	border: 1px solid #aaa;
}
input.button {
	padding: 0 2px;
	font: 400 .75em Tahoma, sans-serif;
	color: #555;
	background: #9ff3ff;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #00dfff #00dfff #fff;
}
.error {
	color: #e2001a;
}
img.go {
	margin: 1px 0 0 5px;
	float: left;
}


div.button {
	display: inline;
	width: 26px;
	float: left;
}
div.button a {
	padding: 3px 2px;
	font: 400 .75em Tahoma, sans-serif;
	line-height: 100%;
	color: #eee;
	background: #444;
	border: 1px solid #444;
	text-decoration: none;
	display: block;
	float: left;
	border-left-width: 0;
}
div.button a:hover {
	color: #fff;
}



#formular fieldset {
	margin-bottom: 14px;
}
html>body #formular fieldset {
	margin-bottom: 12px;
}
fieldset.anfrage {
	width: 320px;
	display: block;
}
fieldset.anfrage label {
	width: 100px;
	display: block;
	float: left;
	clear: both;
}
fieldset.anfrage input {
	width: 180px;
	float: left;
	margin-bottom: 2px;
}
/*input[type="checkbox"],*/
input.checkbox {
	border: 0;
	margin: -4px -3px -3px -4px;
}
html>body input.checkbox {
	margin: 0 0 1px 0;
}
#formular legend {
	display: block;
	margin-left: -7px;
	font-weight: bold;
	color: #7A4298;
	margin-bottom: 8px;
}
html>body #formular legend {
	margin-left: 0;
}
/*input[type="checkbox"],*/
input.checkbox {
	border: 0;
	margin: -4px -3px -3px -4px;
}
html>body input.checkbox {
	margin: 0 0 1px 0;
}
#formular legend {
	margin-left: -7px;
	font-weight: bold;
	color: #7A4298;
	margin-bottom: 8px;
}
html>body #formular legend {
	margin-left: 0;
}

.clear {
	width:300px;
	display:block;
	clear:both;
	height:1px;
	font-size:1px;
}
