body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url('images/background.png');
	margin: 0px;
	padding:0px;
}

.row {
	background-color: #eeeeee;
	font-family: arial;
	font-size: 12px;
}

.header {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.field {
	font-family: arial;
	font-size: 12px;
	width: 85px;
}

.button {
	border: solid 1px #0060AC;
	font-family: arial;
	font-size: 12px;
}

.clearing {
	clear: both;
	height: 0px;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #004680;
}

#main {
	width: 967px;
	margin: 0px;
	padding:0px;
	position: relative;
	background-color: #fff;
}

#main_trail {
	position: relative;
	background-color: #fff;
	height: 20px;
}

#main_trail_justify {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 20px;
	background-color: #fff;
}

#main_bar {
	position: relative;
	background-color: #0060ac;
	height: 50px;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

#main_bar_left {
	width: 190px;
	height: 50px;
	background-image: url('http://cdn.meteogroup.com/assets/vinterwx/images/logo_mg.png');
	background-repeat: no-repeat;
}

#main_bar_center {
	position: absolute;
	left: 190px;
	top: 0px;
	width: 584px;
	height: 50px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}



#main_bar_bottom_left{
	position: relative;
	width: 190px;
	height: 15px;
	background-color: #0060ac;
}

#main_bar_bottom_center{
	position: absolute;
        left: 190px;
        top: 171px;
        width: 774px;
	height: 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #0060ac;
}

#main_image_bar { position:relative;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
}

#mainMenu {
	width: 175px;
	margin: 40px 0px 0px 16px;
	float: left;
}

#mainMenu ul  {
	padding: 0px;
	margin: 0px;
}


#mainMenu li {
	list-style: none;
	padding-left: 20px;
}

#mainMenu li a {
	display: block;
	font-size: 12px;
}

#mainMenu li:hover{
	background-color: #dbe8f2;
}

#default_menu {
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	background-image: url('../images/arrow2.gif');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	border-top: 1px solid #00345e;
}

html> /**/ body #default_menu {
	padding: 3px 0px 3px 20px;
}

#default_menu a {
	color: #0060ac;
}

#current_menu {
	font-weight: bold;
	padding: 3px 0px 3px 5px;  
	background-image: url('../images/arrowBlue.gif');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	background-color: #dbe8f2;
	border-top: 1px solid #00345e;
}

html> /**/ body #current_menu {
	padding: 3px 0px 3px 20px;
}

#default_submenu {
	margin-left:10px;
	padding: 3px 0px 3px 5px;  
	background-image: url('../images/arrow2.gif');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	border-top: 1px solid #B8D1E5;
}

html> /**/ body #default_submenu {
	padding: 3px 0px 3px 20px;
}

#default_submenu a {
	color: #0060ac;
}

#current_submenu {
	margin-left:10px;
	padding: 3px 0px 3px 5px;  
	background-image: url('../images/arrowBlue.gif');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	background-color: #dbe8f2;
	border-top: 1px solid #B8D1E5;
}

html> /**/ body #current_submenu {
	padding: 3px 0px 3px 20px;
}

#current_submenu a {
	color: #004680;
}

#main_content {
	margin: 23px 0px 0px 15px;
	width: 570px;
	float:left;
	position: relative;
}

#title {
	font-size: 19px;
	color: #004680;
	float:left;
	background-color: #fff;
	padding-right: 10px;
}

#title_border  {
	padding-top: 18px;
	border-bottom: 1px solid #004680;
	margin-right: 15px;
}

#content {
	margin: 15px 8px 0px 7px;
}

#content img {
	margin-bottom: 10px;
}
/*
.bodytext a {
	color: #2e93e5;
	padding: 3px 0px 3px 10px;  
	background-image: url('../images/arrow2.gif');
	background-position: 2px 8px;
	background-repeat: no-repeat;
}
*/
#right {
	margin: 23px 5px 0px 776px;
}

#footer {
	clear: left;
}