@charset "utf-8";
/* 3D Porfolio CSS-Stile */

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.mainTable {
	height: 100%;
	width: 100%;
}
.iframes {
	height: 720px;
	width: 1020px;
	border: 0px;
}
.inhaltsbox {
	height: 720px;
	width: 735px;
	background-color: #EBEBEB;
}
.inhalt {
	text-align: center;
	vertical-align: top;
	background-image: url(background/dots2.png);
}
.tab_bg_topmiddle {
	background-image: url(background/topline.png);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 35px;
}
.tab_bg_topleft {
	height: 26px;
	width: 26px;
	background-color:#FFF;
	background-image: url(background/topleft.png);
	background-repeat: no-repeat;
}
.tab_bg_topright {
	height: 26px;
	width: 26px;
	background-image: url(background/topright.png);
	background-repeat: no-repeat;
}
.tab_bg_middleleft {
	background-image: url(background/middleleft.png);
	background-repeat: no-repeat;
}
.tab_bg_buttommiddle {
	background-image: url(background/buttomline.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
}
.tab_bg_buttomleft {
	height: 26px;
	width: 26px;
	background-color:#FFF;
	background-image: url(background/buttomleft.png);
	background-repeat: no-repeat;
}
.tab_bg_buttomright {
	height: 26px;
	width: 26px;
	background-image: url(background/buttomright.png);
	background-repeat: no-repeat;
}
.menugraphic_home {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_home.png);
	background-repeat: no-repeat;
}
.menugraphic_service {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_service.png);
	background-repeat: no-repeat;
}
.menugraphic_gallery {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_gallery.png);
	background-repeat: no-repeat;
}
.menugraphic_contact {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_contact.png);
	background-repeat: no-repeat;
}
.menugraphic_download {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_download.png);
	background-repeat: no-repeat;
}
.menugraphic_reference {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_reference.png);
	background-repeat: no-repeat;
}
.menugraphic_impressum {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_impressum.png);
	background-repeat: no-repeat;
}
.menugraphic_aboutme {
	height: 668px;
	width: 26px;
	background-image: url(background/highbar_aboutme.png);
	background-repeat: no-repeat;
}
.tabbox {
	width: 400px;
	border: 1px solid #EBEBEB;
	margin-right: auto;
	margin-left: auto;
}
.tabhead {
	color: #666;
	background-color: #EBEBEB;
	font-weight: bold;
	border: 1px solid #EBEBEB;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
.adresszusatz {
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: middle;
	color: #666;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #EBEBEB;
}

.adresseicons {
	padding: 3px;
	text-align: right;
	background-color: #EBEBEB;
}
.adresse {
	padding: 3px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #EBEBEB;
}
.haftung {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 400px;
	width: 668px;
	border: 1px dotted #000;
	overflow: auto;
	padding: 5px;
	text-align: left;
}
.cform_leftside {
	text-align: right;
	padding: 3px;
}
.cform_rightside {
	text-align: left;
	padding: 3px;
}
.cform_padding {
	padding: 3px;
}
.menutable {
	background-image: url(background/menubg4.png);
}
.catthumbs {
	border: 2px solid #EBEBEB;
}
.reddot {
	color: #F00;
	font-size: 14px;
}
.animtable {
	width: 100%;
	height: 100%;
	text-align: center;
}
.animtable_oben {
	text-align: center;
	height: 40px;
	background-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	color: #FFF;
}
.animtable_mitte {
	text-align: center;
	height: auto;
	background-image: url(background/videobg.png);
	background-repeat: repeat;
	font-weight: bold;
}
.animtable_unten {
	text-align: center;
	height: 40px;
	color: #000;
	background-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 11px;
}
.2pxborder {
	padding: 3px;
	border-color: #FFF;
	border: 2px;
}
.absmitte {
position: absolute;
left: 50%;
top: 50%;
text-align:center;
width: 100%;
margin-left: -50%;
}
