@charset "utf-8";

a:link {
	color: #ACD052;
	text-decoration:none;
}
a:visited {
	color: #B2D34F;
	text-decoration:none;
}
a:hover {
	color: #525252;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}
body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	min-width: 900px;
}
#header {
	background-color: #E3E3E3;
	height: 25px;
}
#fish-container  {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
}
#fish {
	height: 320px;
	width: 174px;
	margin-left: 75px;
	position: absolute;
	z-index: 1;
}

#banner {
	height: 225px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
}
#nav {
	height: 51px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bmid_101.gif);
	background-repeat: repeat;
}
#spiel {
	background-color: #C7256C;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Main Page */

#main #spiel {
	background-color: #ffffff;
	color:#333333;
}
#main #spiel_extend {
	background-color: #ffffff;
	color:#EC097E;
}
/* Design Page */
#design #spiel {
	background-color: #E13F88;
	color: #FFFFFF;
}
#design #spiel_extend {
	background-color: #E13F88;
	color: #FFFFFF;
}
/* Print Page */

#print #spiel {
	background-color: #00BBF9;
	color: #FFFFFF;
}
#print #spiel_extend {
	background-color: #00BBF9;
	color: #FFFFFF;
}
/* Web Page */

#web #spiel {
	background-color: #00B600;
	color: #FFFFFF;
}
#web #spiel_extend {
	background-color: #00B600;
	color: #FFFFFF;
}
/* Signs Page */

#signs #spiel {
	background-color: #FF7B00;
	color: #FFFFFF;
}
#signs #spiel_extend {
	background-color: #FF7B00;
	color: #FFFFFF;
}
/* Promotional Page */

#promo #spiel {
	background-color: #7D3691;
	color: #FFFFFF;
}
#promo #spiel_extend {
	background-color: #7D3691;
	color: #FFFFFF;
}
h1 {
font-size:20px;
}
p {
font-size:13px;
}

#spiel     p, #spiel    h1, #spiel    h2, #spiel    h3  {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#spiel_extend {
	height: 137px;
	background-color: #C7256C;
}


#flash {
	width: 848px;
	height: 272px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
#content {
	margin-top: 137px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contentbox {
	float:right;
	width:130px;
	background-color:#F5F5F5;
	margin-right: 15%;
	padding: 10px;
	border: 1px solid #E3E3E3;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content  p, #content  h1, #content h2, #content h3{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentbox  h1{
	font-size:16px;
	color: #C7256C;
	padding-bottom: 10px;
}
#contentbox  p{
	font-size:10px;
	color: #C7256C;	
}
#footer {
	background-color: #E3E3E3;
	height: 70px;
	font-size: small;
	color: #999999;
	text-align: right;
	padding-right: 30px;
	padding-top: 20px;
	clear: both;
}

/*
NAV MENU
*/

#MainMenu 
{
	height:51px;
	background:#FFF url(../images/bmid_101.gif);
	border:0;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#tab 
{
	height:0;
	background:repeat-x top;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tab ul 
{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:700;
	line-height:51px;
	background:#000 url(../images/bright_101.gif) no-repeat left top;
	margin: 0px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
#tab a:hover 
{
	background-position:left bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#BA0D59;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
#tab li.item_active a span
{
	background-position:left bottom;
	background:#000 url(../images/bright_102.gif) no-repeat left top;
}
.smalltext 
{
	font-size:11px;
}
/* Form Style */

#form {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#columnarForm fieldset
{
	float: left;
	display: block;
	width: 14em;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-left: 1em;
	border: 1px solid #E3E3E3;
}

#columnarForm fieldset.radio
{
	width: 12em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border: 0px;
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
}

#columnarForm input
{
	display: block;
	width: 15em;
}

#columnarForm label
{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#columnarForm label.first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
}
#columnarForm button{ 
		clear:both;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
