body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
    font-size: 10pt;
        text-decoration: none;
        font-weight:normal;
        text-align: left;
	color: #000000; 
	width: 100%;
	height: 100%;
	background: #1F1A17;
}
a:link, a:active, a:visited { 
	color: #000000; 
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	font-weight:normal;
	}
a:hover { 
	font-size: 10pt;
	font-family: arial, sans-serif;
	text-decoration: underline;
	}
img {
	border: 0px;
}
h2 {
	text-align: left;
}
h3 {
	text-align: left;
}
#inhalt {
	position: absolute;
	width: 950px;
	top: 10px;
	left: 50%;
	margin-left: -475px;
	background: #EFEEEE;
	border-left: 1px solid #1F1A17;
	border-right: 1px solid #1F1A17;
	border-bottom: 1px solid #1F1A17;
	border-top: 1px solid #1F1A17;
    }
#topframe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	z-index: 400;
    background: #EFEEEE url(images/header_bild.jpg) top left no-repeat;
}
#logo {
	position: relative;
	top: 25px;
	left: 10px;
}
#headertext {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	z-index: 150;
}
#headernavigation {
	position: absolute;
	right: 0px;
	top: 3px;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	z-index:200;
}
#leftframe {
	min-height: 400px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	/* background: #EFEEEE url(images/left_bild.jpg) top left no-repeat; */
    background: #EFEEEE;
	z-index: 200;
	padding-bottom: 5px;
}
#language {
	width: 225px;
	height: 20px;
	background: #EFEEEE;
	position:absolute;
	bottom: 5px;
	left: 0px;
	z-index: 100;
	padding-left: 25px;
	text-align: left;
}	
#mainframe {
	position: relative;
	top: 0px;
	width: 710px;
	height: 100%;
	min-height: 400px;
	left: 0px;
	/* background: #FFFFFF url(images/main_bild.jpg) top left no-repeat; */
    background: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 200px;
}
#bottomframe {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 870px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	margin-left: 80px;
	line-height: 30px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	z-index: 120;
}
.starttext {
	float: left;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5em;
}
#dhtmltooltip {
	position: absolute;
	border: 1px solid black;
	width: 150px;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	filter:ex: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}
#teamtable_gl {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}
#teamtable_gl td {
	width: 25%;
	height: 200px;
}
#teamtable_gl img {
	padding: 10px;
	border: 1px solid #EFEEEE;
}
#teamtable_gl img:hover {
	border: 1px solid #0093DD;
}
#teamtable {
	margin-top: 50px;
	margin-bottom: 50px;
      width: 100%;
	text-align: center;
}
#teamtable td {
        width: 25%;
        height: 200px;
}
#teamtable img {
        padding: 10px;
        border: 1px solid #EFEEEE;
}
#teamtable img:hover {
	border: 1px solid #0093DD;
}
.taetigkeiten h3 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.taetigkeiten ul li {
	padding-bottom: 16px;
}
.referenzen a:link a:visited a:hover {
	font-size: 9px;
	padding-bottom 2px;
}
#mainframe ul {
    list-style-image: url(images/icon.png);
    }
#weiss {
    color: #ffffff;
    }
#schwarz {
    color: #000000;
}
#grau {
    color: #EFEEEE;
    }