/* 
	-----------------------------------------------
		globales Layout
	-----------------------------------------------
*/
BODY,td,th,tr {
	background-color: #fddf01;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* 
	-----------------------------------------------
		Überschriften / Titel
	-----------------------------------------------
*/
.seitenUeberschrift {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	
}

.titleBig {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: underline;
}

/* 
	-----------------------------------------------
		Menüstyle
	-----------------------------------------------
*/
.menuBox {
	border:1pt solid #000000;
}
.menuStyle {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}

a.menuStyle:link {
	color: #000000;
	text-decoration: none;
}
a.menuStyle:visited {
	text-decoration: none;
	color: #000000;
}
a.menuStyle:hover {
	text-decoration: underline overline;
	font-weight: normal;
	color: #000000;
}
a.menuStyle:active {
	text-decoration: none;
}

/* 
	-----------------------------------------------
		Hauptbereich
	-----------------------------------------------
*/
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 
	-----------------------------------------------
		Loginbereich (linkes Menü)
	-----------------------------------------------
*/
.loginAreaLeft {
	font-size: 11px;
}

/* 
	-----------------------------------------------
		Button-Link
	-----------------------------------------------
*/
A.button {
    color: #000000;
    border: 1px solid black;
    background-color: #fff9c7;
    font-size: 12px;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

A.button:hover {
   color: #ff6600;
   background-color: #fddf01;
   text-decoration: none;
}

A.button:visited {
    border: 1px solid black;
    text-decoration: none;
}

INPUT.button{
    color: #000000;
    border: 1px solid black;
    background-color: #fff9c7;
    font-size: 10px;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
 }

INPUT.button:hover {
   color: #ff6600;
   background-color: #fddf01;
   text-decoration: none;
}
/* 
	-----------------------------------------------
		Fehlermeldungen / Warnhinweise
	-----------------------------------------------
*/
.error {
	color: red;
	font-weight: bold;
}

.message {
	font-weight: bold;
}

/* 
	-----------------------------------------------
		Werbeplatz
	-----------------------------------------------
*/
.googleAdvertisingSpace {
	position: relative;
	top: 15px;
	text-align: center;
	font-size: 10px;
}
.advertisingSpaceBox {
	position: absolute;
	left: 1px;
	bottom: 1px;
	font-size: 10px;
	text-align: center;
}
a.advertisingSpace:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.advertisingSpace:visited {
	text-decoration: none;
	color: #000000;
}
a.advertisingSpace:hover {
	text-decoration: underline overline;
	font-weight: normal;
	color: #000000;
}
a.advertisingSpace:active {
	text-decoration: none;
}
/* 
	-----------------------------------------------
		Statistikplatz
	-----------------------------------------------
*/
.statisticSpace {
	position: absolute;
	top: 1px;
	right: 120px;
	font-size: 10px;
}