@charset "utf-8";
/* CSS Document */


body
{	
background: #ffffff;
}

a:link {
  color: #333333;
  text-decoration:none;
}

a:visited {
  color: #333333;
  text-decoration:none;
}

a:hover {
  color:#333333;
  text-decoration:underline;
}

#layout {
	position:absolute;
	height:100%;
	top:0px;
	left:20px;
}

#content {
	position:absolute;
	color:#333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	left:250px;
	top:140px;
	overflow:visible;
	}

.title {
	color:#000000;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	background-color:#FFFFFF;
	margin-left:40px;
	top:0px;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

.headline{
font-size:19px;
color:#999999;}

#flashcontent {
	height: 100%;
}
/* end hide */

#viewer {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#000000;
	font-family:sans-serif;
	font-size:10pt;
}

fieldset {border:0px;}
form {width:250px;}
legend {color:#999999;}
label {display:block; color:#999999; font-size:14px; color:#333333;}
input {width:260px; height:18px;}
input, textarea {font-size:14px; color:#8b8988; background-color:#ffffff; border:#CCCCCC solid 1px; line-height:20px;}
textarea {width:350px;height:230px;}
input.button {border:0px; width:70px; background-color:#FFFFFF; margin-top:6px;}
.fehler {border:1px solid red;}
p.error {color:red;}