@import url(basic.css);
@import url(toppanel.css);
@import url(modules.css);

a {
	color: Black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body {
	background: #D1D1D1;
	text-align: center;
	padding-bottom: 50px;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	color: #565656;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 990px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat;
	height: 164px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height: 164px;
	width: 287px;
}
#header h1 span {
	display: none;
}
#header a.logo {
	display: block;
	position: absolute;
	left: 600px;
	width: 390px;
	height: 164px;
	top: 0;
}

/* LEFT */
#left {
	float: left;
	width: 209px;
	overflow: hidden;
}
.leftbox {
	background: url(images/ft_mini.gif) no-repeat;
	margin: 5px 0 0 5px;
	padding: 10px 20px 10px 10px;
}
#left h3.access {
	color: #565656;
	font-family: "Times New Roman";
	font-size: 1.3em;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 5px 0;
	

	display: block;
	height: auto;
	position: relative;
	left: 0;
	width: 192px;
	overflow: visible;
	
	
}

/* MENU */
#menu h3.access {
	font-family: "Times New Roman";
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 5px 14px;
		display: block;
	height: 2em;
	position: relative;
	left: 0;
	width: 192px;
	overflow: visible;
}
#menu ul {
	padding: 0 20px 0 25px;
}
#menu ul ul {
	padding-right: 0;
}
#menu li {
	padding: 0.5em 0;
}
#menu a {
	background: url(images/menuitem.gif) no-repeat left;
	padding-left: 12px;
	text-decoration: none;
}
#menu a:hover {
	color: #A3A3A3;
	text-decoration: underline;
}
#menu ul span {
	background: url(images/menuitem.gif) no-repeat left;
	color: #8E0F0F;
	padding-left: 12px;
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	background: transparent;
	padding-left: 0;
}

/* CONTENT */
#content {
	float: left;
	width: 552px;
	overflow: hidden;
}
#info {
	background: #fff;
	border-bottom: 1px solid #B7B7B7;
	font-family: "Times New Roman";
	line-height: 1.8em;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 552px;

}
#navi {
	margin: 0 107px 0 4px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	margin-right: 6px;
	padding-right: 13px;
	white-space: nowrap;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	position: absolute;
	top: 0;
	right: 10px;
	width: 103px;
}
#language ul {
	float: right;
}
#language li {
	float: left;
	padding: 4px 0 0 7px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 229px;
}
.rightbox {
	background: url(images/kalendar.gif) no-repeat bottom right;
	margin: 5px 15px 0 20px;
	padding: 0 0 17px 0;
}
#right h3.access {
	color: #565656;
	font-family: "Times New Roman";
	font-size: 1.3em;
	line-height: 2em;
	text-transform: uppercase;
	padding: 5px 0;
	
	display: block;
	height: 2em;
	position: relative;
	left: 0;
	width: 192px;
	overflow: visible;
	
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat bottom left;
	clear: both;
	font-size: 92%;
	padding-bottom: 10px;
	position: relative;
	width: 990px;
}
#bottom {
	background: url(images/bottom.gif) no-repeat;
	height: 138px;
	width: 990px;
}
#footer p {
	color: #676767;
	padding: 0 10px;
}
#footer a {
	color: #8E0F0F;
}
#footer img {
	float: left;
	margin: 0 10px;
	border: 0;
}
#footer_left, #footer_right {
	background: #D6D6D6;
	float: left;
	padding: 10px 0;
	position: relative;
		left: 15px;
	width: 480px;
}
#footer_right {
	text-align: right;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
#footer .cleaner {
	background: White;
	height: 5px;
	margin: 0 20px;
}

.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
