
/* Generell HTML Elemente*/

body.render_center {
	font-family: Times New Roman;
	margin-top: 0px;
	text-align: center;
	background-color: white;
}

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	color: black;	
	text-decoration: underline;
}

h3 {
	font-weight: normal;
	
}

h2 {
	font-weight: normal;
	text-align: left;
	
}

h1 {

	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

hr {
	height: 0px;
	color: white;
	border-top: 1px solid black;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

li {
	margin-left: 16px;
}

/* Die Container */

#container {
	width: 991px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


.header {
	
	height: 208px;
	width: 991px;
}

#header {
	
	height: 208px;
	width: 991px;
	background-image: url(/fileadmin/images/start_header2.jpg);
	/*background-position: 0px -10px;*/
	background-repeat: no-repeat;
	text-align: right;
}



#header_small {
	text-align: left;
	height: 105px;
	width: 991px;
}

#small_header_pic {
	margin-top: 40px;
	border: 0;
}

#links {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	display: inline;
	width: 225px;
	text-align: left;
	padding-right: 10px;
}

.links {
	margin-top: 15px;
	margin-left: 15px;
	display:inline;
	float: left;
	width: 225px;
	text-align: left;
	padding-right: 10px;
}


#mitte {
	float:left;
	width: 468px;
	margin-right: 44px;
	text-align: left;
}

.mitte {
	float:left;
	width: 468px;
	margin-right: 44px;
	text-align: left;
}


#rechts {
	float:left;
	width: 229px;
	text-align: right;
}

#rechts .csc-textpic-clear {
	margin-bottom: 20px !important;
}

.rechts .csc-textpic-clear {
	margin-bottom: 15px !important;
}


.rechts {
	float:left;
	width: 229px;
	text-align: right;
}

#rechts_start {
	float:left;
	width: 229px;
	text-align: left;
}

#unten {
	float:none;
	text-align: right;
}

#unten .csc-default {
	text-align: left;
}

#size_select_container {
	vertical-align: bottom;
	float: none;
	clear: both;
}

#content_container {
	margin-top: 15px;
	display: inline;
	float:left;
	width: 741px;
}

#content_header {
	width: 468px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_header_right {
	width: 229px;
	margin-left: 44px;
	float: left;
	text-align: right;
	vertical-align: bottom;
}

#content_header_title {
	vertical-align: bottom;
}

.full_content_container_width {
	width: 100%;
	clear:left;
}

div.divider {
	width: 100%;
	clear:left;
	text-align:center;
}

div.divider hr {
	border-top: 1px dotted black;
}


/* Menüs */

/*groß*/
.menu_1_no a {
	text-decoration: none;
	display: block;
}

.menu_1_no a:hover {
	text-decoration: underline;
	display: block;
}

.menu_1_act a {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.menu_2_no a {
	margin-left: 15px;
	text-decoration: none;
	display: block;
}

.menu_2_no a:hover {
	margin-left: 15px;
	text-decoration: underline;
	display: block;
}

.menu_2_act a {
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.menu_3_no a {
	margin-left: 30px;
	text-decoration: none;
	display: block;
}

.menu_3_no a:hover {
	margin-left: 30px;
	text-decoration: underline;
	display: block;
}

.menu_3_act a {
	margin-left: 30px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}



/*klein*/
.menu_small_1_no a {
	text-decoration: none;
	display: block;
}

.menu_small_1_no a:hover {
	text-decoration: underline;
	display: block;
}

.menu_small_1_act a {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.menu_small_2_no a {
	margin-left: 15px;
	text-decoration: none;
	display: block;
}

.menu_small_2_no a:hover {
	margin-left: 15px;
	text-decoration: underline;
	display: block;
}

.menu_small_2_act a {
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.menu_small_3_no a {
	margin-left: 30px;
	text-decoration: none;
	position: relative;
	display: block;
}

.menu_small_3_no a:hover {
	margin-left: 30px;
	text-decoration: underline;
	display: block;
}

.menu_small_3_act a {
	margin-left: 30px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.menu_small_4_no a {
	margin-left: 45px;
	text-decoration: none;
	display: block;
}

.menu_small_4_no a:hover {
	margin-left: 45px;
	text-decoration: underline;
	display: block;
}

.menu_small_4_act a {
	margin-left: 45px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/* CSS Styled Content */

.size_select_small {
	font-size: 10px;
	text-decoration: none;
}

.size_select_medium {
	font-size: 13px;
	text-decoration: none;
}

.size_select_big {
	font-size: 16px;
	text-decoration: none;
}

div.csc-default {
	margin-top: 15px;
}

#unten .csc-default {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#unten h1 {
	
	margin: 0;
	padding: 0;
}

#unten a {
	text-decoration: none;
}

#content_header_right div.csc-default {
	margin-top: auto;
}

.contenttable-1 {
	border-spacing: 0;
	border-collapse: collapse;
}

.contenttable-1 td {
	margin: 0 0 0 0; padding: 5 10 5 10 !important;
	text-align:right;
}

.contenttable-1 tr {
	margin: 0 0 0 0; padding: 0 0 0 0 !important;
}

.contenttable-1  .td-0 {
	border-right: 1px solid black;
	font-weight: bold;
}

.contenttable-1  .tr-0 td {
	border-bottom: 1px solid black;
	font-weight: bold;
}

.contenttable-1  .tr-odd {
	background-color: #eeeeee;
}

.contenttable-2 {
	width: auto !important;
}

.contenttable-2 td {
	padding-bottom: 0px !important;
}

.contentlist-table {
  border: 1px solid black;
  /* TODO Umbruch der Tabellen in IE7 passt nicht -> temporäre Lösung */
  width: 741px;
  margin-top: 10px;
}

.contentlist-table td {
  padding-bottom: 0px !important;
}

.contentlist-header {
  background-color: black;
  color: white;
}

.contentlist-table-2 td {
  padding-bottom: 0px !important;
}

.inline {
	display: inline;
	float: left;
}

.weiterleitung_button {
	border: 1px solid gray;
}

#info {
	margin-right: 5px; 
	text-align: right; 
	width: 120px;
	font-style: italic;	
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

.spacer {
	clear:both;
	height: 30px;
}

.news_item h3 a {
	text-decoration:none;
}
.news_item h3 a:hover {
	text-decoration:underline;
}


.news_date {
	color: #333333;
	font-size: x-small;
}

#rechts_start .news-list-container {
	overflow: auto;
	width: 229px;
	height: 300px;
}

#rechts_start .news-list-container .news_item {
	padding-right: 3px;
}

.news_item {
	padding-bottom: 20px;
}

#rechts_start h2 a {
	text-decoration:none;
}

#rechts_start h2 a:hover {
	text-decoration:underline;
}

.footer_right {
	vertical-align: right;
	margin-top: 5px;
}

/* workaround for IE* */
* html .cell {
	display: inline;
}
/* end of IE* workaround */


/* workaround for tt_news */
.hidden_news_link_container {
	
}

div.csc-mailform-field label {
	width: 80px;
	display: inline-block;
}

table.csc-searchResultInfo {
	margin-bottom: 15px;
}

p.csc-searchResult {
	margin-bottom: 15px;
}

td.csc-searchResultPrevNext {
	padding-left: 15px;
}

input {
	border: 1px solid black;
	background-color: white;
	font-family: times new roman;
	margin-bottom: 3px !important;
}

select {
	border: 1px solid black;
	background-color: white;
	font-family: times new roman;
	margin-bottom: 3px !important;
}

button {
	border: 1px solid black;
	background-color: white;
	font-family: times new roman;
	margin-bottom: 3px !important;
}

textarea {
	border: 1px solid black;
	background-color: white;
	font-family: times new roman;
	margin-bottom: 3px !important;
}

ul {
	margin-top: 5px;
}

li {
	margin-bottom: 3px;
}

#kundenbefragung a {
	text-decoration: none;
}

#kundenbefragung a:hover {
	text-decoration: underline;
}

.email_form tr {
	margin-bottom: 5px;
}

