@charset "utf-8";
/* CSS Document */

* {
	font-size: 11px;
	line-height: 15px;
}

body {
	margin: 0;
	padding: 0;
	background: #e2f1f8 url(../img/fmtg.back.gif) left top repeat-x;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;			
}
img {
	border:0px;
}
a {
	color:#00468E;
}
input,
select,
textarea {
	border: 1px solid #dbdee1;
	padding: 2px 6px;
	margin:0;
}
input.submit {
	background:#FFF;
	color: #000;
}
label {
	width: 150px;
	float:left;
}

#background {
	width: 100%;
	background: url(../img/fmtg.shadow.gif) center top no-repeat;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#site {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
/**
 * Header Area
 */
#header {
	float:left;
	width:980px;
	height: 370px;
	background: url(../img/fmtg.back.header.gif) center bottom repeat-x;
	position:relative;
	padding: 10px 10px 0 10px;
}
#header img.haderimage {
	position:absolute;
}

#header h3 #logo {
	position:relative;
	width: 417px;
	height: 119px;
	display:block;
	top: 0px;
	left: 0px;
	color:#FFFFFF;

}
#header h3 #logo span {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 417px;
	height: 119px;
	background:url(../img/fmtg.logo.png) left bottom no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}
#header .top {
	position:absolute;
	bottom:41px;
	width: 980px;
	height: 19px;
	color:#666666;
}
#header .breadcump {
	float:left;
	padding: 2px 0;
}
#header .breadcump a {
	color:#666666;
	text-decoration:none;
}
#header .menu {
	float:right;
}
#header #language{
	float:right;
	width:120px;
	height:19px;
	padding: 0px 0px 0px;
	
}
#header #language .selectbutton {
	border:1px solid #dbdee1;
	/*cursor:pointer;*/
	cursor:default;
	
	height: 12px;
	padding: 2px 5px 3px;
	background:url(../img/fmtg.language.gif) 100px 0px no-repeat;
	
}
#header #language .selectbutton img {
	padding: 0 0 0 0;
}
#header #language .options {
	background: #fff;
	width: 125px;
	overflow: hidden;
	float: left;
	padding:6px 0 6px 0;
}
#header #language .options a {
	display: block;
	width: 114px;
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 2px 0 2px 7px;
	text-decoration: none;
	color: #909499;
}
#header #language .options a img {
	margin: 1px 5px 0 0;
	overflow: hidden;
	float: left;
}


#header .search {
	float:right;
	width:120px;
	height:19px;
	padding:0 10px 0 0;
}
#header .search form {
	width: 120px;
	height: 19px;
	overflow:hidden;
}
#header .search form input.query {
	border-bottom: 1px solid #dbdee1;
	border-left: 1px solid #dbdee1;
	border-top: 1px solid #dbdee1;
	border-right: 0px none #ffffff;
	color: #dbdee1;
	width: 87px;
	float: left;
	height: 13px;
	padding: 2px 6px;
	margin: 0;
}
#header .search form input.submit {
	padding: 0;
	border: 0px none #ffffff;
	margin: 0;
}
#header .menu {
	padding: 2px 0;
}
#header .menu ul {
	padding: 0 5px 0 0;
}
#header .menu ul li {
	list-style:none;
	float:left;
	padding: 0 10px 0 0;
}
#header .menu ul li a {
	color:#666666;
	text-decoration:none;
}


.contentarea {
	float:left;
	width:1000px;
	background: url(../img/fmtg.back.content.gif) center bottom repeat-y;
}

#leftcol {
	float:left;
	width: 180px;
	padding: 0px 30px 40px 10px;
}
#leftcol ul {
	padding: 0 0 30px 0;
}
#leftcol ul li {
	background:url(../img/fmtg.menu.gif) 3px 8px no-repeat;
	padding: 3px 0 7px 18px;
	list-style:none;
}
#leftcol ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 12px;
	color:#666666;
	text-decoration:none;
}
#leftcol ul li.active a,
#leftcol ul li a:hover {
	color:#00468e;
}
/**
 * Content Area
 */
#content {
	float:left;
	padding: 0 20px 20px 20px;
	width: 550px;
	background: url(../img/fmtg.back.center.gif) center top no-repeat;
	position:relative;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#00458d;
	padding: 5px 0 24px 0;
}
#content h2,
#content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#00458d;
	padding:0 0 18px 0;
	line-height:22px;
}
#content .textarea {
	float:left;
	margin: 0 0 10px 0;
}
#content .textarea .textblock {
	float:left;
	width: 550px;
}
#content .textarea .textblock .images {
	width: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 15px;
	float: right;
}
#content .textarea .textblock .images a {
	display: block;
	width: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
}


#content .textarea .textblock .images .zoom {
	background: url(/static/img/zoom_standard.gif) left top no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}



#content p {
	padding:0 0 20px 0;
}
#content .features {
	float:left;
	bottom: 0px;
	border-top: #dbdee1 1px solid;
	width:550px;
	text-align:center;
	padding: 12px 0 0 0;
}
#content .features a {
	text-decoration:none;
	padding: 5px 15px;
	background-repeat:no-repeat;
	background-position:left center ;
	color:#666666;
}
#content .features a.top {
	background-image:url(../img/fmtg.feature.top.gif);
}
#content .features a.taf {
	background-image:url(../img/fmtg.feature.taf.gif);
	padding-left: 17px;
}
#content .features a.bookmark {
	background-image:url(../img/fmtg.feature.bookmark.gif);
	padding-left: 10px;
}
#content .features a.print {
	background-image:url(../img/fmtg.feature.print.gif);
	padding-left: 20px;
}
#content span {
	color: #00468E;
}
#content ul {
	padding: 0 0 0 15px;
}
#content li {
	margin: 0 0 0 0px;
	list-style-image:url(/static/img/fmtg.point.gif);
}


/**
 * RightCol / Teaser
 */
 
#rightcol {
	float:right;
	width: 170px;
	padding: 0 10px 40px 10px;
	color: #666666;
}
#rightcol h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#00468e;
	font-weight:normal;
	padding: 0 0 5px 0;
	width: 140px;
}
#rightcol .teaser {
	width: 170px;
	background-position: right top;
	background-repeat:no-repeat;
	margin: 0 0 20px 0;
}

#rightcol .teaser.jobs {
	background-image:url(../img/fmtg.back.right.jobs.gif);
}
#rightcol .teaser.press {
	background-image:url(../img/fmtg.back.right.press.gif);
}
#rightcol .teaser.news {
	background-image:url(../img/fmtg.back.right.news.gif);
}
#rightcol .teaser .shadow {
	background:url(../img/fmtg.back.right.gif) left top repeat-y;
	padding: 10px 5px 10px 10px;
}
#rightcol .teaser .shadow h5,
#rightcol .teaser .shadow a {
	background:url(../img/fmtg.menu.gif) 0 5px no-repeat;
	padding: 0 0 0 18px;
	color: #00468e;
}
#rightcol .teaser .shadow h5 {
	margin: 0;
	color: #999999;
}
#rightcol .teaser.news .shadow p {
	width: 150px;	
}
#rightcol .teaser.news .shadow a {
	background:none;
	padding: 0;
	/*
	color: #666666;
	text-decoration:none;
	*/	
}
/**
 * Footer
 */
#footer {
	float:left;
	width:1000px;
	/*height: 90px;*/
	background:url(../img/fmtg.back.footer.gif) left top repeat-x #FFF;
}
#footer address {
	background:url(../img/fmtg.footer.gif) 10px 10px no-repeat;
	padding: 28px 60px 10px ;
	font-weight:normal;
	font-style:normal;
}
#footer .seo {
	padding: 0 60px 10px;
}
/**
 * Special Sites
 */
/**
 * News
 */
#content .textarea.news {
	width: 550px;
}
#content .textarea.news .pageing {
	background:	transparent url(../img/fmtg.back.header.gif) repeat-x scroll center top;
	color: #999999;
	text-align:center;
	height: 15px;
	padding:7px 0 0 0;	
}
#content .textarea.news .pageing a {
	color: #999999;
	text-decoration:none
}
#content .textarea.news .pageing a.active {
	font-weight:bold;
}
#content .textarea.news .newsarea {
	margin:0 0 15px;
}
#content .textarea.news .newsarea .entry {
	background:url(/static/img/fmtg.back.jobs.gif) left top repeat-x;
	margin:0 0 20px;
	padding: 10px;
}
#content .textarea.news .newsarea .entry p {
	padding:0;
}
#content .textarea.news .newsarea .entry span {
	float:right;
	width: 60px;
	padding: 4px 0 8px;
}
#content .textarea.news .newsarea .entry h3 {
	padding: 0px 0;
}
#content .textarea.news .newsarea .entry a {
	float:right;
	display:block;
	
}
#content .textarea.news .newsdetail {
	padding: 0;
	margin: 0 0 15px 0;
}
#content .textarea.news .newsdetail p {
	padding: 0;
}
#content .textarea.news .newsdetail .newsimages {
	width: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 15px;
	float: right;
}
#content .textarea.news .newsdetail .newsimages a {
	display: block;
	width: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
	text-align:center;
	text-decoration:none;
}



/**
 * Job Area
 */
#content .textarea.jobs  .textblock {
	margin: 0 0 5px 0;
}
#content .textarea.jobs .pageing {
	float:left;
	width: 550px;
	text-align:right;
	color: #666666;
	margin: 0 0 5px 0;
}
#content .textarea.jobs .pageing.footer {
	margin: 0 0 5px 0;
}
#content .textarea.jobs .pageing a {
	text-decoration:none;
	color: #666666;
	padding: 0 0 0 3px;
}
#content .textarea.jobs .pageing a.active {
	font-weight:bold;
	color: #00468e;
}
#content .textarea.jobs .jobarea {
	width:550px;
	float:left;
	margin: 10px 0 0 0;
}
#content .textarea.jobs .jobarea .entry {
	background:url(/static/img/fmtg.back.jobs.gif) left top repeat-x;
	padding: 10px;
	width: 530px;
	float:left;
	margin: 0 0 10px 0;
}
#content .textarea.jobs .jobarea .entry span {
	float:right;
	width: 60px;
	padding: 4px 0 8px;
	color:#000;
}
#content .textarea.jobs .jobarea .entry h3 {
	float:left;
	width:470px;
	padding: 0 0 5px;
}
#content .textarea.jobs .jobarea .entry p {
	float:left;
	color: #00468e;
	font-weight:bold;
	padding: 0;
}
#content .textarea.jobs .jobarea .entry a {
	float:right;
	padding: 0 0 0 16px;
	background: url(/static/img/fmtg.menu.gif) no-repeat 0 5px;
}
#content .textarea.jobs .jobsdetail a.anfrage {
	text-decoration:none;
	font-weight:bold;
	width:550px;
	text-align:right;
	margin: 0 0 10px 0;
	display:block;
}
#content .textarea.jobs .jobsdetail li {
	list-style-image:none;
	list-style:disc;
}
#content .textarea.jobs .jobsdetail span {
	color:#000;
}
#content .textarea.anfrage form {
	width: 350px;
}
#content .textarea.anfrage form p {
	padding: 0 0 5px 0;
}
#content .textarea.anfrage form input {
	width:176px;
	color:#000;
}
#content .textarea.anfrage form input.zip {
	width: 40px;
	margin: 0 5px 0 0;
}
#content .textarea.anfrage form input.city {
	width: 113px;
}
#content .textarea.anfrage form textarea {
	width: 176px;
}
#content .textarea.anfrage form input.submit {
	margin: 0 0 0 150px;
	width: 190px;
}
#content .textarea.jobs.anfrage form input.submit {
	margin: 0;	
}
#content .textarea.jobs.anfrage form select {
	width:190px;
	color:#000;
}
#content .textarea.jobs.anfrage form label.textarea {
	width:350px;

}
#content .textarea.jobs.anfrage form textarea {
	width: 326px;
	color:#000;		
}

/**
 * Fehler in den Anfrage und Jobformularen
 */
#content .textarea.anfrage form input.error,
#content .textarea.anfrage form textarea.error{
		background:#F99;
}

	
/**
 * WebEdition Elements
 */
body.we {
	margin: 10px;
	padding: 10px;
}
#content h2.we {
	font-size: 12px;
	padding: 5px 0;
}


