body {
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, verdana;
	font-size: 11px;
	line-height: 18px;
	background-image: url('../img/bg_content.gif');
	background-repeat: repeat-y;
	background-color: #FFF;
	color: #000;
}

a {
	color: #004995;
}

a:hover, a:active {
	color: #fe0000;
}

form {
	margin: 0px;
}
input{
	background-color: #FFF;
	color: #000;
}
#content {
	width: 780px;
}

/* LEFT BAR */
#left {
	position: relative;
	float: left;
	
	width: 144px;
	height: 100%;
	
	margin-right: 11px;
}

#left #menu {
	margin-top: 196px;
	margin-left: 43px;
}

#left #logo {
	position: absolute;
	
	top: 0px;
	left: 0px;
	z-index: 100;
}

#left #menu a.menu-item, #left #menu a.menu-item-active {
	display: block;
	overflow: hidden;
	
	padding-left: 7px;
	
	height: 21px;
	width: 94px;
	
	line-height: 22px;
	*line-height: 21px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #4077b0;
}

#left #menu a.menu-item-active, #left #menu a.menu-item:hover {
	background: #fe0000;
}

/* END LEFT BAR */

/* HEADER */
#header {
	position: relative;
	
	height: 196px;
}

#header .visual {
	margin-top: 7px;
}

#header #language-switch {
	position: absolute;
	top: 7px;
	right: 7px;
}

/* END HEADER */

/* TEXT */
#text {
	width: 620px;
	margin-left: 154px;
}

#text h1 {
	margin-top: 3px;
	margin-bottom: 10px;
	
	font-size: 20px;
	color: #fe0000;
}

#text #footer {
	color: #595959;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text #footer a {
	color: #595959;
}

#text #footer * {
	float: left;
	overflow: hidden;
	
	font-size: 10px;
}

#text #footer .element-1 {
	width: 345px;
	margin-right: 10px;
}

#text #footer .element-2 {
	width: 150px;
}

#text #footer .element-3 {
	width: 100px;
	margin-left: 10px;
}

#text #footer .element-3 * {
	float: right;
}

#text ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	margin-left: 0px;
}

#text img {
	float: right;
	border: 1px solid #004995;
}

/* END TEXT */

/* SUBMENU */
.submenu {
	position: absolute;
	display: none;
	
	left: 144px;
		
	width: 101px;
	
	border: 1px solid #004995;
	background: #3670ab;
}

.submenu a.menu-item, .submenu a.menu-item-active {
	display: block;
	overflow: hidden;
	
	padding-left: 7px;
	
	height: 21px;
	width: 94px;
	
	line-height: 22px;
	*line-height: 21px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #648be0;
}

.submenu a.menu-item:hover, .submenu a.menu-item-active {
	background: #ff512c;
}

/* END SUBMENU */

.morning-afternoon {
	position: absolute;
	
	top: 220px;
	*top: 222px;
	left: 607px;
	*left: 612px;
	
	width: 164px;
	height: 17px;
}
