BODY {
	background: #e5e5e6 url(images/bg_site.jpg) repeat-x top;
	margin: auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
}
#header {
	background: White url(images/bg_header.jpg) no-repeat top;
	margin: auto;
	width: 960px;
	height: 230px;
	text-align: right;
}
#flags {
	padding-top: 55px;
	padding-right: 25px;
}
#logo {
	padding-right: 10px;
	margin-top: 20px;
}
#freecall {
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #315091;
}
#freecall span {
	font-size: 12px;
	padding-right: 10px;
}

#navi {
	background: url(images/bg_navi2.jpg) repeat-x top;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
}


#content {
	background-color: White;
	clear: both;
}
td#left {
	width: 642px;
}
td#left table {
	width: 480px;
	margin: auto;
	margin-top: 20px;
	text-align: justify;
}
table.box_gray {
	background-color: #e5e5e6;
}
td.box_gray_text {
	padding: 5px 10px 5px 10px;
}
div.more_link_big {
	width: 260px;
	text-align: right;
}

td#right {
	width: 318px;
	background-color: #315091;
}
td.left_box {
	width: 285px;
	background-color: White;
	text-align: left;
}
td.left_box_text {
	font-size: 11px;
	padding: 10px;
}
div.more_link {
	width: 160px;
	text-align: right;
}
/************************ FOOTER ***************************/
#footer {
	background: url(images/bg_footer.jpg);
	margin: 0;
	height: 28px;
	line-height: 26px;
	font-size: 10px;
	color: #315091;
}
.right_footer {
	padding-left:140px;
	color: #7388b4;
}
/************************ UEBERSCHRIFTEN ***************************/
H1 {
	line-height: 42px;
	font-size: 20px;
	margin: 0;
	color: #315091;
	text-align:left;
}
H3 {
	line-height: 30px;
	font-size: 16px;
	margin: 0;
	color: #315091;
	text-transform: uppercase;
	text-align:left;
}
H5 {
	line-height: 25px;
	font-size: 12px;
	margin: 0;
	color: #315091;
	text-transform: uppercase;
	text-align:left;
}

/************************ LINKS ***************************/
a:link, a:visited {
	color: #315091;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Gray;
}





#navi, #navi ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
#navi ul li {
	margin: auto;
	padding: 0;
	border: 0;
	display: inline;
	float: left;
	position: relative;	
	z-index: 5;
}
#navi ul li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
#navi li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
#navi ul ul{
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 100;
	left: 1px;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	
}

#navi ul li:hover>ul {
	visibility: visible;
	top: 100%;	
}
#navi, #navi ul {	/* IE7 float clear: */
	min-height: 1px;
	zoom:1;
}


li.topnavi :link, li.topnavi :visited {
	background: url(images/btn_normal.gif) repeat-x left;
	height: 44px;
	padding: 0px 9px 0px 8px;
	float: left;
}
li.topnavi :hover {
	background: url(images/btn_hover.gif) repeat-x left;
	height: 44px;
	padding: 0px 9px 0px 8px;
	float: left;
	display: inline;
}
li.topnavi a:link, li.topnavi a:visited {
	line-height: 38px;
	text-transform: uppercase;
}
li.subnavi a:link, li.subnavi a:visited{
	background-color: #315091;
	padding: 1px 10px 1px 10px;
	height: 22px;
	line-height: 18px;
	width: 230px;
	font-size: 11px;
	background-image: none;
	color: White;
	text-transform: none;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
}
li.subnavi a:hover{
	background-color: White;
	background-image: none;
	color: #315091;
	width: 228px;
	border: 1px solid #315091;
}
#pwmlink
{
	font-size:10px;
	text-align:right;
}
#pwmlink a
{
	font-size:10px;
	text-align:right;
}