@CHARSET "UTF-8";

.layer_box {
	position: absolute;
	top: 50px;
	width: 589px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	background-color: gray;
}

#flags {
	float: right;
}

.finalize {
	color:#999;
	font-size: 9px;
	text-align: center;
	clear: both;
}

select, textarea {
	background-color : #052532;
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input {
	background-color : #14323e;
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:visited, a.link1 {
	color: #ffa;
	text-decoration: none;
}

a:hover {
	color: #FF9D26;
	text-decoration: none;
}

#splash_black {
	float: left;
	width: 677px;
	height: 141px;
	background: url(/images/template/img07_black.jpg) no-repeat left top;
}

#banner_top {
	margin: 60px 80px;
}

#change_place {
	margin: 40px 30px;
}

.hidden
{
	display: none;
}

/* Einheitenbox */
.unit
{
	border: 2px solid gray;
	width: 140px;
	height: 60px;
	float: left;
	text-align: center;
	background: url(/images/template/box_bg.jpg) no-repeat left top;
	margin: 4px 4px 4px 4px;
}

.unit h1
{
	font-size: 12px;
	color: yellow;
	margin-bottom: 10px;
}

/* order_button */
.order_button
{
	font-size: 12px;
	color: yellow;
	border: 2px solid gray;
	width: 140px;
	height: 20px;
	float: left;
	text-align: center;
	background: url(/images/template/box_bg.jpg) no-repeat left top;
	margin: 4px 4px 4px 4px;
}

.order_button_selected
{
	font-size: 12px;
	color: yellow;
	border: 2px solid gray;
	width: 140px;
	height: 20px;
	float: left;
	text-align: center;
	background: url(/images/template/box_bg2.jpg) no-repeat left top;
	margin: 4px 4px 4px 4px;
}

/* Ressourcen */
#ressources
{
	margin: 45px 30px;
	font-size:12px;
	width: 600px;
}

.ress_green, .ress_green td {
	color: #5FD72F;
}

/********************* Messages ******************/
#flash_msg {
	color: yellow;
	font-size: 18px;
	border:2px solid #144559;
	margin: 20px;
	min-width: 400px;
	max-width: 600px;
	/*
	position: absolute;
	top: 20%;
	left: 40%;
	*/
}

/******* ROWS ************/
.row_head, .row_head td {
	background-color: #051522;
	font-weight:bold;
	color:yellow;
	text-align:center;
}

.row0, .row0 td {
	background-color: #052532;
}

.row1, .row1 td {
	background-color: #14323e;
}

/********************* Drag & Drop **************/
.draggableDiv
{
	position:absolute;
	width:250px;
	z-index:999;
	background-color:#888;
	cursor: move;
	border: 1px dotted blue;
}

#tutorialDiv
{
	top: 200px;
	left: 400px;
}

/********************* Farben **************/
.red_c td {
	color:red;
}

.green_c td {
	color:green;
}

.yellow_c td {
	color:yellow;
}

/********************* Toggle Buttons **************/
.toggle_button_on {
	border: 2px solid green;
	background-color: black;
	color: white;
}

.toggle_button_off {
	border: 2px solid red;
	background-color: black;
	color: white;
}

/* Ajax Loader */
#ajax_loader
{
	position: fixed;
	top: 300px;
	left: 49%;
	z-index: 999;
}

/* Ajax Message */
#ajax_flash_msg
{
	position: fixed;
	top: 300px;
	left: 49%;
	background-color: #14323e;
	border: 1px solid black;
	z-index: 999;
}

#info_layer
{
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	z-index: 999;
	text-align: center;
}

#info_inner_layer
{
	position: relative;
	background-color: #000;
	width: 800px;
	height: 600px;
	max-height: 600px;
	margin: 0 auto;
	background: url(/images/info/layer_bg.jpg) repeat-y left top;
	color: white;
	border: 2px solid gray;
	overflow: auto;
}

/* Payment Div */
#choose_payment_div
{
	margin: 0px auto;
	width: 560px;
}

#choose_payment_div h1
{
	color: blue;
	text-align: center;
}

#payment_options_div
{
	margin: 0px auto;
	width: 75%;
}

#payment_options_div td
{
	border: 1px solid blue;
	background-color: white;
	color: black;
}

#payment_detail_div
{
}

.payment_detail
{
	width:560px;
	border: 2px solid blue;
	background-color: white;
	color: black;
}

.payment_detail select,.payment_detail input,.payment_detail td
{
	background-color: white;
	color: black;
}