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

body {
	background-color: #004a61;
	background-image: url(img/bg/bg-start.gif);
	background-position:top;
	background-repeat:repeat;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color:#fff;
	margin-top:0px;
	text-transform:uppercase;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#fff;
	margin-top:30px;
	text-transform:uppercase;
}

img{
	border:none;
}

.thumb{
	border:5px solid #a68461;
}

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

a:hover{
	color:#ccc;
}

.function{
	margin-left:40px;
}

.funk{
	margin-right:40px;
	/*width:580px;*/
	float:right;
}

.bgfunk{
	background-image: url(img/bg/bg-funk.gif);
	background-repeat:no-repeat;
	background-color:#a68461;
}

.bgfunction{
	background-image: url(img/bg/bg-function.gif);
	background-repeat:no-repeat;
	background-color:#004a61;
}

.clear{
	clear:both;
}

/* START */

#middle{
	position:absolute;
	left:50%;
	margin-left:-174px;
	width:350px;
	height:520px;
	background-image:url(img/bg/bg-middle.gif);
	background-repeat:no-repeat;
}

#adress{
	position:relative;
	top:115px;
	color:#004a61;
	text-align:center;
}

#special{
	position:relative;
	top:327px;
	text-align:center;
}

/* CONTENT */

#wrapper{
	width:900px;
	position:absolute;
	left:50%;
	top:145px;
	margin-left:-450px;
}

#header{
	height:125px;
	width:900px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-450px;
}

#header img{
	margin-bottom:5px;
}

#header .function{
	background-image:url(img/elements/header-function.gif);
	background-repeat:no-repeat;
}

#header .funk{
	background-image:url(img/elements/header-funk.gif);
	background-repeat:no-repeat;
}

#header-function{
	float:left;
	width:320px;
	height:120px;
}

#header-middle{
	float:left;
	margin-left:45px;
	
}

#header-funk{
	text-align:right;
	float:right;
	width:320px;
	height:120px;
}

.header-links-function a{
	color:#a68461;
	text-decoration:none;
	margin-right:10px;
	padding-top:15px;
}

.header-links-function a:hover{
	color:#fff;
}

.header-links-funk a{
	color:#004a61;
	text-decoration:none;
	margin-left:10px;
	padding-top:15px;
}

.header-links-funk a:hover{
	color:#fff;
}

a.active{
	color:#fff;
}

.tfunction{
	background:url(img/elements/border-left.gif);
	background-repeat:repeat-y;
	color: #a68461;
}

.tfunk{
	/*direction:rtl;*/
	text-align:right;
	background:url(img/elements/border-right.gif);
	background-repeat:repeat-y;
	background-position:right;
	color: #004a61;
}

.team{
	float:left;
	margin-right:10px;
	width:275px;
	height:350px;
}

.fteam{
	clear:both;
	float:right;
}