/* PNG Transparenz */
img, a, input, span{
	behavior: url(iepngfix.htc);
}

/* schriftstil,abstände */
html {
	height: 100%;
	padding: 0 0 1px 0; /*damit Firefox nicht springt*/
}

body
{
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	padding:0;
	height: 100%;
	background: url(../images/bg-header.jpg) repeat-x #3B452E;
}

div#content_rahmen {
	margin: 0 auto;
	padding: 0px;
	width: 966px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	overflow: hidden;
}

/* Korrektur für IE6 */
*html div#content_rahmen {
	overflow: visible;
/*	background: #FFFFFF;*/
}

div#content{
	float: left;
	text-align: left;
	width: 924px;
/*	height: 464px;*/
	padding: 20px 15px 40px 15px;
	margin: 0;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
	background: url(../images/bg-content.jpg) no-repeat #3f9647;
}

div#content-referenzen{
	float: left;
	text-align: left;
	width: 939px;
/*	height: 464px;*/
	padding: 20px 0px 40px 15px;
	margin: 0;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
	background: url(../images/bg-content.jpg) no-repeat #3f9647;
}

div#header{
	float: left;
	width: 954px;
	height: 196px;
	margin:0;
	padding:0;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
	background: url(../images/header.jpg) no-repeat;
}

div#navigation{
	float: left;
	width: 954px;
	height: 43px;
	margin: 0;
	padding: 1px 0 0 0;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
}

div#aufmacher{
	float: left;
	width: 954px;
	height: 230px;
	margin:0;
	padding:0;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
}

div#textfeld{
	float: left;
	width: 525px;
	height: 195px;
	margin:0;
	padding: 10px;
	background: url(../images/textfeld_trans.png) no-repeat;
}

div#textfeld_impressum{
	float: left;
	width: 362px;
	height: 322px;
	margin:0;
	padding: 10px;
	background: url(../images/textfeld_trans_impressum.png) no-repeat;
}

div#textfeld_leistungen{
	float: left;
	width: 560px;
	height: 195px;
	margin: 5px 5px 5px 0px;
	padding: 10px;
	background: url(../images/textfeld_trans_leistungen.png) no-repeat;
}


div#mitarbeiter{
	float: left;
	width: 172px;
	height: 215px;
	margin:0;
	padding: 0;
	background: #ffffff;
}

div#galerie-startseite{
	float: left;
	width: 325px;
	height: 205px;
	margin:0;
	padding: 5px;
	background: #fff;
}

div#bottom{
	float: left;
	width: 954px;
	height: 76px;
	margin:0;
	padding:0;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
	background: url(../images/bg-bottom.jpg) no-repeat;
}

.clear_left {
	clear: left;
	height:0;
	width:0;
	margin:0;
	padding:0;
}

img {
border: 0;
}

P
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	text-decoration: none;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
h2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	text-decoration: none;
	margin: 4px 0px 2px 0px;
	display: inline;
}


table,tr,td
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

UL { list-style-type: disc; list-style-position: outside; }
UL { padding-left: 15px; margin-top:5px;}
OL { padding-left: 20px; }
UL UL LI { font-size: 13px; }
LI { padding-left: 2px; }

/* Formatanweisungen für Slimbox */
#nav { float: left; width: 180px; }
#preview { float: left;}
ul { margin: 25px; }
li a { color: #0000FF; text-decoration: none;}
li a:hover { color: #FF0000; text-decoration: underline; }
a.thumb img {border: solid 5px #FFFFFF; }
a.thumb:hover img {border: solid 5px #FFFFFF; }
#slimbox_bild { float: left; padding: 20px 20px 0px 0px;}

/* allgemeine links */
a:link, a:visited, a:active { color:#FFFFFF; text-decoration:underline;font-family: Arial, Helvetica, sans-serif; font-size: 11pt;}
a:hover { color:#0C3;text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; }

/* Links */
#link a:link, #nav a:visited, #nav a:active { color:#000000; text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 11pt;}
#link a:hover{ color:#EE6F30;text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; }
