/*Set's border, padding and margin to 0 for all values*/
{
  padding: 0;
  margin: 0;
  border: 0;
}

body, html {
  color: #000; 
  font-family: Verdana, Arial, Tahoma, sans-serif;
  background-color: #DDDDFF; 
  text-align: center; /*** Centers the design in old IE versions ***/
}

select {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 8pt;
}

html {
  height: 101%;
}

.clear {
  clear: both;
}

#mainContainer {
  width: 935px;
  margin: 0 auto; /*** Centers the design ***/
  min-height: 600px;
  background: #BECDED;
  text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
  border-left:		1px solid #666;
  border-top:		1px solid #666;
  border-right: 1px solid #666;
  margin-bottom: 0;
}
* html #mainContainer {
  height: 600px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
  background-image: url(../img/kopf_kachel.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 10px;
  clear: both;
  height: 110px;
  position: relative;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
  padding-left: 200px;  
  padding-right: 0px;
}

* html .outer {

}

.inner {
  width: 740px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
  width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
  float: left;
  width: 765px;
  margin-left: -205px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
  float: right;
  width: 580px;
  position: relative; /*** IE needs this  ***/
}
* html #content {

}
.contentWrap {
  padding: 5px;
  margin-bottom: 1em;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
  float: left;
  width: 170px;
  min-height: 250px;
  padding: 5px;
  position: relative; /*** IE needs this  ***/
}
* html #left {
  height: 250px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
  float: right; 
  width: 160px;
  padding: 5px;
  min-height: 250px;
  position: relative; /*** IE needs this  ***/
}
* html #right {
  margin-right: 00px; /*** IE gets this margin. ***/
  height: 250px;
}
/**************************
FOOTER
**************************/
#footer {
  width: 935px;
  margin: 0 auto;
  padding-top: 1px;
  text-align: center;
  background-image: url(../img/fuss_kachel.gif);
  border-left:		1px solid #666;
  border-bottom:		1px solid #666;
  border-right: 1px solid #666;
  margin-top: -1em;
}

#menue_graf {
  float: left;
}

#header_text {
  float:		right;
  text-align:		right;
  margin-right:		0em;
  margin-top:		0em;
  padding: 0;
  margin: 0;
}

#header_text a {
  position: absolute;
  top: 0;
  right: 0;
}

#logolinks {
  position: absolute;
  bottom: 0;
  left: 0;
}

#header_text h1 {
  margin:		0;
}
#header_text h2 {
  padding:		0;
}

#logo_print {
  display: none;
}

#page_options {
  white-space: nowrap;
}

/* Umfragemodul */
.tx-simplesurvey-pi1{
	padding: 10px;
	margin: 10px;
	width: 500px;
  margin-bottom: 2em;
}
.tx-simplesurvey-pi1-notemplate{
	border:2px dashed;
	font-size:16px;
	margin:10px;
	padding:30px;
}

.tx-simplesurvey-pi1-title {
  display: none;
}

.tx-simplesurvey-pi1-title, .tx-simplesurvey-pi1-result-header-questions{
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}
.tx-simplesurvey-pi1-caption{
	color: grey;
	font-size: 16px;
	text-align: right;
}
.tx-simplesurvey-pi1-description{
	color: black;
	padding: 2px 0 10px 0;
}
.tx-simplesurvey-pi1-questiontext{
	font-weight:bold;
/*	text-decoration: underline;*/
	margin: 1.5em 0 2px 0;
	padding:2px 0 3px 0;
	text-align: center;
	clear: both;
}
.tx-simplesurvey-pi1-help{
	left:490px;
	width: 10px;
	position:relative;
	top:-18px;
	margin:0 0 -14px 0;
}
.tx-simplesurvey-pi1-help a{
	font-size: 12px;
	text-decoration:none;
}
.tx-simplesurvey-pi1-help a:hover, .tx-simplesurvey-pi1-help a.hover{
	font-weight: bold;
}
.tx-simplesurvey-pi1-question, .tx-simplesurvey-pi1-result-question{
	margin: 0 0 5px 0;
	color: black;
}

.question_type8 .tx-simplesurvey-pi1-question, .question_type8  .tx-simplesurvey-pi1-result-question{
	margin: 0 0 5px 0;
	color: black;
  text-align: center;
  font-weight: bold;
}

.tx-simplesurvey-pi1-answer{
	color: black;
}
#tx-simplesurvey-pi1-error{
	display: none;
	width: 250px;
	margin: 5px 0 5px 0;
	background-color: #FF4626;
	color: white;
	border: 1px solid black;
}
.tx-simplesurvey-pi1-userdata{
	margin: 10px 0 10px 0;
	border: 2px dashed white;
	padding: 3px;
}
.tx-simplesurvey-pi1-userdata-title{
	font-weight: bold;
	margin: 5px 0 0 0;
}
.tx-simplesurvey-pi1-userdata-answer{
	margin: 5px 0 0 0;
}
.tx-simplesurvey-pi1-submit{
	border:1px solid;
	float:right;
  margin-top: 2em;
}
.tx-simplesurvey-pi1-results-not-allowed{
	font-size:14px;
	font-weight:bold;
}
.tx-simplesurvey-pi1-uploaderror{
	background:red none repeat scroll 0% 0%;
	border:1px solid;
}
.tx-simplesurvey-pi1-result-percent{
	font-size:12px;
	margin:0pt 0pt 0pt 5px;
	font-style:italic;
}
.tx-simplesurvey-pi1-result-answer{
	font-size:12px;
	margin:0pt 0pt 0pt 5px;
}
.tx-simplesurvey-pi1-result-noanswer{
	font-style:italic;
	color: gray;
}
.tx-simplesurvey-pi1-result-userdata{
}
.tx-simplesurvey-pi1-overall-points{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
}

/* Spezielle Darstellung von Fragetypen */
.question_type8 {
  width: 100%;
}
.question_type8 .tx-simplesurvey-pi1-answer {
  display: block;
  width: 100%;
}
.question_type8 .tx-simplesurvey-pi1-answer input {
  visibility: visible;
  width: 1.5em;
}

.extreme_checkbox {
  padding-bottom: 0.2em;
  width: 33%;
  height: 1.2em;
  line-height: 1.2em;
  float: left;
  text-align: center;
  vertical-align: bottom;
  overflow: hidden;
}

.extreme_single {
  width: 26px;
  float: left;
  text-align: center;
}

.extreme_checkbox_placeholder {
  padding-bottom: 0.2em;
  width: 32%;
  height: 1.2em;
  line-height: 1.2em;
  float: left;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.extreme_checkbox_placeholder_inner {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -2px;
}

.extreme_checkbox_inner {
  width: 130px;
  margin-left: 15px;
  
}

.extreme_placeholder {
   padding-bottom: 2em;
   width: 32%;
   height: 3em;
   float: left;
}

.extreme_block {
  padding-bottom: 2em;
  width: 33%;
  height: 3em;
  background-image: url(../img/bewertung.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  float: left;
  position: relative;
  font-size: 11px;
}

.extreme_checkbox_placeholder_inner {
  font-size: 10px;
}

.extreme_block .low {
  display: block;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  color: green;
}

.extreme_block .hight {
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  color: red;
}

.extreme_block_wt .zusatz {
  display: block;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  color: black;
}

.extreme_block_wt .low {
  display: block;
  width: auto;
  position: absolute;
  left: 0;
  top: 1em;
  color: green;
}

.extreme_block_wt .hight {
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  top: 1em;
  color: red;
}

.tx-simplesurvey-pi1 textarea,
.tx-simplesurvey-pi1 .question_type0 input {
  width: 490px;
}

img.spacer-gif {
  clear: both;
}

.csc-textpic {
 clear: both;
}

.tx-simplesurvey-pi1 .question_type0 input.indiv {
  width: auto;
}

.question_type5 .tx-simplesurvey-pi1-answer {
  margin-top: 2em;
  margin-bottom: 2em;
}

.question_type9 input.date {
  width: 9em;
}

/* Linkliste */
.linkliste {
  line-height: 1.5em;
}

/* Date-picker */


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
  display: none;
}