BODY {
	background-color: White;
	margin-top:11px;
}

BODY.top {
	background-color: White;
	margin-top:26px;
	margin-left:10px;
	margin-right:26px;
}

TD, TR, TABLE {
	FONT-FAMILY: arial, verdana;
	FONT-SIZE: 12px;
}


TABLE.box {
	font-family:Verdana,Arial;
	background-color: #000000;
	width:100%;
	border-width:0px;
	/* border-style: solid;
	border-width: 5px;
	border-color: black;
	padding-left:0px;
	 cellspacing:1px;
	cellpadding:3px;
	border-spacing : 0px;
	*/
	
}

TD.boxtitle {
	background-color:#95A2BB;
	text-align:left;
	vertical-align: top;
}

TD.boxmsg {
	color:#000000;
	font-size:12px;
	background-color:white;
	text-align:left;
}

P.boxtitle {
	font-weight:normal;
	text-align:left;
	font-size:12px;
	color:white;
	margin-left:0px
}

P.boxmsg {
	color:#000000;
	background-color:white;
	font-size:12px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
}

/* ****************** */
/* BOX ohne HEADER	  */
/* ****************** */

P.boxmsgtitle {
	border:1px;
	border-style:solid;
	border-color:000000;
	color:white;
	background-color:#95A2bf;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	text-align : left;
}




/* ****************** */
/* MENU 			  */
/* ****************** */

TD.boxtitlemenu {
	background-color:#7080A0;
	text-align:left;
	vertical-align: top;
}

TD.boxmsgmenu {
	color:#000000;
	font-size:12px;
	background-color:aqua;
	background-color:white;
	background-color:#95A2bf;
	text-align:left;
	margin-left:0px
}

P.boxtitlemenu {
	font-weight:bold;
	text-align:center;
	font-size:12px;
	color:white;
	margin-left:0px
}

P.boxmsgmenu {
	color:#000000;
	font-size:12px;
}

P.logo {
	padding-top:5px;
	background-color:white;
}

TABLE.logo {
	font-family:Verdana,Arial;
	background-color: #000000;
	border:0;
}


TD.logo {
	text-align:center;
	background-color:white;
}


A.menu {
	/* color: #00005B; */
	color: white;
	aacolor: black;
	font-weight : normal;
	font-size:12px;
}



/* ****************** */
/* TOP 			  */
/* ****************** */


TD.boxtitletop {
	background-color:#7080A0;
	text-align:center;
	vertical-align: top;
	FONT-FAMILY:Arial,Helvetica,sans-serif;
	color:white;
	FONT-SIZE:18px;
	font-weight:bold;
}





/* ****************** */
/* LINKS 			  */
/* ****************** */

A {
	color: #05464;
	text-decoration: none;
	font-weight : bold;
}


A:hover {
	TEXT-DECORATION: underline;
}

A.ref {
	font-weight : normal;
}

/* ****************** */
/* LISTE 			  */
/* ****************** */

UL {
	list-style-type : square
}

LI {
	margin-bottom:7px;
}


/* ****************** */
/* HEADER 			  */
/* ****************** */

H1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 20px;
	color: white;
	background-color: ;
	font-weight : bold;
	text-align : center;
	width: 100%
}

H2 {
	FONT-FAMILY: verdana;
	FONT-SIZE: 12px;
	color: black;
	font-weight : bold;
	color: white;
	background-color: #5985A6;
	text-align : left;
	height:18px;
	padding-left:3px;
	padding-top:2px;
	width: 100%
}

H3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: white;
	background-color: #306890;
	font-weight : bold;
	text-align : center;
	width: 50%
}

H2.1 {
	text-align : center;
}

