/* @group Links */

a {
	color: #CFF0FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-shadow: rgba(255,255,255,1) 0 0 3px;
}

a:active, a:focus {
	outline: none;
}

#tglstuff {
	margin: 10px 0px 10px 0px;
}

#tglmap {
	margin: 10px 0px 10px 0px;
	
}

/* @end */
/* @group Headlines */
h1, h2, h3, h4, h5, h6 {
	font: normal normal 1em/130% Helvetica, Arial, Geneva, sans-serif;
	color:#FFFFFF;
}

h2 {
	margin: 0px 0px 10px 3px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	color: #FFFFFF;
/* 	border-left: 5px solid #EEEEEE; */
}
/* @end */

/* @group infoboxes */

/* @end */
/* @group Forms */

form {
	border: 1px dotted #333333;
	padding: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: auto;
	height: auto;
}

label {
	text-align: right;
	font: normal normal 0.9em/100% Helvetica, Arial, Geneva, sans-serif;
	color: #FFFFFF;
	height: auto;
}

.formtext {
	font: normal normal 0.9em/160% Helvetica, Arial, Geneva, sans-serif;
	margin: 0px 0px 0px 3px;
	text-align: left;
	color: #FFFFFF;
}

.formtextblock {
	float: left;
	font: normal normal 0.9em/100% Georgia, Helvetica, Arial, Geneva, sans-serif;
	margin: 5px 0px 0px 3px;
	text-align: left;
	color: #FFFFFF;
	width: 200px;
	height: 50px;
}

.labeldiv {
	float: left;
	width: 150px;
	height: auto;
	text-align: right;
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input[type="textarea"] {
	background-color: #202020;
	border: 1px solid #333333;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	margin: 1px;
	padding: 2px 3px;
	color: #FFFFFF;
	font: normal normal 1em/100% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 200px;
	height: auto;
	max-width: 300px;
	outline: none;
	opacity: 0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"], input[type="password"], input[type="file"] {
	background-color: #303030;
	border: 1px solid #404040;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	margin: 1px;
	padding: 2px 3px;
	color: #FFFFFF;
	font: normal normal 0.9em/100% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 191px;
	height: auto;
	max-width: 250px;
	outline: none;
	opacity: 0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="password"] {
/*
	border: 1px solid #000000;
	-moz-box-shadow: 0 0 5px #BA1606;
	box-shadow: 0 0 5px #BA1606;
	-webkit-box-shadow: 0 0 5px #BA1606;
*/
	background-color: #492525;
}

input[readonly="readonly"] {
	font-style: italic;
	color: #888888;
}

input[type="text"]:focus, input[type="textarea"]:focus, input[type="password"]:focus, input[type="file"]:focus {
	color: #FFFFFF;
	opacity: 1;
}

input[readonly="readonly"]:focus {
	font-style: italic;
	color: #888888;
	opacity: 0.7;
}

input[type="text"]:hover, input[type="textarea"]:hover, input[type="password"]:hover, input[type="file"]:hover {
	border: 1px solid #4A7CA3;
}

input[readonly="readonly"]:hover {
	border: 1px solid #404040;
	cursor: default;
}

input[type="button"], input[type="submit"] {
	background: #093C63;
	font: bold 0.9em/100% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	padding: 2px 8px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #21547B;
	width: auto;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
}

input[type="button"]:hover, input[type="submit"]:hover, select:hover {
	border: 1px solid #4A7CA3;
}

input[type="button"]:active, input[type="submit"]:active {
	background: #07304F;
	color: #D3CAD4;
	border: 1px solid #1A4362;
}

select {
	font: normal normal 0.9em/90% Helvetica, Arial, Geneva, sans-serif;
	background: #333333;
	width: auto;
/* 	min-width: 85px; den wert brauch ich noch, nicht vergessen ich darf, nicht vergessen!!! nicht!*/
	min-width: 199px;
	max-width: 199px;
	min-height: 19px;
	margin: 1px 0px 1px 0px;
	padding: 2px;
	border: 1px solid #404040;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
}

input[type="checkbox"], input[type="radio"] {
	background: #093C63;
	width: auto;
	min-height: 18px;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
}

.btn_small {
	font: normal 0.9em/90% Helvetica, Arial, Geneva, sans-serif;
	padding: 2px 8px 4px 8px;
}

/* @end */

/* @group Tables */

table {
	float: none;
	border: 0px dotted #333333;
	border-spacing: 1px 1px;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 752px;
	min-width: 752px;
	max-width: 752px;
	height: auto;
}

th, td {
	padding: 2px 8px 2px 8px;
	border: 1px dotted #333333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	text-align: left;
}

.tbl {
	display: table;
	width: 600px;
	margin: auto;
	padding: 0px;
	height: auto;
}

.tbl_row {
	display: table-row;
	margin: auto;
	padding: 0px;
	width: 600px;
	height: 37px;
}

.tbl_cell_l {
	display: table-cell;
	width: 150px;
	height: 37px;
	margin: auto;
/* 	padding-right: 15px; */
	text-align: right;
	vertical-align: middle;
}

.tbl_cell_m {
	display: table-cell;
	width: 40px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

.tbl_cell_r {
	display: table-cell;
	width: 410px;
	height: 37px;
	margin: auto;
	padding: 0px;
	vertical-align: middle;
}

/* @end */

body {
	background-color: #132280;
	font: normal normal 1em/100% Helvetica, Arial, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* @group Header */

.hdr {
	background-image: url(../img/hdr.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 245px;
	padding: 0px;
	margin: 0px auto;
}

.balken_u {
	float: none;
	background-color: #1c1c1c;
	padding: 0px;
	margin: 0px auto;
	height: 14px;
	width: 1000px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.balken_u_login {
	float: none;
	background-color: #1c1c1c;
	padding: 0px;
	margin: 0px auto;
	height: 14px;
	width: 800px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.monster_text {
	float: left;
	-x-system-font: none;
	color: #E5E8ED;
/*	font-family: normal Georgia,'Times New Roman',Times,serif; */
	font-family: normal Helvetica, Arial, Geneva, sans-serif;
	font-size: 2.5em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin: 30px 0px 0px 25px;
	padding: 0px;
	text-shadow: rgba(0,0,0,1) 0 2px 2px;
	opacity: 0.9;
}

/* @end */

/* @group Content Box */

.box {
	background-color: #303030;
	border: 1px solid #000000;
	-moz-box-shadow: 0 0 5px #222222;
	box-shadow: 0 0 5px #222222;
	-webkit-box-shadow: 0 0 5px #222222;
	padding: 0px;
	color: #FFFFFF;
	font: normal normal 1.0em/100% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	outline: none;
	opacity: 0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box_marker {
	float: left;
	width: 9px;
	height: 100%;
	min-height: 66px;
	margin: 0px;
	opacity: 0.9;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.box_marker_red {
	background-color: #eb1d07;
}

.box_marker_blue {
	background-color: #0cb3eb;
}

.box_marker_grn {
	background-color: #82eb14;
}

.box_text {
	color: #eeeeee;
	float: left;
	padding: 0px;
	margin: 2px 0px 0px 7px;
	width: 164px;
	height: 100%;
	font-size: 0.8em;
}

.mainbox {
	float: none;
	position: relative;
	background-image: url(../img/omg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	width: 1000px;
	height: auto;
	margin: 0px auto;
}

.box_party {
	margin: 20px auto;
	border: 1px solid #DDDDDD;
	width: 400px;
	height: auto;
	font: normal normal 1.2em/170% Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	opacity: 0.9;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.box_map {
	width: 425px;
	height: 350px;
	margin: 10px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
}

.box_left {
	float: left;
	width: 470px;
	height: 400px;
	margin: 20px 0px;
	padding-top: 5px;
}

.box_map_conti {
	float: right;
	width: 425px;
	height: 400px;
	margin: 20px 0px;
	padding-top: 5px;
}

.box_social {
	float: none;
	margin: 0px auto;
	padding: 0px;
	width: 470px;
	height: auto;
	border: 1px solid #445577;
	background-color: #000000;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	opacity: 0.8;
}

.box_stuff {
	float: right;
	width: 425px;
	height: 350px;
	margin: 20px 0px;
	border: 0px solid #DDDDDD;
	line-height: 150%;
/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
*/
}

hr {
	border-top: 0px solid #000000;
	border-bottom: 1px dotted #999999;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	height: 1px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	opacity: 0.8;
}

.menubox {
	float: none;
	padding: 0px;
	margin: 15px auto;
	background-color: #222222;
	width: 180px;
	height: 100px;
	border: 1px solid #333333;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 0px;
}
/* @end */

/* @group countdown */ 

.cd_conti {
	margin: 20px auto;
	width: 400px;
	height: auto;
}

.hasCountdown {
	background-color: #111111;
	border: 1px solid #445577;
	opacity: 0.8;
	padding-top: 10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color:#333333;
}
.countdown_row {
	clear: both;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font: normal normal 1em/100% Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}
.countdown_amount {
	line-height: 90%;
	font-size:200%;
}
.countdown_descr {
	display:block;
	width:100%;
}

#vandit_countdown {
	width: 400px;
	height: 55px;
}

/* @end */

/* @group Kleinkram */
.smltxt {
	font: normal normal 0.7em/100% Helvetica, Arial, Geneva, sans-serif;
	vertical-align: top;
}
.c_d { cursor: default; }
.c_h { cursor: help; }
.c_p { cursor: pointer; }
.def_font {	font: normal normal 1.0em/100% Helvetica, Arial, Geneva, sans-serif; }

strong {
margin: 0px 4px 0px 4px;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 0px 13px;
	padding: 0px;
}

.hidden {
	display: none;
/*	visibility: hidden; */
}

.ftr {
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 1000px;
	height: 30px;
	border: none;
	text-align: center;
}
/* @end */