body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	scrollbar-arrow-color: #ffffff;
	scrollbarBaseColor: #ffffff;
	scrollbar-track-color: #D9DDDF;
	scrollbar-face-color: #00489B;
	scrollbar-highlight-color: #00489B;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #00489B;
	background-image: url(img/all/bg2.jpg);
	background-repeat: repeat;
		}	
	
a:link, a:visited, a:active, a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color:#903E02;
	font-size:11px;
	text-decoration: none;
}
a:active, a:hover
{
	color:#002F86;
}			

li {
	list-style-image: url(img/div/list.gif);
	line-height: 16px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
	white-space:nowrap;
	background-image: url(img/all/bg.jpg);
	background-repeat: repeat-x;
}

#pagecell1{
	position:absolute;
	top: 177px;
	width:880px;
	background-image: url(img/all/bgleft.jpg);
	background-repeat: repeat-y;
}

#navBar{
	float: left;
	width: 289px;
	margin: 0;
	padding:  0px 0px 20px 0px;
	background-color: #eeeeee;
	background-image: url(img/all/bgleft.jpg);
	background-repeat: repeat-y;
}

#content{
	padding: 10px 10px 50px 15px;
	margin:0px 0px 0px 289px;
}

#topbild{
	padding: 0px 0px 0px 0px;
}

#topbild img{
	display: block;
}

#sideline {
	position: absolute;
	z-index: 3;
	left: 734px;
	top: 240px;
	height: 462px;
	width: 145px;
}

#design {
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 322px;
	height: 409px;
	width: 144px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 160px;
	white-space: nowrap;
	background-image: url(img/all/topnav.gif);
	width: 600px;
	height: 30px;
	line-height: 28px;
}


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}


a.Nav1:link, a.Nav1:visited
{ 
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 4px 0px 0px; 
}
a.Nav1:active, a.Nav1:hover
{ 
  color:#899DD0;
  text-decoration:none;
}

a.Nav1Aktiv:link, a.Nav1Aktiv:visited
{ 
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	color: #899DD0;
	text-decoration: none;
	padding: 0px 4px 0px 0px; 
}
a.Nav1Aktiv:active, a.NavAktiv:hover
{ 
  color:#899DD0;
  text-decoration:none;
}



/************** .story styles *****************/

.story{
	padding: 5px 155px 25px 0px;
	font-size: 80%;
}

.story p{
	padding: 5px 0px 0px 0px;
}




/*********** .navigationlinks styles ***********/

#navigationlinks {
	margin: 0px;
	padding: 20px 5px 10px 156px;
	font-size: 90%;
	height: 390px;
}
a.subnav:link, a.subnav:visited
{
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #002F86;
	text-decoration: none;
}
a.subnav:active, a.subnav:hover
{
	color:#ffffff;
	text-decoration:none;
}
a.subnavAktiv:link, a.subnavAktiv:visited
{
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
}
a.subnavAktiv:active, a.subnavAktiv:hover
{
	color:#ffffff;
	text-decoration:none;
}

a.subnav2:link, a.subnav2:visited
{
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #002F86;
	text-decoration: none;
	margin-left: 9px;
}
a.subnav2:active, a.subnav2:hover
{ 
  color:#ffffff;
  text-decoration:none;
  margin-left: 9px;
}

a.subnav2Aktiv:link, a.subnav2Aktiv:visited
{
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
	margin-left: 9px;
}
a.subnav2Aktiv:active, a.subnav2Aktiv:hover
{ 
  color:#ffffff;
  text-decoration:none;
  margin-left: 9px;
}




/************** #text styles **************/

.titlebluebold {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #002F86;
	line-height: 20px;
}

.normaltext {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #002F86;
}

.normaltextbold {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #002F86;
}


.whitetext {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.whitetextbold {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

