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

body {
	margin: 0px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 2px;
}

/*****************************************************************************************/

p {
	margin: 0px;
}

.floatLeft { float: left; margin-right: 5px; margin-bottom: 5px; }

/*****************************************************************************************/

a.Navi:link, a.Navi:visited, a.Navi:active {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #e9e9e9;
	text-decoration: none;
	letter-spacing: 2px;
	outline: none;
}

a.Navi:hover {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #e9e9e9;
	text-decoration: none;
	letter-spacing: 2px;
	outline: none;
}

/*****************************************************************************************/

.Navi_noLink {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #e9e9e9;	
}

/*****************************************************************************************/

a.NaviSub:link, a.NaviSub:visited, a.NaviSub:active {
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
	letter-spacing: 1px;
	outline: none;
}

a.NaviSub:hover {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
	letter-spacing: 1px;
	outline: none;
}

/*****************************************************************************************/

a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	color: #0B2C51;
	text-decoration: none;
	letter-spacing: 1px;
	outline: none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0F3768;
	text-decoration: underline;
	letter-spacing: 1px;
	outline: none;
}

/*****************************************************************************************/

.Inhalte {
	margin-top: 20px;
	border-bottom: 2px solid  #0f3768;
}

.InhaltsTitel {
	font-size: 20px;
	font-weight: bold;
	color: #0F3768;
	font-variant: small-caps;
	letter-spacing: 3px;
}

.UpdateTitel {
	font-size: 11px;
	font-weight: lighter;
	color: #0F3768;
	font-variant: small-caps;
	letter-spacing: 1px;
}

/*****************************************************************************************/

.Tabelle_Text {
	border-collapse: collapse;
}

.Tabelle_Text td {
	padding: 10px;
	border: 1px solid #ccc;
	empty-cells: show;
	background-color: #efefef;
	background-image: url(../designbilder/img-06.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*****************************************************************************************/

.Tabelle_Spiel {
	border-collapse: collapse;
}

.Tabelle_Spiel td {
	padding: 4px;
	border: 1px solid #ccc;
	empty-cells: show;
	background-color: #efefef;
}

/******************************************************************/

.TabellenKopf {
	padding: 2px 5px !important;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	font-variant: small-caps !important;
	letter-spacing: 0px !important;
	background: #c5cdd4 url(../designbilder/headback02.gif) right no-repeat    !important;
}

/*****************************************************************************************/

.Tabelle_empty { 
	padding: 0 !important;
	border: none !important;
	background: none !important;
	font-size: 2px;
	height: 6px !important;
}

/*****************************************************************************************/

.Tabelle_noBorder td { 
	padding: 0;
	padding-right: 10px;
	border: none;
	background: none;
}

/*****************************************************************************************/

.Tabelle_Form td {
	padding: 0px;
	border: none;
	background: none;
}

.Form_Felder {
	border: 1px solid #333;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 5px;
}

/*****************************************************************************************/

.Copyright {
	padding-right: 20px;
	font-size: 9px;
	font-weight: lighter;
	color: #fff;
	text-align: right;
	letter-spacing: 1px;
}



