/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
html,body
{
	background-color: #2E2E2E;
	height:100%;
	line-height:15px;
}

body
{
text-align:center;
}

#distance { 
	width:1px;
	height:50%;
	background-color: #2E2E2E;
	margin-bottom:-210px; /* half of container's height */
	float:left;
}

div#container
{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:420px;
	width:952px;
	clear:left;
	background-color:#2E2E2E;
	border: 1px solid #CCCCCC;
}

div#start
{
	width:100%;
	text-align: center;
}
div#lang
{
	width: 50%;
	text-align: center;
	float:left;
	margin-top: 40px;
}
div#lang a
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
div#lang a:hover
{
	text-decoration:underline;
}
div#adres
{
	font-size:9px;
	color:#CCCCCC;
}
div#logo
{
	width:195px;
	height: 35px;
	border-left: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	float:left;
	margin-bottom: 15px;
}
div#menu
{
	width: 755px;
	border-bottom: 1px solid;
	height: 25px;
	padding-top:10px;
	float: left;
}
div#menu a
{
	margin-left:10px;
	margin-right: 60px;
	font-size: 16px;
	text-decoration:none;
	font-weight:bold;
}

div#menu a:hover
{
	border-bottom: 5px solid;
}

a.active
{
	border-bottom: 5px solid;
}

div#content
{
	padding-left: 15px;
}

div#picture
{
	width: 500px;
	float: left;
}
div#tekst
{
	float: left;
	margin-left: 15px;
	width: 400px;
}
p
{
	margin-bottom:10px;
}
h1
{
font-size:30px;
margin-top: 40px;
margin-bottom: 40px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

li
{
	float: left;
	list-style: none;
}