/*
Original design: Variant Pure (v1.0 - Nov 10, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/variant-pure/
*/

/* General layout */
body {
	background-color: #eee;
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 811px;
	padding: 0;
	background-color: #fff;
	color: #222;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}
#header {
	clear: both;
	padding: 0px;
	width: 811px;
	color: #222;
	text-align: left;
	background-image: url(images/head_top.gif);
	background-repeat: no-repeat;
	height: 93px;
	margin: 0px;
}
#header p {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #DDE8F7;
	position: absolute;
	left: 341px;
	top: 3px;
	letter-spacing: 6px;
	width: 450px;
}
#header p.descr {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #DDE8F7;
	position: absolute;
	left: 341px;
	top: 51px;
	width: 450px;
	letter-spacing: normal;
	line-height: normal;
	text-align: justify;
}

#header a {
	color: #DDE8F7;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
}



/* Tags */
h1,h2,h3,h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 18px;
	color: #999;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

h3 {
	font-size: 12px;
	color: #999;
}
h4 {margin: 10px 0 5px 0; font-size: 1.2em;}
a {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a img {border: 0;}
p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
li {
	margin-bottom: 10px;
}
/* Introtext */
#titletext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #222;
	text-align: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 400;
}

/* Main content */
#main {
	float: right;
	width: 534px;
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(images/head_bottom.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#main h2 {
	clear: left;
	background-color: #eee;
	color: #555;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 6px;
}

/* Sidebar */
#sidebar {
	width: 240px;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 11px;
}
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 0px 0;
	padding: 0;
	color: #999;
}
#sidebar p.block {
	background-color: #eee;
	font-size: 12px;
	line-height: 1.3em;
	margin: 10px auto 20px auto;
	padding: 10px;
	color: #555;
}
#sidebar ul li, #sidebar ol li {list-style: none; padding:0; margin: 0 0 5px 0; padding: 0;}
#sidebar ul.avmenu li a {
	display: block;
	width: 230px;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	background-color: #eee;
	color: #06C;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar ul.avmenu li a:hover {
	background-color: #f4f4f4;
	color: #222;
	text-decoration: none;
}
#sidebar ul.avmenu li a.current {color: #222;}

/* Footer */
#footer {
	clear: both;
	margin: 0px;
	width: 800px;
	color: #777;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 11px;
}
#footer p {margin: 0;}

/* Additional classes */
.text {margin-bottom: 20px;}
.meta {
	text-align: right;
	font-size: 12px;
	color: #555;
	border-top: 1px solid #eee;
	padding: 5px 10px;
}
.clear {clear: both; margin: 0; padding: 0;}
.right {text-align: right;}
.hide {display: none;}
.avanti {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: right;
}
.capital {
	text-transform: uppercase;
}
.more {
	font-size: 12px;
	line-height: normal;
}
.comment {
	font-size: 12px;
	display: block;
	margin-left: 19px;
	line-height: normal;
}
.TexteNormal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000
}
