html, body {
	color: #808080;
	font-size: 13px;
	font-family: verdana;
	line-height: 14px;
	margin-top: 20mm;
	margin-bottom: 20mm;

	text-align:center;
	background:none;
}
/*<agl.folder "ID">*/

#hauptrahmen {
	text-align: left;
	
}
#kopf{display:none;}
#content{
	font-size:120%;
	line-height:140%;
}
#fuss{display:none;}
#alleteam {display:none;}
#copy {display:block;color:#ccc;}

/*</agl.folder>*/

/*<agl.folder "KLASSEN">*/

/* FORMULARE */
.formzeile { width: 450px; height: 25px; padding-bottom: 10px; }
.formbeschriftung { color: #333; width: 90px; float: left; margin-top:2px;}
.formfelder { color: #333; float:right; }
.textinput {
	color: #333;
	font-size: 11px;
	font-family:verdana;
	width: 325px;
	height: 19px;
	border:none;
	padding-top: 2px;
	padding-left: 7px;
	
}
.area {
	color: #333;
	font-size: 11px;
	font-family: verdana;
	line-height: 18px;
	width: 325px;
	height: 120px;
	padding-top: 3px;
	padding-left: 7px;
	
	border:none;
	margin-bottom:10px;
}	
.submitbutton { margin-right:3px; margin-top:15px; }

/*</agl.folder>*/

/*<agl.folder "TAGS">*/

h1 {
	color:#9e032a;
	font-weight:normal;
}
h2{
	color: #000;
	font-size:100%;
}
p{
	padding-bottom:24px;
}
a {color: #9e032a; text-decoration:underline;}
a:hover{text-decoration:none;}

