body {
	font-family: "Trebuchet MS";
	background-image: url(image/bg.gif);
	background-repeat: repeat-x;
}
#ContentHolder {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	overflow: auto;
}
h2 {
	font-size: 1.3em;
	color: #3a3a3c;
	margin-bottom: 2px;
	font-weight: lighter;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#RightColumn {
	background-color: #FFFFFF;
	width: 500px;
	padding-top: 20px;
	float: left;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 320px;
	background-position: right bottom;
}
p {
	font-size: 0.9em;
	margin-top: 2px;
}
a:link {
}
a:hover {
	color: #000000;
	text-decoration: none;
}


#ContentHeader {
	width: 795px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4d5053;
	margin-right: auto;
	margin-left: auto;
}
#LeftColumn {
	float: left;
	width: 270px;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#ContentLower {
	width: 795px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4d5053;
	float: left;
	margin-right: auto;
	margin-left: 2.5px;
}
#LogotypLower {
	height: auto;
	width: 795px;
	float: left;
	text-align: center;
}

#LowerContentLeft {
	width: 380px;
	float: left;
	padding-left: 15px;
}
#LowerContentRight {
	float: left;
	width: 375px;
	padding-left: 10px;
	padding-right: 15px;
}


#footer {
	background-color: #FFFFFF;
	width: 650px;
	height: 50px;
	line-height: 30px;
	text-align: center;
	margin-left: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
}
#footer p {
	font-size: 0.8em;
	color: #666666;
}
#footer a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}


#LanguageFlags {
	width: 780px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	color: #3a3a3c;
	margin-top: 5px;
}
#Navbar {
	font-size: 1em;
	margin-top: 20px;
	letter-spacing: 0.1em;
}
#Navbar ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#Navbar li {
	white-space: nowrap;
}
#Navbar a {
	background-color: #BBC3D3;
	display: block;
	height: 25px;
	width: 220px;
	padding-top: 50px;
	margin-top: 2px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	clip: rect(auto,auto,auto,auto);
	text-align: right;
	padding-right: 10px;
	background-image: url(image/lmeny_bg.gif);
}
#Navbar a:link, #Navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Navbar a:hover, #Navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C3CDDF;
	background-image: url(image/lmeny_bg_hover.gif);
}

