@charset "UTF-8";

/* Allgemein ------------------------------------------ */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #EEF0EF;
}

#content {
	width: 900px;
	background-color: #EEF0EF;
	margin: auto;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
}

img
{
	border: 0px none;
}

td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

a:active, a:focus {
	outline: none;
}

/* Logo und Menü ------------------------------------------ */

#logo {
	width: 900px;
	height: 170px;
	background-image: url(img/header_greatnet_login.jpg);
	background-repeat: no-repeat;
	background-color: #e3f0f8;
}

/* Loginbox ------------------------------------------ */

#loginbox {
	width: 595px;
	height: 254px;
	position: relative;
	background-image: url(img/login-background.jpg);
	left: 155px;
	top: 70px;
	padding-left: 42px;
	padding-top: 82px;
}

#loginbox a {
	color: #333333;
	text-decoration: underline;
}

.formulartext {
	width: 80px;
	height: 32px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: #333333;
	vertical-align: middle;
	text-align: left;
}

.eingabefeld {
	width: 224px;
	height: 32px;
	background-image: url(img/eingabefeld.gif);
}

.eingabefeld input {
	width: 204px;
	margin-left: 8px;
	height: 16px;
	border: 0px none;
}

#anmelden {
	width: 144px;
	height: 32px;
	background-image: url(img/butt_anmelden.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#anmelden:hover {
	background-position: 0px -32px;
}
