body {
	font-family: sans-serif;
	margin: 0px;
	background-image:url('../../images/bg.png');
}

h1, h2, h3 {
	color: #3350b1;
}

h4 {
	color: white;
	
	line-height: 12px;
}

h5 {
	color: #999999;
	font-size: 0.9em;
	line-height: 12px;
}

h6 {
	color: white;
	font-size: 0.9em;
	line-height: 0px;
}

p {
	color: #555555;
	font-size: 0.95em;
	text-align: justify;
}

a {
	text-decoration: none;
	color:#555555;
	font-size: 0.95em;
}

a:hover {
	text-decoration: none;
	color:#3350b1;
	font-size: 0.95em;
}

.contentwrapper {
	width: 1000px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	width: auto;
	margin-top: 20px;
	float: left;
}

.langholder {
	width: auto;
	float: right;
	position: relative;
	margin-top: 20px;
}

.lang {
	margin-left: 10px;
	text-align: right;
	width : auto;
	float: left;
	font-size: smaller;
	color: grey;
}

nav {
	padding-top: 44px;
	margin-left: 400px;
	z-index: 100;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
	z-index: 100;
}

nav ul {

	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	
nav ul:after {
	content: ""; clear: both;
}

nav ul li {
	float: left;
	height: 40px;
	font-size: 1em;
}
	
nav ul li:hover {
		color:#fff;
		
}
		
nav ul li:hover a {
		color: #3350b1;
}

	
nav ul li a {
		display: block; padding: 12px 20px;
		color: #757575; text-decoration: none;
}

nav ul ul {
 	border-radius: 10px; padding-left: 20px; border-width: 1px; border-color: grey; border-style: solid;
	position: absolute; top: 100%;
	background-color: white;
	color: white;
	padding-bottom: 10px;
	
}
	nav ul ul li {
		float: none; 
		position: relative;
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: grey;
		height: 35px;
		
	}
		nav ul ul li a {
			padding: 15px 10px;
		}	
			nav ul ul li a:hover {
				color:#777777;
			}
			
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

.maincontent {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftcontent {
	width: 700px;
	float:left;
	margin-bottom: 40px;
}

.rightsidebar {
	width: 250px;
	float: right;
	margin-bottom: 40px;
}

.rightcontent {
	width:250px;
	height:auto;
	overflow: hidden;
	margin-top: 18px;
}

.rightcontenttitle {
	width:250px;
	margin-top:0px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	text-align: center;
	padding: 4px 0px;
}

.footerwrapper {
	width: 100%;
	padding-top: 18px;
	padding-bottom: 30px;
	clear: both;
	position: relative;
	background-color: #333;
}

.footerwordswrapper {
	width: 1000px;
	margin: 0px auto;
}

.footerleftfirst {
	padding: 0px 10px 0px 0px;
	font-size: 0.7em;
	color: grey;
	float: left;
}

.footerleft {
	padding: 0px 10px 0px 10px;
	border-left-style: solid;
	border-left-color: grey;
	border-left-width: 1px;
	font-size: 0.7em;
	color: grey;
	float: left;
}

.footerright {
	float: right;
	font-size: smaller;
	color: grey;
	font-size: 0.7em;
}

.headerwrapper {
	background-color: white;
	border-bottom: 4px solid black;
}

.headerholder {
	width:1000px;
	margin: 0px auto;
}

.footerupwrapper {
	padding-top: 12px;
	padding-bottom: 30px;
	clear: both;
	position: relative;
	background-color: #444444;
	border-top: 4px solid grey;
	height:220px;
}

.footerupholder {
	width: 1000px;
	margin: 0px auto;	
}

.footercolumn {
	width: 400px;
	color: white;
	margin-right: 100px; 
	float:left;
}

.footercolumn p {
	font-size: 0.8em;
	color: #999999;
}

.title {
	float:left;
	width: 150px;
	color: #555555;
	font-size: 0.95em;
}

.titlecontent {
	color: #555555;
	font-size: 0.95em;
	width:500px;
	float:left;
}

.colon {
	margin-right: 20px;
	float:left;
}