html,BODY {
	background-color: #fff571;
	font-family: sans-serif;
	font-size: 12px; 
	margin : 0px; 
	padding: 0px;
	background-image: url(../img/menu_background.gif);
	background-repeat: repeat-y;
}

h1 {
	FONT-SIZE: 18px; 
	margin-bottom : 50px;
	color: #002280;
}
h1.EventTitle{
	float: left;
	width: 100%;
}
h1.pagetitle{
	float: left;
	width: 100%;
	margin-bottom : 0px;
}
h2 {
	FONT-SIZE: 14px; 
	color: #002280;
}
h2.news {
	FONT-SIZE: 11px; 
	color: #002280;
	width: 100%;
}
P {
	FONT-SIZE: 12px; 
	MARGIN-LEFT: 20px;
}
p.news {
	FONT-SIZE: 11px; 
	MARGIN-LEFT: 0px;
}
P.ACHTUNG {
	FONT-SIZE: 12px; 
	MARGIN-LEFT: 20px;
	color : Red;
	font-weight : bold;
}

img.bild{
	margin:20px;
	border: 3px #002280 solid;
}
table{
	margin-left: 20px;
}
td {
	FONT-SIZE: 12px; 
	vertical-align: top;
}
th {
	FONT-SIZE: 12px; 
	COLOR: #002280;
	vertical-align: top;
}
tr {
	height: 30px;
}

A:LINK, A:VISITED {
	color: #002280;
}
A:HOVER {
	background-color: #002280;
	color: #fff571;
}

a.bild{
	margin-left:20px;
}

input {
	font-size: 12px; 
}

input.button{
	color: #002280;
	background-color: #97B2FF;
	font-weight: bold;
	margin-right: 10px;
}

TEXTAREA {
	font-family: sans-serif;
	font-size: 12px; 
}

div{
	margin-bottom: 14px;
}

div.GameTitle{
	FONT-SIZE: 14px; 
	color: #002280;
	font-weight: bold;
}
div.GameDescription{
	margin-left: 20px;
}

div.block{
	float: left; 
	width: 600px;
}

table.menu{
	width: 129px;
	margin-bottom: 10px;
	margin-left: 13px;
	background-color: #002280;
}
tr.menu{
	height: 30px;
}
tr.menuItem{
	height: 27px;
}
td.menuSingle{
	background-image: url(../img/menu_single.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	vertical-align: middle;
}
td.menuSingleAct{
	background-image: url(../img/menu_single_act.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	vertical-align: middle;
}
td.menuClosed{
	background-image: url(../img/menu_closed.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	color:#ffffff;
	vertical-align: middle;
}
td.menuClosedAct{
	background-image: url(../img/menu_closed_act.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	color:#ffffff;
	vertical-align: middle;
}
td.menuOpen{
	background-image: url(../img/menu_open.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	color:#ffffff;
	vertical-align: middle;
}
td.menuOpenAct{
	background-image: url(../img/menu_open_act.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	color:#ffffff;
	vertical-align: middle;
}
td.menuItem{
	background-image: url(../img/menu_item.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	color:#ffffff;
	vertical-align: middle;
}
td.menuItemAct{
	background-image: url(../img/menu_item_act.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	color:#ffffff;
	vertical-align: middle;
}

a.menu:LINK, A.menu:VISITED, A.menu:HOVER {
	COLOR: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

table.gamelist{
	border-width: 1px;
	border-color: #002280;
	border-style: solid;
}

th.gamelist{
	text-align: left;
}

tr.gameListEven{
	height:15px;
	background-color: #97B2FF;	
}
tr.gameListOdd{
	height:15px;
}

td.gamelist{
	border-bottom:1px solid #97B2FF;
}
td.gamelistRechts{
	border-bottom:1px solid #97B2FF;
	text-align:right; padding-right:2.25em;
}
td.gameHead{
	font-weight: bold;
	color: #002280;
}
td.gameTitle{
	font-weight: bold;
	color: #002280;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	border-bottom: 1px  #002280 solid;
}
table.gameData{
	border-width: 1px;
	border-color: #002280;
	border-style: solid;
	padding:5px;
	margin-bottom: 30px;
	margin-left: 20px;
}

p.phperror{
	color:red;
}

div.GameDescription{
	margin-bottom: 30px;
}
div.source{
	margin-top: 18px;
}


div.errorHead:before{
	 content:url(../img/s_error.png) " ";
}
div.errorHead{
	vertical-align: top;
	background-repeat: no-repeat;
	padding: 2px;
	background-color: Red;
	color: White;
	font-weight: bold;
}

div.error{
	border-color: Red;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
}
div.errorBody{
	padding: 5px;
}

div.messageHead{
	vertical-align: top;
	background-repeat: no-repeat;
	padding: 2px;
	background-color: Green;
	color: Black;
	font-weight: bold;
}

div.message{
	border-color: Green;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
}
div.messageBody{
	padding: 5px;
}

div.img{
	float: left;
	padding: 10px;
}

/* site alignment */
table.head{
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	background-color: #fff570;
	width: 100%;
	margin: 0px;
	z-index: 5;
}
div.menu{
	background-color: #002280;
	width: 143px;
	float: left;
	padding-top: 10px;
	margin-left: 0px;
}
div.content{
	margin: 0px;
   width: 62%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-color: #fff571;
}
div.news{
	width: 15%;
	padding-right: 10px;
	margin-right: 10px;
	float: right;
	border-width: 1px;
	border-color: #002280;
	border-style: solid;
	padding:5px;
	margin-bottom: 10px;
	background-color: #97B2FF;
}
div.newsHeading{
	color: #002280;
	font-weight: bold;
	padding:5px;
}
div.newsItem{
	padding:5px;
	border-top: 1px #002280 solid;
}

div.foot{
	margin-left: 143px;
	padding-left: 10px;
	float: left;
	width: 77%;
}
td.title{
	background-color: #002280;
	font-size: 25px;
	font-weight: bold;
	color: #97B2FF;
	width: 100%; 
	vertical-align: middle;
}
td.pagetitle{
	font-size: 18px;
	font-weight: bold;
	color: #002280;
	min-width: 300px;
	background-color: #fff571;
	vertical-align: middle;
	height: 56px;
	text-align: center;
}
