/* CSS Document */

{
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		overflow-y: hidden;
text-align: center;

		}

body {
		background-color:#ffffff;
		font-family: "Trebuchet MS";
		font-size: 13px;
		}
		
h1 {
		font-size: 30px;
}

h2 {
		font-size: 16px;
		color: #990000;
}

td {
	font-family: "Trebuchet MS";
	font-size: 13px;
}

a {
	color: #0000CC;
	text-decoration: none
}

a:hover {
	color: #FF0000;  
	text-decoration: none
}

td.navigation {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
text-align: left;
}

a.ssh_link {
	color: #000000;
	text-decoration: none
}

a.ssh_link:hover {
	color: #000000;  
	text-decoration: underline
}

td.impressum {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#distance { 
	width: 1px; 
	height: 50%; 
	margin-bottom: -275px; 
	float: left; 
  }
  
#Layer_Main {
	margin:0 0;
	border: 0px #003300;
	position: relative;
	width: 782px;
	height: 550px;
	z-index: 1;
	clear: left;
	overflow: auto;
	visibility: visible;
	/* background-image: url(bilder/MainBG.gif); */
	background-attachment: fixed;
}

#Layer_Header {
	position: absolute;
	width: 750px;
	height: 150px;
	z-index: 6;
	left: 1px;
	top: 1px;
}

#Layer_Navigation {
	position: absolute;
	width: 170px;
	height: 250px;
	z-index: 1;
	left: 7px;
	top: 167px;
}

#Layer_Content {
	overflow: auto;
	position: absolute;
	width: 575px;
	height: 350px;
	z-index: 3;
	left: 196px;
	top: 168px;
}

#Layer_Footer{
    overflow: auto;
	position: absolute;
	width: 781px;
	height: 20px;
	z-index: 5;
	left: 1px;
	top: 530px;
	background-image: url(bilder/MainBG.gif);
}
