﻿/*website*/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 16px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 20px;
}
h3 span {
	font-size: 14px;
	font-weight: normal;
}
img {
	border: 0;
}
.img_left {
	margin: 0 10px 10px 0;
	float: left;
}
/*body*/
body {
	background: #FFF;
	font-size: 14px;
	line-height: 1em;
	font-family: 'PT Sans', arial, verdana;
	color: #595959;
}
/*Hauptfester*/
#main {
	position: absolute;
	background: url(images/bg_main.jpg) 0px 0px no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
	width: 880px;
	height: 590px;
	padding: 58px 59px 20px 57px;
	background-color: #fff;
	border: 0px;
	overflow: hidden;
}
/*Inhaltsbereich Startseite*/
#content {
	width: 770px;
	height: 430px;
}
.tabprojekte {
	width: 770px;
}
.tabprojekte td {
	width: 110px;
	height: 110px;
	text-align: center;
}
.tabprojekte .tdhover {
	width: 110px;
	height: 110px;
	text-align: center;
	background-image: url(images/bg_tab_shadow.jpg);
	background-position: 0px 0px;
}
.tabprojekte td:hover {
	background: #FFF;
}
.tabcontent {
	width: 790px;
}
.tabcontent td {
	width: 243px;
	text-align: justify;
	vertical-align: top;
	padding-right: 20px;
}
.tabcontent td.CV1 {
	width: 50px;
	text-align: justify;
	vertical-align: top;
	padding-right: 20px;
}
.tabcontent td.CV2 {
	width: 100px;
	text-align: justify;
	vertical-align: top;
	padding-right: 20px;
}
.tabcontent td.CV3 {
	width: 580px;
	text-align: justify;
	vertical-align: top;
	padding-right: 20px;
}
/*Inhaltsbereich Projekte*/
.img_left_projekte {
	margin: 0 20px 0 0;
	float: left;
}
.tabelleprojekte {
	width: 720px;
}
.tabelleprojekte td {
	text-align: left;
	font-size: 13px;
}
.tabelleprojekte_breit {
	width: 920px;
}
.tabelleprojekte_breit td {
	text-align: left;
	font-size: 13px;
}
/*Footer*/
#footer-left {
	width: 100px;
	height: 67px;
	float: left;
	text-align: left;
	padding-left: 37px;
}
#footer-right {
	width: 770px;
	height: 67px;
	text-align: right;
}
/*Navigation*/
#nav {
	width: 740px;
	height: 30px;
	text-align: center;
	margin-top: 50px;
}
.impressum {
	float: left;
	font-size: 11px;
}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
