body {
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

h1 {
	color: #333;
}

img { border: none; }

.Container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

/* Einstiegs-Seite */

.EnterLogo {
	position: absolute;
	top: 20px;
	/* left: 20px; */
}

.EnterLogo img { border: 0; }


.EnterContact {
	position: absolute;
	top: 180px;
	/* left: 20px; */
	color: #9CA9AB;
}

.EnterContact a {
	color: #9DAAAC;
	text-decoration: underline;
}

.EnterAktuell {
	position: absolute;
	top: 300px;
	/* left: 20px; */
}

/* Main */

.Logo {
	position: absolute;
	top: 20px;
	/* left: 20px; */
}

.Menu {
	position: absolute;
	top: 100px;
	/* left: 20px; */
}

.Menu a, .Menu a:link, .Menu a:visited {
	color: #666666;
	/* color: #FFFFFF;
	border: 1px solid #BDBDBD; */
	margin-right: 20px;
/*	padding-left: 7px;
	padding-right: 7px; */
/*	padding-top: 1px;
	padding-bottom: 1px;*/
    height: 17px;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

.Menu a:hover {
	color: #666666;
	/* color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #000000; */
	border-bottom: 1px solid #666666;
}

.Menu a.selected, .Menu a.selected:link, .Menu a.selected:visited, .Menu a.selected:hover {
	color: #666666;
	/* color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #000000; */
	border-bottom: 1px solid #666666;
}

.Content {
	position: absolute;
	top: 150px;
	/* left: 20px; */
	letter-spacing: 1px;
	color: #808080;
	width: 1000px;
}

.Content h1 {
	font-family: Georgia, 'Times New Roman', serif;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #996644;
}

.Content span.markedText {
	color: #996644;
}

.Content a {
	color: #996644;
	text-decoration: none;
	border-bottom: 1px dotted #996644;
}

.Content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #996644;
}

.BildContainer {
	background-image: url(../ui/loading.gif);
    background-repeat: no-repeat;
}

.InfoBox {
	position: absolute;
	top: 10px;
	left: 10px;
	/* width: 350px; */
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #999;
	opacity: 0.0;
	filter: alpha(opacity=0);
	z-index: 99;
}

.Abbinder {
	/* color: #9DAAAC; */
	color: #909090;
	letter-spacing: 0px;
	font-size: 10px;
}

