body, html {
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;	
}

img{
	border: 0 none;
}

h1{
	font-size: 20px;
	font-weight: bold;
}

#wrapper{
	width: 1112px;
	background-color: #ffffff;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 0;
	background-image: url("../img/bg_wrapper.jpg");
	background-repeat: repeat-y;
}

#wrapper_inside{
	margin-left: 7px;
}

#header{
	width: 1100px;
	height: 246px;
	background-color: #000000;
	
}

/*#header_bottom{
	width: 1072px;
	background-color: #ffffff;
	padding-top: 13px;
	padding-bottom: 30px;
	padding-left: 14px;
	padding-right: 14px;
	height: 22px;
	overflow: hidden;
}*/

#header_bottom{
	width: 1072px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	height: 22px;
	overflow: hidden;
	height: 65px;
	width: 1100px; /* Ohne Padding */
}

#logos3 img{
	float: left;
	/*padding-right: 15px;*/
	padding-right: 5px;
}

#logo4 img{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	}

#content{
	width: 1100px;
	overflow: hidden;
	background-color: #ffffff;
	/*font-size: 15px;*/
	font-size: 13px;
	padding-bottom: 20px;
	line-height: 20px;
}

#content a, a:visited{
	color: #e3010f;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover{
	color: #e3010f;
	text-decoration: underline;
}

#content a:active{
	color: #e3010f;
	text-decoration: underline;
}

#content .csc-default{
	/*border-bottom: 3px dotted #000000;*/
	border-bottom: 1px solid #262626;
	padding-bottom: 10px;
	/*margin-top: -5px;*/
	margin-top: 10px;
}

#menu_left{
	background-color: #000000;
	width: 137px; /* Mit Padding */
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 18px;
	padding-right: 16px;
	float: left;
	color: #ffffff;
	position: relative;
	padding-bottom: 32767px;
   	margin-bottom: -32767px;
	display: inline;
	overflow: hidden;
	line-height: 14px;
}

#menu_left a, a:visited{
	color: #ffffff;
	text-decoration: none;
}

#menu_left a:hover, a:active{
	color: #ffffff;
	text-decoration: underline;
}


#menu_left_menu{
	font-weight: bold;
	/*font-size: 16px;*/
	font-size: 13px;
	margin-top: 27px; /* Abstand zum oberen Logo */
}

#menu_left_menu ul#mainmenu{
	list-style: none;
	padding: 0;
}

 #menu_left_menu ul#mainmenu sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 0.3em;
	
}

#menu_left_menu ul#mainmenu_sub{
	list-style: none;
	padding: 0;
	padding-left: 25px;
	font-size: 12px;
}

 #menu_left_menu ul#mainmenu_sub sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	/*bottom: 1ex;*/
	bottom: 0.3em;
	
}

#menu_left_menu ul#mainmenu_sub_sub{
	list-style: none;
	padding: 0;
	/*padding-left: 25px;*/
	padding-left: 10px;
	font-size: 12px;
}

#menu_left_menu li{
	/*padding-bottom: 28px;*/
	padding-bottom: 20px;
}

#menu_left_menu li.act{
	text-decoration: underline;	
}

#menu_left_footer{
	margin-top: 210px;
	margin-bottom: 16px;
	font-size: 12px;
}

#menu_left_footer ul#footermenu{
	list-style: none;
	padding: 0;
}

#menu_left_footer li{
	/*padding-bottom: 27px;*/
	padding-bottom: 20px;
}

#main{
	width: 613px; /* Mit Padding */
	margin-left: 18px;
	padding-right: 22px;
	float: left;
	padding-bottom: 32767px;
   	margin-bottom: -32767px;
	overflow: hidden;
}

#main sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	/*bottom: 1ex;*/
	bottom: 0.2em;
	
}

#sidebar_right{
	float: right;
	background-color: #ffffff;
	width: 248px; /* Mit Padding */
	padding-left: 13px;
	padding-right: 14px;
	padding-bottom: 16px;
	border-left: 1px solid #000000;
	padding-bottom: 32767px;
   	margin-bottom: -32767px;	
}

 #sidebar_right sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	/*bottom: 1ex;*/
	bottom: 0.3em;
	
}

#sidebar_right .csc-default{
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 5px;
	margin-top: 5px;
}

#social{
	padding-right: 7px;
	margin-top: 11px; /* Abstand zur Searchbar */
	height: 32px;
}

#social img{
	margin-right: 3px;
}

#sidebar_content{
	/*margin-top: 25px;*/
	margin-top: 10px;
	height: 100px;
	font-size: 12px;
}

#sidebar_content h1{
	font-size: 18px;
}

/* KONTAKTFORMULAR */
.csc-mailform{
	border: 0px none;
	margin-top: 30px;
	margin-left: 50px;
}


.csc-mailform label{
	/*margin-right: 130px;*/
	float: left;
	width: 130px;
}

.csc-mailform input{
	border: 1px solid #C5C6C8;
	margin: 5px 0 5px 0;
	width: 300px;
}

.csc-mailform input#mailformname{
	/*margin-left: 1px;*/
	width: 300px;
}

.csc-mailform textarea{
	border: 1px solid #C5C6C8;
	margin: 5px 0 5px 0;
	width: 300px;
}

.csc-mailform textarea#mailformaddress{
	/*margin-left: -22px;*/
	width: 300px;
}

.csc-mailform input#mailformtv{
	/*margin-left: -98px;*/
	width: 10px;
	border: 0px none;
}

.csc-mailform input#mailformformtype_mail{
	margin-top: 30px;
	margin-left: 130px;
	width: 100px;
}
/* KONTAKTFORMULAR */

.csc-sitemap li{
	padding-bottom: 16px;
}

.csc-sitemap ul{
	padding-top: 10px;
}


/* SUCHBOX */
#search fieldset{
	border: 0px none;
	margin: 0;
	padding: 0;
}

#search #sword{
	float: left;
	height: 19px;
	width: 215px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0 none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#search #submit_search{
	float: left;
	height: 21px;
	width: 32px;
	margin: 0;
	padding: 0;
}

/* TABELLEN */
/*table{
	border: 2px solid #000000;
	margin: 0px auto;
}

td, th{
	border: 1px solid #000000;
	padding: 4px;
}
*/

form {
	margin-top: 7px;
}

.csc-default label{
	float: left;
	width: 130px;
}

.csc-default input{
	border: 1px solid #C5C6C8;
	margin: 5px 0 5px 0;
}

.csc-default input#mailformsubmit{
	margin-top: 15px;
	margin-left: 130px;
	width: 100px;
}

.tx-srfeuserregister-pi1 input[type="radio"], .tx-srfeuserregister-pi1 input[type="checkbox"] {
	width: 100px;
}


/* SUCHE */
#tx_indexedsearch td{
	width: 150px;
	padding-bottom: 10px;
}

#tx_indexedsearch select.tx-indexedsearch-selectbox-defop{
}

