html,body {
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #002C5F;
}
a {
	text-decoration: none;
	color: #002C5F;
}
a:hover {
	color: #DF6F23;
}
h1, h2, h3, h4, h5, h6{padding:5px}
p{padding:5px;	font-size: 1.2em;
margin:0;}

h1 {
	width: 440px;
	background-color: #DF6F23;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	margin:0;
	border-bottom:6px white solid;
}
h2{
	margin:0;
	font-size: 1.2em;
	color: #DF6F23;
	font-weight: bold;
}

ul
{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
li
{
	color:#DF6F23;
	font-size:1.2em;
	float:left;
}
em
{
	font-style:normal;
	font-weight: bold;
}

.clearfix:after, ul:after, div#main:after, div#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac and IE-win \*/
* html .clearfix, ul, div#main, div#footer {height: 1%;}
/* End hide from IE-mac and IE-win */

div#wrapper {
	width:720px;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: 50px;
	left: 50%;
	margin-left: -340px;
	padding:0 20px 14px 20px;
	margin-bottom:20px;
}
div#header {
	text-align:center;
	width: 720px;
	margin-bottom:6px;
}
div#main {
	width: 720px;
	border: 1px;
	border-color: #DF6F23;
	border-style: solid;
	margin:0 0 30px 0;
	padding:0;
	background:url(./images/bck.gif) repeat-y;
}

address {
	width: 720px;
	background-color: #FFFFFF;
	border-top:#DF6F23 solid 1px;
	border-bottom:#DF6F23 solid 1px;
	padding:3px;
	text-align:center;
	font-style:normal;
}

.adres_tekens {
	color: #DF6F23;
}

div#content {
	float:left;
	width: 450px;
	color: #f3f5f7;
	margin:0;
	padding:0;
}
div#content ul
{
	margin:0 0 0 0;
	padding:5px 5px 5px 20px;
	list-style:circle;
}
div#content li
{
	color:#f3f5f7;
	font-size:1.2em;
	float:none;
}
div#illustration
{
	margin:0;
	padding:0;
	float:right;
}

div#content a{text-decoration:underline;
color:#f3f5f7;}
div#content a:hover{text-decoration:none;}
div#footer {
	width: 720px;
}
