/*
      MERTENS.IT - Technik und Design
	  
	  E-Mail: kontakt@mertens-it.de
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #FFF;
 background: url(../img/main_back.jpg) repeat-x #000;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#faux {
 background: url(../img/body_back.jpg);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 position: relative;
 color: #FFF;
 width: 960px;
 padding: 0;
 height: 265px;
 margin: 0px 0px 0px 0px;
 background: url(../img/head_back.jpg) no-repeat transparent;
}

/*
 * Font styles
 */

h1 {
	font-family: Georgia, Times, serif;
	font-size: 14pt;
	color: #0a571f;
	display: inline-block;
	width: 510px;
	padding-bottom: 5px;
	border-bottom: solid 1px #0a571f;
	margin-bottom: 12px;
}

h2 {
	font-size: 11pt;
	color: #601e1e;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
}


h3 {
	font-size: 10pt;
	font-weight: bold;
	display: inline-block;
	width: 500px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	margin: 15px 0px 5px 0px;
}

p, td {
	//font-family: Georgia, Times, serif;
	color: #626262;
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	color: #601e1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom: 25px;
}

ul li {
	list-style: inside none;
	margin-bottom: 5px;
}

hr {
	color: #32466f;
	background-color: #32466f;
	display: inline-block;
	width: 500px;
	border: 0;
	height: 1px;
	margin: 17px 0px 15px 0px;
}

hr.invisible {
	height: 0px;
}

div.team {
	display: inline-block;
	width: 500px;
}

table.content {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	border-collapse: collapse;
}

table tbody tr td, th {
	text-align: left;
	vertical-align: baseline;
}

table tbody tr th {
	margin: 0;
	padding-right: 10px;
}

img.content_img {
	display: block;
	float: right;
	margin: 3px 0px 20px 15px;
	border: 1px solid #0a571f;
}

img.content_img_small {
	display: block;
	float: right;
	margin: 3px 0px 20px 15px;
}


div#map_canvas {
	width: 510px;
	height: 400px;
	display: inline-block;
	margin: 10px 0px 10px 0px;
	border: solid 1px #0a571f;
}

/*
 * Meta Navigation
 */
div#metanavigation {
 display:block;
 position:absolute;
 right: 10px;
 top: 20px;
 color: #fff;
 z-index:100;
}

ul#metanav {
	text-align: right;
}

ul#metanav li {
	list-style: none;
	display: inline;
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
	padding-left: 5px;
}

ul#metanav li a {
	color: #ccc;
	text-decoration: none;
}

ul#metanav li a:hover, ul#metanav li.active a {
	color: #fff;
	text-decoration: underline;
}

ul#metanav li.divider {
}

/*
 * Header Image
 */
img#header_img {
	margin: 57px 0 0 0;
	float:right;
	z-index: 1;
}

/*
 * Main Navigation
 */
#navigation {
 display: block;
 overflow: hidden;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 position: absolute;
 top: 226px;
 right: 0px;
 color: #333;
 padding: 0px;
 width: 593px;
 height: 30px;
 margin: 0px 0px 0px 0px;
 background: url(../img/nav_back.png) no-repeat transparent;
}

ul#mainnav {
	text-align: center;
	vertical-align: middle;
	padding: 6px 10px 0px 0px;
	
}

ul#mainnav li {
	list-style: none;
	display: inline;
	font-size: 11px;
	color: #c5c8cc;
	font-weight: bold;
	padding-left: 16px;
}

ul#mainnav li a {
	color: #c5c8cc;
	text-decoration: none;
}

ul#mainnav li a:hover, ul#mainnav li.active {
	color: #fff;
	text-decoration: none;
}

ul#mainnav li.divider {
}



/*
 * Left column
 */

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0;
 padding: 0px;
 width: 367px;
 float: left;
}

#leftcolumn hr {
	color: #601e1e;
	background-color: #601e1e;
	display: inline-block;
	width: 260px;
	border: 0;
	height: 1px;
	margin: 10px 10px 10px 50px;
}

#leftcolumn div {
	display: block;
	overflow: hidden;
	padding: 0px;
}

#leftcolumn div div {
	display: block;
	overflow: hidden;
	padding: 10px 15px 10px 15px;
}


#leftcolumn div div h1 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #601e1e;
	border: none;
	padding: 0;
	margin: 0;
}

#leftcolumn div div h2 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #601e1e;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#leftcolumn div div h3 {
	font-size: 14px;
	color: #601e1e;
	border: none;
	width: 325px;
	text-align: right;
	padding: 0;
	margin: 0 0 10px 0;
	border: none !important;
}

#leftcolumn div div p {
	color: #626262;
	font-size: 12px;
	font-weight: bold;
}

#leftcolumn div div#adresse {
	margin: 10px 0 10px 0;
	
}

.noborder {
	border: none !important;
}

/*
 * Right column
 */
#rightcolumn { 
 float: right;
 color: #fff;
 margin: 0px;
 margin-top: 20px;
 padding: 0px;
 width: 580px;
 display: inline;
 position: relative;
}


div.rightteaser {
	margin: 0px;
}

div.rightcontent {
	margin: 5px 0px 0px 0px;
	padding: 0px 36px 5px 34px;
	background-color: #fff;
	color: #000;
	clear: both;
}

div.rightcontent p {
		line-height: 17px;
}

#footer { 
 width: 960px;
 height: 50px;
 background: url(../img/footer_back.jpg) no-repeat transparent;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 12px;
}
.clear { clear: both; background: none; }