body {
	font-size: 100.01%;
	background-color: #f3f3f3;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 0.7em;

	color:#444;
	padding:0;
	margin:0;
	text-align:center;
}
img {
border:none;
}


a {color: #aaa;text-decoration:none;}
a:hover {text-decoration:underline;}

h1 {
	font-size: 2em; 
	font-weight: normal;

	clear:left;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
	color:#000;
	padding-top:10px;
}

h3,h4 {
	padding:0;margin:0;
}

h4 {
	padding:0;margin:0;font-size:1.1em;
	padding:0.3em;background:#f6f6f6;border:1px solid #ddd;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0  20px;
	margin: 0 0 0 18em;
}

input,textarea {padding:0.2em;font-size:1.5em;font-family: Arial, SunSans-Regular, Sans-Serif;
border:1px solid #aaa;border-left:2px solid #0065A6;}

input:hover,textarea:hover {background:#0065A6;border:1px solid #aaa;border-left:2px solid #0065A6;color:#fff;}
input:active,textarea:active,input:focus,textarea:focus {background:#FFEFBF;border:1px solid #aaa;border-left:2px solid #0065A6;color:#444;}

.wide input,.wide textarea {width:100%;}
.wide label {float:left;width:25%;display:block;font-size:1.05em;}
.wide input,.wide textarea {width:70%;}
.wide textarea {height:10em;}
.wide small {padding:0 0 0 26%;}
.wide .small {width:10%;display:inline;clear:left;}


.grippie {background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;border-style:solid;border-width:0pt 1px 1px;cursor:s-resize;height:9px;
overflow:hidden;margin:0 0 0 25%;display:block;}
			#content {margin:0 auto;text-align:left;width:640px;}
			ul {clear:left;}
			h1 {line-height:121px;font-size:2.5em;text-transform:uppercase;}
			legend {font-size:1.4em;color:#aaa;padding:1em;}
			fieldset {border:1px solid #ddd;padding:1em;}
			
.error {color:red;}
.success {color:#00CF43;}
.required {font-weight:bold;}

button {float:right;height:3em;margin-right:1.5em;}

#export {background:#0065A6 url(../images/exportbg.gif) bottom left no-repeat;border:2px solid #2A8EFF;height:5em;color:#fff;line-height:2.5em;font-weight:bold;font-size:1.3em;text-align:center;}
#export a {color:#fff;display:block;}

.info {display:block;text-align:right;}
