/********************************************************************************/
/* Generelles */
/********************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	background: transparent url(../images/style/main_bg.jpg);
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
/********************************************************************************/
/* Struktur */
/********************************************************************************/
#rahmen {
	height: 100%;
	width: 100%;
}
#shadow {
	width: 1044px;
	margin-left: auto;
	margin-right: auto;
}
#shadow2 {
	width: 1046px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}
#page {
	width: 1017px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	width: 1017px;
	margin-top: 10px;
	height: 157px;
}
#logo {
	width: 198px;
	margin-top: 20px;
	height: 134px;
}
#flash {
	width: 652px;
	margin-top: 20px;
	height: 134px;
}
#logo2 {
	width: 164px;
	margin-top: 20px;
	height: 134px;
}
#info {
	width: 1017px;
	height: 20px;
}
#left {
	width: 183px;
	margin-top: 10px;
}
#middle {
	width: 688px;

}
#right {
	width: 146px;
	margin-top: 10px;
}
#middle_under {
	width: 1017px;
	height: 3px;
}
#footer {
	width: 1017px;
	margin-top: 10px;
	height: 23px;
}
/********************************************************************************/
/* Design */
/********************************************************************************/
#shadow {
	background: transparent url(../images/style/shadow_bg.png);
}
#shadow2 {
	background: transparent url(../images/style/shadow2_bg.png);
}
#page {
	border: 3px solid #fff;
	background: transparent url(../images/style/page_bg.jpg);
}
#head {
	border-top: 2px solid #fff;
	background: transparent url(../images/style/head_bg.jpg);
}
#logo {
	border-top: 3px solid #fff;
	float: right;
}
#flash {
	border-top: 3px solid #fff;
	float: right;
}
#logo2 {
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	float: right;
}
#info {
	background: transparent url(../images/style/info_bg.jpg);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#hello {
	float: left;
	width: 195px;
	height: 20px;
	border-right: 3px solid #fff;
}
#bread {
	float: left;
	width: 652px;
	height: 20px;
}
#bread p {
	float: left;
	width: 599px;
}
#bread .tx-queofontresizer-pi1 {
	margin-top: 3px;
	float: left;
}
#bread .tx-queofontresizer-pi1 img {
	margin-left: 3px;
}
#lang {
	float: left;
	width: 164px;
	height: 20px;
	border-left: 3px solid #fff;
}
#lang p {
	float: right;
	margin-right: 6px;
	margin-top: 5px;
}
#left {
	float: left;
}
#middle {
	float: left;
	background: transparent url(../images/style/middle.png);
}
#right {
	float: left;
}
#middle_under {
	background: url(../images/style/middle_down.png) no-repeat scroll 183px 0 transparent;
}
#footer {
	background: transparent url(../images/style/foot_bg.jpg);
}
#floater {
	float: left;
	position: relative;
}
.content_wrap {
	margin: 20px 20px 0 20px;
	width: 648px;
}
.menu {
	width: 171px;
	margin: 0 0 0 6px;
	background: url(../images/style/menu_three.png) repeat scroll 0 0 #f2f2f2;
}
.menuwrap_u, .menuwrap_d {
	height: 3px;
	width: 171px;
}
.menuwrap_u {
	background: transparent url(../images/style/top_three.jpg);
	margin: 10px 0 0 6px;
}
.menuwrap_d {
	background: transparent url(../images/style/bot_three.jpg);
	margin: 0 0 0 6px;
}
/********************************************************************************/
/* Style */
/********************************************************************************/
.content_inside_wrap p.bodytext {
	line-height: 133%;
}
.content_inside_wrap ul {
	list-style-type: disc;
	margin: 5px 0 5px 0;
	padding-left: 30px;
	line-height: 133%;
}
#hello span {
	color: #FFFFFF;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding-top: 3px;
}
#bread p {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 0 5px;
}
#bread p a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#bread p span.link_aktiv a {
	text-decoration: none;
	font-weight: bold;
}
#lang p img {
	float: left;
	margin-left: 5px;
}
ul.sub_one {
	padding-bottom: 10px;
	padding-left: 12px;
	padding-top: 7px;
}
ul.sub_one li.sub_one_no a {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}
ul.sub_one li.sub_one_no a:hover {
	color: #287ba7;
}
ul.sub_one li.sub_one_act a {
	color: #287ba7;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
ul.sub_two {
	color: #287BA7;
	font-size: 12px;
	margin-left: 3px;
}
ul.sub_one li.sub_two_no a, ul.sub_one li.sub_two_act a {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
ul.sub_one li.sub_two_no a:hover {
	color: #287ba7;
}
ul.sub_one li.sub_two_no {
	padding-left: 9px;
}
ul.sub_one li.sub_two_act {
	background: url(../images/style/li_dot.jpg) no-repeat scroll 0px 6px transparent;
	padding-left: 9px;
}
.content_menu {
	background: url(../images/style/menu_stripe.png);
	width: 640px;
}
.content_menu_btn, .content_menu_img {
	float: left;
}
.content_menu_btn {
	height: 24px;
}
.content_menu_btn .left, .content_menu_btn .right, .content_menu_btn .left_act, .content_menu_btn .right_act {
	height: 22px;
	width: 5px;
}
.content_menu_btn .left {
	background: transparent url(../images/style/menu_l.png);
	margin-left: 2px;
}
.content_menu_btn .right {
	background: transparent url(../images/style/menu_r.png);
}
.content_menu_btn .mid {
	background: transparent url(../images/style/menu_m.png);
	height: 18px;
	padding-top: 4px;
}
.content_menu_btn .left_act {
	background: transparent url(../images/style/menu_l_act.png);
	margin-left: 2px;
}
.content_menu_btn .right_act {
	background: transparent url(../images/style/menu_r_act.png);
}
.content_menu_btn .mid_act {
	background: transparent url(../images/style/menu_m_act.png);
	height: 18px;
	padding-top: 4px;
}
.content_menu_btn .mid a {
	color: #615d5c;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.content_menu_btn .mid a:hover {
	color: #287BA7;
}
.content_menu_btn .mid_act a {
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.content_inside_wrap {
	width: 600px;
	background: url(../images/style/content_wrap_m.png) repeat scroll 0 0 #f2f2f2;
	padding: 20px;
	min-height: 530px;
	font-family: Verdana;
	font-size: 12px;
}
.content_inside_wrap_top {
	margin-top: 2px;
	height: 3px;
	width: 640px;
	background: transparent url(../images/style/top_three.jpg);
}
.content_inside_wrap_bot {
	height: 3px;
	width: 640px;
	background: transparent url(../images/style/bot_three.jpg);
}
.content_left {
	float: left;
	width: 330px;
}
.content_right {
	float: left;
	width: 225px;
	margin-left: 45px;
}
ul.metamenu {
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	float: right;
	margin-right: 10px;
}
ul.metamenu li {
	float: left;
}
ul.metamenu a {
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.tx-macinasearchbox-pi1 {
	margin-left: 6px;
	width: 134px;
	background: transparent url(../images/style/search_mid.png);
	background-color: #5292b6;
}
.tx-macinasearchbox-pi1 form {
	margin-left: 3px;
}
div.csc-textpic div.csc-textpic-single-image img {
	border: 5px solid #fff;
}

.kontakt_mid div.csc-textpic div.csc-textpic-single-image img {
  border:0;
  margin:5px 0;
  margin-left:-5px;
}
.csc-textpic-image img, .csc-textpic-firstcol img, .csc-textpic-lastcol img {
	border: 2px solid #fff;
}
div.csc-textpic img {
	border: 2px solid #fff;
	margin-top: 3px;
}
.search_top {
	margin-top: 10px;
	margin-left: 6px;
	height: 3px;
	width: 134px;
	background: transparent url(../images/style/top_three.jpg);
}
.search_bot {
	margin-left: 6px;
	height: 3px;
	width: 134px;
	background: transparent url(../images/style/bot_three.jpg);
}
.kontakt_top {
	margin-top: 20px;
	margin-left: 6px;
	height: 23px;
	width: 134px;
	background: transparent url(../images/style/kontakt_top.png);
}
.kontakt_mid {
	background: url("../images/style/search_mid.png") repeat scroll 0 0 #f2f2f2;
	margin-left: 6px;
	padding-left: 5px;
	width: 129px;
	font-family: Verdana;
	font-size: 11px;
}
.news_top {
	margin-top: 20px;
	margin-left: 6px;
	height: 23px;
	width: 134px;
	background: transparent url(../images/style/news_top.png);
}
.news_mid {
	background: url("../images/style/search_mid.png") repeat scroll 0 0 #f2f2f2;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 5px;
	width: 124px;
	font-family: Verdana;
	font-size: 11px;
}
.news-list-date {
	display: block;
	float: none;
	padding-left: 0px;
	color: #287ba7;
	font-family: Verdana;
	font-size: 12px;
}
.news-inhalt, .news-list-morelink {
	padding-left: 2px;
}
.news-list-container a {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
.news-latest-item {
	margin-bottom: 12px;
	padding: 3px;
}
.news-latest-date a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #12456C;
	padding-bottom: 5px;
	line-height: 180%;
	width: 100%;
	display: block;
}

.news-latest-item img {
   margin-top: 10px;
}

.news_images a {
  padding-right:10px;
}

.news-single-imgcaption {
  display:none;
}

.news-latest-morelink a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.news-latest-date a:hover {
	color: #287ba7;
}
.news-latest-item > p {
	margin-top: 10px;
}
input.textfield {
	height: 18px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 4px;
	width: 96px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #dbdfe6;
	color: #615d5c;
margin-top
/*\**/
	: 2px\9
}
input.button {
	background: url(../images/style/such_btn.gif) no-repeat scroll 0 2px transparent;
	cursor: pointer;
	height: 22px;
	margin-left: -3px;
	width: 20px;
position
/*\**/
	: absolute\9
}
.image_gallery {
	height: 135px;
	margin: 15px 0 15px 0;
	width: 595px;
	background-color: #fff;
	padding: 5px 0 0 3px;
	border: 1px solid #bbb;
}
.image_gallery .left, .image_gallery .right {
	float: left;
	height: 135px;
	width: 25px;
}
.image_gallery .mitte {
	float: left;
	height: 135px;
	overflow: hidden;
	position: relative;
	width: 545px;
}
.pfeil {
	margin-top: 53px;
}
h1 {
	color: #287ba7;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 10px;
}
.tx-indexedsearch-browsebox p, .tx-indexedsearch-browsebox ul {
	margin-bottom: 10px;
}
#formhandler_contact_form div.left {
	width: 160px;
	float: left;
}
#formhandler_contact_form div.right {
	width: 160px;
	margin-left: 10px;
	float: left;
}
#formhandler_contact_form div.bottom {
	width: 330px;
	float: left;
}
#formhandler_contact_form div.long {
	width: 320px;
	float: left;
}
#formhandler_contact_form label {
	display: block;
	width: 160px;
	margin-bottom: 1px;
}
#formhandler_contact_form input {
	display: block;
	width: 160px;
	margin-bottom: 4px;
	border:1px solid #666;
}
#formhandler_contact_form div.bottom input {
	cursor: pointer;
}
#formhandler_contact_form div.long input {
	display: block;
	width: 330px;
	margin-bottom: 5px;
}
#formhandler_contact_form textarea {
	display: block;
	width: 330px;
	height: 80px;
	margin-bottom: 14px;
	border:1px solid #666;
}
#formhandler_contact_form div.bottom p {
	display: block;
	width: 330px;
	margin-top: 10px;
	font-size: 9px;
}
.Tx-Formhandler a {
	display: block;
	width: 330px;
	color: #d60a0a;
	text-decoration: none;
}
.tx-felogin-pi1 {
	margin-left: 220px;
	margin-top: 110px;
}
.tx-felogin-pi1 input {
	display: block;
	width: 160px;
	margin-bottom: 4px;
}
#flash div.csc-textpic-single-image img {
	border: 0;
	margin: 0;
}
.contenttable td {
	font-weight: normal;
	min-width: 260px;
	padding: 10px 0 10px 0;
	vertical-align: top;
	line-height: 133%;
	border-bottom: 1px dotted #333333;
}
.contenttable {
	border-collapse: collapse;
}

.amperiusLink {
 margin:10px 0 0 6px;
}