@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
}

div#menu{
	position:absolute;
	top: 520px;
	left: 50px;
	text-align: center;
	font-size: 0.70em;
	width: 1000px;
}

div#menu ul{
	list-style: none;
}

div#menu li{
	float: left;
	text-transform: lowercase;
	margin-right: 40px;
	cursor: pointer;
	color: #FFF;
}

div#tekstwrapper div{
	position: absolute;
	bottom: 98px;
	left: 285px;
	background: url(../images/tekstbg.png) repeat top left;
	width: 370px;
	height: 342px;
	overflow: auto;
	padding: 10px;
	color: #535353;
	font-size: 0.7em;
}

div#tekstwrapper ul
{
	margin-left: 20px;
	margin-bottom: 10px;
}

div#tekstwrapper p
{
	margin-bottom: 10px;
}

div#tekstwrapper a{
	color: #93160f;
	text-decoration: none;
}

div#tekstwrapper a:hover{
	text-decoration: underline;
}

div#tekstwrapper img.closeImg {
	width: 9px;
	height: 9px;
	float: right;
	cursor: pointer;
}

div#tekstwrapper h1{
	font-size: 1.1em;
	color: #93160f;
	text-align: center;
}

div.clearfloats{
	clear: both;
}

div#footer{
	color:#363636;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.75em;
}

div#footer a{
	text-decoration:none;
	color:#363636;
	font-size:8pt;
}
