#page_wrap {
	top:							0px;
	position:				    	absolute;
	width:							100%;
}

body {
	background-color:		#0084bd ;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family:				Trebuchet MS, Arial, sans-serif;
	font-size:					12px;
}

#left_column {
	float:							left;
	width:							725px;
	margin-left:				    24px;
}

#left_column_top{
  background-image: url(images/left_top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#left_column_mid{
  background-image: url(images/left_mid.jpg);
  background-repeat: repeat-y;
  background-position: top center;
}

#left_column_bottom{
  background-image: url(images/left_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#left_column span{ display: none; }

#right_column {
	float:							left;
	width:							228px;
}
#right_column span{ display: none; }
#right_column_top {
  width: 228px;
  height: 79px;
  background-image: url(images/right_top.jpg);
  background-repeat: no-repeat;
}
#right_column_mid {
  width: 228px;
  background-image: url(images/right_mid.jpg);
  background-repeat: repeat-y;
}
#right_column_foto {
  width: 228px;
  height: 72px;
  background-image: url(images/right_foto.jpg);
  background-repeat: no-repeat;
}
#right_column_kalendar {
  width: 228px;
  height: 77px;
  background-image: url(images/right_kalendar.jpg);
  background-repeat: no-repeat;
}
#right_column_reklama {
  width: 228px;
  height: 72px;
  background-image: url(images/right_reklama.jpg);
  background-repeat: no-repeat;
}
#right_column_bottom {
  width: 228px;
  height: 32px;
  background-image: url(images/right_bottom.jpg);
  background-repeat: no-repeat;
}

#content {
    padding:    30px;
}

#right_content {
	margin-left:							15px;
}
#footer {
 text-align: center;
 background-image: url(images/footer.jpg);
 background-position: bottom;
 margin-left: 24px;
 width: 953px;
 height: 53px;
}
#footer p{
  margin-top: 20px;
  color: #FFFFFF;
}


#menu_wrap{
  width: 953px;
  height: 66px;
  margin-left: 24px;
}

#btn1
  { display: block; float: left; background: url("images/news_off.jpg"); width: 144px; height: 66px; }
#btn1:hover
  { background: url("images/news_on.jpg"); width: 144px; height: 66px; }
#btn1 span
  { display: none; }
#btn2
  { display: block; float: left; background: url("images/foto_off.jpg"); width: 78px; height: 66px; }
#btn2:hover
  { background: url("images/foto_on.jpg"); width: 78px; height: 66px; }
#btn2 span
  { display: none; }
#btn3
  { display: block; float: left; background: url("images/video_off.jpg"); width: 91px; height: 66px; }
#btn3:hover
  { background: url("images/video_on.jpg"); width: 91px; height: 66px; }
#btn3 span
  { display: none; }
#btn4
  { display: block; float: left; background: url("images/download_off.jpg"); width: 169px; height: 66px; }
#btn4:hover
  { background: url("images/download_on.jpg"); width: 169px; height: 66px; }
#btn4 span
  { display: none; }
#btn5
  { display: block; float: left; background: url("images/fanklub_off.jpg"); width: 141px; height: 66px; }
#btn5:hover
  { background: url("images/fanklub_on.jpg"); width: 141px; height: 66px; }
#btn5 span
  { display: none; }
#btn6
  { display: block; float: left; background: url("images/gbook_off.jpg"); width: 173px; height: 66px; }
#btn6:hover
  { background: url("images/gbook_on.jpg"); width: 173px; height: 66px; }
#btn6 span
  { display: none; }
#btn7
  { display: block; float: left; background: url("images/links_off.jpg"); width: 157px; height: 66px; }
#btn7:hover
  { background: url("images/links_on.jpg"); width: 157px; height: 66px; }
#btn7 span
  { display: none; }

.cb {
    clear:          both;
}

A:active {color: #0099FF; text-decoration: underline;}
A:visited {color: #0099FF; text-decoration: underline;}
A:link {text-decoration: underline; color: #0099FF;}
A:hover {text-decoration: none; color: #0066CC;}
