html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #E9E9E9;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

/*
#main .link_wrapper a, #main .link_wrapper_active a {
	border-top:1px solid #CCCCCC;
	color:#333333;
	display:block;
	padding:5px 19px 5px 24px;
	text-decoration:none;
}

#main .link_wrapper a:hover {
	background-color: #E9E9E9;
	color: #CC0000;
}*/
#main a {
	border-top:1px solid #CCCCCC;
	color:#333333;
	display:block;
	padding:5px 19px 5px 24px;
	text-decoration:none;
}

#main a:hover {
	background-color: #E9E9E9;
	color: #CC0000;
}

#main a.link_active {
	background-image:url(../../graphic/icon/icon_arrow_grey.gif);
	background-position:11px 9px;
	background-repeat:no-repeat;
	color:#CC0000;
}

#main a.link_open {
	background-image:url(../../graphic/icon/icon_arrow_grey.gif);
	background-position:11px 9px;
	background-repeat:no-repeat;
	color:#CC0000;
	border-bottom:1px dashed #CCCCCC;
}

#main .link_wrapper_open .wrapper {
	margin-left: 25px;
}

#main .link_wrapper_open .wrapper a {
	color:#333333;
	display:block;
	padding:0px 24px 0px 0px;
	text-decoration:none;
	border-width: 0px;
}

#main .link_wrapper_open .wrapper a.link_active {
	color:#CC0000;
	background: 0;
}


#mainTable {
	border-spacing: 0px;
	border-collapse:collapse
}

#mainTableMenu {
	width: 225px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#mainTableMenu div.topNav {
	border-bottom:1px solid #CCCCCC;
}

#mainTableMenu a.topNavFix {
	border-top:1px solid #CCCCCC;
	display:block;
	padding:5px 19px 5px 24px;
	text-decoration:none;
	color: #CC0000;
	background-image:url(graphic/icon/icon_arrow_grey.gif);
	background-position: 11px 9px;
	background-repeat: no-repeat;
}

#mainTableMenu a.topNav {
	border-top:1px solid #CCCCCC;
	display:block;
	padding:5px 19px 5px 24px;
	text-decoration:none;
	color: #333333;
}
#mainTableMenu a.topNav:hover {
	background-color: #E9E9E9;
	color: #CC0000;
}

#mainTableMenu div.subNav {
	border-top:1px dashed #CCCCCC;
	padding: 3px 0px 4px;;
}

#mainTableMenu a.subNav {
	display:block;
	padding:0pt 24px 0pt 32px;
	text-decoration:none;
	color: #333333;
}
#mainTableMenu a.subNavFix {
	display:block;
	padding:0pt 24px 0pt 32px;
	text-decoration:none;
	color: #CC0000;
}
#mainTableMenu a.subNav:hover {
	color: #CC0000;
}

#mainTableContent {
	width: 755px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#mainTableSitemap {
	width: 225px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #666666;
	text-align: center;
}

#mainTableRights {
	width: 755px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #666666;
}

#bannerContainer {
	min-height: 66px;
}



td {
	vertical-align: top;
}

h1 {
	color: #848484;
	font-size: 22px;
	margin-bottom:21px;
	padding-bottom:1px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	color: #CC0000;
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 14px;
}

h2 a:hover, h2 a:active, h2 a:focus, h2 a:link, h2 a:visited {
	color: #CC0000;
	text-decoration: none;
}

h2.news_title {
	font-size: 20px;
	border-bottom: 2px solid #FF8000;
}

.news_text a:hover, .news_text a:active, .news_text a:focus, .news_text a:link, .news_text a:visited{
	color: #333333;
	text-decoration: none;
}

a.news_link {
	font-weight: bold;
}

.profil_link_td {
	height: 30px;
	vertical-align: bottom;
}

.profil_link a, .profil_link a:active, .profil_link a:link, .profil_link a:focus {
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-left: 0px solid #FFFFFF;
	padding: 0px 8px 5px 8px;
	font-weight: bold;
	line-height: 25px;
	color: #999999;
}

.profil_link a.norm:hover {
	border-top: 2px solid #FFCC00;
	border-right: 2px solid #FFCC00;
	border-left: 2px solid #FFCC00;
	color: #FFCC00;
	padding: 8px 8px 5px 8px;
	font-weight: bold;
	margin-left: -2px;
}

.profil_link a.fix  {
	border-top: 2px solid #FF8000;
	border-right: 2px solid #FF8000;
	border-left: 2px solid #FF8000;
	padding: 8px 8px 5px 8px;
	font-weight: bold;
	margin-left: -2px;
	color: #FF8000;
}

a:link, a:visited, a:active, a:focus {
	color: #666666;
	text-decoration: underline;
}

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

#page {
	display: table;
	width: 980px;
	margin: 0px auto;
	background-color: #FFFFFF;
	overflow: auto;
}

#logo {
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 25px;
}

/*	Navigation	*/
#navigation {
	height: 55px;
}


#page_navigation {
	color: #FF8000;
	font-weight: bold;
	font-size: 16px;
}

#page_navigation a {
	margin-left: 10px;
	padding: 4px 8px 1px;
	cursor: pointer;
}

#page_navigation a.fix {
	margin-left: 10px;
	padding: 2px 6px 3px;
	background-color: #FFFFFF;
	border-top: 2px solid  #FF8000;
	border-left: 2px solid  #FF8000;
	border-right: 2px solid  #FF8000;
}

#page_navigation a.norm {
	color: #333333;
}

#page_navigation a.norm:hover {
	margin-left: 10px;
	color: #FFCC00;
	padding: 2px 6px 1px;
	border-top: 2px solid  #FFCC00;
	border-left: 2px solid  #FFCC00;
	border-right: 2px solid  #FFCC00;
}

#sub_navigation {
	border-top: 2px solid  #FF8000;
	border-bottom: 2px solid  #FF8000;
	padding: 5px 8px 3px;
}

#sub_navigation a {
	margin-right: 10px;
	padding: 2px 2px 3px;
}

#sub_navigation a:hover, #sub_navigation a:active, #sub_navigation a.fix {
	padding: 2px 2px 3px;
	border-bottom: 5px solid  #FF8000;
}

#main_content {
	padding: 0px 22px 5px;
}

#footer {
	border-top: 4px solid #FF8000;
	clear: both;
}