@charset "utf-8";

/* style for planblue.de - mf 7.2011 */

body {
	width:800px;
	margin:0;
	padding:0;
	text-align:left;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-shadow:#333 2px 2px 5px;
	color:#EEE;
	background-color:#369;
	background-image:url(sign.png);
	background-repeat:no-repeat;
}

h1, h2, h3, ul {
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	display:inline;
	white-space:nowrap;
	position:absolute; }
h1, h2 {
	color:#888;
	top:310px;
	z-index:-1; }
h1 {
	left:215px; }
h2 {
	left:39px; }
h3 {
	color:#369;
	font-size:80px;
	filter:dropshadow(color=#666, offx=1px, offy=1px); zoom:1; }
body#home h1 {
	color:#EEE; }
body#home h2 {
	color:#BBB; }

ul {
	left:425px; top:191px; list-style-type:none; }
li {
	display:inline; float:left; padding:0 11px; }
ul a {
	color:#000; display:block; float:left; }
iframe {
	width:100%;
	height:380px;
	float:left;
	border:none;
	background-color:transparent; }

#info {
	width:400px;
	padding-right:9px;
	border-right:3px solid #F36; }
li, ul a:hover {
	color:#F36; }

form { text-align:right; vertical-align:top; }
input[type="text"], textarea { width:75%; }
textarea { height:180px; }
.error { color:#F00; }
.status { font-style:italic; }
