body
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

td {
	font-size: 10pt;
}

/*	Begin Headers */
h1
{
	padding-top: 30px;
	margin: 0;
}
h2
{
	margin: 30px 0 0;
}
h2.pagetitle
{
	margin-top: 30px;
	text-align: center;
}

h3
{
	padding: 0;
	margin: 30px 0 0;
}
/* End Headers */


/*Navigation*/
#navi
{
	text-align: left;
	padding-left: 32px;
	padding-bottom: 2px;
	border-bottom: solid 0.1em #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}

#navi a
{
	color: White;
	text-decoration: none;
        margin-right: 10px;
}

#navi a:active
{
	color: White;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 0.3em #FFFFFF;
}

#navi a:hover
{
	color: White;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 0.3em #FFFFFF;
}

#navi a:visited
{
	color: White;
	text-decoration: none;
}
/*End Navigation */

/*Produkt-Navigation*/
#produktnavi
{
	text-align: left;
	padding-bottom: 2px;
	border-bottom: solid 0.1em #FFFFFF;
}

#produktnavi a
{
	color: Black;
	text-decoration: none;
	border-left: solid 0.3em #FFFFFF;
}
/*End Navigation */

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

a:active
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

SELECT
{
	font-size: 10px;
}

INPUT
{
	font-size: 10px;
}

.pagetitle
{
	color: #D26700;
	font-size: 13px;
	font-weight: bold;
}

#faq ul li
{
	line-height: 20px;
}

