@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg_repeat_shadow_2s.gif);
	background-repeat:repeat-y;
	background-position: center; 
}
h1 {
	color: #344d72;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 140%;
}
h2{
	color: #000000;
	Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:600;
	line-height: 140%;
}
#container {
	position:absolute;
	left:50%;
	margin-left: -450px;
	top:0px;
	width:900px;
}
#teaser {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:116px;
}
#main {
	position:absolute;
	left:0px;
	top:116px;
	width:900px;
	height:auto;
	background: #e6e4df;
	z-index:50;
}
#menu {
	position:absolute;
	width: 900px;
	left:0px;
	height:27px;
	top:0px;	
	/*background: #e1e3e3;*/
	z-index: 100;	
}
#menu_corrections {
	position:absolute;
	width: 1px;
	left:0px;
	height:27px;
	top:0px;	
	/*background: #e1e3e3;*/
	z-index: 150;
	background: #344d72;	
}
#menu_corrections_right {
	position:absolute;
	width: 4px;
	right:0px;
	height:27px;
	top:0px;	
	/*background: #e1e3e3;*/
	z-index: 150;
	background: #344d72;
	z-index: 10000;
}
#tiler_menu {
	position:absolute;
	width: 900px;
	left:0px;
	height:4px;
	top:27px;	
	/*background: #e1e3e3;*/
	z-index: 100;
}
.content_text {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right:10px;
/*font-size:11px;     kleinere schrift? */
}
#content-left {
	position:absolute;
	left:0px;
	top:27px;
	width:600px;
	height:auto;
	/*border-right: 1px solid #cccccc;*/
	line-height:130%;
}
#content-right {
	position:absolute;
	right: 0px;
	top:27px;
	width:300px;
	height:auto;
	line-height:130%;		
}
.content a {
  color: darkblue;
  text-decoration: none;
}
.content a:hover {
  color: 0000ff;
}
.xd-plugin-xd-media-row {
	float:left;
	margin-right:40px !important;
	}
.xd-media-box {
margin:5px;
}


/* Fragebogen */
.xdpollquestion .spirito-input-string,
.xdpollquestion TEXTAREA{
    border: 1px solid black;
}

.validation-failed{
    border: 2px solid red;
}
.error{
    color: red;
    font-size: 20px;
}
.xdpollquestion .questionanswer .spirito-cb,
.xdpollquestion .questionanswer .spirito-rb{
    display:block;
}
.xdpoll-scwt-text .spirito-input-string{
    width: 40px;
}
.xdpollquestion .description {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom:0;
}
.xdpoll-scwt-choice{
    float:left;
}
.xdpoll-scwt-text{
    float:left;
    margin-left: 20px;
}
.xdpollquestion .clear{
    clear: both;
}
#druckbutton{
  display:none;
}