body {
  background: #666;
	color: #555555;
	/*font-size: 0.7em;*/
  font:80% Arial, Helvetica, Sans-Serif;
  font-family: "Lucida Grande",Arial,Verdana,sans-serif;
  line-height:180%;
  margin-top: 50px;

}

a {color: #C82C12; text-decoration: underline;}
strong, b {font-weight: bold;}

div#wrapper {
  margin: 0 auto;
  width: 866px;
  background: url(../_layout/bg_top_866_8.gif);
  background-repeat: no-repeat;
  padding-top: 8px;
}
div#container {
  background: url(../_layout/bg_866_10.gif) repeat-y;
  padding: 0 8px;
}

div#header {
  height: 250px;
}
div#logo {
  height:100px;
}

div#content-wrapper {
  background: #fff url(../_layout/bg_content_wrapper_850_10.gif) repeat-y;
}

div#left-col {
  width: 215px;
  padding: 25px;
  float: left;
}

div#right-col {
  width: 535px;
  float: left;
  padding: 25px
}

div#right-col p { text-align: justify; }

div#right-col p,
div#right-col ul {
  margin-bottom: 15px;
  list-style-type: disc;
}
div#right-col ul li ul {
  margin-bottom: 0;
}
div#right-col ul li {
  margin-left: 15px;
  line-height: 180%;
}

div#info-box {
  clear: both;
}

/* Breadcrumb */
div#breadcrumb {
  margin: 0 0 25px 0;
  font-size: 11px;
}
div#breadcrumb ul {
  margin-bottom: 0;
}
div#breadcrumb ul li {
  margin-left: 0;
}

div#breadcrumb ul.rex-breadcrumb li {
  display: inline;
  /*margin-right: 7px;*/
}

div#breadcrumb ul.rex-breadcrumb li:before { content: " / "; }
div#breadcrumb ul.rex-breadcrumb .rex-lvl1:before { content: none}

/* Headlines */
h1, h2, h3 {
	font: 13px Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
  margin:0 0 15px 0;
}
h1 {
	font-size: 18px;
  font-family: Arial,Verdana,sans-serif;
	color: #C82C12;
  font-weight: normal;
}
h2 {
  font-size: 15px;
  font-family: Arial,Verdana,sans-serif;
  color: #666;
}

/* Login */
#rex_com_userfenster {
  margin-top: 25px;
  /*border: 1px dashed #999;*/
  background: #ddd;
}
#rex_com_userfenster h2 {
  background: #C82C12;
  /*border: 1px dashed #5F170C;*/
  padding: 7px 10px;
  color: #fff;
  margin: 0;
}
#com-user-box {
  padding: 10px;
  border: 1px dashed #999;
  border-top: none;
}

#com-user-box ul {
  margin-top: 10px;
  list-style-type: disc;
}
#com-user-box ul li {
  margin-left: 15px;
}

#com-user-box form {
  margin-bottom: 10px;
}

#com-user-box form input {
  width: 100%;
}

#com-user-box form .submit {
  margin-top: 10px;
  width: 75px;
}

#com-user-box ul {
  margin-bottom: 10px;
}

table {
  background: #f1f1f1;
  border-collapse: collapse;
  font-size: 1em;
  margin-bottom: 15px;
  width: 100%;
}

th { background: #999; color: #fff; font-weight: bold;}

th, td {
  border: 1px solid #999;
  padding: 5px;
}

td.number {
  font-weight: bold;
  width: 25px;
}

div#form-module h2 {
  background: #C82C12;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
div#form-module form {
  background: #f1f1f1;
  clear: both;
  overflow: hidden;
}
div#form-module form p.formtext {padding: 15px; line-height: 0;}
div#form-module form p.formtext label { width: 100px; float: left; }

div#form-module form p.formtext input { width: 200px; float: left;}

div#form-module form p.formtext .submit {
  margin: 0 0 0 10px;
  width: 75px;
}

ul.form_warning {
  padding: 10px;
  border: 1px solid #dfb987;
  background: #fde8e7;
}

div#rex-xform form#form_formular ul.form_warning li {
	margin-left: 30px;
}

div#rex-xform form#form_formular ul.form_warning li:first-child {
  font-weight: bold;
  list-style-type: none;
	margin-left: 0px;
}

div#rex-xform {
	background: #f1f1f1; 
	padding: 10px; 
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

div#rex-xform p.formtext,
div#rex-xform p.formcaptcha {
  overflow: hidden;
  clear: both;
}
div#rex-xform p.formtext label,
div#rex-xform p.formselect label,
div#rex-xform p.formcaptcha label {
  width: 150px;
  float: left;
}
div#rex-xform p.formtext input,
div#rex-xform p.formtext select,
div#rex-xform p.formcaptcha span {
  width: 300px;
  float: left;
}
div#rex-xform p.formtextarea label { float: left; width: 150px; }
div#rex-xform p.formtextarea textarea {float: left; width: 300px;}

div#rex-xform p.formcaptcha {padding: 15px 0 0 0;}
div#rex-xform p.formcaptcha input { display: block; clear:both; overflow: hidden; margin: 0 0 0 150px; width: 100px;}

div#rex-xform p.formsubmit {
	clear: both;
	overflow: hidden;
}
div#rex-xform p.formsubmit .submit {
  margin-left: 150px;
  margin-top: 5px;
}

p.answertext {
	padding: 10px;
	border-bottom: 1px dashed #88bf67;
	border-top: 1px dashed #88bf67;
	background: #ebffde;
}

.clear {
	clear: both;
}

.partner { border-bottom: 1px dashed #999; border-bottom: 1px dashed #999; background: #f1f1f1; margin: 15px 0 0 0; padding: 10px; overflow: hidden; height: 1%; }
  .partner-beschreibung {font-size: 11px; width: 224px; float: left;}
  .partner-logo { width: 224px; float: right; text-align: right;}
  .partner-logo img {padding: 3px; border: 1px solid #e6e6e6; background: #fff;}
  .partner-beschreibung a { color: #333333; text-decoration: none;}
  .partner-beschreibung a:hover { text-decoration: underline;}
	
	#a_list {
  background: #f1f1f1;
  border: 1px dashed #999;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 15px;
}
div.glossar-item {
  margin-bottom: 15px;
  border-bottom: 1px dashed #999;
}
	
	#contact_button { margin-top: 30px; }
