body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-repeat: no-repeat;
	/* text-align: center; */
}

/*
#page {
	position: absolute;
	top: 0px;
	left: 50%;
    margin-left: -496px;
	
	width: 992px;
	height: 100%;
	
	voice-family:"\"}\""; 
	voice-family: inherit;
	width: 992px;
	
	background-repeat: no-repeat;
	
	text-align: left;
	
}

html>body #page { width: 992px; }
*/


#page {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-repeat: no-repeat;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

/* MENU erste Ebene */
#nav-1 {
	position: absolute;
	top: 20px;
	left: 20px;
}

#nav-1 li {
	display: block;
	white-space: nowrap;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 8px -4px;
	background-color: #ffffff;
	margin: 0;
}

#nav-1 li a {
	float: left;
	width: 100%;
}

#nav-1 .hide a,
#nav-1 .hide span {
	padding-top: 55px;
	width: 100%;
	height: 0; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#nav-1 li span {
	border: 0 transparent solid;
}

#nav-1 li.active {
	padding-right: 160px;
}

/* MENU zweite Ebene KONTAKT */
#nav-2-1 {
	background: url(../../kontakt.gif) 0 0 no-repeat;
	left: 419px;
	background-color: #ffffff;
}

#nav-2-1.hide span {
	height: 0; 
	overflow: hidden;
}

/* MENU zweite Ebene */
.nav-sub {
	position: absolute;
	top: 20px;
	left: 229px;
	height: 55px;
	background-color: #ffffff;
	padding: 0 20px 0 20px;
	display: none;
	white-space: nowrap;
}

.nav-active {
	display: inline;
}

.nav-sub li {
	display: inline;
	float: left;
	padding-right: 3px;
}

.nav-sub li.slash {
	padding-left: 13px;
	background: url(../img/slash.gif) 0 6px no-repeat;
}

.nav-sub li a,
.nav-sub span {
	float: left; 
}

.nav-sub .hide a,
.nav-sub .hide span {
	padding-top: 27px;
	width: 217px; 
	height: 0; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.nav-sub li a:hover,
.nav-sub li a.active {
	border-bottom: #f50505 solid 2px;
}

/* MENU dritte und vierte Ebene */
.nav-sub-sub {
	position: absolute;
	top: 20px;
	/* left: 500px; */
	left: 479px;
	background-color: #ffffff;
	padding: 1px 0 6px 0;
	width: 200px;
}

.nav-sub-sub-sub {
	position: absolute;
	top: 20px;
	left: 700px;
	background-color: #ffffff;
	padding: 1px 6px 6px 0;
}

.nav-sub-sub li,
.nav-sub-sub-sub li {
	margin: 0 0 0 21px;
	padding: 0;
}

.nav-sub-sub a:link,
.nav-sub-sub a:visited,
.nav-sub-sub-sub a:link,
.nav-sub-sub-sub a:visited {
	font-family: "Courier New", courier;
	color: #000000;
	text-decoration: none;
	font-size: 0.75em;
}

.nav-sub-sub a:hover,
.nav-sub-sub a:active,
.nav-sub-sub a.active,
.nav-sub-sub-sub a:hover,
.nav-sub-sub-sub a:active,
.nav-sub-sub-sub a.active {
	color: #f50505;
	text-decoration: none;
}

.paging {
	position: absolute;
	top: 20px;
	left: 450px;
	height: 55px;
	width: 38px;
	background-color: #ffffff;
	white-space: nowrap;
	padding: 0;
	z-index: 9;
}

.paging a {
	display: block;
	position: absolute;
	top: 0;
	width: 14px;
	height: 27px;
	background-image: url(../img/arrows.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 2px;
}

.paging a:hover {
	border-bottom: #f50505 solid 2px;
}

.paging a.left {
	background-position: -2px 5px;
}

.paging a.right {
	background-position: -22px 5px;
	left: 20px;
}

pre {
	z-index: 1000;
	margin-top: 600px;
}

.content {
	height: auto;
	width: 900px;
	margin-bottom: 40px;
	display: block;
}

.content .col1 {
	width: 200px;
	display: block;
	float: left;
	margin-right: 23px;
}

.content .col2 {
	width: 200px;
	display: block;
	float: left;
}


#content-left,
#content-left-2 {
	position: absolute;
	top: 329px;
	left: 26px;
	width: 320px;
}

#content-right {
	position: absolute;
	top: 329px;
	left: 500px;
	width: 320px;
}

.letters {
	width: 320px;
	height: 332px;
}

.letters img {
	position: absolute;
	display: none;
}

#content-right,
#content-left {
	font-family: "Courier New", courier;
	font-size: 0.75em;
	line-height: 1.4em;
	color: black;
	text-align: left;
}

#content-right a,
#content-left a {
	color: black;
}

h1, h2, h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	display: inline;
}

