/* Clearing browser style */
* {
	margin: 0px;
	padding: 0px;
}

/* Main style */
body {
	background: #000324 url(bg-body.gif) repeat-x;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

div#wrapper {
	background: url(bg-main.jpg) no-repeat center top;
	height: 100%;
	min-width: 990px;
	min-height: 590px;
	text-align: center;
}

div#container {
	margin: 0px auto;
	width: 990px;
	height: 590px;
	text-align: left;
}

table#content {
	margin: 0px auto;
	width: 990px;
	height: 590px;
	border: 1px solid red;
}

	div#header {
		position: absolute;
		height: 105px;
		width: 990px;
	}

		#logo {
			float: left;
			padding-top: 32px;
			padding-left: 65px;
		}

			#logo a {
				background: url(../logo.gif) no-repeat center center;
				width: 159px;
				height: 40px;
				display: block;
			}

				#logo a span {
					display: none;
				}

		#navigation {
			float: left;
			text-align: center;
			padding-top: 43px;
			width: 630px;
		}

			#navigation li {
				display: inline;
				padding-left: 5px;
				padding-right: 5px;
				list-style: none;
			}

			#navigation a {
				background: url(../l-off.gif) no-repeat;
				color: #29166F;
				padding-left: 20px;
				text-decoration: none;
			}

			#navigation a:hover,
			#navigation a.selected {
				background: url(../l-on.gif) no-repeat;
				color: #0089E1;
			}

		#languages {
			float: right;
			padding-top: 43px;
			padding-right: 55px;
			text-align: center;
		}

			#languages li {
				display: inline;
				padding-left: 5px;
				padding-right: 5px;
				list-style: none;
			}

			#languages a {
				color: #2B81C4;
				text-decoration: none;
			}
	
			#languages a:hover,
			#languages a.selected {
				color: #DA251C;
			}
	
		#sitecontrol {
			width: 104px;
			float: right;
			clear: right;
			color: #0089E1;
			padding-top: 25px;
		}
			
			#sitecontrol a img {
				border: 0px;
			}
		
		div.clear {
			clear: both;
		}
		
	div#content-lt {
		position: absolute;
		width: 400px;
		height: 200px;
		top: 200px;
		margin-left: 525px;
		background: url(sloganlt.gif);
	}

	div#content-de {
		position: absolute;
		width: 400px;
		height: 200px;
		top: 200px;
		margin-left: 525px;
		background: url(slogande.gif);
	}

	div#content-en {
		position: absolute;
		width: 400px;
		height: 200px;
		top: 200px;
		margin-left: 525px;
		background: url(sloganen.gif);
	}

		
		div#content-lt p,
		div#content-de p,
		div#content-en p {
			display: none;
		}
		



div#bottom {
}

	div#bottom .b1 {
		text-align: center;
		margin-top: -240px;
	}
	
	div#bottom .b2 {
		margin-top: -188px;
	}
	
	div#bottom .b3 {
		text-align: right;
		margin-left: 404px;
		margin-top: -318px;
	}
	
div#copyright {
	margin-top: -50px;
	text-align: right;
	width: 100%;
}

	div#copyright p {
		text-align: right;
		padding-top: 2px;
		color: #C9EFF1;
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		width: 975px;
		margin-right: 15px;
		margin-left: auto;
	}

	
	div#copyright a {
		text-decoration: none;
	}

	div#copyright a img {
		border: 0px;
		vertical-align: middle;
	}
	
	div#copyright p.p2 span {
		color: #C9EFF1;
	}


