	
body {
    font-family: tahoma,arial,sans-serif;
}
a {
    color:#15428B;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#header {
    height : 50px;
}

#title {
	padding: 5px 0px 0px 0px;
}

#logo {
	float : left;
 	background: url(images/hm/scheuring_bw.png);
 	width : 38px;
 	height : 38px;
 	vertical-align: middle;
 	margin : 5px;
}


#header h1 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    padding: 10px 0px 10px 50px;
    margin: 0px 0px 0px 0px;
}

#center {
	width: 400px;
    margin: auto;
    padding: 80px 5px 10px 5px;
}

#footer
{
	padding: 5px 0;
	margin: 2px 2px 0 2px;
	text-align: center;
	font-style: italic;
	font-size: 10px;
	color: #ccc;
}

#center h1 {
	 color: #444;
	 background-color: transparent;
	 border-bottom: 1px solid #D0D0D0;
	 font-size: 16px;
	 font-weight: bold;
	 margin: 5px 0 2px 0;
	 padding: 5px 0 6px 0;
}

#loginDiv {
    margin: auto;
    height: 260px;
}

#errorMessage {
    min-height: 45px;
    color: red;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
div.spaced {
    padding: 20px 0px 4px 17px;
}