* {padding: 0; margin: 0;}

body {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ACCCCC;
	background-color: #000099;
}

#textbereich {
	background-image: url(bilder/esd_logo_blass2.jpg);
	background-repeat: repeat;
	color: #000099;
	padding: 150px;
	padding-top: 40px;
	margin: 20px;
	
}
#textbereich2 {
	background-image: url(bilder/esd_logo_blass2.jpg);
	background-repeat: repeat;
	color: #000099;
	padding: 30px;
	padding-top: 20px;
	margin: 20px;
	
}

th, td {background-color: #2a3c69;
color:#FFFFFF;
padding: 0;
margin: 0;
}

h1 { font-size: 150%;}
h2 { font-size: 16px;}

#tabelle_1 {width: 110%;}
/*
a { text-decoration: none; outline: none;}
a:link { color:#FFFFFF; }
a:visited { color:#CCCCCC;}
a:hover, a:focus { color:#FFFF00; }
a:active {color: #FFFFFF; background-color:#666666; }

.skiplink {position: absolute;
	top: -20000px;
	left: -30000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
p, ul, ol {margin-bottom: 1em;}
ul ul {margin-bottom: 0;}
li {margin-left: 1em;}
*/
form {
	background-color: #2a3c69;
	width: 490px;
	padding: 20px;
	border: 5px solid #8c8c8c;
	border-bottom-color:#333333;
	border-right-color:#333333;
	position: absolute;
	top: 240px;
	left: 190px;
	color: #ffffff;
	}
	
input#passwort {margin-left: 72px;}

input#zugangsname {margin-left: 25px;}

/*	
label {
	display: block;
	cursor: pointer;
	color: #333399;
	}

input#passwort {
	width: 80px;
	position: inherit;
	border: 1px solid #FFFF00;
	margin-bottom: 1em;
	}
	
textarea {
	height: 7em;
	}
	
input#absender:focus,
textarea:focus {
	background-color: #d9d9d9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
*/	