/**************************************************
	Main Styles
**************************************************/

body
{
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 15pt;
}
body>#mainContent
{
	font-size: 15px;
}
/* Force font sizes in font tags */
body font
{
	font-size: 13px;
	font-family: trebuchet ms, helvetica, arial, sans-serif;
}

/**************************************************
	Layout
**************************************************/
#centerMe
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	background-color: transparent;
}

#mainImg
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 650px;
	height: 526px;
	margin-top: -263px;
	margin-left: -500px;
	background-repeat: no-repeat;
	background-position: center left;
}
#mainContent
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 500px;
	overflow: auto;
	margin-top: -250px;
	margin-left: 0;
	/* Weird bottom-border problem on links */
	padding-bottom: 1px;
}
#header
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 60px;
	margin-top: -300px;
	margin-left: 0;
}
#navpanel
{
	position: absolute;
	top: 0;
	left: 50%;
	height: 526px;
	margin-top: -263px;
	margin-left: 320px;
	padding-left: 20px;
	border-left: 1px solid #000;
	text-align: center;
}
#lng
{
	position: absolute;
	bottom: 0;
	left: 2px;
}

#colophon
{
	position: absolute;
	bottom: 25px;
	left: 32px;
	width: 100px;
	text-align: center;
	font-family: century gothic,"Futura Bk BT", serif;
	font-size: 11px;
}
/* Hack around IE cause it sucks */
#colophon>a
{
	font-size: 13px;
}

/**************************************************
	Text
**************************************************/
b
{
	font-weight: normal;
	font-size: larger;
}


/**************************************************
	Links and Nav Links
**************************************************/
#mainContent a:link
{
	color: #000;
	border-bottom: 1px solid #69C;
	text-decoration: none;
}
#mainContent a:visited
{
	color: #000;
	border-bottom: 1px dotted #69C;
	text-decoration: none;
}
#mainContent a:hover
{
	color: #69C;
	border-bottom: 1px solid #69C;
	text-decoration: none;
}
#mainContent a:active
{
	color: #69C;
	border-bottom: 1px dotted #69C;
	text-decoration: none;
}
#mainContent a.img
{
	border: 0px;
}


#nav
{
	width: 125px;
	margin-top: 30px;
}
#nav a
{
	color: #000;
	padding: 1px;
	border: 1px solid #000;
	border-top: 0;
	background-color: #BFD3DF;
	display: block;
	font-family: century gothic,"Futura Bk BT", serif;
	font-size: 11px;
	line-height: 17px;
}
/* Hack around IE cause it sucks */
#nav>a
{
	font-size: 13px;
}
#nav a:link, #nav a:visited
{
	text-decoration: none;
}
#nav a:hover, #nav a:active
{
	background-color: #9EB9C9;
	text-decoration: underline;
}
#nav a.selected:link,#nav a.selected:visited
{
	background-color: #9EB9C9;
}


div.navFadeUp
{
	width: 125px;
	height: 25px;
	background: #fff url(images/nav_border_fade_up.gif) repeat-x;
	text-align: center;
	border-bottom: 1px solid #000;
}
div.navFadeDown
{
	width: 125px;
	height: 25px;
	background: transparent url(images/nav_border_fade_down.gif) repeat-x;
	text-align: center;
}

#lng ul
{
	padding: 0;
	margin-left: -30px;
}
html>body #lng ul
{
	margin-left: 0;
}

#lng li
{
	list-style: none;
	margin-left: 30px;
	float: left;
}

#lng li a
{
	width: 35px;
	height: 20px;
	display: block;
}
.en:link, .en:visited
{
	background: url(images/en.gif);
}
.en:hover, .en:active
{
	background: url(images/en_on.gif);
}
.de:link, .de:visited
{
	background: url(images/de.gif);
}
.de:hover, .de:active
{
	background: url(images/de_on.gif);
}

#colophon a:link, #colophon a:visited
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
#colophon a:hover, #colophon a:active
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
/**************************************************
	Forms
**************************************************/
input
{
	width: 200px;
	height: 18px;
	border: 0;
}
input.name
{
	background: transparent url(images/formName.gif) no-repeat 0 0 fixed;
}
input.email
{
	background: transparent url(images/formEmail.gif) no-repeat 0 0 fixed;
}
textarea.message
{
	width: 275px;
	height: 200px;
	border: 0;
	background: transparent url(images/formMsg_de.gif) no-repeat 0 0 fixed;
}
input.button
{
	width: 100px;
	height: 20px;
	background: transparent url(images/formButton.gif) no-repeat 0 0 fixed;
}
/* Once again, fix for IE. The IE attachment is set to fixed above
Now we let FF do it's usual thing... */
textarea[name],input[name]
{
	background-attachment: scroll;
}

.note
{
	font-size: 9px;
}

/**************************************************
	Splash page
**************************************************/

#splash
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -250px;
	margin-left: -450px;
}

/* For some reason FF is gapping the tr's, the line-height fixes it */
div[id=splash]
{
	line-height: 0px;
}

#enter
{
	position: relative;
	top: 1px; /* After the line-height fix, the rollover images needed a bump down */
	left: 50%;
	width: 400px; /* 300px, but IE doesn't fit */
	height: 50px;
	margin-left: -150px;
}
#splash a
{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
}
.splash_en:link, .splash_en:visited
{
	background: url(images/enter_en.gif);
}
.splash_en:hover, .splash_en:active
{
	background: url(images/enter_en_on.gif);
}
.splash_de:link, .splash_de:visited
{
	background: url(images/enter_de.gif);
}
.splash_de:hover, .splash_de:active
{
	background: url(images/enter_de_on.gif);
}

/**************************************************
	Others
**************************************************/
.communityImg
{
	float: left;
	margin-right: 3px;
	border: 1px solid #333;
}
.linkInfo
{
	margin-left: 15px;
}


div[id=depth-top]
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 50px;
	margin-top: -250px;
	background: url(images/bg-depth-top.png);
	z-index: 9999;
}
div[id=depth-bottom]
{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 300px;
	height: 50px;
	margin-bottom: -250px;
	background: url(images/bg-depth-bottom.png);
	z-index: 9999;
}