body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #CCCCCC;	
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

img{
	border: 0;
}

.rot {
	font-family: Arial, Helvetica, sans-serif;
	color: #E52324;
	font-size: 10pt;
	font-weight: bold;
}

.btnSubmit {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background: #FFF;
  border: 0px solid #900;
  font-size: 10pt;
  position: absolute;
  top: 278px;
  left: 350px;
}

.btnSubmit:hover {
  cursor: pointer;
}

.hide_submit{
	display:none;
}
 
#startseite {
	position:absolute;
	width:480px;
	height:320px;
	z-index:1;
	top: 80px;
	right: 30%;
	visibility: visible;
	background-color: #FFFFFF;
}

#kontakt {
	position:fixed;
	width:480px;
	height:300px;
	z-index:1;
	display: none;
	top: 80px;
	right: 30%;
	background-color: #FFFFFF;
}

#anhang{
  color: #000;
  background: #FFF;
  border: 0px solid #900;
  position: absolute;
  top: 275px;
  left: 95px;
}

#anhangText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	top: 280px;
	left: 125px;
}

#closeX{
	width: 24px;
	height: 15px;
	border: 0px;
}


#flipper { 
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	right: 12px;
	background-image: url(contact_gray.png);
	background-repeat: no-repeat;
	bottom: 4px;
}

#flipper:hover { 
	background-image: url(contact_red.png); 
}

#name{
	
}

#mitteilung{
	width:269px;
}

#uploader{
	position: absolute;
	top: 300px;
	left: 30px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-decoration:none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-decoration:none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-decoration:none;
}