﻿@charset "utf-8";
/* CSS Document */

/*##########################################################################
##   Body and Page Definition
##########################################################################*/
body {
/*	color: #ececec;*/
	background-color:#ececec;
}

#error{
	background-color:#000000; 
	color:#FFFFFF;
	font-weight:bold; 
	text-align:center;
}
#error a{
	color:#FFFFFF;
}

#page {
	margin: auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	width:876px; /*876*/
}

#contentbar {
	background-image:url(img3/flooting_back.jpg);
	background-repeat:repeat-y;
}

#clearfloat{ /*Verwendung: nach jedem contfloatR/L oder style="float:xyz" in boxen*/
	clear:both;
}

#contfloatR{ /*IE-Ausnahme*/
	float:right;
	margin-right:10px;
}
#contfloatL{
	float:left;
}

/*##########################################################################
##   Platzhalter Logo, logo als Background
##########################################################################*/
#logo {
	clear:both;
	text-align:center;
	background-image:url(logo_main_notrans.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:222px;
	width:663px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

/*##########################################################################
##   MainMenü
##########################################################################*/
#mainmnu {/*IE-Ausnahme*/
	clear:both;
	background-image:url(img3/main_mnu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	/*background-attachment:fixed;
	width:876px; 876*/
	min-height:46px; /*56*/
	height:auto !important;
	height:46px;
	font-weight:bold;
	font-size:26px; /*im Dokument per ifIE: 25px*/
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #13509a;/*#aeaeae*/
	color:#CCCCCC;
	padding-left:70px;
	padding-right:70px;
	padding-top:10px;
}
#mainmnu ul{
	margin:0;
	padding:0;
	text-align:center;
}
#mainmnu li {
	display:inline;
	padding-left:25px;
	padding-right:25px;
}
#mainmnu li a{
	text-decoration:none;
	color:#FFF;
}
#mainmnu li a:hover{
	text-decoration:underline overline;
	color:#8e1f1f;
}

/*##########################################################################
##   Untermenü
##########################################################################*/
#undermnu {
	clear:both;
	background-image:url(img3/main_undermnu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	/*background-attachment:fixed;
	width:876px; 876*/
	min-height:30px; /*53*/
	height:auto !important;	
	height:30px;
	color:#13509a;
	padding-left:23px;
	padding-top:23px;
}
#undermnu a{
	text-decoration:none;
	color:#FFFFFF;
}
#undermnu a img{
	text-decoration:none;
}

/*##########################################################################
##   Sidebar
##########################################################################*/
#sbar_space {
	background-image:url(img3/sbar_spaceholder.jpg);
	background-position:left;
	background-repeat:norepeat;
	/*background-attachment:fixed;*/
	float: left;
	width:248px;/*248*/
	min-height:63px;
	height:auto !important;
	height:63px;
}
#sbar {
	background-image:url(img3/sidebar_back.jpg);
	background-position:left;
	background-repeat:repeat-y;
	/*background-attachment:fixed;*/
	clear:left;
	float: left;
	width:248px;/*248*/
	min-height:300px;
	height:auto !important;
	height:300px;
}
#sbar ul{
	margin:0;
	margin-bottom:36px;
	padding:0;
}
#sbar li{
	margin-bottom:5px;
	padding-top:2px;
	padding-left:32px;
	display:block;
	height:29px;/*31*/
	width:216px;/*248*/
	overflow:hidden;
	/*text-align:center;*/
	background-image:url(img3/sidebarpoint_norm.jpg);
	background-repeat:norepeat;
	text-align:left;
	
	font-size:18px;
	color:#FFFFFF;/*Listenüberschriftsfarbe*/
}
#sbar li#active {
	background-image:url(img3/sidebarpoint_active.jpg);
	font-weight:bold;
}
#sbar li#head {
	padding-left:8px;
	width:240px;/*248*/
	color:#8e1f1f;
	font-weight:bold;
	text-shadow: 4px 4px 4px #aeaeae;
}
#sbar li a{
	text-decoration:none;
	color:#000;
}
#sbar li a:hover{
	text-decoration:none;
	color:#0c17f7;
}

/*##########################################################################
##   ContentHauptbox-Definitionen
##########################################################################*/
#cont {
	background-image:url(img3/content_back.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float: right;
	width:628px;/*628*/
	min-height:363px;
	height:auto !important;
	height:363px;
}

#cont h1 {
	background-image:url(img3/content_h1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0;
	margin-top:5px;
	margin-bottom:8px;
	padding-left:5px;
	font-size:36px;
	color:#13509a;/*#13509a*/ /*#8e1f1f*/
	text-shadow:2px 2px 2px #aeaeae;
}

#cont p {
	padding:5px 0;
	clear:left;
}

#cont #inhalt{ /*IE-Ausnahme*/
	padding:0;
	padding-left:5px;
	padding-right:10px;
}

/*##########################################################################
##   standard-Button
##########################################################################*/
#button{
	width:89px;/*108*/
	height:17px;/*33*/
	padding-top:5px;
	padding-bottom:11px;
	padding-left:7px;
	padding-right:12px;
	background-image:url(img3/button_norm.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
#button:hover{
	background-image:url(img3/button_click.jpg);
}
/*#button a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}*/

/*##########################################################################
##   gameTable
##########################################################################*/
ul#gametable{
	clear:both;
	margin:0;
	padding:0;
	text-align:left;
	display:inline;
}
#gametable li{
	float:left;
	margin:2px;
	padding:0;
	list-style-type: none;
}

/*##########################################################################
##   Box x1
##########################################################################*/
#box1{
	width:199px;
	height:230px;
	margin:0;
	padding:0;
}
#box1 h1{
	background-image:url(img3/box_x1_h1.jpg);
	text-align:center;
	color:#FFF;
	font-size:18px;
	width:199px;
	height:27px;
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px #13509a;
}
#box1 p{
	padding:0;
	margin:0;
}
#box1 #bcont{
	background-image:url(img3/box_x1_p.jpg);
	background-repeat:repeat-y;
	width:184px;/*199*/
	height:185px;/*185*/
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:10px;
	overflow:hidden;
}
#box1 #b1image{
	float:left;
	clear:none;
	width:100px;
	height:100px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#box1 #b1info{
	float:right;
	width:76px;
	height:100px;
}
#box1 #b1desc{
	clear:both;
	padding-top:3px;
}
#box1 #end{
	clear:both;
	background-image:url(img3/box_x1_bottom.jpg);
	height:18px;
	width:199px;
}

/*#########  Box x1 active  #########*/
#box1 h1#act{
	background-image:url(img3/box_highx1_h1.jpg);
	text-align:center;
	color:#FFF;
	font-size:18px;
	width:199px;
	height:27px;
	margin:0;
	padding:0;
}
#box1 #bcontAct{
	background-image:url(img3/box_highx1_p.jpg);
	width:184px;/*199*/
	height:185px;
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:10px;
	overflow:hidden;
}
#box1 #endAct{
	clear:both;
	background-image:url(img3/box_highx1_bottom.jpg);
	height:18px;
	width:199px;
}

/*##########################################################################
##   Box x3
##########################################################################*/
#box3{
	clear:both;
	width:601px;
	min-height:95px;
	height:auto !important;
	height:95px;
	margin:0;
	padding:0;
}
#box3 h1{
	background-image:url(img3/box_x3_h1.jpg);
	text-align:center;
	color:#FFF;
	font-size:18px;
	width:601px;
	height:27px;
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px #13509a;
}
#box3 #bcont{
	background-image:url(img3/box_x3_p.jpg);
	background-repeat:repeat-y;
	width:584px;/*601*/
	min-height:50px;
	height:auto !important;
	height:50px;
	margin:0;
	padding:0;
	padding-left:7px;
	padding-right:10px;
}
#box3 #bcont p{
	margin:0;
	padding:3px 0;
}
#box3 #end{
	clear:both;
	background-image:url(img3/box_x3_bottom.jpg);
	height:17px;
	width:601px;
}

/*##########################################################################
##   Box x2
##########################################################################*/
#box2{
	clear:both;
	width:400px;
	min-height:230px;
	height:auto !important;
	height:230px;
	margin:0;
	padding:0;
}
#box2 h1{
	background-image:url(img3/box_x2_h1.jpg);
	text-align:center;
	color:#FFF;
	font-size:18px;
	width:400px;
	height:27px;
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px #13509a;
}
#box2 #bcont{
	background-image:url(img3/box_x2_p.jpg);
	background-repeat:repeat-y;
	width:383px;/*400*/
	min-height:185px;
	height:auto !important;
	height:185px;
	margin:0;
	padding:0;
	padding-left:7px;
	padding-right:10px;
}
#box2 #bcont p{
	margin:0;
	padding:3px 0;
}
#box2 #end{
	clear:both;
	background-image:url(img3/box_x2_bottom.jpg);
	height:17px;
	width:400px;
}

/*##########################################################################
##   Pagefoot
##########################################################################*/
#pagefoot{
	background-image:url(img3/pagefoot.jpg);
	background-position:left;
	background-repeat:norepeat;
	/*background-attachment:fixed;*/
	clear:both;
	width:876px;/*876*/
	min-height:20px;
	height:auto !important;
	height:20px;
}
