body{	
	background-color: #000;
	margin-top: 0px;
	width: 600px;
	
	
}
/* resi vertikalni pruhy vedle stranky a centrovani*/
#page{
	background-image : url(pics/bg_new.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
position: absolute;
	width: 1307px;
	
}
/*deklaruje paticku stránky*/
#foo{
	position: relative;
	left: 9px;
	width: 1189px;
	height: 41px;
	background-color: #fff;
	background-image : url(pics/line1.jpg);
	clear: both;
}
/*konec*/
#line_1{
	position: relative;
	left: 9px;
	width: 1189px;
	height: 41px;
	background-color: #ccc;
	background-image : url(pics/line1.jpg);
}
#line_2{
position: relative;
	left: 9px;
	width: 1189px;
	height: 8px;
	background-color: #fff;
	background-image : url(pics/line2.jpg);
	background-repeat: repeat-x;
	font-size: 1px;
}
#header{
position: relative;
	left: 9px;
	width: 1189px;
	height: 160px;
	background-color: #fff;
	background-image : url(pics/header.jpg);
}
#line_3{
position: relative;
	left: 9px;
	width: 1189px;
	height: 39px;
	background-color: #fff;
	background-image : url(pics/line3.jpg);
}

#navigace{
position: relative;
	left: 9px;
	width: 1189px;
	height: 27px;
	text-align: center; 
	background-color: #080855;
}
/* deklarovani sloupcu */

#left_box{
	position: relative;
	left: 9px;
	float: left;
	width: 216px;
	height: 100%;
	margin-top : 10px;
	color: #fff;
}
#center_box{
  float: left;
  height: 100%;
	width: 715px;
	margin-left : 28px;
	margin-top : 10px;
	margin-bottom : 10px;
	color: #000;
	
}
#right_box{
  float: left;
	width: 215px;
	height: 100%;
	margin-left : 19px;
	margin-top : 10px;
	color: #fff;
}

/*deklarace vseho co se tyce boxiku*/
.box {
        width: 179px;
        background:#F2F2F2 url("pics/bg_box.jpg") 0 0 repeat-y;
			margin-left:  18px;
			margin-bottom: 10px;
        }
      .boxin1 {
        background:transparent url("pics/box-top.jpg") left top no-repeat;
      }
      .boxin2{ 	
        background:transparent url("pics/box-bottom.jpg") left bottom no-repeat;
        padding: 5px 25px 15px 20px;
      }
      .box p {
        margin: 0.5em 0;
        }
.box_menu a{
	text-decoration: none;
	color: #fff;
}
.box_menu a:link{
	text-decoration: none;
	color: #fff;
}
.box_menu a:visited{
	text-decoration: none;
	color: #fff;
}	
.box_menu a:hover{
	text-decoration: underline;
	color: #fff;
}
	
/*nastavuje zalezitosti kolem menu*/
.menu{
	padding-left: 20px;
	padding-right: 20px;	
	background-image : url(pics/menu_margin.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: gold;
}
.end_menu{
	background-image : url(pics/menu_margin.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}