@charset "UTF-8";



body
{
	margin:					0px 0px 0px 0px;
	background-color:		#BEC3D5;
	background-image:		url(../Gfx/body.png);
	background-position:	center top;
	background-repeat:		no-repeat;
}

body, div, td, textarea, input
{
	font-family:			arial;
	font-size:				11px;
	line-height:			15px;
	color:					#001D35;
}

div, td
{
	vertical-align:			top;
}

a, a:hover, h2
{
	color:					#757D76;
	text-decoration:		none;
}

h2
{
	margin-top:				20px;
	line-height:			25px;
}

h2 strong
{
	color:					#001D35;
	font-weight:			normal;
}

form
{
	margin:					0px;
}

input, textarea
{
	width:					200px;
	border:					1px solid #757D76;
}

.BU
{
	font-size:				10px;
	font-weight:			bold;
	color:					#757D76;
	line-height:			13px;
}

#Banner
{
	position:				relative;
	margin:					0px auto 0px auto;
	width:					815px;
	height:					73px;
	overflow:				hidden;
}

#Navigation
{
	position:				relative;
	margin:					0px auto 0px auto;
	width:					815px;
	height:					20px;
	background-image:		url(../Gfx/navigation.png);
	background-repeat:		no-repeat;
	z-index:999
}

#Content
{
	position:				relative;
	margin:					0px auto 0px auto;
	width:					815px;
	background-image:		url(../Gfx/content.png);
	background-repeat:		repeat-y;
}

#Content table
{
	margin:					0px 0px 0px 4px;
}

#Pic
{
	width:					192px;
}

#Inner
{
	width:					430px;
}

#Spacer
{
	width:					30px;
}

#SpacerGrau
{
	width:					20px;
	background:				#BABEBB;
}

#News
{
	font-size:				10px;
	line-height:			13px;
	width:					145px;
	background:				#BABEBB;
}

#News a, #News a:hover
{
	color:					#001D35;
	text-decoration:		none;
}

#News .BU
{
	color:					#ffffff;
}

#Footer
{
	position:				relative;
	margin:					0px 0px 0px 0px;
	width:					100%;
	height:					20px;
	background-image:		url(../Gfx/footer.png);
	background-position:	center top;
	background-repeat:		no-repeat;
	overflow:				hidden;
	text-align:				center;
}

#Footer .Inner
{
	position:				relative;
	margin:					0px auto 0px auto;
	width:					815px;
	height:					20px;
	background-image:		url(../Gfx/footer_inner.png);
	background-repeat:		no-repeat;
	overflow:				hidden;
	text-align:				left;
	line-height:			19px;
	font-size:				10px;
	font-weight:			bold;
	color:					#ffffff;
	text-indent:			4px;
}

#Footer .Inner a
{
	color:					#ffffff;
	text-decoration:		none;
}

#Footer .Inner a:hover
{
	color:					#cccccc;
	text-decoration:		none;
}

#FlashLogo {
	position:				absolute;
	left:					50%;
	top:					0px;
	margin-left:			150px;
	z-index:				9999;
}

#lang_select {
	position:				absolute;
	left:					4px;
	top:					4px;
}