@charset "UTF-8";
/* CSS Document */

#page
{
	width: 733px;
	margin: 28px auto 20px 16px;
	height: 65px;
}

#menu
{
	width: 150px;
	margin: 20px auto 20px 16px;
	height: 500px;
	position: absolute;
	top: 90px;
	line-height: 10pt;
}

#content {
	width: 579px;
	margin: 20px auto 20px 20px;
	height: 500px;
	position: absolute;
	top: 90px;
	left: 160px;
}

#form {
	line-height: 18pt;
}

/* messages */

.login_failed {
	color: white;
	background-color: #CC3333;
	height: 18px;
	font: 9pt "Courier New", Courier, mono;
	border-style: none;
	border-color: #CC3333;
	position: relative;
}

.message {
	color: #FF0000;
	font-weight: normal;
	font-size: 9pt;
}

.mybutton1 {
	color: #333;
	font-size: 9pt;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	background-repeat: no-repeat;
	height: 18px;
	border: 0 none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	position: absolute;
	left: 280px;
}

.mybutton {
	color: #333;
	font-size: 9pt;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	background-repeat: no-repeat;
	height: 18px;
	border: 0 none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

input.inputfeld, input.inputfeldcity, select.inputfeld {
		width:200px;
	position: absolute;
	left: 120px;
	height: 15px;
	font-size: 80%;
	line-height: 1.5;
}

.myinputfeld {
		width:200px;
	position: absolute;
	left: 120px;
	height: 15px;
	font-size: 80%;
	line-height: 1.5;
}
	
body {
		font-family: "Courier New", Courier; /*, Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono";*/
		font-size: 9pt;
		color: #000;
	}

.summer {
	text-decoration: underline;
	
}

.register {
	color: #a8a7a6;
}
