#obenrechts {
	color: #2d2d2d;
	float: left;
	width: 585px;
	height: 53px;
	background-color: #dce9fe;
}

#obenlinks {
	color: #0d4f61;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	width: 215px;
	height: 53px;
	background: #dce9fe url(/images/left_bg.jpg) top right no-repeat;
}

#inhalt {
	clear: both;
	width: 800px;
	background-color: #dce9fe;
	padding: 10px;
}

#inhalt p {
	padding: 0px 10px;
}

.clearer {
  clear: both;
}

.formField {
  clear: both;
  width: 660px;
  margin-left: 5px;
  padding: 5px;
}

.formField ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.formField li {
  list-style: none;
  width: 200px;
	float: left;
	padding: 0px 5px;
}

.formLinks {
  float: left;
  width: 200px;
}

.formRechts {
  float: left;
  width: 460px;
}

.formRechts input, select, textarea {
  width: 440px;
  border: 1px solid #888;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.formRechts textarea {
  height: 100px;
  border: 1px solid #888;
}


#box_rechts {
	margin: 20px;
  margin-left: 0px;
	width: 220px;
  min-height: 600px;
}

#kopfunter {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 980px;
	background-image:url('/images/verlaufkante.jpg');
}

#toolbox {
  clear: both;
  position: absolute;
  top: 10px;
  left: 70px;
  width: 630px;
  height: 14px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #888;
  border: 1px solid #888;
}

#toolbox a {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #888;
}

#error {
  margin: 10px;
  color: #F00;
}

#success {
  margin: 10px;
  color: #0F0;
}

#mainframe {
	position: relative;
	left: auto;
	top: 0px;
	margin: auto;
	background-color: #fff;
 	width: 980px;
	min-height: 1000px;
	border-left: 1px solid black;
	border-right: 1px solid black;
  display: table;
}


#sidebar {
  margin: 0px;
  margin-top: 125px;
  margin-left: 15px;
  width: 210px;
	background-color: #fff;
  float: left;
}

#content_center {
	width: 698px;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	color: #000;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
  display: table;
}

#content_center div.schmal {
	width: 450px;
  margin: 5px 10px;
}

#content_center div.breit {
	width: 660px;
  margin: 5px 10px;
}

#content_center h3 {
	font-size: 12px;
	color: #000;
}

#content_center p {
  margin-left: 10px;
	font-size: 12px;
}

#content_center ul {
  margin: 10px;
  padding: 0px;
}

#content_center li {
  list-style: none;
	padding: 5px;
}

#rahmen_oben {
	width: 700px;
	height: 9px;
	margin: 10px 20px 0px 20px;
	background-image: url('/images/rahmen_oben.png');
  background-repeat: no-repeat;
}

#rahmen_unten {
  clear: both;
	width: 700px;
	height: 9px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url('/images/rahmen_unten.png');
  background-repeat: no-repeat;
}

#kopf {
	position: absolute;
  top: 0px;
	width:  980px;
	height: 136px;
	background-image: url('/images/kopfbild.jpg');
  background-repeat:no-repeat;
	border: 0px;
	border-top: 1px solid black;
}

#kopf h1 {
	margin-top: 60px;
	margin-left: 30px;
	font-size: 20px;
	font-style: italic;
	color: #fff;
  text-decoration: none;
}

#kopf h2 {
	margin-left: 30px;
	font-size: 12px;
	color: #fff;
}

#box_suche {
	margin: 20px;
  margin-left: 0px;
	width: 220px;
	height: 250px;
	background-image:url('/images/suchrahmen.png');
	background-repeat: no-repeat;
}

#box_suche p {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 12px;
	color: #888;
}

#box_suche h2 {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #888;
}

#box_suche table {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 12px;
	color: #888;
}

#overlay {
  display:      none;
  visibility:   hidden;
  background:   #353535;
  color:        #fff;
  filter:       alpha(opacity=90);
  opacity:      .9;
  position:     fixed;
  left:         0px;
  top:          0px;
  z-index:      5;
  width:        100%;
  height:       100%;
  text-align:   center;
}

#overlay_content {
  position:       relative;
	left:           auto;
  margin:         auto;
  margin-top:     20px;
  background:     #FFF;
  color:          #888;
  z-index:        6;
  width:          300px;
  height:         200px;
  text-align:     center;
  vertical-align: middle;
  overflow:       auto;
  padding:        20px;
}

#statistiktabelle {
	border-collapse: collapse;
	margin: 5px;
}

#statistiktabelle th {
	background-color: #aaa;
}

#statistiktabelle td {
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

.inputbutton {
            margin: 0 auto;
            padding: 5px 15px 5px 15px;
			border: 0;
			cursor: pointer;
			color: #fff;
			font-size: 1.2em;
            background: rgb(236,124,4); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(236,124,4,1) 0%, rgba(214,86,2,1) 97%, rgba(214,71,2,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,124,4,1)), color-stop(97%,rgba(214,86,2,1)), color-stop(100%,rgba(214,71,2,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(236,124,4,1) 0%,rgba(214,86,2,1) 97%,rgba(214,71,2,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(236,124,4,1) 0%,rgba(214,86,2,1) 97%,rgba(214,71,2,1) 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, rgba(236,124,4,1) 0%,rgba(214,86,2,1) 97%,rgba(214,71,2,1) 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7c04', endColorstr='#d64702',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, rgba(236,124,4,1) 0%,rgba(214,86,2,1) 97%,rgba(214,71,2,1) 100%); /* W3C */
  	        -moz-border-radius: 5px !important; 
  	        -webkit-border-radius: 5px !important;
            border-radius: 5px !important;
        }
        
            .inputbutton:hover {
                background: rgb(214,71,2); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(214,71,2,1) 0%, rgba(214,86,2,1) 3%, rgba(236,124,4,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,71,2,1)), color-stop(3%,rgba(214,86,2,1)), color-stop(100%,rgba(236,124,4,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(214,71,2,1) 0%,rgba(214,86,2,1) 3%,rgba(236,124,4,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(214,71,2,1) 0%,rgba(214,86,2,1) 3%,rgba(236,124,4,1) 100%); /* Opera11.10+ */
                background: -ms-linear-gradient(top, rgba(214,71,2,1) 0%,rgba(214,86,2,1) 3%,rgba(236,124,4,1) 100%); /* IE10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64702', endColorstr='#ec7c04',GradientType=0 ); /* IE6-9 */
                background: linear-gradient(top, rgba(214,71,2,1) 0%,rgba(214,86,2,1) 3%,rgba(236,124,4,1) 100%); /* W3C */ 
            }
