body
{
	color: black;
	margin: 0;
	padding: 0;
	font: 12px verdana, sans-serif;
	background: #dadada;
}

a:link
{
	color: #CC0000;
	text-decoration: none;
}

a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

td { font-size: 12px; }

#container
{
	padding: 0;
	margin: 0 auto;
	min-height: 400px;
	border-color: #C00;
	border-width: 1px;
	border-style: solid;
	background: #717171;
	width: 960px;
}

#head
{
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#submenu
{
	float: left;
	color: white;
	margin-top: 12px;
	background: no-repeat #717171;
	width: 20%;
}

#submenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu li
{
	padding: 4px;
	border-color: #C00;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	/* display: block; */
}

#submenu ul ul
{
	padding: 0 0 4px;
	list-style: none;
	font-size: 90%;
	margin-top: 8px;
}

#submenu li li
{
	margin: 1px;
	padding: 1px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	/* display: block; */
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#submenu li a
{
	color: white;
	text-decoration: none;
	/* display: block; */
	font-weight: bold;
}

#submenu li a:hover
{
	color: #cc0000;
	background-color: #d2d4da;
	display: block; 
}

#submenu li li a
{
	color: white;
	text-decoration: none;
	/* display: block; */
	font-weight: normal;
}

#submenu li li a:hover
{
	color: #cc0000;
	background-color: #d2d4da;
	display: block; 
}

#submenu p
{
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 10px 10px;
	margin: 0;
}

#content
{
	color: black;
	background: white;
	min-height: 398px;
	padding: 4px 20px 20px;
	margin: 0 0 0 22%;
}

#content h1
{
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 20px verdana, sans-serif;
	border-left: 10px solid #717171;
	border-bottom: 1px solid #717171;
}

#content h2
{
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-left: 8px solid #717171;
	border-bottom: 1px solid #717171;
}

#content h3
{
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 12px verdana, sans-serif;
	border-left: 6px solid #717171;
	border-bottom: 1px solid #717171;
}

#content p { padding: 15px; }

#pfad
{
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 80%;
	color: #717171;
}

#foot
{
	padding: 0;
	margin: 0 auto;
	width: 960px;
}

#foot p
{
	margin: 0;
	padding: 4px;
	text-align: left;
	font-size: 80%;
}

.rechts { text-align: right; }

.vorspann
{
	font-weight: 200;
	color: #595959;
	font-size: 130%;
	line-height: 150%;
}

.smallboldred
{
	font-family: Verdana, Geneva, sans-serif;
	color: #CC0000;
	font-size: 80%;
	font-weight: bold;
}

.blautext {
	font: bold 16px arial, sans-serif;
	color: #0093D1;;;
}

.autotable
{
	border-collapse: collapse;
	width: 100%;
}

.autotable td
{
	border: 1px solid #e2e2e2;
	padding: 4px;
	width: 50%;
	vertical-align: top;
}

.formtable
{
	border-collapse: collapse;
	width: 100%;
}

.formtable td
{
	border: 1px solid #f3f3f3;
	padding: 4px;
	vertical-align: top;

}

.persontable
{
	border-collapse: collapse;
	border: 0px none;
	width: 100%;
}

.persontable td
{
	border: 0px;
	vertical-align: top;
	text-align: left;
	width: auto;
}

.portrait {
	width: 90px;
	display: block;
	float: left;
}

.adressblock {
	display: block;
}

.jqmClose {
	background: #FFDD00;
	border: 1px solid #FFDD00;
	color: #000;
	clear: right;
	float: right;
	padding: 0 5px;
	cursor: pointer;
	display: block;
	margin-top: 50px;
}

.jqmClose:hover {
	background: #FFF;
}



