/* 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;
}

/* ------------------------- 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, #kopf, #raster, #sound {
	display:none;	
}


#container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
}


#referenzen, #leistungen, #kontakt {
	display:block;
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
}

#leistungen{
	z-index:6;
	visibility:hidden;
	top:0px;
}

#kontakt{
	z-index:7;
	visibility:hidden;
	top:0px;
}

/* ------------------------- 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;
}


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

table {
	width:700px;
	height:50%;
	border-collapse:collapse;
	/*border:1px solid #00f;*/
}

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

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


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

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

.tdtrenner {
	height:10px;
}