/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font:12px/2em Arial, Helvetica, sans-serif;
}

html, body   {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background:#fff;
	overflow:hidden;
}

* html {
	scrollbar-3dlight-color:#58f;
	scrollbar-arrow-color:#CF00EE;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#58f;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	overflow-x:hidden;

}

/* ------------------------- links ---------------------------------------------- */

a:link, a:visited, a:active, a:hover {
	color: #556C9F;
	text-decoration: none;
}

a:hover {
	color: #58f;
	font-weight:normal;
}

a:link:focus, a:visited:focus { -moz-outline: 0px dotted WindowText; }

a.ext, a.ext:link, a.ext:visited{
	text-align: right;
	padding-left:10px;
	padding-right:15px;
	text-decoration: none;
	color: #556C9F;
	background: url(img/extern.gif) no-repeat right;
}

a.ext:hover {
	color:#58f;
	background: url(img/extern_over.gif) no-repeat right;
}

/* ------------------------- ebenen ---------------------------------------------- */

#distance {
	width:1px;
	height:40%;
	margin-bottom:10px;
	float:left;
	z-index:1;
}

#container {
	margin:0px auto;
	position:relative; /* puts container in front of distance */
	width:700px;
	height:57%;
	clear:left;
	z-index:2;
	overflow:auto;
}

#kopf {
	display:block;
	position:absolute;
	z-index:3;
	top:10px;
	left:0px;
	width:100%;
	height:40%;
}

#raster {
	display:block;
	position:absolute;
	z-index:4;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(img/raster.png);
}

* html #raster {
	background-image: none;
}

#referenzen, #leistungen, #kontakt {
	display:block;
	position:absolute;
	z-index:5;
	width:100%;
	top:0px;
	left:0px;
	height:100%;
	overflow:hidden;
}

#leistungen{
	z-index:7;
	visibility:hidden;
}

#kontakt{
	z-index:8;
	visibility:hidden;
}

#tab_head {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:65px;
	width:100%;
	z-index:9;
	background-color:#fff;
}

#tab_body {
	display:block;
	position:absolute;
	top:65px;
	bottom:0;
	left:0;
	width:100%;
	/*border-top:50px solid #fff;*/
	z-index:10;
	overflow:auto;
}


#bilder1, #bilder2, #bilder3, #bilder4, #bilder5, #bilder6, #bilder7, #bilder8, #bilder9, #bilder10, #bilder11, #bilder12, #bilder13, #bilder14, #bilder15, #bilder16, #bilder17 {
	position:absolute;
	display:block;
	background:url(img/bilder_hgr.png);
	top:45%;
	left:50%;
	margin-left:-140px;
	width:500px;
	height:53%;
	border:1px solid #aaa;
	-moz-box-shadow:5px 5px 8px #ddd;
	-webkit-box-shadow:5px 5px 8px #ddd;
	visibility:hidden;
	z-index:20;
}

#bilder2 {z-index:21;}
#bilder3 {z-index:22;}
#bilder4 {z-index:23;}
#bilder5 {z-index:24;}
#bilder6 {z-index:25;}
#bilder7 {z-index:26;}
#bilder8 {z-index:27;}
#bilder9 {z-index:28;}
#bilder10 {z-index:29;}
#bilder11 {z-index:30;}
#bilder11 {z-index:31;}
#bilder11 {z-index:32;}
#bilder11 {z-index:33;}
#bilder11 {z-index:34;}
#bilder11 {z-index:35;}
#bilder11 {z-index:36;}

/* ------------------------- text ---------------------------------------------- */

h1 {
	font-size:16px;
	font-weight:normal;
	color:#58f;
	line-height:20px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#CF00EE;
	text-transform:uppercase;
	font-style:italic;
	margin-bottom:-2px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#f00;
}

/* ------------------------- tabellen ---------------------------------------------- */

table {
	display:table;
	width:100%;
	border-collapse:collapse;
}

#tab_body table {margin-bottom:50px;}

.tdlogo {
	width:200px;
	height:40px;
	padding:12px 10px 0px 0px;
	text-align: right;
	vertical-align:bottom;
}

.tdmenue {
	width:480px;
	height:40px;
	text-align: left;
	padding:15px 0px 0px 10px;
	vertical-align:bottom;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#58f;
}

.tdtrenner {
	height:25px;
	line-height:0px;
}

.tdlinks {
	width:200px;
	height:25px;
	text-align: right;
	padding:15px 10px 0px 0px;
	vertical-align:top;
	color: #556C9F;
}

.tdrechts {
	width:480px;
	height:25px;
	text-align: left;
	padding:15px 0px 0px 10px;
	vertical-align:top;
}

table.bilder {width:100%; height:100%; border:none;}

table.bilder td {height:100%; width:100%; text-align:center; vertical-align:middle;}

table.bilder td img {-moz-box-shadow:3px 3px 5px #ddd;-webkit-box-shadow:3px 3px 5px #ddd;border:1px solid #aaa;}