@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #eeefea url(../images/bg.jpg) no-repeat center top;
}
#intro{
	margin-top:200px;
	}

#logo{
	background-color:#ADA586;
	height:240px;
}
#logo img{
	margin:60px 0 0 0;
}

#tekst{
	background: url(../images/bg-wit.png);
	height:240px;
}

#copyright{
	background-color:transparent;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.1em;
}

a:link, a:visited{
	color: #696451;
	border-bottom: 1px dotted #696451;
}

a:hover, a:active{
	color: #a39871;
	border-bottom: 1px dotted #a39871;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	margin:10px 0 0 0;
	padding: 0;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#a39871;
	margin:40px 0 0 0;
	padding: 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#696451;
	margin:5px 0 0 0;
	padding: 0;
	font-weight: 100;
}
a.strack {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	color:#a39871;
	text-decoration:none;
	letter-spacing:0.1em;
	border-bottom: 0px;
}
a.strack:link, a.strack:visited{
color: #a39871;
border-bottom: 0px;
}

a.strack:hover, a.strack:active{
color: #696451;
border-bottom: 0px;
}
