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

/* 5f94d9   5684bf   546c8c   82b0d9 */
/* Breite iframe:620px; */

*{
	padding:0;
	margin:0;	
}


body{
	font-family:Arial, Helvetica, sans-serif;
	
}

#hintergrund{
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	height:800px;
	width:100%;	
	background:#f4e006;
	background: -moz-linear-gradient(top, #ff9100 0%, #fff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9100), color-stop(50%,#fff));
	background: -webkit-linear-gradient(top,#ff9100 0%,#fff 50%);
	background: -o-linear-gradient(top, #ff9100 0%,#fff 50%);
	background: -ms-linear-gradient(top,#ff9100 0%,#fff 50%);
	background: linear-gradient(to bottom,#ff9100 0%,#fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9100', endColorstr='#fff',GradientType=0 );	
}

#wrapper{
	position:absolute;
	z-index:100;
	width:880px;
	left:50%;
	margin-left:-450px;
	top:10px;
	background-color:#fff;	
	padding:15px;
}

.runde-ecken{
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.oben-rund{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.unten-rund{
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.schatten{
	-webkit-box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

#navi-oben{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#ff9100;
	}


.navioben a{
	display:inline-block;
	width:150px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	background-color:transparent;
	color:#eee;
	font-weight:bold;
}

.navioben a:hover{
	text-decoration:underline;	
}

h1{
	font-size:18px;
	color:#fff;
	margin:10px 0 10px 0;
	font-style:italic;
	padding-left:20px;
}

p{
	font-size:13px;	
}

iframe{
	border: 0 none;	
	
}


