@import url(rte.css);

html, p, a {
	font-size: 12px;
	font-family: verdana,sans-serif;
}
body {
	text-align: center;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
.clear {
	height: 1px;
	clear: both;
}
/*---------------------------------------
	Containers
---------------------------------------*/
.page_wrapper {
	width: 1024px;
	text-align: left;
	margin: 0 auto;
}
.header_wrapper {
	height: 142px;
	width: 1024px;
	background-image: url(image/header_back.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
.header_wrapper img{
	margin-top: 45px;
	margin-left: 56px;
	float: left;
}
.header_wrapper .meta_01 {
	margin-top: 36px;
	margin-right: 56px;
	float: right;
}
.header_wrapper .meta_01 p {
	float: left;
	margin-right: 10px;
}
.header_wrapper .meta_01 p a{
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}
.content_wrapper .top {
	height: 128px;
	width: 1024px;
}
.content_wrapper .bottom {
	width: 1024px;
}
.content_wrapper .top .left, .content_wrapper .bottom .left {
	width: 227px;
	padding-left: 56px;
	float: left;
	margin-right: 56px;
}
.content_wrapper .bottom .left .specialelement {
	margin-top: 30px;
}
.content_wrapper .top .middle, .content_wrapper .bottom .middle {
	width: 622px;
	float: left;
}
.content_wrapper .top .right, .content_wrapper .bottom .right {
	width: 63px;
	float: right;
}
.content_wrapper .top .middle {
	
}
.footer_wrapper {
	clear: both;
	width: 1024px;
	background-color: white;
	margin-top: 60px;
}
/*---------------------------------------
	Menu
---------------------------------------*/
/* ---------- Mainmenu -----------*/
.mainmenu {
	border-top: 1px solid #999999;
}
.mainmenu li {
	border-bottom: 1px solid #999999;
	width: 227px;
}
.mainmenu li a {
	margin-top: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: #999999;
	display: block;
}
/* ---------- Submenu -----------*/
.submenu {
	border-bottom: 1px solid #999999;
	height: 32px;
	margin-top: 6px;
	width: 622px;
}
.submenu li {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 12px;
}
.submenu li a {
	text-transform: uppercase;
	color: #999999;
}
/* ---------- Metanavi -----------*/
.metanavi li {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.metanavi li a {
	text-transform: uppercase;
	color: #999999;
	font-size: 10px;
}
.metanavi {
	margin-left: 56px;
}

/*---------------------------------------
	Typography
---------------------------------------*/
p.bodytext {
	margin-bottom: 15px;
	line-height: 150%;
}
h1 {
	margin-bottom: 15px;
	color: #ff0000;
	font-weight: normal;
	font-size: 14px;
}
h2 {
	margin-bottom: 10px;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}
.bottom .middle ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(image/bullet.jpg);
	margin-left: 15px;
	line-height: 150%;
	margin-bottom: 15px;
}
/*---------------------------------------
	Searchbox
---------------------------------------*/
.header_wrapper .meta_01 .sp_field {
	float: left;
	margin-right: 3px;
}
.header_wrapper .meta_01 .sp_button {
	float: left;
	margin-right: 10px;
} 
.header_wrapper .meta_01 .sp_print {
	float: left;
	margin-right: 3px;
}
.header_wrapper .meta_01 .sp_print img{
	margin: 0;
	padding: 0;	
}

.header_wrapper .meta_01 input.field {
	background-color: #e1e1e1;
	width: 120px;
	border: 1px solid silver;
	color: #999999;
}
.header_wrapper .meta_01 input.button {
	width: 16px;
	height: 18px;
	border: 0;
}
/*---------------------------------------
	Kontaktformular
---------------------------------------*/
#mailform .csc-mailform-field {
	margin-bottom: 5px;
}
#mailform .csc-mailform-field label {
	width: 250px ! important;
	display: block;
	float: left;
	padding-top: 1px;
}
#mailform .csc-mailform-field input {
	width: 300px;
	background-color: #e1e1e1;
	border: none;
	font-size: 12px;
	font-family: verdana,sans-serif;
}
#mailform .csc-mailform-field textarea {
	width: 300px;
	background-color: #e1e1e1;
	border: none;
	font-size: 12px;
	font-family: verdana,sans-serif;
}
#mailform .csc-mailform-field input.csc-mailform-submit {
	margin-left: 250px;
	width: 100px;
}
/*---------------------------------------
	FCE_2col
---------------------------------------*/
.twocol {
	line-height: 150%;
}
.twocol .twocol_left {
	width: 150px;
}
.twocol .twocol_right p {
	margin: 0;
}
/*---------------------------------------
	FCE_Employee
---------------------------------------*/
.employees .employee {
	width: 197px;
	height: 180px;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
	/*position: relative;*/
}
.employees .employee img {
	margin-bottom: 5px;
}
.employees .employee p {
	line-height: 150%;
}
.employees .employee p.empl_name {
	font-weight: bold;
}
.employees .employee p.empl_mail, 
.employees .employee p.empl_tel,
.employees .employee img.detail {
	display: none;
}
.employee_detail {
	position: fixed;
	top: 30%;
	left: 40%;
	z-index: 200;
}
.employee_detail img.detail {
	margin-left: 25px;
	margin-bottom: 10px;
}
.employee_detail a.close {
	position: absolute;
	z-index: 100;
	bottom: 30px;
	right: 25px;
}
.employee_detail p {
	line-height: 150%;
	margin-left: 25px;
	margin-right: 10px;
}
.employee_detail .det_top {
	height: 30px;
	width: 277px;
	background-image: url(image/back_det_top.png);
}
.employee_detail .det_middle {
	width: 277px;
	background-image: url(image/back_det_mid.png);
	background-repeat: repeat-y;
}
.employee_detail .det_footer {
	width: 277px;
	background-image: url(image/back_det_bot.png);
	height: 30px;
}
/*---------------------------------------
	REFERENCES
---------------------------------------*/
.tx-ongoingreferences-pi1 .part {
	margin-bottom: 25px;
}
.tx-ongoingreferences-pi1 .part a.ref_show{
	padding-right: 20px;
	background-image: url(image/more.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}
.tx-ongoingreferences-pi1 .part .reference {
	width: 197px;
	height: 150px;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
	/*position: relative;*/
}
.tx-ongoingreferences-pi1 .part .reference img {
	margin-bottom: 5px;
}
.tx-ongoingreferences-pi1 .part .reference p {
	margin-left: 6px;
	line-height: 150%;
	font-size: 10px !important;
}
.tx-ongoingreferences-pi1 .part .reference p.ref_name {
	font-weight: normal;
}
.tx-ongoingreferences-pi1 h2{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 5px;
}
/*---------------------------------------
	Searchresults
---------------------------------------*/
.tx-indexedsearch .browsebox {
	margin-top: 5px;
	margin-left: 0 !important;
}
.tx-indexedsearch p {
	line-height: 150%;
}
.tx-indexedsearch-res {
	padding-bottom: 15px;
	line-height: 150%;
}
.tx-indexedsearch-res .tx-indexedsearch-descr {
	font-size: 10px;
	padding-bottom: 5px;
}
/*---------------------------------------
	gallery
---------------------------------------*/
a.gallery_thumb img {
	margin-right: 15px;
	margin-bottom: 15px;
}

