@charset "utf-8";
#main-page{
	width: 95%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size:80%;
	color: #666;
}
#header {
	/*background-color: #63C;*/
	background-color: #2E86C1;
	color: #fff;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #FFBD33;
}

/*#headerlogo {
	font-size: 250%;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	
}*/

/*#login-register {
	float: right;
	font-size: 120%;
	padding-right: 5px;
	margin-top: 5px;
}*/

#login-register a{
text-decoration:none;
color:#999;

}

#login-register a:hover{
	text-decoration:underline;
	color:#000;
}

.page-text{
	margin-top: 20px;
	font-size:120%;	
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}

.logbutton {
	font-size: 130%;
	color: #666;
	padding: 7px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 40%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #ECECEC; /* For browsers that do not support gradients */
	/*background-image: linear-gradient(#ccc, #fff);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #fff;
}
.logbutton:hover{
	color:#000;
}

.clipboard{
	font-size: 100%;
	color: #666;
	padding: 3px 5px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #ECECEC; /* For browsers that do not support gradients */
	/*background-image: linear-gradient(#ccc, #fff);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #fff;
}

.registrationarea{
	margin-top:20px;
	margin-left:5%;	
}
.input-text{
	font-size:120%;
	padding:2px;
	color:#666;
	width:50%;
	min-width:180px;
}
#username, #email{
	margin-bottom:10px;
}

.photobanner {
	overflow:auto;
	white-space:nowrap;
	margin-top: 20px;
	background-color: #ccc; /* For browsers that do not support gradients */
	background-image: linear-gradient(#ccc, #fff);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #fff;
}

.photobanner .foto {
	height: auto;
	max-width: 24%;
	min-width: 60px;
}

#banking{
	margin-top:20px;
	border:1px solid red;
}	
	
.bank{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	/*border:1px solid red;*/
}

.banklogo{
	width:100%;
	max-width: 200px;
	height: auto;
}

.banktable {	
	width:70%;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid red;*/
}

.banktxt{
	font-size:120%;
	padding-left:5px;
	text-align:left;
	color:#666;
	width:100%;
	border:1px dotted red;
}


.offscreen {
    position: absolute;
    left: -999em;
}

th {
	font-size:140%;
	text-align: center;
	padding:5px 0px;
	color:#333;
}

.symbol{
	width:5%;
	}

.red{
	color:#F00
}

tr.title {
	font-size:120%;
	font-weight:bold;
}
.basic-b, .basic-s, .basic-g {
	width: 22%;
	font-size:140%;
	text-align: center;
	border-bottom: 1px solid #999;
}

.basic-b{
	background-color: #FFF;
}

.basic-s{
	background-color: #C0C0C0;
}

.basic-g{
	background-color: #FFD700;
}

.e-preis-b, .e-preis-s, .e-preis-g, .b-preis-b, .b-preis-s, .b-preis-g{
	text-align:right;
	padding-right:12px;
	font-size:140%;
}

.e-preis-b {
	background-color:#fff;
}

.e-preis-s {
	background-color:#C0C0C0;
}

.e-preis-g {
	background-color: #FFD700;
}

.b-preis-b {
	background-color:#fff;
}

.b-preis-s {
	background-color:#C0C0C0;
}

.b-preis-g {
	background-color: #FFD700;
}

.click {
	width:90%;
	margin: 5px;
	text-align: center;
	font-size: 200%;
	border: 2px solid #aaa;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 5px 10px;
	background-color: #FFC;
	cursor: pointer;
}


.table {
	border-collapse: collapse;
}

.rowtitle{
	padding-right:5px;
	padding-top:15px;
}

.selectionarea {
	width:100%;
	max-width:450px;
	margin: auto;
}
.table .red{
	color:red;
}

.table .green{
	color: #0C0;
	font-weight: bold;
}

.selectbox-l, .selectbox-r {
	width: 47%;
	height: 200px;
	margin-top: 10px;
	text-align:center;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #FAFAFA;
	box-shadow: 0px 0px 3px 1px #ccc;
}

.selectbox-l {
	float:left;
}
.selectbox-r {
	float:right;
}

.link{
	width:100%;
	border:1px solid red;
	display:inline-block;
}

.category{
	font-size: 130%;
	color: #666;
	padding: 3px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 70%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #ECECEC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #fff;	
}

.footnote{
	font-size:80%;
	float:right;
}