/* CSS Dokument */


* {margin: 0; padding: 0;}

body {
	background-color: white;
	color: black;
	font: normal normal 0.8em "Times New Roman", Times, serif;
}

div#wrapper {
	float: none;
	clear: both;
	margin-left: 20px;
	margin-top: 20px;
}


div#left {
	float: left;
	margin-right: 30px;
}


div#content	 {
	
	float: none;
	position: absolute;
	left: 240px;
	width: 870px;
}


div#header {
	width: 200px;
	border-top: 10px solid #000;
	padding-top: 5px;
	margin-bottom: 90px;
}

div.leftcolumn {
	width: 200px;
	border-top: 5px solid #000;
	margin-top: 30px;
	padding-top: 5px;
}


div#language {
	width: 200px;
	margin-top: 60px;
	padding-top: 5px;
}


div.description {
	width: 200px;
	border-top: 5px solid #000;
	padding-top: 5px;
	float: left;
	margin-left: 20px;
	margin-top: 140px;
}

div.description2 {
	width: 200px;
	padding-top: 5px;
	float: left;
	margin-left: 20px;
	margin-top: 140px;
}


div#footer{
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 5px solid #000;
	padding-top: 5px;
}





div.image {
	margin-bottom: 1em;
	float: left;
	clear: none;
}


p {
	margin-bottom: 1em;
}



p.title {
	font-style: italic;
	margin-bottom: 1em;
}


p.with {
	font-style: italic;
}


p.back {
	margin-top: 6em;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
}

h2 {
	padding-bottom: 1em;
}




a {color: black;
	text-decoration: underline;
}

a:hover {
	color:  white;
	background-color: black;
	text-decoration: none;
}






