html, body, ul, ol, img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-family: calibri, verdana;
	font-size: 16px;
	background: #fff;
	min-height: 101%;
}

body {
}

#bg_image {
	background-image: url('images/bg_image.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1125px;
}

#content-wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 130px;
	padding: 10px;
	text-align: center;
}

#header a {
	box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;
	color: #000;
	margin: 0 5px 0 5px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

#header a:hover {
	background: #cbe3e4;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;
}

#header #lang {
	position: absolute;
	top: 5px;
	margin-left: 20px;
}

#header #lang a, #header #lang a:hover, #header #lang a img {
	background: none;
	margin: 0;
	padding: 0;
}

#main-content {
	/*background: #fff;
	border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
	box-shadow: 0 0 15px #000; -moz-box-shadow: 0 0 15px #000; -webkit-box-shadow: 0 0 15px #000;
		filter: progid:DCImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000');
		-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";*/
	padding: 20px;
}

#side-menu {
	float: left;
	list-style: none;
	margin-left: -150px;
	width: 140px;
}

#side-menu ul {
	list-style: none;
	margin-left: 20px;
}

#side-menu li {
	background: white;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;
	margin: 0 0 5px 0;
	padding: 4px;
}

#side-menu li:hover {
	margin: 0 -5px 5px 5px;
}

#side-menu a {
	text-decoration: none;
}

#pagetitle {
	font-size: 2em;
	padding: 0 40px 40px 40px;
	text-align: center;
}

#article-wrapper {
	margin: 0;
}

.article {
	padding: 0 0 40px 0;
}

.article .title {
	font-size: 1.2em;
	border-bottom: 2px solid #ef4d39;
	margin: 0 0 5px 0;
}

.article ul {
	margin: 0 0 0 40px;
}

.related_links {
	margin: 5px 5px 5px 40px;
}

.tabletitle {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

.tablecontent {
	padding: 0 0 40px 0;
}

.tablecontent td {
	font-size: 0.9em;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	text-align: left;
	overflow: visible;
}

#footer {
	color: #000;
	font-size: 0.8em;
	text-align: center;
	padding: 20px;
}

#footer a {
	color: #000;
}

