/************* WWW *************/
body
{
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Tahoma;
	font-size: 10pt;
	color: #1E1E1E;
	background-color: #98B4E6;
	background-image:url('/files/basis/bg/body.jpg') ;
	background-repeat: repeat-x;
}

#page
{
	margin: auto;
	width: 835px;
}

#wrapper
{
	background-image:url('/files/basis/bg/bg_img/tmh_1_gem_oa_test_v1.jpg');
	background-repeat:no-repeat;
	position: relative;
	margin: auto;
	margin-bottom: 0px;
	width: 835px;
	min-height:596px;
	border:solid 1px transparent;
	border: 
}

#Logo
{
	margin:0px;
	padding-left:0px;
}

#Lang
{
	float:right;
}

#content
{
	margin-top:115px;
	display:block;
	min-height:450px;
}

#Header
{
	height: 121px;
	width:835px;
	position:absolute;
	display:block;
}

#LeftCol
{
	position:relative;
	width:220px;
	/*min-height:465px;*/
	float:left;
}

#RightCol
{
	width:580px;
	/*min-height:465px;*/
	margin-left:20px;
	float:right;
	padding-right:10px;
}

#RightCol .LeftSubCol
{
	margin-top:75px;
	float:left;
	width:335;
}

#RightCol .RightSubCol
{
	margin-top:75px;
	float:right;
	width:335;
}

/****** Home Banner********/
.LeftSubCol, .RightSubCol
{
	
}

.BannerTextLinkArea
{
	position:absolute;
	margin-top:3px;
	margin-bottom:15px;
	width:240px;
	height:20px;
	margin-left:5px;
	z-index:12;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.BannerTextLinkArea a
{
	color:white;
	background-image:url(/files/basis/pfeil_mehr.gif);
	background-repeat: no-repeat;
	background-position-y:2px;
	padding-left:12px;
	text-decoration:none;
}

.BannerTextLinkBG
{
	position:absolute;
	width:236px;
	height:20px;
	margin-top:3px;
	background-color:#617893;
	opacity: 0.45;
	filter: alpha(opacity=45);
	z-index:10;
}

/****** Footer ********/
#Footer
{
	position:relative;
	width:835px;
	height:30px;

	border: dotted 1px #ffffff;
}

#FooterBg
{
	position:absolute;
	background-color:#617893;
	top:0px;
	width:835px;
	height:30px;
	z-index:10;
	opacity: 0.35;
	filter: alpha(opacity=35);
}

#FooterContent
{
	padding:5px;
	position:absolute;
	top:0px;
	width:835px;
	height:30px;
	z-index:11;
}

#Footer a
{
	color:White;
}

#FooterLinks
{
	float:left;
}

#FooterCopyRight
{
	float:right;
	color: White;
	padding-right:15px;
}

/****** Navigation ********/
#MainNav
{
	position:relative;
	margin-top:96px;
	width:175px;
	height:200px;
}

#MainNavTransBG
{
	position:absolute;
	width:175px;
	height:200px;
	background-color:#617893;
	opacity: 0.35;
	filter: alpha(opacity=35);
	z-index:10;
}

#MainNavArea
{
	position:absolute;
	z-index:12;
	width:175px;
	height:200px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#MainNavHeader
{
	position:absolute;
	z-index:20;
	left:73px;
	background-color:#8BACE6;
	color:#FFFFFF;
	font-size: 1.5em;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#MainNav #MainNavLinks
{
	position:absolute;
	top:35px;
	left:25px;
	z-index:15;
}

#MainNav #MainNavLinks a
{
	font-size:1.4em;
	line-height:1.5em;
}

#MainNav a
{
	margin-top:65px;
	color: #FFFFFF;
	text-decoration:none;
}

#MainNav a:Hover, .MainNav a .ak
{
	color: #FDDA7C;
	text-decoration:none;
}

#Logo
{
	display:inline-block;
	float:left;
}

/****** SubNav ********/
#SubNav
{
	background-image:url(/files/basis/bg/subnav.png);
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	margin-right:5px;
	padding-right:5px;
	padding-top:4px;
	height:28px;
	min-width:533px;
	text-align:right;
}

#SubNav a
{
	font-family:Century Gothic;
	font-weight:bold;
	color:#535353;	
	margin-left:10px;
	text-decoration:none;
}

#SubNav a:Hover
{
	text-decoration:underline;
}

/****** Breadcrumb ********/
#Breadcrumb
{
	margin-top:5px;
	display:inline-block;
	color:#535353;
	float:right;
	font-size:0.8em;
}

#Breadcrumb a
{
	text-decoration:none;
	color:#CBD1D7;
	font-size:0.8em;
}
/****** Formular ********/
.Hidden
{
	visibility:hidden;
	position:absolute;
}


/****** Misc ********/

#LeftCol .Zeilendurchschuss
{
	height:12px;
}

#RightCol .Zeilendurchschuss
{
	height:12px;
}

.FloatLeft
{
	float:left;
}

.FloatRight
{
	float:right;
}