* {
	margin: 0px;
	padding: 0px;
}

body {
    background: #fff;
    color: #2d3437;
	font: 11pt arial, verdana, sans-serif;
    /*
min-height: 100%;
	height: auto !important;
	height: 100%;
*/
	position: relative;
	text-align: center;
}

h3 {
    font-weight: normal;
}


a {
	color: #3b3b3b;
	text-decoration: none;
	font: 11pt arial, verdana, sans-serif;
}

#container {
    background: #fff;
    margin: 0 auto;
	padding: 0 9px;
	width: 950px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/***************************************************************************
* Header (Logo + Banner + Skyscraper) + Specials(SpecialMenu + Flash) + Main (DIV arround Navi and Content DIV's)
***************************************************************************/

#header {
  	background: url(../images/bg_header_red.png) top right no-repeat;
    border-bottom: 1px solid #aa321e;
	height: 117px;
	margin: 0 auto;
    margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0 0 20px;
    position: relative;
	width: 930px;
}

#header .logoMonier {
	display: block;
	height: 45px;
    position: absolute;
    right: 21px;
	text-align: left;
    top: 29px;
	width: 90px;
}

#header .logoLink {
	display: block;
	height: 75px;
    left: 20px;
    position: absolute;
	text-align: left;
    top: 20px;
	width: 225px;
}

/* Horizontal Menu
------------------------------ */

#headerMenu {
    bottom: 10px;
    height: 29px;
    position: absolute;
    width: 933px;
}

#headerMenu ul {
    list-style: none;
    margin-top: 13px;
}

#headerMenu li {
    float: left;
    padding: 4px 19px 0 0;
}

#headerMenu li a {
    color: #88776a;
    display: block;
    font-size: 10px;
    height: 18px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

* html #headerMenu li a {
    overflow: visible;
    width: 1px;
}

#headerMenu li a.active {
    background: url(../images/headerMenuLink_bg.gif) right 0 no-repeat;
    color: #fff;
    padding-right: 10px;
}

#headerMenu li a:hover {
    color: #aa321e;
}

#headerMenu span.active {
    background: url(../images/headerMenuLi_bg.gif) no-repeat;
    display: block;
    height: 23px;
    padding-left: 10px;
}

* html #headerMenu span.active {
    width: 10px;
}

#main {
	background: #fff;
    width: 950px;
    float: left;
}

#content {
	background: #fff;
	float: left;
    font-size: 12px;
	padding-left: 10px;
	width: 940px;
	text-align: left;
}

#content a {
    font-size: 12px;
}

#content h1 {
   	font-size: 1.3em;
	margin-bottom: 1em;
    padding: 15px 0 0px 0;
	text-align: left;
}

#content h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

#content h3 {
    font-size: 1em;
    margin-bottom: 1em;
}

#content ul {
    list-style: none;
    /*margin-left: 15px;*/
}

#content table.tab {
    margin-bottom: 20px;
}

/*
 * Fachberater
*/
.fbBox {
    margin: 10px 0;
}

.fbBox .companyName {
    clear: both;
    font-weight: bold;
    padding-top: 10px;
}
.fbBox .fbImage {
    float: left;
    margin-right: 5px;
}


#search_result {
	float:left;
	padding: 5px;
    margin-top: 20px;
}

#search_result a {
    color: #aa321e;
}

#link_list_vert {
    float: right;
    padding: 25px 30px 0 0;
    width: 229px;
}

#col-right {
    float: right;
    width: 229px;
    margin: 20px 0;
}

#col-right img {
    border: none;
    float: left;
    margin-bottom: 20px;
}

#links {
    float:right;
    /*padding: 10px;*/
    width: 209px;
}

#links a {
    color: #aa321e;
}


/* Boxes ------------------------------ */
.FCE-box-roundcorners { width: 100%; margin: 0 0 20px 0; float: left; }
.FCE-box-roundcorners .FCE_l { width: 100%;  background: url(../images/line01_v.gif) left top repeat-y; float: left; }
.FCE-box-roundcorners .FCE_r { width: 100%; background: url(../images/line01_v.gif) right top repeat-y; float: right; }
.FCE-box-roundcorners .FCE-content { margin: 0 11px; clear: both; }
.FCE-box-roundcorners .FCE_t { width: 100%; font-size: 1px; background: url(../images/line01_h.gif) left top repeat-x; float: left; }
.FCE-box-roundcorners .FCE_b { width: 100%; font-size: 1px; background: url(../images/line01_h.gif) left bottom repeat-x; float: left; }
.FCE-box-roundcorners .FCE_t .c_l { width: 11px; height: 10px; background: url(../images/corner_lt.gif) left top no-repeat; float: left; }
.FCE-box-roundcorners .FCE_t .c_r { width: 11px; height: 10px; background: url(../images/corner_rt.gif) right top no-repeat; float: right; }
.FCE-box-roundcorners .FCE_b .c_l { width: 11px; height: 11px; background: url(../images/corner_lb.gif) left bottom no-repeat; float: left; }
.FCE-box-roundcorners .FCE_b .c_r { width: 11px; height: 11px; background: url(../images/corner_rb.gif) right bottom no-repeat; float: right; }


#headertext {
	float:left;
    width: 645px;
}


#search_result_text {
	height:auto !important;
	height:20px;  /*for IE */
	min-height:20px;
	/*padding: 5px;*/
    margin-top: 20px;
	width: 630px;
}

#search_result_text_state {
	float:left;
	height:auto !important;
	height:20px;  /*for IE */
	min-height:20px;
	/*padding: 5px;*/
	width: 193px;
}

#datarecord {
    background: #efece9;
	padding: 10px;
	float: left;
    font-size: 0.9em;
	margin-top: 30px;
}

#adress {
    float: left;
	width: 240px;
}

#icon {
   float: left;
}

#icon img{
   margin: 4px 15px 0 0;
}

.tab {
   width: 665px;
}

.tabName {
   width: 200px;
}

#map {
   	float: left;
	height: 400px;
	padding: 5px;
}

/***************************************************************************
* Footer
***************************************************************************/


#footer {
    background: url(../images/footer-red.png) bottom no-repeat;
    float: left;
    height: 70px;
    margin-top: 20px;
    position: relative;
    width: 950px;
}

#claim {
    color: #aa321e;
    font-size: .9em;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 0;
}

