
body {
	margin: 0;
	padding: 0;
	background-color: #CECECE;
	background-image: url(../files/layout/1x768_bg_gradient.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
	outline: none;
}

#Distance {
	width: 10px;
	height: 50%;
	margin-bottom: -50%;
	float: left;
	background-color: transparent;
}

#MainContainer {
	width: 866px;
	margin: 0 auto;
	position: relative;
	clear: left;
	overflow: visible;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 60px;
}

#ContainerHead {
	width: 856px;
	height: 60px;
	background-image: url(../files/layout/856x60_container_head.png);
	background-repeat: no-repeat;
}

#ContainerBody {
	position: relative;
	width: 856px;
	background-image: url(../files/layout/856x1_container_body.png);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-bottom: 10px;
	min-height: 480px;
}

#ContainerBottom {
	width: 856px;
	height: 60px;
	background-image: url(../files/layout/856x60_container_bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
* html #ContentContainer {
	margin-bottom: 0px;
}
*+html #ContentContainer {
	margin-bottom: 20px;
}

#TopNavigationContainer {
	margin-left: 305px;
}

#ContentContainer {
	margin-left: 25px;
	width: 800px;
	overflow: hidden;
	margin-bottom: 25px;
}
* html #ContentContainer {
	overflow: visible;
}
*+html #ContentContainer {
	overflow: visible;
}

#ContantGradient {
	position: absolute;
	width: 810px;
	height: 100px;
	left: 14px;
	bottom: 110px;
	background-image: url(../files/layout/1x100_content_gradient.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#BottomNavigationContainer {
	margin-left: 595px;
	padding-top: 32px;
}
* html #BottomNavigationContainer {
	padding-top: 34px;
}
*+html #BottomNavigationContainer {
	padding-top: 34px;
}

#Logo {
	position: absolute;
	width: 159px;
	height: 83px;
	left: 33px;
	top: -11px;
	background-image: url(../files/layout/159x83_logo.png);
	z-index: 200;
}

#LeftColumn {
	position: relative;
	float: left;
	width: 330px;
	/*
	min-height: 400px;
	height: auto !important;
  height: 400px;
	*/
	clear: left;
	z-index: 100;
	margin-top: 15px;
}

#RightColumn {
	position: relative;
	float: right;
	width: 415px;
	/*
	min-height: 400px;
	height: auto !important;
  height: 400px;
	*/
	clear: right;
	z-index: 100;
	margin-left: 25px;
	margin-top: 15px;
}

.LeftColumnMulti {
	position: relative;
	float: left;
	width: 330px;
	clear: left;
	z-index: 100;
	text-align: center;
}

.RightColumnMulti {
	position: relative;
	float: left;
	width: 415px;
	clear: right;
	z-index: 100;
	margin-left: 25px;
	margin-top: 15px;
}

#CenterColumn {
	position: relative;
	float: left;
	/*width: 755px;*/
	width: 770px;
	/*
	min-height: 400px;
	height: auto !important;
  height: 400px;
	*/
	clear: both;
	margin-top: 15px;
	z-index: 100;
}

.InactiveLang {
	filter: Alpha(opacity=40);
	opacity: 0.40;
	moz-opacity: 0.40;
}

/*****   FONTS     *****/

.FliessText {
	font-family: Verdana;
	color: #707070;
	font-size: 13px;
	line-height: 1.15;
}

.FliessText a  {
	font-family: Verdana;
	text-decoration: none;
	color: #0000CC;
}

.FliessText a:hover {
	text-decoration: underline;
	color: #0000CC;
}

.SubNavigation, a.SubNavigation {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.SubNavigation:hover, .ActiveSubNavigation {
	text-decoration: none;
	color: #0000CC;
}

.FormLabel {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.ErrorMessage {
	font-family: Verdana;
	font-size: 10px;
	color: #c40010;
}

/*****   FORMULAR   *****/

.InputField {
	height: 14px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #878787;
	padding: 2px;
}

.InputArea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #878787;
	padding: 2px;
}

/*****   SUBNAVIGATION   *****/

#SubnavContainer {
	position: absolute;
	top: 25px;
	float: left;
	overflow: visible;
	width: auto;
	z-index: 500;
	left: 0px;
}
* html #SubnavContainer {
	top: 1px;
	left: -302px;
}

#SubnavBoxLeft {
	width: 10px;
	height: 27px;
	background-image: url(../files/layout/10x27_snc_left.png);
	background-repeat: no-repeat;
}

#SubnavBoxMiddle {
	width: auto;
	height: 27px;
	background-image: url(../files/layout/1x27_snc_middle.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#SubnavBoxRight {
	width: 10px;
	height: 27px;
	background-image: url(../files/layout/10x27_snc_right.png);
	background-repeat: no-repeat;
}

#SubnavItemsBox {
	margin-top: 3px;
	margin-right: 8px;
	font-family: Verdana;
	font-size: 10px;	
}

#SubnavBridge {
	position: absolute;
	left: opx;
	top: 0px;
	z-index: 600;
}
* html #SubnavBridge {
	position: fixed;
}

#SubnavBridgeLeft {
	width: 1px;
	height: 8px;
	background-image: url(../files/layout/1x8_subnav_bridge_left.jpg);
	background-repeat: no-repeat;
}

#SubnavBridgeMiddle {
	width: 40px;
	height: 8px;
	background-image: url(../files/layout/1x8_subnav_bridge_middle.jpg);
	background-repeat: repeat-x;
}

#SubnavBridgeRight {
	width: 10px;
	height: 8px;
	background-image: url(../files/layout/10x8_subnav_bridge_right.jpg);
	background-repeat: no-repeat;
}

#SubnavTable {
	margin-top: 7px;
}
* html #SubnavTable {
	margin-top: -12px;
}
*+html #SubnavTable td {
	padding-top: 7px;
}
