html, body {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; /* 87%;*/
	color: #656565;
	background-color: #fff;
	line-height: 1.4em;
}

img {
margin: 0;
padding: 0;
border: 0px none;
}

/* ---------- Links ---------- */

a {
	color: #C23527;
	text-decoration: none;
  outline: 0; 
  -moz-outline: 0;

}

a:hover {
	color: #638296;
	text-decoration: underline;
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
	font-size: 16px; /*130%*/
	color:#4582BB;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.25em;
}

h2 {
	font-size: 16px; /*130%*/
  color:#696969;
}

h3 {
	font-size: 14px; /*110%*/
	color:#3B3B3B;
	padding-bottom: 4px;
}

h4 {
}

h5 {
}

h6 {
}

/*Aussenbox*/
#aussenbox {
	margin: 0 auto;
	width: 95%;
}

/*Kopfbereich*/
#topbox{
	width: 960px;
	height: 116px;
	display: block;
}

#topboxhead{
	width: 960px;
	height: 83px;
}

#topboxheadnavi{
	width: 750px;
	height: 73px;
	margin-top: 10px;
	float: left;
	font-weight: bold;
	font-size: 11px;	
}

#topboxheadnavi a{
	color: #999999;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
}

#topboxheadnavi a:hover{
	color: #4582BB;
}

div#topboxheadnavi_inner {

	float: left;
}

div#logout_button, div#logout_separator {
	float: left;
}


div#logout_button {
	margin-top: -1px;
	margin-left: 1px;
}

div#logout_button form {
	margin: 0px;
	padding: 0px;
}

div#logout_button input.submit {
  	width: auto;
	background-color: white;
	border: 0px solid black;
	text-decoration: none;

	font-size: 12px;
	font-weight: bold;
	color: #999999;
    outline: 0; 
    -moz-outline: 0;
	margin: 0px;
	text-transform: uppercase;
}

div#logout_button input.submit:hover {
	color: #4582BB;
}

#topboxheading{
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}

#topboxheading h1 {
	font-size: 13px; /*110%*/
}

#topboxheadlogo{
	width: 187px;
	height: 73px;
	float: right;
	margin-right: 15px;
}

#topboxmenue{
	width: 960px;
	height: 24px;
	padding-top: 7px;
	background-color: #4582BB;
	color: #fff;
	background: url(img/bg_navi.gif) repeat-x;
}

#topboxmenue a {
	color: #fff;
	font-size: 12px; /*92%;*/
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

#topboxmenue a:hover , #topboxmenue a.selected{
	color: #88C6FF;
}

#content{
	width: 960px;
	margin-top: 3px;
	display: block;
	background-color: #ECECEC;
	overflow: hidden;
}

.clr {
	clear: both;
}

#content_left {
	width: 195px;
	float: left;
	overflow: hidden;
}

#content_main {
	float: left;
	width: 765px;
	background-color: #fff;
	overflow: hidden;
}

#content_main_inner{
	margin-top: 16px;
	margin-left: 20px;
	width: 743px;
	float: left;
}

#content_height{
	height: 450px;
	width: 0px;
	float: left;
	background-color: red;
}

#content_right {
	width: 195px;
	float: right;
	padding-left: 20px;
	margin-bottom: 5px;
}

#footer {
	background: transparent url(img/bg_footer.gif) repeat-x scroll 0 0;
	clear: both;
	color: #898989;
	display: block;
	font-size: 12px; /* 93%;*/
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	padding-top: 3px;
	width: 945px;
}


/* Left Navigation */
.left_navi {
	margin-top: 16px;
}

.left_navi ul {
	width: 175px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.left_navi li {
	width: 175px;
	float: left;
	padding: 0;
	margin: 0;

}

.left_navi h3 {
	padding: 0;
	margin: 0;
  font-weight: bold;
	font-size: 12px; /*92%;*/
	color:#3B3B3B;
	text-transform: uppercase;
	border-bottom: 1px solid #f5f5f5;	
}

.left_navi h3 a {
	color: #4582bb;
	text-transform: uppercase;
}

.left_navi a {
	float: left;
	width: 175px;
	background-color: #f5f5f5;
	color: #666666;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.left_navi a.level2 {
	padding-left: 30px;
}

.left_navi a.level3 {
	padding-left: 40px;
}

.left_navi a:hover {
	color: #666666;
	background-color: #C8C8CA;
	text-decoration: none;
}

.left_navi a.selected {
	color: #4582bb;
	background-color: #c8c8ca;
}

/* Überschriften im Content */

.csc-header h1 {
  margin-top: 35px;
}

.csc-header-n1 h1 {
  margin-top: 0px;
}


/* Box Right */
.content_right_item {
	margin-bottom: 10px;
}

#content_right  h3{
	margin: 18px 0px 2px 0px;	
	padding: 2px 0px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}

#content_right .csc-header-n1 h3{
  margin: 2px 0px 2px 0px;
}

#content_right p{
  margin: 0px;
}

/*News*/

.news_item {
  padding: 10px 0px;
  border-bottom: 1px solid #CCCCCC;
}

.news_item h3, .news_item p {
  margin: 0px;
}

.news_image {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.news_date {
  text-align: right;
}

/* Listen im Content */

/* .csc-textpic-text, .csc-menu , .csc-section*/ 

#content_main_inner ul{
  list-style: none; 
  padding-left: 5px;
  margin-left: 10px;
}

#content_main_inner ul li{
  background-image: url(/fileadmin/template/img/list.jpg);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#content_main_inner ul li.csc-section {
  background-image: none;
} 

/* Tabellen */

table.contenttable {
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
}

table.contenttable p.bodytext{
  margin: 0px;
  padding: 0px;
}

table.contenttable th {
  font-weight: bold;
  height: 30px;
}

table.contenttable th, table.contenttable td {
  border-top: 1px solid #E4E4E4;
  font-size: 12px; /*95%;*/
  text-align: left;
  padding: 0px 3px;
}



/* Formulare */
/* Farbe #4582bb */
/* login form */

.tx-felogin-pi1 fieldset {
  margin-top: 10px;
  border: 0px;
  padding: 0px;
}

.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 div {
  margin-top: 5px;
}

.tx-felogin-pi1 input {
	  border: 1px solid #4582bb;
  background: none;
  font-family: Trebuched, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*87%;*/
	color: #656565;
	margin-top: 0px;
	width: 240px;
	float: left;
	margin-bottom: 3px;
}

.tx-felogin-pi1 label { 
  float: left;
  clear: left;
  width: 80px;
}

.tx-felogin-pi1 #pass, .tx-felogin-pi1 #user {
  margin-bottom: 3px;
}

.tx-felogin-pi1 .login_submit, .tx-felogin-pi1 .pass_submit  {
  margin-left: 80px;
  width: auto;
  clear: left;
}


/* create login */


.tx-srfeuserregister-pi1 fieldset {
  border: none;
  width: 500px;
  padding: 0px;
}

.tx-srfeuserregister-pi1 legend {
  padding-left: 0px;
}

.tx-srfeuserregister-pi1 input {
  border: 1px solid #4582bb;
  background: none;
  font-family: Trebuched, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*87%;*/
	color: #656565;
	margin-top: 0px;
	width: 240px;
}

input.tx-srfeuserregister-pi1-password, 
input.tx-srfeuserregister-pi1-password_again,
input.tx-srfeuserregister-pi1-checkbox,
input.tx-srfeuserregister-pi1-submit {
  width: auto;
}

input.tx-srfeuserregister-pi1-checkbox{
  border: none;
}

.tx-srfeuserregister-pi1 form {
  float: none;
}

.tx-srfeuserregister-pi1 dl {
  float: none;
}

.tx-srfeuserregister-pi1 dd, .tx-srfeuserregister-pi1 dt {
  padding-bottom: 2px;
  line-height: 16px;
  font-size: 12px;
  float: left;
  margin: 0px;
}

.tx-srfeuserregister-pi1 dt {
  width: 150px;
  text-align: left;
}

.tx-srfeuserregister-pi1 dd {
  width: 300px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password_again {
  clear: left;
  float: left;
}

.tx-srfeuserregister-pi1 .register_submit {
  width: auto;
}

/* mail form */
form#mailform {}
fieldset.csc-mailform{
  border: none;
  padding-left: 0px;
}

.csc-mailform-field {
  margin-bottom: 4px;
}

.csc-mailform label {
  width: 100px;
  display: block;
  float: left;
} 

.csc-mailform input, .csc-mailform textarea {
  border: 1px solid #4582bb;
  background: none;
  font-family: Trebuched, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*87%;*/
	color: #656565;
	width: 200px;
}

.csc-mailform input.csc-mailform-check, .csc-mailform input.csc-mailform-radio{
  width: auto;
  border: none;
}

.csc-mailform input.csc-mailform-submit {
  width: auto;
  margin-left: 100px;
}


.csc-mailform-radio fieldset {
  border: none;
  padding: 0px 0px 4px 0px;
}

.csc-mailform-radio legend {
  display: none;
}

.csc-mailform-radio input {
  float: left;
  clear: both;
  display: block;
}

.csc-mailform-radio label {
  float: left;
  display: block;
  width: 350px;
  height: 20px;
}

span.csc-mailform-label {
  font-weight: bold;
}

/* search form */

.tx-indexedsearch input {
  border: 1px solid #4582bb;
  background: none;
  font-family: Trebuched, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*87%;*/
	margin-left: 4px;
	color: #656565;
}
.tx-indexedsearch input.submit {
  margin-top: 4px;
}

.tx-indexedsearch-redMarkup {
  color: #C23527;
}

.tx-indexedsearch-descr {
  font-style: normal;
}


