/* Page layout stylesheet */

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#main {
	width: 990px;
	position: relative;
	top: 0px;
	margin: auto;
	background: url(../../images/main_bg_sub.gif) repeat-y;
	text-align: left;
	margin-bottom: 15px;
}

.home #main {
	background: url(../../images/main_bg.gif) repeat-y;
}

#head {
	position: relative;
	height: 170px;
	background-image: url(../../images/head_bg.gif);
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 257px;
		height: 30px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 32px;
		top: 12px;
	}
	
	#metaNav {
		position: absolute;
		right: 9px;
		top: 5px;
		text-align: right;
		height: 40px;
		width: 95px;
	}
	
	#imprint {
		margin-bottom: 8px;
	}
	
	#imprint a {
		position: relative;
		background-image: url(../../images/imprint.gif);
		background-position: right;
		padding-right: 21px;
		color: #0167b2;
		text-decoration: none;
		font-size: 12px;
	}
	
	#contect a {
		position: relative;
		background-image: url(../../images/contact.gif);
		background-position: right 5px;
		padding-right: 21px;
		color: #0167b2;
		text-decoration: none;
		font-size: 12px;
	}
	
	#head_swf {
		position: absolute;
		height: 79px;
		width: 780px;
		top: 70px;
		left: 1px;
	}
	
	#flash {
		position: absolute;
		height: 79px;
		width: 208px;
		/*background-image: url(../../images/head_movie.gif);*/
		background-color: #CBE7FF;
		top: 70px;
		right: 1px;
		overflow: hidden;
	}
	
	#home {
		position: absolute;
		left: 413px;
		top: 151px;
	}
	
	#home a,
	#home a:hover {
		color: #0167b2;
		text-decoration: none;
	}
	
	#lang {
		position: absolute;
		right: 12px;
		top: 151px;
		width: 75px;
	}

#leftCol {
	width: 201px;
	float: left;
}

	#mainNav {
		margin-left: 32px;
		margin-top: 15px;
		width: 169px !important;
		width: 170px;
		border-right: 1px dotted #000000;
	}
	
	#mainNav li a {
		font-size: 12px;
		display: block;
		color: #555555;
		text-decoration: none;
	}

	#mainNav li.level1 {
		width: 153px;
		border-top: 1px solid #aaaaaa;
	}

	#mainNav li.first {
		border-top: none;
	}
	
	#mainNav li a.level1 {
		padding-bottom: 3px;
		font-weight: bold;
		line-height: 18px;
	}
	
	#mainNav li a.act,
	#mainNav li a.cur,
	#mainNav li a:hover{	
		color: #1E873A;
	}
	
	#mainNav li li a.level2 {
		font-size: 12px;
		line-height: 18px;
		background-image: url(../../images/navlist.gif);
		background-position: 3px 6px;
		padding-left: 16px;
	}
	
	#mainNav li li a.act,
	#mainNav li li a.cur,
	#mainNav li li a:hover{	
		background-image: url(../../images/navlist_active.gif);
	}
	
	#mainNav li li ul {
		padding-left: 32px;
	}
	
	#mainNav li li li a.level3 {
		line-height: 16px;
		background-image: none;
	}
	
	#mainNav li li li a.act,
	#mainNav li li li a.cur,
	#mainNav li li li a:hover{
		background-image: none;
	}
	
#midCol {
	margin-top: 11px;
	margin-left: 216px;
	margin-right: 30px !important;
	margin-right: 27px; /* ie6 3px jog bugfix */
}

#midCol .ctArea {
	width: 720px;
	overflow: hidden;
	/*padding-left: 60px;*/
}

.home #midCol .ctArea { 
	width: 520px;
}

.home #midCol {
	margin-right: 215px !important;
	margin-right: 212px; /* ie6 3px jog bugfix */
}
	
	#rightCol {
		display: none;
	}
	
	.home #rightCol {
		display: block;
		width: 177px !important;
		width: 200px;
		float: right;
		padding: 16px 10px 20px 13px;
	}

#footer {
	clear: both;
	background-image: url(../../images/footer_bg.gif);
	position: relative;
	width: 990px;
	height: 74px;
}


.test #midCol {
	background-color: yellow;
}
