@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, Xol, Xul, Xli,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	height: 100%;
}
body {
	background-color:#FFFFFF;
	padding: 5px;
	/*color: #333;*/
	font-family: Arial, Helvetica, sans-serif;
}
* {
	font-size:13px;
}




.small {font-size: 11px;color: #000000;}
.small > a {font-size: 11px;color: #000000;}
.vsmall,.serror {font-size : 10px;} 
.smallMini {font-size: 8px;color: #555555; font-weight:normal;}
div.smallMini {padding-right:5px;padding-left:5px;}
.center {text-align:center;}
.right {text-align:right;}
cite {font-style : normal;font-size : 13px;}
h1 {
	font-size: 16px;
	margin-top:10px;
	margin-bottom:15px;
}
a {color: #0000FF;}
a.smalltop {text-decoration: none;color: #000000;}
a.smalltop:hover {background-color: #CCCCCC;}
.msmall {font-size: 10px;color: #000000;}
.headline {font-size: 16px;}
/*.wichtig {font-weight: bold;color: black;background-color: #FF9900;}*/
.wichtig {font-weight: bold;color: black;background-color:#FC3;padding:2px;padding-left:5px;padding-right:5px;}
.red {color:red;}
.regSub {font-size: 11px;color: #000;background-color:#F4F4F4;}

/*
page Layout
*/

#header, #headerSub, #contentBody, #footer {
	width:960px;
	margin: 0px auto;
	margin-bottom:10px;
	clear:both;
}
#header {
	margin-top:5px;
	
	height:100px;
	
	border:0;
	background:url(images/layout/header_bg.gif);
	background-color:#FFFFFF;
		
	-moz-border-radius:6px; /* Firefox */
	-webkit-border-radius:6px; /* Safari, Chrome */
	-khtml-border-radius:6px; /* Konqueror */
	border-radius:6px; /* CSS3 */
	
	 -webkit-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.45);
 			 box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.45);
}



#headerSub {
	background:url(images/layout/menue_bg.gif);
	height:32px;
	
	-moz-border-radius:6px; /* Firefox */
	-webkit-border-radius:6px; /* Safari, Chrome */
	-khtml-border-radius:6px; /* Konqueror */
	border-radius:6px; /* CSS3 */
}

#footer {
	border:10px solid #EDEFF1;
	background-color:#27855E;
	padding:10px;
	width:918px;
	
	
	 -webkit-box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 1);
		-moz-box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 1);
 			 box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 1);
			 
	-moz-border-radius-topright:8px; /* Firefox */
	-webkit-border-radius-topright:8px; /* Safari, Chrome */
	-khtml-border-radius-topright:8px; /* Konqueror */
	border-top-right-radius:8px; /* CSS3 */
	
	-moz-border-radius-topleft:8px; /* Firefox */
	-webkit-border-radius-topleft:8px; /* Safari, Chrome */
	-khtml-border-radius-topleft:8px; /* Konqueror */
	border-top-left-radius:8px; /* CSS3 */
}


/*
content Layout
*/
/*
#contentMenue {
	background-color:#00CC66;
}

#contentMitte {
	background-color:#FFCC00;	
}

#contentRechts {
	background-color:#CC9966;	
}

.header1v2 {
	background-color:#00CC99;
}
.header2v2 {
	background-color:#063;
}
.headerSub1v2 {
	background-color:#00CC99;
}
.headerSub2v2 {
	background-color:#063;
}
.footer1v3 {
	background-color:#00CC99;
}
.footer2v3 {
	background-color:#063;
}
.footer3v3 {
	background-color:#00CC99;
}

*/



/*
Spalten
Spalten
Spalten
Spalten
Spalten
Spalten
Spalten
Spalten
Spalten
*/

#contentLinks {
	float:left;
	width:688px;
	margin-right:10px;
	margin-bottom:20px;
	padding:1px;
}
#contentRechts {
	float:right;
	width:260px;
	margin-left:0px;
	/* [disabled]margin-bottom:20px; */
}


.header1v2 {
	float:left;
	width:300px;
	padding-left:10px;
}
.header2v2 {
	float:right;
	width:645px;
	padding-top:40px;
}

.headerSub1v2 {
	float:left;
	width:800px;

}
.headerSub1v2,.headerSub2v2 {
	height:32px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	overflow:visible;
}
.headerSub2v2 {
	float:right;
	width:120px;
	padding-left:0;
}
/*
960 -10 padding -10 border -1 shadow
918 

*/

.footerFst {
	clear:both;
	padding-bottom:5px;
}
.footer1v4,.footer2v4,.footer3v4,.footer4v4,.footer1u2v4 {
	float:left;
	padding:20px;
}
.footerFst,.footerFst a,.footerFst td,.footerFst div {
	color:#FFFFFF;
	font-size:12px !important;
	text-decoration:none;
}
.footer1v4 {
	width:155px;
	border-right:1px solid #cccccc;
	padding-left:10px;
}
.footer1u2v4 {
	width:365px;
	border-right:1px solid #cccccc;
	padding-left:10px;
}
.footer2v4 {
	width:160px;
	border-right:1px solid #cccccc;
}
.footer3v4 {
	width:220px;
	border-right:1px solid #cccccc;
}
.footer4v4 {
	float:right;
	width:220px;
}


.footerLast {
	clear:both;
	/*border-top:1px solid #cccccc;*/
	padding:3px;
	overflow:hidden;
	background-color:#CFDB79;
}
.footer1v3 {
	float:left;
	width:170px;
}
.footer2v3 {
	float:left;
	width:572px;
}
.footer3v3 {
	float:right;
	width:170px;
}
/*
Spalten Ende
*/


.box,.boxR,.boxC {
	border:1px solid #cccccc;
	
	-moz-border-radius:6px; /* Firefox */
	-webkit-border-radius:6px; /* Safari, Chrome */
	-khtml-border-radius:6px; /* Konqueror */
	border-radius:6px; /* CSS3 */
	
	background-color:#FFFFFF;
	
	margin-bottom:15px;
	
	padding:8px;
	padding-bottom:10px;
}
.box,.boxR {
	font-size: 11px;
}
.boxC {
	padding:11px;
	
	border:8px solid #EDEFF1;
	
	/* kleiner schatten um den rand dunkler scheinen zu lassen 204, 204, 204 */
	 -webkit-box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 1);
		-moz-box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 1);
 			 box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 1);
			
}
.boxR {
	background-color:#EDEFF1;
	 
	background-image: url(images/tabelstyle/sitebg_r2_c2.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
}
.boxTitel {
	font-size: 12px;
	font-weight:bold;
	margin-bottom:8px;
	height:15px;
	
	background-color:#27855E;
	
	color:#FFFFFF;
	padding:3px;
}
.boxFTitel {
	font-weight:bold;
	font-size:12px;
}
.box > a {
	font-size: 11px;
}




/*
Menue
*/
ul.menueHeader {
	margin: 0;
	padding: 0;
	float:right;
	margin-right:8px;
	background-image:url(images/layout/header_menue_bg.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	
	-moz-border-radius-bottomright:4px; /* Firefox */
	-webkit-border-radius-bottomright:4px; /* Safari, Chrome */
	-khtml-border-radius-bottomright:4px; /* Konqueror */
	border-bottom-right-radius:4px; /* CSS3 */
	
	-moz-border-radius-bottomleft:4px; /* Firefox */
	-webkit-border-radius-bottomleft:4px; /* Safari, Chrome */
	-khtml-border-radius-bottomleft:4px; /* Konqueror */
	border-bottom-left-radius:4px; /* CSS3 */
	
	
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:2px;
}
ul.menueHeader > li {
	list-style: none;
	margin:0px;
	margin-bottom:3px;
	float:left;
}
ul.menueHeader > li > a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:2px;
	margin-left:3px;
	margin-right:3px;
}
ul.menueHeader > li > a:hover {
	background-color:#EDEFF1;
	color:#333333;
}



ul#menueMain {
	margin: 0;
	padding: 0;
	font-size:12px;
	height:28px;
	list-style: none outside none;
}
ul#menueMain > li {
	list-style: none;
	margin:0px;
	margin-bottom:3px;
	float:left;
	border-left:1px solid #cccccc;
	height:28px;
	position:relative;
}
ul#menueMain > li > a {
	font-size:12px;
	text-decoration:none;
	color:#35347F;
	height:28px;
	line-height:28px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	display:block;
}
ul#menueMain > li > a:hover {
	background-color:#35347F;
	color:#CCC;
}



ul#menueMain > li.menueSel {
	background-color: #fff;
}
ul#menueMain > li.menueNeu > a {
	font-style:italic;
}
ul#menueMain > li > a.mainMenueDrop {
	padding-right:20px;
	background-image: url(images/layout/menue_pfeil.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
}
ul#menueMain > li > a:hover.mainMenueDrop {
	padding-right:20px;
	background-image: url(images/layout/menue_pfeil_hover.gif);
}

div.mainPullDown {
	position:absolute;
	z-index:100;
	top:30px; 
	left:0px;
	display: none;
	
	border:1px solid #cccccc;

	
	-moz-border-radius-bottomright:6px; /* Firefox */
	-webkit-border-radius-bottomright:6px; /* Safari, Chrome */
	-khtml-border-radius-bottomright:6px; /* Konqueror */
	border-bottom-right-radius:6px; /* CSS3 */

	-moz-border-radius-bottomleft:6px; /* Firefox */
	-webkit-border-radius-bottomleft:6px; /* Safari, Chrome */
	-khtml-border-radius-bottomleft:6px; /* Konqueror */
	border-bottom-left-radius:6px; /* CSS3 */
	
	 -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
 			 box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
			 
	background-color:#FFFFFF;
	
	padding:15px;
	width:auto;
	float:left;
}
div.mainPullDown table td {
	padding:15px;
}
div.mainPullDown table td.trenner {
	border-left:1px solid #cccccc;
}
div.mainPullDown ul {
	position:relative;
	float:left;
}
div.mainPullDown ul {
	margin: 0;
	padding: 0;
}
div.mainPullDown ul > li {
	clear:both;	
	list-style: none;
	text-align:left;
	margin:0px;
}
div.mainPullDown ul > li >  a,div.mainPullDown ul > li >  span {
	font-weight:normal;
	text-decoration:none;
	color:#35347F;
	display:block;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}
div.mainPullDown ul > li >  a:hover {
	background-color:#27855E;
	color:#FFFFFF;
}
div.mainPullDown > div.spalten1 {
	width:100px;
}
div.mainPullDown > div.spalten2 {
	width:200px;
}
div.mainPullDown > div.spalten3 {
	width:300px;
}
div.mainPullDown > div.spalten4 {
	width:400px;
}
div.mainPullDown > div.spalten5 {
	width:750px;
}



ul#pageMenue {
	margin: 0;
	padding: 0;
	font-size:12px;
	list-style: none outside none;
}
ul#pageMenue > li {
	padding-right:1px;
}
ul#pageMenue > li > a {
	border:1px solid #EDEFF1;
	display:block;
	text-decoration:none;
	padding:2px;
	padding-left:5px;
}
ul#pageMenue > li > a:hover {
	background-color:#35347F;
	color:#CCC;
}
ul#pageMenue > li > a > img {
	float:left;
	margin-right:2px;
	padding:1px;
}
ul#pageMenue > li.menueSel {
	border:1px solid #AFAFAF;
	/*background-color: #CCCCCC;*/
}
li.menueSubHead > a, li.menueSubHead > span {
	font-weight:bold !important;
}
li.menueNeu > a > img {
	background-color: #FF9933;
}
li.menueSpace {
	font-size:2px;
	padding:4px;
	padding-left:34px;
}

div.buttonSpielStarten {
	margin-bottom:3px;
	line-height:28px;
	text-align:left;
	float:right;
}
div.buttonSpielStarten a {
	font-size:11px;
	text-decoration:none;
	color:#35347F;
	color:#C00;
	height:28px;
	line-height:13px;
	padding-top:1px;
	padding-left:45px;
	padding-right:5px;
	font-weight:bold;
	display:block;
	background:url(images/layout/faecher.gif) left no-repeat;
}
div.buttonSpielStarten a:hover {
	background-color:#35347F;
	color:#fff;
	background-image: url(images/layout/faecher_hover.gif);
}

td.accLink {
	padding-top:4px;
}
td.accLink > a {
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
td.accLink > a:hover {
	text-decoration:underline;
}
.accTitel {
	margin-top:10px;
	color:#27855E;
	font-weight:bold;
}
li.space {
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:3px;
	margin-left:5px;
	margin-right:150px;
	background-color:#CCCCCC;
}


/*
Content-Style
*/

table {
	border-collapse:collapse;
}
table > tbody > tr > td {
	padding:1px;	
}
table.tabelle2 > tbody > tr > td {
	padding:2px;	
}
table.tabelle3 > tbody > tr > td {
	padding:3px;	
}
table.tabelle4 > tbody > tr > td {
	padding:4px;	
}
table.tabelle5 > tbody > tr > td {
	padding:5px;	
}
table.tabelle5Y > tbody > tr > td {
	padding-bottom:5px;	
}
table.tabelle10 > tbody > tr > td {
	padding:10px;	
}
table.tabelle15 > tbody > tr > td {
	padding:15px;	
}
table.tabelle20 > tbody > tr > td {
	padding:20px;	
}
table.tabelleRahmen {
	border: 1px solid #ACACC7;
}
table.tabelleRahmenTD > tbody > tr > td {
	border: 1px solid #ACACC7;
}
table.tabelleRahmenTR > tbody > tr > td {
	border-top: 1px solid #ACACC7;
	padding-top:10px;
	padding-bottom:10px;
}
table.tabelleRahmenTR > tbody > tr > td.fst {
	border-top: 0;
	padding-top:0;
}

td {
	text-align:left;	
}
td[align="center"] {
	text-align:center;	
}
td[align="right"] {
	text-align:right;	
}
table.center {
	margin-left: auto;
    margin-right: auto;
}

.border1 {
	border: 1px solid #ACACC7;
}
.border2 {
	border: 1px solid #111111;
}
.border3 {
}

.block1 {
	padding:3px;
	background-color:#CFDB79;
	color:#E84200;
	font-size:12px;
	font-weight:bold;
}
.block1 a {
	font-size:12px;
}
.block2_2 {
	margin-left:50px;
}
.contentSpaltenTrenner {
	width:20px;
}
ul.punkte {
	margin: 0;
	padding: 0;
	margin-top:15px;
	font-size:12px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul.punkte > li {
	margin-left:30px;
	margin-bottom:10px;
}
ul.punkte > li > span.punkteHead {
	font-weight:bold;
	margin-left:-30px;
}
ol.sub {
	margin: 0;
	padding: 0;
	margin-left:20px;
	font-size:12px;
}
ol.sub > li {
	margin-bottom:10px;
}

/*
FORM
*/
input, select, textarea {
	border:1px solid #CCC;
	padding:3px;
	
	   -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
            box-shadow: 0 0 3px #ccc;
}
input[type="submit"] {
	cursor:pointer;	
}
input[type="checkbox"] {
	margin-top:5px;
	margin-right:5px;
}
input[type="radio"] {
	margin-top:5px;
}
input[type="submit"].buttonMini {
	font-size : 10px; 
	width : 20px;
}
#footer input[type="checkbox"], #footer input[type="radio"] {
	border:1px solid #27855E;
}
input.b100 {
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.buttonSmall {
	font-size : 9px; 
	width : 100%;
} 

/* BL */
.blMInfo {
	text-align:center;
}
div.blMfloat {
	float:left;
}
.blMInfo a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.blMInfo img {
	padding:3px;
	margin:3px;
	border:1px solid #FFF;
}
.blMInfo a:hover img {
	border:1px solid #999999;
}
div.blMTitel {
	clear:both;
	border-bottom:1px solid #CFDB79;
	padding-bottom:3px;
	margin-bottom:3px;
	margin-right:30px;
}

