
.message-boxt {
	text-align: center;
	position:relative;
	top: -35px;
	margin:auto;
	color: #545454;
	width: 728px;
	font-size: 14px;
}
.errort {
	background-color: #ffcdd1;
	border: 1px solid #e10c0c;
}

.okt {
	background-color: #d7f7c4;
	border: 1px solid #82cb2f;
}


body { 
background: #C0C0C0  url('/images/BackgroundDark.jpg') no-repeat;
background-position:center;
background-position:top;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;
    }
	
	
	
.front {

	position:relative;
	z-index: 2;
	height: 677px;
	width: 805px;
	margin:auto;
	top: 29px;
	left: -43px;
	background: url('/images/FrontDark.png') no-repeat;
    background: #C0C0C0
	
 	}	
	

	
.main {
	position:absolute;
	height: 445px;
	/*height: 345px;*/
	width: 709px;
	z-index: 1;
	left: 100px;
	top: 100px;
	
	-moz-border-radius: 20px;
	border-radius: 30px;
    background: rgb(255,255,255);
	/* background: rgb(253,254,255); /* Old browsers */
	 /*background: -moz-linear-gradient(top,  rgba(253,254,255,1) 0%, rgba(249,253,255,1) 90%, rgba(245,251,255,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,254,255,1)), color-stop(90%,rgba(249,253,255,1)), color-stop(100%,rgba(245,251,255,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(253,254,255,1) 0%,rgba(249,253,255,1) 90%,rgba(245,251,255,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(253,254,255,1) 0%,rgba(249,253,255,1) 90%,rgba(245,251,255,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(253,254,255,1) 0%,rgba(249,253,255,1) 90%,rgba(245,251,255,1) 100%); /* IE10+ */
	/*background: linear-gradient(top,  rgba(253,254,255,1) 0%,rgba(249,253,255,1) 90%,rgba(245,251,255,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#f5fbff',GradientType=0 ); /* IE6-9 */
	}

	.styles {
	position:relative;
	z-index: 2;
	height: 30px;
	width: 200px;
	margin:auto;
	top: 20px;
 	}	
	
		.social {
	position:relative;
	z-index: 2;
	height: 30px;
	width: 200px;
	margin:right;
	top: 20px;
 	}	
/*Main index*/
.title {
	color: #333366;
	font-size:18pt;

}
.subtitle {
    position:absolute;
	color: #333366;
	left: 20px;
	font-size:smaller;
}
.indexbody {
    position:absolute;
	left: 40px;
font-size:small;
color: #333366;
}
.link {
	text-decoration: none;
	color: #d66b4b;
}

.linknav {
	text-decoration: none;
	color: #d66b4b;
    font-size:large;
}
.linkno {
	text-decoration: none;
}

/* HEADER */

nav{
	text-align: center;

	margin: auto;
	width: 570px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}


nav img{
	display: block;
	
}

nav tr{
	text-align: center;
}
/*space between ico*/
nav tr td{ 
	padding-right: 15px;
}
.selected{
	color: #eda930;
}
