@charset "UTF-8";
/* css created by 7actions by Glauser 2009 http://www.7actions.ch */
/* MAIN CSS
********************************************************************************/
html, body {
height: 100%;
}
body {
font-family: Helvetica, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
font-size: 12px;
color: #333;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
top: 0;
left: 0;
overflow: auto;
background-color: #fff;
}
/* -- L I N K S -- */
a, a:link, a:visited {
color: #885261;
text-decoration:none;
}
a:hover, a:active, a:focus, a.current {
color: #777;
}
/* -- M I S C - - */
br.next {
clear: both;
}
/* -- Ü B E R S C H R I F T E N -- */
h1 {
font-size: 22px;
letter-spacing: 1px;
color: #000;
margin: 5px 10px 15px 10px;
padding: 0px;
line-height: normal;
font-weight: normal;
text-transform: uppercase;
}
h2 {
font-size: 20px;
letter-spacing:1px;
line-height: normal;
font-weight: normal;
text-transform: uppercase;
color: #999;
margin: 0px 0px 15px 10px;
padding: 0px;
}

h3 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin: 0px 0px 10px 10px;
padding: 0px;
}
/* -- Absolute Elemente -- */
/* -- BG-Image auf unterste Ebene anordnen -- */
#bg {
	display:block;
	z-index:0;
	position:fixed;
}

#mainwrap {
	width:100%;
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
}

#contentsoon {
	width:100%;
	height:90px;
	margin:0px;
	padding:0px;
	background:url(bgtranssoontop.png) top left repeat-x transparent;
}
#left {
	float:left;
	width:60%;
	margin-left:20px;
	padding:5px 0px 0px 0px;
}
#right {
	text-align:right;
	float:right;
	width:20%;
	margin-right:20px;
	padding:0px 0px;
}

