﻿/* CSS layout */
h1	{
	font-family: 'Finger Paint', cursive;
	font-size:24px;
/*	text-shadow:0px 4px 4px #aaa; */
	text-align: center;
}
h2	{
	font-family: 'Finger Paint', cursive;
	font-size: 16px;
	color: #F40022;
	text-shadow: 0px 4px 4px #aaa;
	text-align: center;
}
body {
/*	margin: 20px;  Abstand von unten */
/*	padding: 0px;*/
	background-image:url('../images/backgrounds/blackrain.jpg');
    background-attachment: fixed;
}
#masthead {
	width: 400px;
	margin:0 auto;
	height:580px;
	text-align: center;
	background-color: #ffffff;
}
#logo {
	float: left;
	width: 96px;
	height:96px;
}
#nebenheader {
	width: 304px;
	text-align:center;
	color:white;
	margin-left:96px;
	height:96px;
	margin-top:0px;
	background-color: black;
}
#subheader {
	width:400px;
	height:80px;
	background-color: #fff;
	margin-top:-8px;
	text-align:center;
}
#formcontainer {
	clear: both;
	width: 400px;
}
.left_col {
/*	position:absolute;
	float: left;*/
	margin-top:16px; 
	width: 96px; 
	height:40px;
	text-align: right; 
	color: black;
}
.right_col {
	margin-left:100px;/* naja a bissi 96+*/
	margin-top:-40px; 
	height:40px;
	width: 304px;
	text-align: left;
}
#col2 {
	width:400px;
	height:250px;
	margin-top:0px;
	text-align:center;
	background-color: #c1c1c1;
}
#col3 {
	width:400px;
	height:36px;
/*	background-color: #f1f1f1; */
	margin-top:4px;
	text-align:center;
}
















