* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../img/verlauf.png);
	background-repeat:repeat-x;
	background-color:#dfdfdf;
}
table {
	width: 100%;
}

td {
	padding: 2px 4px;
	vertical-align: top;
}

div {
	margin-bottom: 20px;
}

div#wrapper, 
div#inhalt {
	margin-bottom: 0;
}

div#container {
    	width:1004px;
    	margin:auto;
		top:10px;
		position:relative;
}
#header {
	width:1004px;
	height:130px;
	margin:auto;
	top:5px;
	position:relative;
	/*background:#dfdfdf;*/
}
#inhalt {
	background-image:url(../img/hg_inhalt_2.png);
	background-repeat:repeat-y;
	float:left;
	padding: 10px;
	width:984px;
	min-height:600px;
	overflow:auto;
}
#inhalt {
	/*padding-bottom:32767px; 
	margin-bottom:-32767px;*/
}
#footer {
	clear:both;
	background: url('../img/hg_inhalt_3.png') no-repeat;
	height:10px;
}
#wrapper {
	margin-top:5px;
	overflow:hidden;
	background: url('../img/hg_inhalt_1.png') no-repeat;
	padding-top: 10px;
	/*background:#e0e0e0;*/
}
img {
	border:none;
}

#login-mask
{
	height: 80px;
	width: 200px;
	background: url('../img/anmeldung_fenster.png') no-repeat center center;
	text-align: left;
	margin: 0 auto;
}

#login-mask table tr td:first-child {
	padding-left: 15px;
}

#login-mask input[type="submit"] {
	margin: 0 50px;
}

#button-login
{
	background: url('../img/login_a.png') no-repeat;
	width: 104px;
	height: 25px;
	border: none;
	cursor: pointer;
}

/* Login-Seite */
input.log {
	font-size: 12px;
	height: 14px;
	width: 80px;
	margin: 6px 0 0 0;
	padding: 0 2px;
}

form#login {
	margin-top: 100px;
	text-align: center;
}

/*Sonderformatierungen - R. Simon */

/**
 * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
 *
 * @workaround
 * @affected IE8, FF, Webkit, Opera
 * @css-for all
 * @valid CSS3
 */

body { overflow-y:scroll; }

ul.nolist {
	margin-top: 16px;
}

ul.nolist li {
	list-style-type: none;
	float: left;
	clear: both;
	margin: 4px 0;
}

ul.nolist li a.link {
  display: block;
  background-color: #DADADA;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  color: #666;
  border: 1px solid #666;
  width: 290px;
}

ul.nolist li a.link:hover {
	background-color: #ededed;
}