@charset "utf-8";

/* Seitenformatierung */

html body {
	margin: 0px;
	padding: 0px;
	background-color: #e9e9e9;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Positionierung */

#layout {
	position: absolute;
	height: 630px;
	width: 750px;
	margin: -315px 0px 0px -375px;
	left: 50%;
	top: 50%;
}

#enter {
	position: absolute;
	height: 300px;
	width: 300px;
	margin: -150px 0px 0px -150px;
	left: 50%;
	top: 50%;
}

/* Banner */

#banner {
	height: 158px;
	background: url(../media/banner.gif);
}

/* Navigation */

#navigation {
	padding-left: 26px;
	height: 25px;
	background: url(../media/main.gif);
}

#navigation li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	}

#navigation a {
   	float: left;
	padding-top: 8px;
	height: 17px;
	width: 111px;
	display: block;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #666666;
	background: url(../media/buttons.gif);
}

#navigation a:hover, #navigation a:focus {
	background-position: 0px -25px;
}

#navigation .current {
	background-position: 0px -50px;
	color: #ffffff;
}

/* MainContent */

#maincontent {
	padding-top: 25px;
	height: 250px;
	background: url(../media/main.gif);
}

#both {
	padding-left: 50px;
	padding-right: 85px;
	text-align: justify;
}

#left {
	float: left;
	width: 340px;
	text-align: right;
}

#right {
	float: right;
	width: 370px;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:focus, a:hover {
	color: #ff9900;
}

img {
	border:none;
}

.textbox {
	margin-bottom: 10px;
	border: 1px solid #666666;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.button {
	border: 1px solid #666666;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	cursor: pointer;
}


/* Footer */

#footer {
	clear: both;
	height: 126px;
	background: url(../media/footer.gif);
}

#copyright {
	padding-top:50px;
	padding-left: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* W3C */

#w3c {
	position: absolute;
	top: 0px;
	right: 0px;
}