
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
html, body {
	font-size: 101%;
}

.background{
	background-color: #cccccc;

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

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

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

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

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
	font-size: 22px;
	color: #000000;
	margin: 0px 10px 10px 10px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
}

h2 {
   font-size: 14px;
   	color: #99CCFF;
   	margin: 0px 0px 0px 0px;
   	font-weight: bold;
   	line-height: 22px;
	vertical-align: middle;
}

h3 {
   font-size: 14px;
   	color: #ffffff;
   	margin: 0px 10px 0px 10px;
   	font-weight: bold;
   	line-height: 22px;
	vertical-align: middle;
}

p, ul , li {
   font-size: 12px;
   line-height: 14px;
   color: #000000;
   margin: 0px 10px 0px 10px;
}

.uploadDiv{
	margin: 0px 10px 0px 10px;
}

.uploadtxt{
	color: #000000;
}

.formular{
	font-size: 12px;
	color: #000000;
}
.formularError{
	font-size: 12px;
	color: #FF3300;
}
.formularReady{
	font-size: 12px;
	color: #66FF00;
}

/*Footer*/
.footer {
	font-size: 9px;
	color: #CCCCCC;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer a:hover {
	color: #99CCFF;
	text-decoration: none;
}

.footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
/*Ende-Footer*/

/*Delete*/
.del {
	font-size: 9px;
	color: #ddff33;
}
.del a:link {
	color: #ddff33;
	text-decoration: underline;
}

.del a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.del a:hover {
	color: #00CCFF;
	text-decoration: none;
}

.del a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
/*Ende-Delete*/