
/* ################################################################
Text Navigation
################################################################*/
.text  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	line-height : 16px;
}

body {
	background-image:url(/d/img/motive/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/* ################################################################
Linkfarbe


a:link  {
	color : #000000;
	text-decoration : none;
}

a:activ  {
	color : #006699;
	text-decoration : none;
	font-weight : normal;
}

a:visited  {
	color : #000000;
	text-decoration : none;
}
################################################################*/
a  {
	color : #000000;
	text-decoration : none;
}

a:hover  {
	color : #006699;
	/* font-weight : normal; */
	text-decoration : underline;
}

/* ################################################################
Navigation
################################################################*/
.naviTop					{padding:10px 0 0 0;}
.navSub                		{height:20px; padding:0; margin:0;}
.navLevel					{text-align:center;}
.navLevelFirst				{text-align:left;}
.navLevelLast				{text-align:right;}

.navLevelSub				{text-align:center; padding:15px 0 0 0;}
.navLevelSubFirst			{text-align:left; padding:15px 20px 0 0;}

.aNavTopLevel1				{font-size : 11px; text-decoration : none; color:#000000;}
.aNavTopLevel1:hover		{font-size : 11px; text-decoration : none; color:#006699;}
.aNavTopLevel1Open			{font-size : 11px; text-decoration : none; color:#006699;}
.aNavTopLevel1Open:hover	{font-size : 11px; text-decoration : none; color:#006699;}

.aNavTopLevel2				{font-size : 11px; text-decoration : none; font-weight:bold; color:#A09D9D;}
.aNavTopLevel2:hover		{font-size : 11px; text-decoration : none; font-weight:bold; color:#006699;}
.aNavTopLevel2Open			{font-size : 11px; text-decoration : none; font-weight:bold; color:#006699;}
.aNavTopLevel2Open:hover	{font-size : 11px; text-decoration : none; font-weight:bold; color:#006699;}


.submenuTopRow				{padding:0 0 0 10px;}



