.loginImg {
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.loginImg img {
	width: 1px;
	height: 1px;
	opacity: 0 !important;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	background:black;
}

p{ 
	color: white;
	margin-left:auto;
	margin-right:auto;
	line-height: 18px;
	font-size: 14px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #1fe561
}
a:hover {
	text-decoration: underline;
}

#container {
   	min-height:100%;
	position:relative;
}

#header {
   	padding:10px;
}

#body {
	text-align: center;
   	padding:10px;
	padding-bottom:50px;
	font-family: Courier New, Courier, monospace;
	color: white;
	font-size: 12px;
	width: 450px;
	text-align: left;
	margin: auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	padding-top:5px;
	width: 100%;
	height: 25px;
	background: #F280A1;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
#footer a {
	color: black;
}

input.text, textarea, select, span.unregister {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: white;
	border-style: solid;
	background: white;
}

.textBox input, .textBox textarea, .textBox select{
	-webkit-box-shadow: 0px 0px 5px #AAA;
	-moz-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #AAA;
}

span.unregister {
	border: none;
	background: #1fe561;
	color: black;
	font-style: italic;
	padding: 2px;
}
span.unregister a {
	color: black;
}

.registerList {
	border-spacing: 0px;
	margin: 0px auto;
}

.registerList td {
	padding: 5px 12px;
}

.registerList td:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.registerList td:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.registerList tr:hover, .registerList tr:hover .sektion{
	background: #1FE561;
	color: black;
}

.registerList .divider {
	color: #1FE561;
	font-weight: bold;
}

.registerList .divider hr {
	border: none;
	border-top: 1px solid #1FE561;
}

.registerList .divider:hover hr {
	border-top: 1px solid black;
}

.sektion.F {
	color: #FF9400;
}
.sektion.E {
	color: #EEE;
}
.sektion.M {
	color: red;
}
.sektion.V {
	color: blue;
}
.sektion.A {
	color: purple;
}
.sektion.K {
	color: yellow;
}
.sektion.D {
	color: #F280A1;
}
.sektion.Dokt {
	color: white;
}
.sektion.ING {
	color: #001D68;
}
.sektion.W {
	color: #00CCCC;
}
.sektion.I {
	color: #71002E;
}

.registerBox {
	background: url(images/bg1.png);
	color: black;
	padding: 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 400px;
	margin: 45px auto;
	-webkit-box-shadow: 0px 0px 10px RGBA(255,255,255,0.65);
	-moz-box-shadow: 0px 0px 10px RGBA(255,255,255,0.65);
	box-shadow: 0px 0px 10px RGBA(255,255,255,0.65);
	font-family:  "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Sans-serif;
}

.registerBox hr {
	border-color: white;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

.registerBox table {
	border-spacing: 0px;
	margin: 0px;
	width: 100%;
}

.registerBox table tr {
	height: 60px;
}

.registerBox table .disc {
	font-size: 16px;
	border-right: 1px solid white;
	width: 85px;
	text-align: center;
}

.registerBox table .input {
	border-left: 1px solid #CCC;
	padding: 0px 15px;
}

.registerBox table .input#captcha a {
	color: black;
}

.registerBox h1 {
	line-height: 26px;
	height: 26px;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
	font-size: 20px;
}

.registerBox .submitButton {
	margin: 0px auto;
	display: block;
	position: relative;
	width: 150px;
}

.registerBox textarea {
}

.registerBox input {
	margin: 10px 0px;
}

.registerBox .text, .registerBox textarea, .registerBox select {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 10px;
	border: 1px solid #AAA;
	width: 250px;
}

.registerBox p {
	color: black;
	font-size: 13px;
	line-height: 14px;
	text-shadow: 0px 2px 1px white;
	margin: 20px 0px 5px 0px;
}

.textBox {
	border: 3px solid #1fe561;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	-moz-box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	border-radius: 4px;
	padding: 20px;
	margin: 15px 0px 15px 0px;
}

#cursor {
	-webkit-box-shadow: 0px 0px 5px #1fe561;
	-moz-box-shadow: 0px 0px 5px #1fe561;
	box-shadow: 0px 0px 5px #1fe561;
	display: inline-block;
	width: 8px;
	height: 14px;
	background-color: #1fe561;
	float: right;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.textBox hr {
	border: 1px solid #1FE561;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px #1fe561;
	-moz-box-shadow: 0px 0px 5px #1fe561;
	box-shadow: 0px 0px 5px #1fe561;
}

.interestedBox {
	font-weight: bold;
	margin-left: 5px;
	line-height: 25px;
}

#eventList {
	width: 100%;
	line-height: 20px;
	border-spacing: 0px;
}

#eventList tr:nth-child(even) {
	background: #222;
}

#eventList a {
	display: block;
	width: 100%;
	height: 100%;
}

.important {
	font-weight: bold;
	color: #f280a1;
}

.eventListClosed {
	text-decoration: line-through;
}
.teamInfoBox {
	border: 2px solid #1FE561;
	padding: 10px;
	position: absolute;
	z-index: 1000;
	background: black;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	-moz-box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);

}

.teamBox:hover .teamInfoBox {
	display: block;
}

.matchListWinner {
	color: #1FE561;
	-webkit-text-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	-moz-text-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	text-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
}

.loser {
	text-decoration: line-through;
}

.matchListItem {
	font-weight: bold;
	font-size: 14px;
}

.matchList ul {

}


.gameLogo {
	max-width: 450px;
	max-height: 400px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.schemaTable {
	width: 700px;
	position: relative;
	margin-left: -125px;
	border-spacing: 0px;
	border: 3px solid #1FE561;
	padding: 0px -10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	-moz-box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
	box-shadow: 0px 0px 10px RGBA(31,229,97,0.45);
}

.schemaTable tr {
	height: 35px;
}

.schemaTable th {
	background: #333;
	padding-left: 10px;
}

.schemaTable td {
	font-weight: bold;
	background: white;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	width: 200px;
}

.schemaTable tr:nth-child(2) td {
	border-top: none;
}

.schemaTable td:nth-child(2) {
	border-left: none;
}

.schemaTable tr:nth-child(even) td {
	background: #ddd;
}

.schemaTable td.currentDate {
	background: #F280A1 !important;
}
