@charset "utf-8";
/* CSS Document */
body {
	margin:0 0 0 0;
	text-align:center; 
	background:#ffffff; 
	color:#096127;
	font-size:12px; 
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
	margin:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	padding:0;
}
a:link {color:#096127; text-decoration:underline;}
a:visited {color:#096127; text-decoration:underline;}
a:hover {color:#FF8400; text-decoration:underline;}
a:active {color:#FF8400; text-decoration:underline;}

.ag:link {color:#096127; text-decoration:underline;}
.ag:visited {color:#096127; text-decoration:underline;}
.ag:hover {color:#000000; text-decoration:underline;}
.ag:active {color:#000000; text-decoration:underline;}


.ao:link {color:#FF8400; text-decoration:underline;}
.ao:visited {color:#FF8400; text-decoration:underline;}
.ao:hover {color:#000000; text-decoration:underline;}
.ao:active {color:#000000; text-decoration:underline;}


h1 {
	color:#FF8400;
	font-size:24px;
}
h2 {
	color:#FF8400;
	font-size:18px;
}
h3 {
	color:#FF8400;
	font-size:14px;
}
h4 {
	color:#FF8400;
	font-size:10px;
}
img {
	border:0px;
}
.center {
	text-align:center;
}
div#layout_master {
	position:absolute;
	width:1000px;
	margin-left:-391.5px;
	margin-top:0;
	margin-left:-500px;
	left:50%;
	z-index:1;
	overflow:visible;
}
div#Header {
	border-width:0px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:dashed;
	border-color:#000000;
	margin-left:-500px;
	left:50%;
	position:absolute;
	top:0px;
	width:1000px;
	height:191px;
	z-index:5;
	background-image:url(images/bbg_logo_top_wide.png);
	background-position:center;
	background-repeat:repeat;
}
div#Navigation {
	border-width:0px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-color:#000000;
	
	background-color:transparent;
	background-image:url(images/bbg_logo_mid_wide.png);
	background-position:center;
	margin-left:-500px;
	left:50%;
	position:absolute;
	top:191px;
	width:1000px;
	height:24px;
	z-index:6;
}
div#Logo {
	background-position:center;
	margin-left:-391.5px;
	left:50%;
	position:absolute;
	top:0px;
	width:283px;
	height:191px;
	z-index:7;
}
table#Content{
	border-width:1px;
	border-style:dashed;
	border-color:#000;
	border-top-width:0px;
	background-color:#FFFFFF;
	border-top-style:none;
	background-image:url(images/bbg_logo_bot_wide.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	margin-top:215px;
	width:1000px;
	z-index:5;
}
td#Content-Left {
	border-width:0px;
	border-left-style:solid;
	border-right-style:dashed;
	border-bottom-style:solid;
	font-size:10px;
	border-color:#000000;
	background-image:url(images/seperator.png);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
	position:relative;
	width:170px;
	z-index:5;
	overflow:hidden;
}
td#Content-Center {
	padding:50px 5px 5px 5px;
	border-width:0px;
	border-top-style:dashed;
	border-bottom-style:solid;
	border-color:#000000;
	text-align:left;
	vertical-align:top;
	position:relative;
	width:650px;
	z-index:5;
	overflow:hidden;
}
td#Content-Right {
	text-align:center;
	border-width:0px;
	border-top-style:dashed;
	border-left-style:dashed;
	border-right-style:solid;
	border-bottom-style:solid;
	background-image:url(images/seperator.png);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
	border-color:#000000;
	position:relative;
	width:170px;
	z-index:5;
	overflow:hidden;
}

table {
   border-collapse: separate;
   border-spacing: 0 0;
   }
td {
   border: 1px dotted #000;
   border-top: none;
   border-left: none;
   }
   
table#box_table {
   border-collapse: separate;
   border-spacing: 0 0;
   width:100%;
   }
table#box_table td {
   border: 0px dotted #000;
   border-top: none;
   border-left: none;
   }

table#teams {
	border-width:0px;
}
table#teams td {
	border-width:1px;
	border-style:none;
	height:30px;
}

table#kader {
	border-width:0px;
}
table#kader td {
	padding:5px;
}

table#kader_staff {
	border-width:0px;
}
table#kader_staff td {
	padding:5px;
}

table#spielplan td {
	padding: 2px 2px;
}
.right {
	border-right-width:0px;
}

table#news {
	border-right-width:0px;
}
table#news td{
	overflow:auto;
	max-width:200px;
	padding:2px;
	padding-left:5px;
	border-bottom-width:0px; 
	border-top-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-color:#ff8400;
	border-style:solid;
}

table#sponsoring_pyramide td{
	border-width:0px;
}

.center_object {
	margin-left:-37px;
	left:50%;
}

center#announce td {
	border-style:none;
}

.countdown {
	border-width:0px;
	font-size:34px;
	font-weight:bold;
	font-family:Digital;
	color:#096127;
}

.email {
	visibility:collapse;
	height:0px;
}

.fullscreen {
	width:100%;
}

.table_head {
	background-color:#FF8400;
	color:#000000;
}
.table_head a:link {color:#000000; text-decoration:underline;}
.table_head a:visited {color:#000000; text-decoration:underline;}
.table_head a:hover {color:#096127; text-decoration:underline;}
.table_head a:active {color:#096127; text-decoration:underline;}

form#guestbook input {
	border-width:1px;
	border-style:none;
	border-bottom-style:dashed;
	border-color:#000000;
	font-weight:bold;
	color:#FF8400;
}

form#guestbook select {
	border-width:1px;
	border-style:none;
	border-bottom-style:dashed;
	border-color:#000000;
	font-weight:bold;
	color:#FF8400;
}

form#guestbook textarea {
	border-width:1px;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FF8400;
	border-color:#FF8400;
}
table#guestbook_add_tab td {
	border-width:0px;
}

form#box_login input {
	border-width:1px;
	border-style:none;
	border-bottom-style:dashed;
	border-color:#000000;
	font-weight:bold;
	color:#FF8400;
}
table#box_login_tab td {
	border-width:0px;
}

pre {
	white-space:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.flyera:hover {
	border-width:1px;
}
