*
{
	topmargin:0px; 
	margin:0px;
	padding:0px;
	font-family:'Trebuchet MS',Arial,sans-serif;
	color:#565E61;
}

.framework
{
	width:100%;
	min-height:100%;
	background-image: url(data/hg_menue.png);
	background-position: 0px 125px;
	background-repeat: repeat-x;
}

.framework .container
{
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-top:1px solid rgb(233, 234, 240);
	border-left:1px solid rgb(233, 234, 240);
	border-right:1px solid rgb(233, 234, 240);
}

.framework .container .header
{
	width:800px;
	height:100px;
	margin-top:18px;
}

.framework .container .header .logo
{
	float:left;
	width:194px;
	height:82px;
}

.framework .container .header .logo img
{
	margin-left:20px;
	margin-top:20px;
}

.framework .container .header .action_module
{
	float:right;
	width:420px;
	height:82px;
}

.framework .container .header .action_module .content
{
	margin-top:9px;
	height:90px;
}

.framework .container .navigation
{
	width:780px;
	height:34px;
	margin-top:0px;
	padding-left:20px;
	background-image: url(data/hg_menue.png);
	background-position: 0px 6px;
	background-repeat: repeat-x;
}

.framework .container .navigation a
{
	width:142px;
	height:33px;
	float:left;
	text-decoration:none;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
}

.framework .container .navigation a.active
{
	background-image: url(data/menue_hg.png);
}

.framework .container .navigation a div
{
	width:142px;
	height:33px;
	padding-top:8px;
	padding-left:0px;
    text-align: center;
	color:#000099;
	text-decoration:none;
	border:0px;
	float:left;
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.framework .container .navigation a:hover
{
	background-image: url(data/hg_reiter.png);
}

.framework .container .navigation .icon
{
	background-color: transparent;
}

.framework .container .navigation .active
{
	background-image: url(data/hg_reiter.png);
}

.framework .container .subnavigation
{
	width:780px;
	height:28px;
	margin-top:0px;
	padding-left:24px;
}

.framework .container .subnavigation a
{
	width:120px;
	height:20px;
	float:left;
	text-decoration:none;
	font-size: 14px;
	font-style:normal;
	font-variant:normal;
}

.framework .container .subnavigation a.active
{
	background-color: transparent;
}

.framework .container .subnavigation a div
{
	width:120px;
	height:20px;
	padding-top:0px;
	padding-left:0px;
    text-align: center;
	color:#000099;
	text-decoration:none;
	border:0px;
	float:left;
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.framework .container .subnavigation a:hover
{
	background-color: #D3F3C6;
}

.framework .container .uebergang
{
	width:800px;
	height:5px;
	margin-top:0px;
	background-image: url(data/uebergang.png);
	background-repeat: no-repeat;
}
.framework .container .cbody
{
	width:800px;
	height:100%;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:26px;
	background-image: url(data/body_hg.png);
	background-repeat: repeat-y;
}

.framework .container .bbody
{
	width:686px;
	margin-top:20px;
	margin-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	border-top:1px solid #B1E49D;
	border-left:1px solid #B1E49D;
	border-right:1px solid #B1E49D;
	border-bottom:1px solid #B1E49D;
	background-color:#ffffff;
}

h1 {color: #565E61; font: 20px/20px 'Trebuchet MS',Arial,sans-serif; font-weight: bold;}
h2 {color: #000099; font: 16px/20px 'Trebuchet MS',Arial,sans-serif; font-weight: bold;}
h3 {color: #565E61; font: 16px/20px 'Trebuchet MS',Arial,sans-serif; font-weight: bold;}
p  {color: #565E61; font: 15px/20px 'Trebuchet MS',Arial,sans-serif; padding-top:10px;}
hr {border:0px; border-top:1px solid rgb(233, 234, 240); border-bottom: transparent; width:100%; margin-top:14px;margin-bottom:14px;}
.bu {color: #565E61; font: 12px 'Trebuchet MS',Arial,sans-serif; padding-top:4px;}
.fl {color: #8B979C; font: 10px 'Trebuchet MS',Arial,sans-serif; text-align:left;}

a:link { color:#565E61; text-decoration:underline; }
a:visited { color:#565E61; text-decoration:underline; }
a:hover { color:#565E61; text-decoration:underline; }
a:active { color:#565E61; text-decoration:underline; }