/* MAIN STYLE */
body {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434e60;
}

hr {
	border: 1px solid #474747;
	width: 100%;
}

/* TEXT STYLES */
.text_info {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	text-align: center;
	}
	
.text {
	font-size: 12px;
	color: #434e60;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #434e60;
	border-bottom: 2px dashed #474747;
}


/* LINK STYLES */
a {
	color: #434e60;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	}
	
a:hover {
	color: #dddddd;
	text-decoration: none;
	background-image: url(/images/link_back.gif) ;
	}

.link_big { color: #000000; font-weight:bold; font-size: 13px; text-decoration: none; }
a:hover.link_big { color: #474747; }

.link_small { color: #000000; font-weight:bold; font-size: 10px; text-decoration: none; }
a:hover.link_small { color: #474747; }

.link_red {
	color: #8B0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover.link_red { color: #000000; }

.link_white {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover.link_white { color: #000000; }

.link_green {
color: #434e60; font-weight:bold; font-size: 12px; text-decoration: none; }
a:hover.link_green { color: #000000; }

/* FORM STYLES */
form { margin: 0px 0px 0px 0px; }

input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
	border-bottom: 1px solid #434e60;
	border-right: 1px solid #434e60;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 2px;;
}

input.main_button {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFF66;
	border-right: 2px solid #FFFF66;
	border-top: 2px solid #FFFF66;
	border-left: 2px solid #FFFF66;
	background-color: #434e60;
	padding: 1px;
}


/* TABELLEN STYLES */
td {
	color: #434e60;
	font-size: 11px;
}

table.maintable {
	border: 2px solid #434e60;
	background-color: #434e60;
	font-family: Verdana ;
	font-size: 11px;
	}
	
table.error {
	border: 2px solid #434e60;
	background-color: #EA8686;
	color: #FFFFFF;
	text-align: center;
	}
	
td.isle {
	background-color: #3496D5;
	width: 84px;
	height: 84px; 
	}

td.headline {
	font-weight:bold;
	font-size: 14px;
	padding: 6px;
	color:#000000;
	background-image: url(bg_headline.gif);
	}
	
td.sub {
	font-weight:bold;
	font-size: 12px;
	padding: 4px;
	color:#000000;
	background-color: #E8E8E8;
	border-bottom: 1px solid #434e60;
	}
	
td.row1 {
	background-color: #B7B7B7;
	color:#434e60;
	padding-left: 5px;
	}
	
td.row2 {
	background-color: #D2D2D2;
	color:#434e60;
	padding-left: 5px;
	}
	
td.row3 {
	background-color: #CDA6A6;
	color:#434e60;
	padding-left: 5px;
	}
	
td.submit {
	background-color: #EBEBEB;
	padding: 5px;
	text-align:center;
	}

td.info {
	background-color: #8BA93F;
	color:#CDEC7D;
	font-size: 10px;
	padding: 5px;
	}
	
td.login {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-align: right;
	}
	
/* Ereignis Anzeigen */

.keine_flotten {
	border: 2px dashed #78B938;
	background-color: #E1F7CB;
	}
	
.flotten_kommen {
	border: 2px dashed #CC0000;
	background-color: #FFCCBB;
	}
	
.wachturm {
	border: 2px dashed #505050;
	background-color: #d2d2d2;
}
	
.flotten_gruen{
	background: #E1F7CB;
	padding: 5px;
	margin-bottom: 3px;
	}
	
.flotten_rot{
	background: #FFCCBB;
	padding: 5px;
	margin-bottom: 3px;
	}
	
/* User und Admin Buttons - Links */
.admin_link {
	padding: 5px;
	background-color: #434e60;
	color: #FFFFFF;
	}

.user_button {
	padding-right: 10px;
	color: #434e60;
	text-decoration: underline;
	font-size: 12px;
	}
	
.buy_premuim {
	color: #9F1E1E;
	text-decoration: underline;
	font-size: 12px;
}