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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f3f3f3;
	background-image: url(design/background.gif);
	background-repeat: repeat-x;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.6em;
	color: #000000;
}

a:link {
	color: #e40336;
}
a:visited {
	color: #e40336;
}
a:hover {
	color: #888888;
}
a:active {
	color: #888888;
}


#bodylayer {
	position: absolute;
	width: 1100px;
	height: 740px;
	top: 30px;
	left: 50%;
	margin-top: 0px;
	margin-left: -550px;
	background-image: url(design/trike-hintergrund.jpg);
	z-index: 1;
}

#logolayer {
	position:absolute;
	left:35px;
	top:28px;
	width:280px;
	height:90px;
	z-index:2;
	background-image: url(design/trikelogo.jpg);
}

#textlayer {
	position:absolute;
	left:38px;
	top:120px;
	width:270px;
	height:516px;
	z-index:2;
	overflow: auto;
	padding-top:20px;
	padding-right:10px;
}

#imagelayer {
	position:absolute;
	left:340px;
	top:116px;
	width:720px;
	height:550px;
	z-index:4;
	background-image: url(images/bild02-martin.jpg);
}

#navi {
	position:absolute;
	left:356px;
	top:691px;
	width:365px;
	height:29px;
	z-index:4;
	text-align:center;
	letter-spacing: 0.1em;
	font-size: 14px;
	vertical-align: middle;
	color: #FF0000;
}

#navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover {
	color: #009900;
}
#navi a:active {
	color: #009900;
	text-decoration: none;
}
