@import url('dinamic_styles.php');

.main_content {
	width: 100%;
	background: #141414;
}

.header {
	padding-top: 8px;
	background: url('images/frame/header_bg.png') repeat-x left top;
}

#fonts {
	padding-top: 40px;
}

.searchbox {
	font-size: 10px;
	border: 0px;
	background: none;
	height: 12px;
	width: 90px;
	margin-left: 6px;
}

.tools {
	margin-top: 44px;
	margin-right: 100px;
	width: 180px;
	height: 23px;
}

.ozadjeiskanja {
	width: 60px;
	background: url('images/search_bg.png') left center no-repeat;
}

.gumbiskanja {
	text-align: left;
	width: 20px;
	background: url('images/search_bg.png') right center no-repeat;
}

.submitgumb {
	background: url('images/submit.png') no-repeat center;
	border: 0px;
	height: 21px;
	width: 21px;
}

#font {
	position: static;
	margin-right: 250px;
	margin-top: 50px;
}

.left_top {
	height: 70px;
	width: 500px;
	background: url('images/frame/left_top.png') no-repeat left top;
}

.right_top {
	height: 70px;
	width: 300px;
	background: url('images/frame/right_top.png') no-repeat right top;
}

.top {
	height: 70px;
	background: url('images/frame/top.png') repeat-x;
}

.left_bottom {
	height: 160px;
	width: 500px;
	background: url('images/frame/left_bottom.png') no-repeat left top;
}

.right_bottom {
	height: 160px;
	width: 300px;
	background: url('images/frame/right_bottom.png') no-repeat right top;
}

.bottom {
	height: 160px;
	background: url('images/frame/bottom.png') repeat-x top;
}

.left_one {
	height: 430px;
	width: 88px;
	background: url('images/frame/left_one.png') no-repeat right top;
}

.right_one {
	height: 430px;
	width: 88px;
	background: url('images/frame/right_one.png') no-repeat left top;
}

.left_second {
	height: 90px;
	width: 88px;
	background: url('images/frame/left_second.png') no-repeat right bottom;
}

.right_second {
	height: 90px;
	width: 88px;
	background: url('images/frame/right_second.png') no-repeat left bottom;
}

.left_one_bg, .left_half {
	background: url('images/frame/left.png') repeat-y right;
}

.right_one_bg, .right_half {
	background: url('images/frame/right.png') repeat-y left;
}


/*OPENSIDE*/
.l_z {
	height: 25px;
	width: 7px;
	background: url('images/openside/l_z.png') no-repeat;
}
.d_z {
	height: 25px;
	width: 7px;
	background: url('images/openside/d_z.png') no-repeat;
}
.l {
	width: 7px;
	background: url('images/openside/l.png') repeat-y;
}
.d {
	width: 7px;
	background: url('images/openside/d.png') repeat-y;
}
.l_s {
	height: 7px;
	width: 7px;
	background: url('images/openside/l_s.png') no-repeat;
}
.d_s {
	height: 7px;
	width: 7px;
	background: url('images/openside/d_s.png') no-repeat;
}
.s {
	height: 7px;
	background: url('images/openside/s.png') repeat-x;
}
#ladeinfo { 	
  position:fixed;
  //height:100px; 
  width:250px;
  
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  
  margin:-25px 0px 0px -135px;
  top: 50%; 
  left: 50%;

  text-align: center;
  padding: 10px;
  background-color: #CCCCCC;
  border: 0px solid #000000;
  overflow: auto;
}

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

#navigation a {
	display: block;
	color : #941422;
	padding: 1px;
	text-decoration: none;
}

#navigation a:hover {
	color : #FF0000;
	background-color: #323232;
}