BODY{
	background: white url('../images/backgrounds/page_bg.gif') repeat-x fixed top;
   color: #000066;
   font-family: Arial, Helvetica, sans-serif;
   padding:0;
   margin:0;
	text-align:center;
}

BODY,TD, TH, LABEL, .label{
	font-size: 0.8em;
}

DIV{
	padding:0;
   margin:0;
}

H4{
   margin:0;
   padding:0;
   padding-bottom:10px;
   padding-top:10px;
}

P{
   text-align:justify;
}

FORM{
	padding: 0;
	margin: 0;
}

#global{
   height:100%;
   width:790px;
   margin:auto;
}

#topSpc,#bottomSpc{
   height:10px;
}

TD.leftborder, TD.rightborder{
   width:1px;
   background :#19387D;
}
TD.bottomborder, TD.topborder{
   height:1px;
    background :#19387D;
}
#header{
   background:#0071BD url('../images/backgrounds/header_bg.jpg');

   /*
   border-left:1px solid #19387D;
   border-right:1px solid #19387D;
   border-top:1px solid #19387D;
   */
}

#logo{
   border:1px solid white;
   float:left;
   position:relative;
   top:10px;
   left:20px;
}

#NavTop{
   position:relative;
   top:10px;
   margin-right:10px;
   text-align:right;
}

#NavMain{
   clear:left;
   text-align:center;
   background:url('../images/backgrounds/mainnav_bg.gif');
   /*border:1px solid red;*/
}
#NavSub{
   text-align:center;
   background:#CCCCCC url('../images/backgrounds/subnav_bg.gif');
   /*border:1px solid red;*/
}
#content{
   padding-left:20px;
   padding-right:20px;
   padding-top:25px;
}
#footer{
    background:#CCCCCC url('../images/backgrounds/footer_bg.gif') repeat-x bottom;
    height:24px;
}

#content .bluebox{
	background-color: #F5F8FB;
	border: 1px solid #D3DBEA;
	padding:0px;
	padding-left:50px;
	padding-right:50px;
	text-align: center;
	margin-bottom:2px;
}

.bluebox P{
	padding:0;
	text-align: left;
	padding:10px 0px 10px 0px;
	margin:0;
}

.bluebox TABLE{
	width: 630px
}
.list{
	margin-bottom:2px;
	margin-top:20px;
}
.list TABLE{
	width:750px;
	background-color: #F5F8FB;
}
.list TABLE TD{
	padding: 10px ;
	vertical-align: top;
	border:1px solid #D3DBEA;
	border-right:0;
}
.list TABLE TD.last{
	border-right:1px solid #D3DBEA;
}
.list TABLE TD.listrow{
	background-color: white;
	border:0;
	height: 2px;
	padding:0;
	margin:0;
}
.list TABLE TH{
	background-color: #D3DBEA;
	text-align: left;
	font-weight: normal;
	padding:5px 10px 5px 10px;	
	border-bottom: 3px solid white;
}
.list A.linkedName{
	text-decoration:none;
}
TABLE #filterTable{
   width:650px;
}

#filterTable TD{
	font-size: 1em;
	vertical-align: middle;
	background-color:#D3DBEA;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#katedit TABLE{
   width: 100%;
}

#errMsg{
   border: 1px solid red;
   background-color: #F5F8FB;
	padding:0px;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:10px;
}
/*
.hermanns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
*/

.headline {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0071BC;

}
.subline {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0071BC;
}
.filterAll{
   color: #000066;
}
.filterOption, .filterOptionGroup{
   color: #000000;
}
DIV.inputError{
   border:1px solid red;
   padding:10px;
   margin-top:20px;
   margin-bottom:10px;
}
.inputError H4{
   color:red;
   padding-top:0px;
}
.inputError LABEL{
   color:red;
}

.link-start a 	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0071bc;
}

