/* Basis */
body {
	background-color:#BBD6BE;
	background-image:url(pics/kachel.jpg);
	background-repeat:repeat-x; 
	margin:0;
	}

/* Standard Schriftarten */
html, body, table, input, textarea, select, option {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#000000;
	}

/* Zitat */

.green {
	font-size:12px;
	color:#22B24B;
	font-weight:bold;
}

h1 {
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	color:#D60000;
	width:200px;
	margin:10px 10px 0px 30px;
}

h2 {
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	color:#D60000;
}

h6 {
	font-size:10px;
	width:200px;
	margin:5px 10px 10px 30px;
	}
	
/* Layer */

#Layer1 {
	position:absolute;
	width:580px;
	height:680px;
	z-index:1;
	left:300px;
	top:134px;
	/*overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;*/
}

#antwortlayer{
	display:none;
	position:absolute;
	
	border:1px solid #FFFFFF;
	background-color:#21B24B;
	color:#FFFFFF;
	
	padding:40px;
	
	width:320px;

	z-index:2;
	left:340px;
	top:174px;
}

