html {
	height: 100%;
	margin: 0;
	padding: 0;
}

BODY{
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background: #27362B; */
	background: #303030 url(../img_layout/background.png) repeat;
	
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;

}

.button {
	background: #efefef;
	text-align: center;
	color: #333333;
}

input {
	font-family: Verdana;
	font-size: 10px;
	background: #666666;
	border: 1px solid white;
	color: #ffffff;
}

textarea {
	font-family: Verdana;
	font-size: 10px;
	background: #666666;
	border: 1px solid white;
	color: #ffffff;
}

select {
	font-family: Verdana;
	font-size: 10px;
	background: #666666;
	border: 1px solid white;
	color: #ffffff;
}

img {
	border: 0;
}

a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.a_active {
	color: #FFFFFF;
	text-decoration: none;
}

.a_active_sub {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-size: 11px;
	
}

.bodytext {
	margin: 0;
	padding: 0;
}

td { font-size: 11px; }

h1 {
	font-size: 18px;
}

h2 {

}


h3 {

}


ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.shaddow {
	/* background: #27362B; */
	background: #606060;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.no_shaddow { 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/********************************************
	PAGEBODY
********************************************/

#top_switch_lang { display: none; }

#pbm {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 450px;
	border: 1px solid #EFEFEF;
	margin: -225px 0 0 -400px;
	padding: 0;
	z-index: 1;
}

#pbm_logo {
	position: absolute;
	left: 610px;
	top: 455px;
	width: 180px;
	height: 40px;

	text-align: right;
}

#pbm_music {
	position: absolute;
	left: 600px;
	top: -20px;
	width: auto;
	height: 20px;
	text-transform: lowercase;
	text-align: right;
	z-index: 3;
}

#pbm_music a {
	font-size: 10px;
}

/********************************************
	NAVIGATION
********************************************/

#nbm_top {
	position: absolute;
	left: 10px;
	top: -22px;
	width: 600px;
	height: 20px;

	z-index: 3;
}

#nbm_top a {
	font-size: 12px;
	font-weight: normal;
}

#nbm_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nbm_top ul,
#nbm_top ul li {
	display: block;
	float: left;
	position: relative;
	padding-right: 15px;
	text-transform: uppercase;
}

#nbm_top_lang {
	position: absolute;
	left: 591px;
	top: -20px;
	width: auto;
	height: 20px;
	text-transform: lowercase;
	text-align: right;
	z-index: 3;
}
#nbm_top_lang a { font-size: 10px; }

#fb {
	position: absolute;
	left: 698px;
	top: -24px;
	width: auto;
	height: 20px;
	text-align: right;
	z-index: 3;
}

#nbm_bot_sub {
	position: absolute;
	left: 0;
	top: 418px;
	width: 780px;
	height: 16px;
	padding: 4px 10px 4px 10px;
	z-index: 3;
        font-family: Tahoma;
        background: #606060;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#nbm_bot_sub ul li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

#nbm_bot_sub a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#nbm_bot_sub a:hover {
	text-decoration: underline;
}
#nbm_bot_sub .active { text-decoration: underline; }

#nbm_bot_sub_sub {
	position: absolute;
	left: 0;
	top: -231px;
	width: 780px;
	height: 13px;
	padding: 4px 10px 4px 10px;
	z-index: 3;
}

#nbm_bot {
	position: absolute;
	left: 10px;
	top: 455px;
	width: 600px;
	height: 20px;

	z-index: 3;
}

#nbm_bot a {
	font-size: 12px;
	font-weight: normal;
}

#nbm_bot ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nbm_bot ul,
#nbm_bot ul li {
	position: relative;
	display: block;
	float: left;
	padding-right: 15px;
	text-transform: uppercase;
}

/********************************************
	CONTENT
********************************************/

#cbm_background {
	/*
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	*/
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 450px;
	z-index: 2;
	overflow: hidden;
}

#cbm_content {
	position: absolute;
	left: 0;
	top: 230px;
	width: 720px;
	height: 150px;
	padding: 10px 40px 10px 40px;
	z-index: 4;
	color: #FFFFFF;
	overflow: auto;
}

#cbm_content_form {
	position: absolute;
	left: 0;
	top: 20px;
	width: 720px;
	height: 360px;
	padding: 10px 40px 10px 40px;
	z-index: 4;
	color: #FFFFFF;
}

#cbm_content a { text-decoration: underline; color: #FFFFFF; }

#cbm_content h1 a {

	font-weight: bold;
        font-size: 18px;
}


#cbm_content td {
	color: #FFFFFF;
	font-size: 11px;
}
