@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #06F;
	font: 12px Arial, Helvetica, sans-serif;
}

.placeholder {
	clear: both;
}

#header {
	padding: 4px 10px;
	width: 800px;
	margin: 10px auto 0px;
	background: #036;
	color: #fff;
	border: solid #fff;
	border-width: 2px 2px 0px;
}

#header img {
	float: left;
	border: none;
	margin-right: 20px;
}

#header span {
	height: 40px;
	line-height: 40px;
}

#header span a {
	color: #9cf;
	text-decoration: none;
}

#header span a:hover, #left p a:hover, #footer a:hover {
	color: #fff;
}

.language {
	float: right;
}

#container {
	padding: 0px 10px;
	width: 800px;
	margin: 0px auto;
	border: solid #fff;
	border-width: 0px 2px;
	background: #9cf;
}

#right {
	padding: 4px 0px;
	width: 200px;
	float: right;
}

#right p.news {
	background: #fff;
	border: 1px solid #036;
}

#right p.news a {
	display: block;
	padding: 5px 10px;
	color: #333;
	background: #fff;
	text-decoration:none;
	font-size: 10px;
	margin: 0px 1px;
	margin-bottom: 1px;
}

#right p.news a:first-child {
	margin-top: 1px;
}

#right p.news a:hover {
	background: #036;
	color: #fff;
}

#left {
	padding: 4px 0px;
	width: 200px;
	float: left;
}

#left p, #right p {
	margin-bottom: 10px;
}

#left h1, #right h1 {
	line-height: 18px;
	text-align: center;
	color: #036;
	font-size: 18px;
	margin-bottom: 10px;
}

#left a.partnerlink {
	display: block;
	padding: 3px 0px;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	background: #036;
	border: 1px solid #036;
	text-decoration: none;
}

#left a.partnerlink:hover {
	color: #036;
	background: #fff;
}

.bottom {
	border: solid #036;
	border-width: 0px 1px 1px;
	padding: 2px 5px;
	background: #fff;
	margin-bottom:10px;
}

#content {
	padding: 4px 10px;
	margin: 0px 210px;
	background: #fff;
}

#content h1 {
	line-height: 18px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

#content img {
	border: 1px solid #999;
	padding: 3px;
	display: block;
	margin: 10px auto;
}

#content p {
	margin-bottom: 10px;
	color: #333;
}

#content a, #left p a {
	color: #036;
}

#content a:hover, #left p.bottom a:hover {
	color: #9cf;
}

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 2px 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background: #036;
	color: #fff;
	border: solid #fff;
	border-width: 0px 2px 2px;
}

#footer a {
	text-decoration: none;
	color: #9cf;
}
