body
{
	font-family: Verdana;
	/* font-family: Georgia, 'Times New Roman', serif; */
	font-size: 11px;
	color: #666;
	line-height: 14px;
	background-color: #5c605f;
}

td 
{
	font-family: Verdana;
	/* font-family: Georgia, 'Times New Roman', serif; */
	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
{
	font-family: Verdana;
	font-size: 12px;
}

.Menu a, .Menu a:link, .Menu a:visited
{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #303030;
	text-transform: capitalize;
	/* text-transform: uppercase; */
	border: 1px solid #888888;
	padding-left: 7px;
	padding-right: 7px;
/*	padding-top: 1px;
	padding-bottom: 1px;*/
    height: 20px;
	text-decoration: none;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.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
{
}

.Content p
{
	font-size: 11px;
	color: #303030;
	line-height: 18px;
	letter-spacing: 0;
	word-spacing: 1px;
	padding-left: 12px;
	padding-right: 12px;
}

.Content li
{
	font-size: 11px;
	color: #303030;
	line-height: 18px;
	letter-spacing: 0;
	word-spacing: 1px;
	padding-right: 12px;
}

.Content h3
{
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #111111;
}

.Content span.markedText
{
	color: #111111;
}

.Content a
{
	color: #202020;
	text-decoration: none;
	border-bottom: 1px dotted #202020;
}

.Copyright td
{
	font-size: 10px;
	color: #999999;
	line-height: 20px;
	letter-spacing: 0;
	word-spacing: 1px;
	padding-left: 12px;
	padding-right: 12px;
}

.BildContainer
{
	background-image: url(../ui/loading.gif);
    background-repeat: no-repeat;
}

.InfoBox
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #999;
	opacity: 0.0;
	filter: alpha(opacity=0);
	z-index: 99;
	visibility: hidden;
}

.Abbinder
{
	color: #9DAAAC;
	letter-spacing: 0px;
	font-size: 10px;
}

/*************************************************************/
.Shadow 
{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
	margin: 10px 10px 10px 10px;
	border: solid 1px #000;
}

