html, body {
	font-family:arial,helvetica;
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align:center;
}

a {
	color:rgb(225,20,25);
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:rgb(225,20,25);
	text-decoration:underline;
}

h1 {
	color:rgb(183,197,223);
	font-family:arial,helvetica;
	font-size:22px;
}

h2 {
	color:rgb(93,126,183);
	font-family:arial,helvetica;
	font-size:18px;
}

h3 {
	color:rgb(24,24,71);
	font-family:arial,helvetica;
	font-size:14px;
}

p {
	color:rgb(24,24,71);
	font-family:arial,helvetica;font-size:12px;
}

table {
	table-layout:auto;
	border:1px solid rgb(55,68,124);
	border-spacing:0px;
	width:100%;
	margin-bottom:15px;
}

thead {
	background-color:rgb(55,68,124);
	color:rgb(255,255,255);
	font-family:arial,helvetica;
	font-size:11px;
	font-weight:bold;
}

tfoot {
	background-color:rgb(93,126,183);
	color:rgb(255,255,255);
	font-family:arial,helvetica;
	font-size:10px;
}

tbody {
	color:rgb(24,24,71);
	font-family:arial,helvetica;
	font-size:11px;
}

tr.odd {
	background-color:rgb(201,212,231);
}

tr.even {
	background-color:rgb(183,197,223);
}

th {
	text-align:left;
}

td {
	padding:0px;
	vertical-align:top;
}

image {
    border:none;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.normal {
	font-style:nomal;
	font-weight:normal;
}

/* the container for positioning the whole "frame" in browsers window */
#container {
	width:768px;
	padding:0px;
	margin:20px auto;
	text-align:left;
	vertical-align:top;
}

/* container for the header */
#banner {
	border:solid 1px;
	width:100%;
	margin-bottom:10px;
	
	background-color:rgb(201,212,231);
	color:rgb(60,89,160);
	font-size:10px;
	font-weight:normal;
	overflow:hidden;
}

#banner img {
	border-bottom: solid 1px;
	border-top: solid 1px;
}

/* the menu on the left */
#submenu {
	position:relative;
	left:0px;
	float:left;
	width:120px;
	
	
	color:rgb(93,126,183);
	font-size:11px;
	margin:0px;
	text-align:center;
}

.subMenuTitle {
	color:rgb(60,89,160);
	font-size:11px;
	font-weight:bold;
	margin:0px;
	margin-top:20px;
	padding-right:5px;
	text-align:left;
}

.subMenu {
	font-size:11px;
	text-align:left;
	margin:0px;
}

.subMenu a {
	color:rgb(93,126,183);
	font-weight:normal;
	text-decoration:none;
}

.subMenu a:hover {
	color:rgb(225,20,25);
	text-decoration:none;
}

#content {
	position:relative;
	padding:0px;
	margin:0px;
	margin-left:130px;
	width: 426px;
}

/* additional contents on the right */
#teaser {
	position:relative;
	right:0px;
	float:right;
	width:200px;
	padding:0px;
	margin:0px;
}

/* MainMenu */
#menu {
	/* positioning */
	position:relative;
	bottom:0px;
	float:right;
	width:100%;
	margin:0px;
	
	/* fonts and colors */
	background-color:rgb(201,212,231);
	color:rgb(60,89,160);
	font-family:arial,helvetica,sans;
	font-size:11px;
	font-weight:bold;
	padding:4px 0px;
	text-align:left;
	vertical-align:middle;
}

/* MenuItems in MainMenu */
#menu .menuItem, #menu .menuItem:visited {
	border:solid rgb(201,212,231) 1px;
	color:rgb(32,32,94);
	font-weight:bold;
	padding:2px 7px;
	margin:1px;
	text-decoration: none;
}

/* MenuItems in MainMenu with mouseOver */
#menu .menuItem:hover, #menu .menuItem:visited:hover {
	border:solid rgb(60,89,160) 1px;
	background-color:rgb(183,197,223);
	color:rgb(32,32,94);
	text-decoration: none;
}

/* upper-left of the banner/header */
#statusbarLeft {
	position:relative;
	float:left;
	padding:0px 2px;
	margin:0px;
}

#statusbarLeft a, #statusbarLeft a:visited {
	color:rgb(32,32,94);
	font-weight:bold;
}

#statusbarLeft a:hover, #statusbarLeft a:visited:hover {
	color:rgb(225,20,25);
}



/* upper-right of the banner/header */
#statusbarRight {
	position:relative;
	float:right;
	padding:0px 2px;
	margin:0px;
}

#statusbarRight a, #statusbarRight a:visited {
	color:rgb(32,32,94);
	font-weight:bold;
}

#statusbarRight a:hover, #statusbarRight a:visited:hover {
	color:rgb(225,20,25);
}


.infoboxItem {
	padding: 0px 1px;
	margin-bottom:3px;
}


.infoboxLight {
	border:solid 1px rgb(147,169,207);
	width:100%;
	margin-bottom:10px;
}

.infoboxLightHeader {
	background-color:rgb(201,212,231);
	border-bottom:solid 1px rgb(147,169,207);
	color:rgb(32,32,94);
	font-weight:bold;
	padding:0px 1px;
}


.infoboxDark {
	background-color:rgb(183,197,223);
	border: solid 1px rgb(24,24,71);
	color:rgb(55,68,124);
	width:100%;
	margin-bottom:10px;
}

.infoboxDark a {
	color:rgb(55,68,124);
}

.infoboxDarkHeader {
	padding: 0px 1px;
	background-color:rgb(60,89,160);
	color:rgb(201,212,231);
	font-weight:bold;
}

.imageLeft {
	background-color:rgb(201,212,231);
	border:solid 1px rgb(147,169,207);
	color:rgb(32,32,94);
    float:left;
    padding:0px;
    margin-right:5px;
    width:200px;
}


.imageRight {
	background-color:rgb(201,212,231);
	border:solid 1px rgb(147,169,207);
	color:rgb(32,32,94);
    float:right;
    padding:0px;
    margin-left:5px;
    width:200px;
}

.imageMiddle {
	background-color:rgb(201,212,231);
	border:solid 1px rgb(147,169,207);
	color:rgb(32,32,94);
    float:none;
    padding:0px;
    width:100%;
}


.dot5CalHeader {
	background-color:rgb(201,212,231);
	border-bottom:solid 1px rgb(147,169,207);
	color:rgb(32,32,94);
}


.dot5CalWeekend {
	background-color:rgb(147,169,207);
}


.dot5CalHoliday {
	background-color:rgb(201,212,231);
}



input {
	font-size:11px;
	border: solid 1px rgb(201,212,231);
}
