/*CSS DocumentHeader / Body allgemein*/
BODY
{
	background: #FFFFFF;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	text-align: center;
}
/*Link-Gestaltung*/
A:link
{
	color: #127DA6;
	text-decoration: none;
	font-weight: normal;
}
A:visited
{
	color: #127DA6;
/*color:#0c526d;*/
	text-decoration: none;
	font-weight: normal;
}
A:hover
{
	color: #127DA6;
	text-decoration: underline;
	font-weight: normal;
}
A:active
{
	color: #127DA6;
	text-decoration: none;
	font-weight: normal;
}
/*Header*/
DIV#header
{
	width: 900px;
	margin: 0 auto;
}
DIV#header H1
{
	float: left;
	width: 320px;
	margin-right: 30px;
}
/*Navigation oben*/
UL#navigation
{
	padding: 0;
	margin: 20px auto 0;
	display: block;
	width: 900px;
	height: 30px;
	background: url(../images/layout/navi-bg.png);
	border: 0;
	clear: both;
	white-space:nowrap;
}
UL#navigation LI
{
	display: block;
	float: left;
	padding: 0;
	list-style: none;
	height: 30px;
}
/*Navigation hervorgehoben*/
UL#navigation LI A:hover
{
	background: url(../images/layout/navi-selected.png) left bottom;
}
UL#navigation LI.first A:hover
{
	background: url(../images/layout/navi1-selected.png);
}
/*Navigation Link Styles*/
UL#navigation LI.first A
{
	padding-left: 16px;
	background: none;
}
UL#navigation LI A
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: url(../images/layout/navi-selected.png) no-repeat left top;
}
/*Spezielle Formatierung fÃ¼r das Suchfeld in der Navigation*/
UL#navigation LI.navisuche
{
	width: 295px;
	overflow: hidden;
	float: right;
	margin-right: 5px;
}
UL#navigation LI.navisuche INPUT
{
	height: 18px;
	width: 208px;
	background: url(../images/layout/suchfeld-bg.png);
	color: #127DA6;
	border: 0;
	padding: 5px 0 0 10px;
	font-size: 10pt;
	margin-top: 3px;
	float: left;
}
UL#navigation LI.navisuche A
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	display: block;
	float: right;
	margin: 3px 0 0 2px;
	width: 71px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	background: url(../images/layout/suche-button-bg.png) top;
	padding: 0;
}
UL#navigation LI.navisuche A:hover
{
	background: url(../images/layout/suche-button-bg.png) bottom;
}
/*Footer*/
UL#footer
{
	padding: 0;
	margin: 10px auto 20px;
	display: block;
	width: 900px;
	height: 20px;
	background: url(../images/layout/footer-bg.png);
	border: 0;
	clear: both;
}
UL#footer LI
{
	display: block;
	float: left;
	padding: 0;
	list-style: none;
	color: #808080;
	font-size: 8pt;
}
UL#footer LI.copy
{
	float: right;
	margin-right: 10px;
	padding-top: 3px;
	height: 17px;
}
UL#footer LI.navi A
{
	display: block;
	padding: 0;
	height: 16px;
	color: #127DA6;
	text-decoration: none;
	font-size: 10pt;
	line-height: 16px;
	padding: 2px 8px 0;
}
UL#footer LI.navi A:hover
{
	border: 1px solid #000000;
	-moz-border-radius: 2px;
	background-color: #797979;
	color: #FFF;
	padding: 1px 7px 0;
	height: 17px;
}
UL#footer LI.first A
{
	padding-left: 12px;
}
UL#footer LI.first A:hover
{
	background: url(../images/layout/footer-selected1.png);
	padding: 2px 8px 0 11px;
	border: none;
	border-right: 1px solid #000000;
	height: 18px;
}
DIV#site
{
	padding: 0;
	margin: 0 auto;
	width: 900px;
}

