@charset "UTF-8";

html {
    background: #000 url("../images/design/background_login.jpg") scroll no-repeat center top;
}

#Spacer {
	height: 200px;
}

#Register {
	padding-top: 60px;
	padding-bottom: 45px;
	margin-left: 45px;
	margin-right: 30px;
}

.logo {
	position: absolute;
	height: 142px;
	width: 425px;
	display: block;
	margin-left: 281px;
	margin-top: 38px;
	background: url(../images/design/content/logo_perfectgoal.png) no-repeat scroll left top;
}

td {
		padding: 1px 5px 1px 0;
}

#Box {
	width: 546px;
	margin: 0px auto;
	background: url(../images/design/extern_back.png) no-repeat scroll center top;
}

#Links {
	padding-top: 20px;
	margin-right: 12px;
	text-align: right;
	color: #ccc;
	line-height: 16px;
}

p {
	color: #ccc;
	padding-top: 15px;
	line-height: 15px;
	font-size: 11px;
}

.errortext {
	color: #b20303;
}

.warning, .success {
	margin: 0 0 3px;
	width: 430px;
}

.warning .errortext {
	color: white;
}

.clearing {
	clear: both;
}


#Actions {
	text-align: right;
	padding-top: 4px;
	padding-right: 40px;
}

#Shadow {
	height: 16px;
	background: url(../images/design/register_shadow_bottom.png) no-repeat scroll top center;
}

#footer > ul {
    margin: 0 auto;
    margin-right: 234px;
    padding: 0;
}

#GerdMuellerLink {
    /*float:left;*/
    margin-left:230px;
    padding: 0px;
}

