/* Style by sysop */
/* Allgemeine Linkfarben und -eigenschaften */
A:link { color: #800000; text-decoration: underline; }
A:visited { color: #800000; text-decoration: none; }
A:active { color:blue; text-decoration: none; }
A:hover { color:red; text-decoration: underline; }

A { cursor:pointer; }

/* Die flaeche ganz hinten */
#main
{
	background-color:#D1D4D4;
}

/* <body>-Einstellungen */
body
{
	background-color:#D1D4D4;
	background-attachment:fixed;
	font-family:verdana;
	color:#000000;
}

/* hintergrund content bereich ohne den text-hintergrund */
.tbl
{
	width:100%;
	padding:0;
	BORDER-TOP: gray 1px dotted;
    BORDER-RIGHT: gray 1px dotted;
	BORDER-LEFT: gray 1px dotted;
	BORDER-BOTTOM: gray 1px dotted;

}

/* content bereich zeilen */
.td1
{
  	background-color:#D1D4D4;
  	vertical-align:top;
	font-weight:bold;
}

.td11
{
  	background-color:#D1D4D4;
  	vertical-align:top;
}


/* content bereich zeilen */
.td2
{
  	background-color:white;
  	vertical-align:top;
	font-weight:bold;
}

.td22
{
  	background-color:white;
  	vertical-align:top;
}

/* tabellen farbwechsel */
.td3
{
	vertical-align:top;
	background-color:#FFF4DA;
	font-weight:bold;
}

/* kleine Schrift */
.small
{
	font-family:verdana;
	font-size:10px;
	color:black;
}

#wettercontainer
{
 	background-color:#D1D4D4;
}


