/* ######## standards ######## */
body{
  padding:0;
  margin:0;
  background-color:white;
  font-family:Arial,Helvetica,sans-serif;
  color:#153B63;
  font-size:12px;
	line-height:15px;
}
a{
  text-decoration:none;
  font-size:11px;
	line-height:14px;
  color:#153B63;
}
form{
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  font-weight:normal;
}

.clear{
  clear:both;
}
.imgBlock{
	display:block;
}

/* ######## structure ######## */
#center{
  width:900px;
  margin:0 auto;
}
#page{
  width:900px;
  background-image:url(../shared/m.gif);
}
#left{
  float:left;
  width:180px;
}
#content{
  float:left;
  width:720px;
  border-top:6px solid #B4C6D9;
  background-color:white;
}
#full{
	float:left;
  margin-top:12px;
}
#footer{
  clear:both;
  width:894px;
  height:27px;
  margin-left:6px;
  font-size:9px;
  line-height:13px;
  background-color:#DFE9F3;
}


/* ######## menu  ######## */
#menu{
}
/* #### menu headline #### */
.menuHeadline h1{
	padding:20px 12px 9px 10px;
	color:white;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
}
/* ## menu bottom line ## */
.menuBottom{
	float:left;
	width:174px;
	height:6px;
	background-color:#B5C6D8;
	border-left:6px solid #ffffff;
}
/* ## menu section headline ## */
.menuSectionHeadline{
	float:left;
	width:160px;
	padding:5px 4px 3px 10px;
	color:white;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}

/* ## menu items ## */
#pageNavigation{
	float:left;
	width:174px;
	padding-bottom:6px;
	background-color:#153B63;
	border-right:6px solid #B5C6DA;
}
#pageNavigation ul{
	list-style-type:none;
	list-style-position:outside;
}
#pageNavigation ul, #pageNavigation li{
	padding:0;
	margin:0;
}
/* ## menu section ## */
#pageNavigation .section{
	float:left;
	background-image:url(../shared/menuline.gif);
	background-repeat:repeat;
	background-position:-165px 0;
}
#pageNavigation .sectionFoldout{
	background-image:url(../shared/menuline.gif);
	background-repeat:repeat;
	background-position:-155px 0;
}

#pageNavigation .section a{
	width:156px;
	display:block;
	margin:0 0 1px 0;
	padding:2px 0 2px 18px;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	background-color:#153B63;
	background-image:url(../shared/arrow_8x10_white.gif);
	background-repeat:no-repeat;
	background-position:10px 2px;
}
#pageNavigation .sectionFoldout a{
	width:146px;
	display:block;
	margin:0 0 1px 0;
	padding:2px 0 2px 28px;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	background-color:#153B63;
	background-image:url(../shared/arrow_8x10_white.gif);
	background-repeat:no-repeat;
	background-position:20px 2px;
}

#pageNavigation .section a:hover{
	background-color:#1b528c;
}

#pageNavigation a.menuFoldhl{
	background-image: url(../shared/arrow_11x10_down_white.gif);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}
#pageNavigation .section a.selected{
	background-color: #2269B5;
}


/* ######## footer ######## */
#footer #topofpage{
  float:left;
  padding-left:10px;
  padding-bottom:2px;
  width:164px;
  margin-top:26px;
  background-color:#B4C6D9;
}
#footer a{
  color:#153B63;
}
#footer #footerbuttons{
  width:720px;
  float:right;
  background-color:white;
  height:27px;
  padding-top:10px;
}
#footer .footerbuttonleft{
  float:right;
  margin-right:12px;
}
#footer .footerbuttonright{
  float:right;
}
#footer .footerstripe{
  background-color:#B4C6D9;
  height:6px;
  float:right;
  width:720px;
}
#footerbuttons img{
  margin-right:5px;
}

