/* global styles */
body {
	background:#fff;
}

.clear {
    clear: both;
}

.centercontainer {
    position: relative;
    top: 0;
    left: 50%;
    width: 990px;
    height: auto;
    margin-left: -490px;
}

.sitecontainer {
    left: 0;
    margin: 0 auto;
    top: 0px;
    width: 100%;
}

.contentcontainer {
    position: relative;
    width: 990px;
    top:0;
    padding-top:0px;
    height: auto;
}

#header {
    position:relative;
    top:0px;
    z-index:3;
    height:220px;
    width:100%;
    height:auto;
}

#headercontent {
	position:relative;
	height:166px;
	z-index:1;
}

#logo { 
	position:absolute;
	top:20px;
	right:-8px;
}

#menubg {
	position:absolute;
	top:126px;
	background:#006699;
	width:100%;
	height:36px;
	z-index:1;
}

#mainmenu {
	position:relative;
	top:0;
	z-index:90;
}

#language {
	position:absolute;
	top:80px;
}

#introtext {
	position:absolute;
	z-index:100;
	top:100px;
	left:0px;
	width:300px;
	height:70px;
	padding:10px;
	background:#fff;
	visibility:hidden;
	overflow:hidden;
}

#introtext h1 {
	margin:0;
}

#language_selector {
	
	
	
}

.imagebild {
	display:block;
}
#main {
    position: relative;
    width: 100%;
}

#footer {
    position: relative;
    padding-top:5px;
    width: 100%;
    height:36px;
    background:#006699;
    color:white;
}

#copyright {
	position:absolute;
	left:0;
}

#footerlinks {
	position:absolute;
	right:0;
}

#footerlinks a {
	color:white;
}
