/* -------------------------------------------------------------------------------------- */
/*	Reset der gängigen Browser-Settings */
/* -------------------------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

ul, ol
{
	list-style:none;
}

/* -------------------------------------------------------------------------------------- */
/*	Standard Schriften und Farben */
/* -------------------------------------------------------------------------------------- */

html, body
{
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-color: #F1F1F1;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	background-image: url(/images/dotted.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

h3
{
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

p
{
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

/* -------------------------------------------------------------------------------------- */
/*	HTML-Elemente */
/* -------------------------------------------------------------------------------------- */

a
{
	color: #333333;
	text-decoration:none;
}

a:hover
{
	color: #99CC00;
	text-decoration:none;
}

/* -------------------------------------------------------------------------------------- */
/*	Seitenlayout */
/* -------------------------------------------------------------------------------------- */

#wrapper
{
}

#header
{
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/GreenBar.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#main
{
	padding: 20px;
}

#footer
{
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/GreenBar.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* -------------------------------------------------------------------------------------- */
/*	Links */
/* -------------------------------------------------------------------------------------- */

a.close
{
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 20px;
	background-image: url(/images/Cross.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a.close:hover
{
	color: #EBEBEB;
	text-decoration:none;
}

a.back
{
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 20px;
	background-image: url(/images/ArrowSmallLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.back:hover
{
	color: #EBEBEB;
	text-decoration:none;
}

a.arrow
{
	text-decoration: none;
	background-image: url(/images/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-right: 10px;
}

a.arrow:hover
{
	color: #99CC00;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------- */
/*	Tabelle */
/* -------------------------------------------------------------------------------------- */

.tab
{
	border: 1px solid #999999;
}

.tab td
{
	padding: 3px;
	border: 1px solid #999999;
}

.tab tr
{
}

/* -------------------------------------------------------------------------------------- */
/*	Tipp-Box */
/* -------------------------------------------------------------------------------------- */

.tipp
{
	border: 1px solid #999999;
	background-color: #FFFFCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tipp h1
{
	font-size:14px;
	color:#333333;
	font-weight: bold;
}

.tipp p
{
	font-size:12px;
	color:#333333;
}


