body
{
	background-image: url(../images/background_left.gif);
	background-repeat: repeat-y;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-left: 0;
	margin-top: 0;
}

p,h1,h2,h3,h4,h5,h6
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h1
{
	font-weight: bold;
	text-align: justify;
	font-style: normal;
}
h2
{
	font-weight: normal;
	text-align: justify;
	font-style: normal;
}
h3
{
	font-weight: normal;
	text-align: justify;
	font-style: normal;
}
h4
{
	font-weight: normal;
	text-align: justify;
	font-style: normal;
}
h5
{
	font-weight: normal;
	text-align: justify;
	font-style: normal;
}
h6
{
	font-weight: normal;
	text-align: justify;
	font-style: normal;
}

a:link
{
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

a:hover
{
	color: rgb(255, 0, 0);
	text-decoration: underline;
}

a:visited
{
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

a:visited:hover
{
	color: rgb(255, 0, 0);
	text-decoration: underline;
}

a:active
{
	color: rgb(0, 0, 255);
	text-decoration: underline;
}

.menutitle{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13;
	cursor: pointer;
	margin-bottom: 5px;
	color:#000000;
	width: 140px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	border:none;
}

.menutitle a
{
	color: #000000;
	text-decoration: none;
}

.menutitle a:link
{
	color: #000000;
	text-decoration: none;
}

.menutitle a:active
{
	color: #00FF00;
	text-decoration: none;
}

.menutitle a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.menutitle a:visited
{
	color: #000000;
	text-decoration: none;
}

.menutitle a:visited:hover
{
	color: #FF0000;
	text-decoration: none;
}


.submenu{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
	line-height: 150%;
}

.submenu a
{
	color: #000000;
	text-decoration: none;
}

.submenu a:active
{
	color: #FF0000;
	text-decoration: none;
}

.submenu a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.submenu a:visited
{
	color: #000000;
	text-decoration: none;
}

.submenu a:visited:hover
{
	color: #FF0000;
	text-decoration: none;
}

.switchcontent
{
	display:none;
}
.switchcontent h5
{
	margin-top: 0px;
	margin-bottom: 0.3em;
	margin-left: 25px;
}

.faqfrage
{
	color: #800000;
	text-decoration: underline;
	margin-top: 1.0em;
	margin-bottom: 0.3em;
	cursor: hand;
}