@charset "UTF-8";
/* CSS Document */
BODY {

overflow:hidden;

}

#menubar{
overflow:hidden;
height:50px;
position:absolute;
top:0px;
left:0px;
z-index:50
}

#contentarea{
width:100%;
position:absolute;
top:60px;
left:0px;
padding:0px;
margin:0px;
z-index:1
}

.m_1{
background-image:url(../img/country/5m_01.png);
height:33px;
width:33px;
}

.m_1_hover{
background-image:url(../img/country/5m_01_S.png);
height:33px;
width:33px;
}

.m_2{
background-image:url(../img/country/5m_02.png);
height:33px;
width:33px;
}
.m_2_hover{
background-image:url(../img/country/5m_02_S.png);
height:33px;
width:33px;
}

.m_3{
background-image:url(../img/country/5m_03.png);
height:33px;
width:33px;
}
.m_3_hover{
background-image:url(../img/country/5m_03_S.png);
height:33px;
width:33px;
}

.m_4{
background-image:url(../img/country/5m_04.png);
height:33px;
width:33px;
}
.m_4_hover{
background-image:url(../img/country/5m_04_S.png);
height:33px;
width:33px;
}

.m_5{
background-image:url(../img/country/5m_05.png);
height:33px;
width:33px;
}
.m_5_hover{
background-image:url(../img/country/5m_05_S.png);
height:33px;
width:33px;
}

.5m_button_over_title{
font-size:12px;
color: #FFFFFF;
}

/*«ö¶s*/
.subbutten {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #27516D;
	border-bottom-color: #27516D;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4E7D95;
	border-left-color: #4E7D95;
	padding: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:pointer;
}
.subbutten:hover {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #27516D;
	border-bottom-color: #27516D;
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4E7D95;
	border-left-color: #4E7D95;
	padding: 3px;
	padding-left: 3px;
	padding-right: 3px;	
	cursor:pointer;
}
