@font-face {
	font-family: 'TuffyRegular';
	src: url('Tuffy-webfont.eot');
	src: local('☺'), url('Tuffy-webfont.woff') format('woff'), url('Tuffy-webfont.ttf') format('truetype'), url('Tuffy-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: underline;
	color: #666;
}

#navi {
	position: fixed;
	top:0px;
	left: 400px;
	clip: rect(auto,auto,auto,auto);
	width: 300px;	
	visibility: visible;
	z-index: 1000;
}

#navi ul li {
	list-style: none;
	padding: 3px;	
	width: 200px;
}

#navi ul li a:link,
#navi ul li a:visited  {
	display:block;
	padding: 3px;
	font-family: 'TuffyRegular', Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100px;
	text-decoration: none;
	margin: 0px;
	font-size: 12px;
}

#navi ul li a:hover,
#navi ul li a:active  {
	color: #333;
	width: 130px;
	text-decoration: none;	
}

.green {
	background-color: #ACFF61;
	width: 80px;
}

.blue {
	background-color: #C9FBF6;
	width: 80px;
}

.pink {
	background-color: #F7D0FC;
	width: 80px;
}

.lila {
	background-color: #CC6AFF;
	width: 80px;
}

#start {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 600px;
	width: 1200px;
	background-image: url(../gfx/back-start.png);
	background-repeat: no-repeat;
}

#glueck {
	position: absolute;
	left: 1200px;
	top: 0px;
	height: 600px;
	width: 1200px;
	background-image: url(../gfx/back-glueck.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}

#glueck_txt {
	position: absolute;
	left: 260px;
	top: 150px;
	height: 340px;
	width: 300px;
	padding: 5px;
}

#kontakt {	
	position: absolute;
	left: 3800px;
	top: 0px;
	height: 600px;
	width: 1200px;
	background-image: url(../gfx/back-kontakt.png);
	background-repeat: no-repeat;	
}

#kont_txt {
	position: absolute;
	top: 260px;
	left: 970px;
	width: 230px;
}

#port {
	position: absolute;
	left: 2400px;
	top: 0px;
	height: 600px;
	width: 1400px;
	background-image: url(../gfx/back-port.png);
	background-repeat: no-repeat;
}

#rechts {
	height: 44px;
	width: 44px;
	position: absolute;
	top: 290px;
	left: 1040px;
}

#links{
	height: 44px;
	width: 44px;
	position: absolute;
	top: 290px;
	left: 160px;
}

#port_mask {
	position: relative;
	left: 200px;
	top: 150px;
	height: 320px;
	width: 860px;
	overflow: hidden;
}

#port_mask .panes {
	position: absolute;
	width: 20000em;
}

#port_mask .pane {
	position: relative;
	width: 860px;
	height: 320px;
	float: left;
}

.port {
	float: left;
	height: 140px;
	width: 260px;	
	margin: 0 10px 10px 0;
	padding: 7px;
	background-image: url(../gfx/port_back.png);
	background-repeat: no-repeat;
}

.port a:link,
.port a:visited {
	background-color: #FBE4FF;
	display: block;
	width: 251px;
	padding: 3px;
	color: #666;
	text-decoration: none;
	margin-top:5px;
}

.port a:hover,
.port a:active {
	background-color: #fff;
	color: #FBA0E2;
	text-decoration: none;
}

.port img {
	border: 2px solid #fff;
}
h2 {
	font-size: 28px;
	}
