body {
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

h1 {
	color: #333;
}

img { border: none; }

.Container {}

/* 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: #999999;
	border: 1px solid #BDBDBD;
	padding-left: 7px;
	padding-right: 7px;
/*	padding-top: 1px;
	padding-bottom: 1px;*/
    height: 17px;
	text-decoration: none;
}

.Menu a:hover {
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #000000;
}

.Menu a.selected, .Menu a.selected:link, .Menu a.selected:visited, .Menu a.selected:hover {
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #000000;
}

.Content {
	position: absolute;
	top: 130px;
	left: 20px;
	letter-spacing: 1px;
	color: #9DAAAC;
}

.Content h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #9DAAAC;
}

.Content span.markedText {
	color: #9DAAAC;
}

.Content a {
	color: #9DAAAC;
	text-decoration: underline;
}

.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;
	letter-spacing: 0px;
	font-size: 10px;
}
