@CHARSET "UTF-8";
html, body, p {
	margin:0;
	padding:0;
}
body {
	background:url(img/bg.png) no-repeat top center #f0f0f0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
div#main {
	width:700px;
	margin:0px auto;
}
div#left_column {
	width:208px;
	float:left;
	padding:50px 6px 0 6px;
	background:#e8eef0;
	text-align:right;
}
div#left_column p {
	padding-bottom:16px;
}
div#left_column a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	display: block;
	height:100%;
}
div#left_column a:hover {
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}
div.represent {
	background:#f0f0f0;
	position:relative;
	padding-top:10px;
	left:-6px;
	width: 220px;
	font-size:11px;
}
div.represent p {
	text-align:justify;
}
div#right_column {
	width:460px;
	float:left;
	margin-left:20px;
	padding-top:50px;
	text-align:left;
}
div#right_column p {
	font-size:13px;
	text-align:justify;
}
div.logo {
	display:block;
	background:url(img/logo.png) no-repeat;
	width:208px;
	height:181px;
	margin-bottom:20px;
}
div.logo_rep {
	display:block;
	background:url(img/isel-germany_logo.png) no-repeat left;
	width:220px;
	height:29px;
	text-align:left;
}
h1 {
	color:#2f84bf;
	font-weight:bold;
	margin:0;
	font-size:18px;
	padding:30px 0;
	text-align:left;
}
ul, li, ol {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
}
li {
	font-size:20px;
	background:url(img/pdf_icon.png) no-repeat;
	height:32px;
	padding:4px 0 4px 34px;
	display:block;
}
ul li a:link, ul li a:visited {
	color:#666666;
	text-decoration:none;
}
ul li a:hover {
	color:#666666;
	text-decoration:underline;
}