html, body {height: 100%; min-height: 100%;}

body {
	padding: 0px;
	margin: 0px;
	background: white url(../images/common/bg_main.png) repeat-x;
}

/*	Common Classes  */

body, div, p, span, li, a, h1, h2, h3, td input {
	font-family: Tahoma;
	font-size: 11px;
}

img {border: none;}

h1 {
	height: 21px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 11px;
}

h3 {
	color: #1d6999;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

p {
	color: #777777;
	margin: 8px 0px 8px 0px;
	line-height: 16px;
}

a:link, a:focus, a:visited, a:active {
	color: #7db400;
	text-decoration: none;
}

a:hover {
	color: #7db400;
	text-decoration: underline;
}

/*	Global Layout  */

.clearer {
	font-size: 1px;
	height: 1px;
	clear: both;
}

#wrapper {
	width: 780px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	background: white url(../images/common/bg_content.png) repeat-y;
}

#lng-switch {
	width: 205px;
	height: 12px;
	float: left;
	padding: 18px 0px 0px 15px;
	background-color: white;
}

#mainmenu {
	width: 560px;
	height: 30px;
	float: right;
}

#mainmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	cursor: default;
}

#mainmenu li {
	padding: 0px;
	margin: 0px 35px 0px 0px;
	display: inline;
}

#logo {
	float: left;
	width: 220px;
	height: 222px;
	border-bottom: 1px solid #f7f7f7;
}

#headline {
	float: right;
	width: 560px;
	height: 242px;
	margin-top: 10px;
	border-bottom: 1px solid #7ab6e8;
}

#sidebar {
	float: left;
	width: 190px;
	padding: 20px 15px 30px 15px;
}

#sidebar ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: square;
}

#sidebar li {
	color: #7db400;
	line-height: 25px;
}

#sidebar span {
	font-weight: bold;
	color: #1d6999;
}

#sidebar li a:link, a:active, a:focus, a:visited {
	color: #1d6999;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #1d6999;
	text-decoration: underline;
}

#content {
	float: right;
	width: 520px;
	padding: 20px;
}

#footer {
	height: 23px;
	width: 780px;
	background-image: url(../images/common/bg_footer.png);
	padding: 12px 0px 0px 0px;
	color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: -35px;
}

/*
#footer {
	height: 23px;
	width: 780px;
	background-image: url(../images/common/bg_footer.png);
	margin: -35px auto 0 auto;
	padding: 12px 0px 0px 0px;
	color: white;
	text-align: center;
}
*/

/*	Extra Classes  */

.dashedline {
	font-size: 1px;
	height: 1px;
	border-bottom: 1px dashed #c8c8c8;
	margin: 15px 0px 15px 0px;
}

#slogen {
	margin-top: 15px;
}

.gallerycontainer-left {
	float: left;
	width: 250px;
	height: 185px;
	margin-bottom: 20px;
}

.gallerycontainer-right {
	float: right;
	width: 250px;
	height: 185px;
	margin-bottom: 20px;
}

.bluetext {
	font-weight: bold;
	color: #4989af;
}