body {
	background: #938f86 url(images/bg_body.jpg) no-repeat center center;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

html {
	overflow-y: scroll;
}

h1 {
	color: #000;
}

h2 {
	color: #000;
}



div#wrapper {
	width: 960px;
	border: 1px solid #fff;
	margin: auto;
	border-top: 0;
}

h1#header {
	background: #d9d5cc url(images/logo_marquardt.jpg) no-repeat center center;
	padding: 0;
	margin: 0;

}

h1#header a {
	height: 99px;
	display: block
}

h1#header div, h1#header span {
	display: none;
	padding: 30px;
	font-size: 20pt;
	text-align: center;
}





ul#sub_menu li.active a {
	color: #fff;
}


ul#menu, ul#sub_menu, div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
}

ul#sub_menu {
	background: #009899 url(images/bg_sub_menu.gif) repeat-x;
	padding-left: 5px;
}

ul#menu {
	background: #009899 url(images/bg_menu.gif) repeat-x;
	padding-left: 5px;	
}

div#footer {
	text-align: center;
	border-top: 1px solid #fff;
}

div#footer ul {
	text-align:center;
	list-style:none;
	height: 17px;
	padding-top: 3px;
}

div#footer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

div#footer ul li {
	display: inline;
}


ul#menu li, ul#sub_menu li {
	display: inline;
	float: left;
}



ul#menu li a, ul#sub_menu li a {
	font-weight: bold;
	display: block;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 15px;
}


* html ul#menu li a, * html ul#sub_menu li a {
	display: inline;
	padding-bottom: 3px;
}


ul#menu li a:hover, ul#sub_menu li a:hover, div#footer ul li a:hover {
	text-decoration: underline;
	
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

ul#sub_menu li a, div#footer ul li a {
	color: #000;
	text-decoration: none;
}

#content {
	border-top: 1px solid #fff;
	background: #d8d7d6 url(images/bg_content.jpg) no-repeat;
}

ul li.active a {
	background: #726f6a;
}


#left {
	width: 220px;
	float: left;
}

#right {
	width: 220px;
	margin-left: 730px;
	margin-top: 20px;
	
}

#main {
	width: 460px;
	float: right;
	
	
}


#float_wrapper {
	min-height: 400px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 700px;
}

.clear {
	clear: both;
	margin-bottom: 10px;
}

h2 {
	background: #008081 url(images/bg_headline.gif) repeat-x;
	color: #fff;
	margin: 0;
	height: 14px;
	padding: 3px;
	font-size: 11px;
}

.fce1 img {
	float: right;
	margin-left: 10px;
	
}

.fce1 {
	border-bottom: 1px solid #6c6964;
	margin-bottom:8px;
	padding-bottom:11px;
	height: 120px;

}
* html .fce1 {
	height: 140px;
	padding-bottom:0;
}


* html div.wrapper div.right {
	margin-left: 235px;
	height: 115px;
}



#content p {
	margin: 0;
	margin-bottom: 10px;
	color: #000;
	padding-top: 0;
	padding-left: 1px;
	padding-bottom: 10px;
	
}

#content p a {
	color: #009899;
	font-weight: normal;
}

#content p a:hover {
	color: #008081;
}

.wrapper {
	padding-top: 0;
}


div.wrapper div.left {
	float: left;
	width: 220px;
}


div.wrapper div.right {
	margin-left: 240px;
	width: 220px;
}

ul.list, ul.list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list {
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.list a {
	color: #000;
	text-decoration: none;
	padding-top: 2px;
	display: block;
}

ul.list li.top a {
	font-weight: bold;
}

ul.list a:hover {
	text-decoration: underline;
}

* html ul.list a {
	height: 18px;
}


div.csc-textpic-clear {
	clear: left;
}


	
  .fce1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }



* html  .fce1 {
    zoom: 1;    
    display: block;  /* resets display for IE/Win */  
    } 
    
iframe {
	border: 0;
	background: transparent;
}




 
.csc-textpic:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.csc-textpic {display: inline-block; margin-bottom:10px; }   


* html .csc-textpic {
	zoom: 1;     
	display: block;    
	margin-bottom:10px;
}  