body {
	font-family: tahoma;
	font-size: 12px;
	color: #4f6b72;
}
a {
	color: #4f6b72;
}
hr {
	color: #4f6b72;
}

/* Form */
input {
	color: #4f6b72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	color: #4f6b72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	color: #4f6b72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Table */
th
{
	font: bold 10px/22px tahoma;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 12px;
	background: #85C6DE;
	vertical-align:middle;
}
td
{
	font: normal 11px tahoma;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
}
table
{
	width: auto;
	padding: 0;
	margin: 0 auto 1.5em auto;
	border-left: 1px solid #C1DAD7;
	border-collapse:collapse;
}

/* Tooltip */
a:hover	{
	color: #FFFFFF;
	background-color: #B1E2FC;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24;

	color: #4f6b72;
    text-decoration:none;
}
a.info:hover{
	z-index:25;
	background-color:#B1E2FC;
}
a.info span{
	display: none;
}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em;
	left:2em;
	width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center;
}

/* Menu */
th.menu
{
	color: #4f6b72;
	text-transform: uppercase;
	text-align: left;
	padding: 2px;
	vertical-align:middle;
	font-family: tahoma;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	border: 0px none #C1DAD7;
}
td.menu
{
	border-right: none;
	border-bottom: none;
	color: #4f6b72;
	margin: 0px;
	padding: 2px;
}
table.menu
{
	width: auto;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: left;
}

/* Counter */
table.counter
{
	border: none;
	padding: 0px;
	margin: 0px;
}
td.counter
{
	width: 20px;
	height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Mainright */
table.mainright
{
	border: none;
	padding: 0px;
	margin: 0px;
}
td.mainright
{
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Newsboard */
th.newsboard
{
	color: #4f6b72;
	text-align: center;
	vertical-align:middle;
	line-height: normal;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 12px;
	margin: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td.newsboard
{
	border-right: none;
	border-bottom: none;
	color: #4f6b72;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
table.newsboard
{
	width: auto;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
}

/* Tornei */
th.tornei
{
	color: #4f6b72;
	text-transform: uppercase;
	text-align: left;
	padding: 2px;
	vertical-align:middle;
	font-family: tahoma;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	border: 0px none #C1DAD7;
}
td.tornei
{
	border-right: none;
	border-bottom: none;
	color: #4f6b72;
	margin: 0px;
	padding: 2px;
}
table.tornei
{
	width: auto;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: left;
}

/* Scrivi Punteggi */
td.rango
{
	font: normal 11px tahoma;
	border-right: 1px solid #C1DAD7;
	border-bottom: none;
	border-top: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
}
td.punteggi
{
	font: normal 11px tahoma;
	border-right: 1px solid #C1DAD7;
	border-bottom: none;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
}

.mainright_normal {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #4f6b72;
}
.normal {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4f6b72;
}
.titel {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4f6b72;
	background-color: #85C6DE;

}
.tablenormal {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #85C6DE;
	padding-left: 5px;
}
.tablenormalbold {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #85C6DE;
	padding-left: 5px;
}
.tabletitle {
	font-family: tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #4f6b72;
	text-decoration: none;
	background-color: #85C6DE;
	padding-left: 5px;
}
.torneititle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #85C6DE;
}
.table_gaestebuch {
	font-size: 14px;
	color: #4f6b72;
	text-indent: 5px;
}
.table_gaestebuch_title {
	font-size: 16px;
	color: #4f6b72;
	font-weight: bold;
	text-indent: 5px;
}
.table_gaestebuch_form {
	font-size: 13px;
	color: #4f6b72;
	text-indent: 5px;
}
.table_gaestebuch_kommentar {
	font-size: 10px;
	color: #4f6b72;
	text-indent: 5px;
}
.table_gaestebuch_nachricht {
	font-size: 14px;
	color: #4f6b72;
	background-color: #85C6DE;
	text-indent: 5px;
}
.statuti_normale {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #85C6DE;
}
.statuti_titolo {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #85C6DE;
}
.meta-header {
	color: #000066;
}

/* Style Tabellen von PHP Generator */

table.adfiltro
{
	border: none;
	padding: 0px;
	margin: 0px;
}
td.adfiltro
{
	border: none;
	margin: 0px;
	padding: 0px;
}
.bd {
	background-color: #FFFFFF;
	border-right: none;
	border-bottom: none;
	color: #4f6b72;
	margin: 0px;
	padding: 2px;
}
.tbl {
	background-color: #FFFFFF;
	border: none;
}
.hr {
	background-color: #85C6DE;
	color: #FFFFFF;
}
.dr {
	background-color: #FFFFFF;
	border: none;
}
.sr {
	background-color: #B0CAFF;
	border: none;
}
.info_dynamic {
	position:absolute;
	width: 50%;
	clear: left;
	float: left;
	top: 340px;
	text-align: left;
	padding-left: 10px;
}

