body {
  margin-left:             0;
  margin-right:            0;
  margin-top:              0;
  margin-bottom:           0;
  background-color:        #D2ECFE;
}

h1, h2, h3 {
  color:                   #AB001F;
	font-size:							 11px;	
}

b {
  color:                   #AB001F;
}

b.blue {
  color:                   #401075;
}

A {
  color:                   #401075;
}

A:hover {
  color:                   #401075;
}

.header {
  border:                  0px;
  border-bottom:           1px solid #401075;
}

.midden {
  width:                   820px;
}

.background {
  background:              #FFFFFF url('../images/line.gif') repeat-y top center;
}

.titlebar {
  width:                   820px;
  height:                  14px;
}

.leeg {
  width:                   277px;
  height:                  14px;
  float:                   left;
}

.subtitel {
  width:                   543px;
  font-family:             Verdana, Arial, Helvetica;
  font-size:               12px;
  font-weight:             bold;
  color:                   #401075;
  text-align:              left;
  float:                   left;
}

.linksenrechts {
  position:                relative;
  width:                   820px;
  margin-top:              5px;
  float:                   left;
}

.links {
  width:                   248px !important; /* MOZ width */
  width:                   254px;
  padding-right:           23px;
  text-align:              left;
  float:                   left;
}

.menu {
  font-family:             Verdana, Arial, Helvetica;
  font-size:               12px;
  line-height:             24px;
  color:                   #401075;
  text-align:              right;
}

.logo_fixer {
  clear:                   both;
  width:                   254px;
  height:                  363px;
  text-align:              left;
}
.logo {
  position:                absolute;
  bottom:                  0;
  width:                   254px;
  height:                  343px;
}

.rechts {
  width:                   543px;
  font-family:             Verdana, Arial, Helvetica;
  font-size:               11px;
  line-height:             18px;
  text-align:              justify;
  float:                   left;
}

.footer {
  width:                   100%;
  height:                  60px;
  
  font-family:             Georgia, Arial, Verdana, Helvetica;
  font-size:               13px;
  font-weight:             bold;
  color:                   #B90A29;
  text-transform:          uppercase;
  border:                  0px;
  border-top:              1px solid #401075;
}

.table_text {
  font-family:             Verdana, Arial, Helvetica;
  font-size:               11px;
  line-height:             18px;
}

/* LIST MENU STYLES START*/

ul.listmenu {
  width:                       240px;
  margin:                      0px;
  padding:                     0px;
  float:                       right;
}

ul.listmenu, li.mainmenu {
  font:                        normal 12px verdana;
  margin:                      0px;
  padding:                     0px;
  display:                     block;
}

ul.listmenu li:hover ul.submenu {
	top:												 0px;
  display:                     block;
}

li.mainmenu ul {
	top: 0px;
  display:											none;
  width:                       240px;
  margin:                      0px;
	position: 									 absolute;
  clear:                       both;
  left:                        240px;
	list-style: 								 none;
	padding-left: 							 14px;
	text-align: 						     left;
	border-right:							   1px solid #bfafd1;
	background:									 url('/images/spacer.gif') left top;
}

li.mainmenu {
	position: 									 relative;
  float:                       left;
  width:                       100%;
	height:											 23px;
}

li a {
  font:                        normal 12px verdana;
  margin:                      0px;
  padding:                     3px 6px 6px 6px;
  text-decoration:             none;
  color:                       #401075;
  width:                       100%;
  display:                     block;
  text-indent:                 2px;
}

li a:hover, li.mainmenu a.active {
  background-color:            #CADAF7;
}

.submenu li {
	background-color:            #EFEFEF;	
	border-bottom:						   1px solid #bfafd1;
	border-top:								   1px solid #bfafd1;
	border-left:			 				   1px solid #bfafd1;	
}

.submenu li a {
	width: 											 234px;
	padding: 	                   0px 3px 0px 3px;
	text-align:                  left;
	font-size:                   12px;
	line-height: 								 23px;
	color:                       #000066;
}

a.mainitem {
  margin:                      2px 0px 0px 0px;
  padding:                     4px 3px 5px 3px;
  text-align:                  right;
  text-decoration:             none;
  color:                       #401075;
}

a.mainitem_on {
  margin:                      2px 0px 0px 0px;
  padding:                     4px 3px 5px 3px;
  text-align:                  right;
  color:                       #401075;
  text-decoration:             none;
  background-color:            #CADAF7;
}


a.mainitem:hover, a.mainitem_on:hover {
  color:                       #401075;
  text-decoration:             none;
  background-color:            #CADAF7;
}

/* LIST MENU STYLES END */

