body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#top-information {
	font-size: 10px;
	background-color: #F5F5F5;
	width: 100%;
}
#content {
	width:873px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	height:100%;
	overflow:visible;
}
form {
	margin:0px;
}

/* Left Menue */

#left_menue {
	padding:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display:block;
}

#left_menue:hover {
	background-color:#F7F7F7;
}

/* Links */

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #619FEB;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}

/* Login Box */

.menue_login_box_username {
	background-color: #FFFFFF;
	height: 15px;
	width: 122px;
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: bold;
	color: #619FEB;
	-moz-border-radius:5px;
}
.menue_login_box_password {
	background-color: #FFFFFF;
	height: 15px;
	width: 80px;
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: bold;
	color: #619FEB;
	-moz-border-radius:5px;
}
.menue_login_box_submit {
	background-color: #619FEB;
	height: 23px;
	width: 37px;
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius:5px;
}

/* Search Box */

.menue_search {
	background-color: #619FEB;
	height: 15px;
	width: 80px;
	border: 1px solid #EFEFEF;
	margin-bottom: 10px;
	padding: 3px;
	color: #FFFFFF;
	-moz-border-radius:5px;
}

.menue_search_submit {
	background-color: #FFFFFF;
	height: 23px;
	width: 37px;
	border: 1px solid #F0F0F0;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #619FEB;
	font-weight: bold;
	font-size:9px;
	-moz-border-radius:5px;
}

/* Footer */

#footer {
	color:#999999;
	font-size:10px;
}

#footer a:link, #footer a:visited, #footer a:active #footer a:hover {
	color:#999999;
}

/* Content Boxes */

.menue_box_blue_top {
	background-image: url(images/menue_box_blue_top.gif);
	height: 10px;
	width: 150px;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: bottom;
}
.menue_box_blue_content {
	background-image: url(images/menue_box_blue_content.gif);
	width: 150px;
	color: #FFFFFF;
	font-size: 11px;
	line-height:14px;
}
.menue_box_blue_foot {
	background-image: url(images/menue_box_blue_foot.gif);
	height: 10px;
	width: 150px;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-position: top;
}

.menue_box_blue_content a:link, .menue_box_blue_content a:visited, .menue_box_blue_content a:active {
	color:#FFFFFF;
}

.menue_box_blue_content a:hover {
	color:#000000;
}

.maincontent_top {
	background-image: url(images/maincontent_grey_top.gif);
	height: 11px;
	width: 719px;
	background-repeat: no-repeat;
	background-position: bottom;	
}
.maincontent_content {
	background-image: url(images/maincontent_grey_content.gif);
	width: 719px;
	overflow:auto;
	height:100%;
}

.maincontent_foot {
	background-image: url(images/maincontent_grey_foot.gif);
	height: 10px;
	width: 719px;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-position: top;
}



.menue_box_grey_top {
	background-image: url(images/menue_box_grey_top.gif);
	height: 10px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.menue_box_grey_content {
	background-image: url(images/menue_box_grey_content.gif);
	width: 150px;
	color: #000000;
}
.menue_box_grey_foot {
	background-image: url(images/menue_box_grey_foot.gif);
	height: 11px;
	width: 150px;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-position: top;
}



.main_content {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#left_main_content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	height:auto;
}