/* CSS Document */
/*main_menu*/
div#main_menu ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
div#main_menu li {
	margin: 0 auto;
	padding: 0 20px;
	list-style: none;
	display: inline;
}
div#main_menu a {
	display: inline-block;
	height: 35px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 10px 0 10px;
}
div#main_menu a:hover {
	text-decoration: none;
	height: 35px;
	color: #000000;
	background: transparent url(../images/sliced/menu_bg.png) repeat-x 0 -39px;
}
/*logo*/
div#logo h1 {
	position: absolute;
	display: block;
	width: 370px;
	height: 150px;
	top: 0px;
	padding:0;
	margin:0;
	left: 12px;
	background: url(../images/sliced/logo2.png) no-repeat 0 0;
	z-index: 1;
}
div#logo span {
	display: none;

}
div#logo h2 {
	position: absolute;
	display: block;
	width: 633px;
	height: 62px;
	top: 90px;
	padding:0;
	margin:0;
	left: 10px;
	background: url(../images/sliced/druk2.png) no-repeat 0 0;
	z-index: 2;
}
/*language_menu*/
div#language_menu li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}
/*story_wrap*/
div#story_wrap td {
	vertical-align: top;
}
div#story_wrap a {
	font-size: 12px;
	color: #990000;
}
div#story_wrap h2 {
	font-size: 12px;
	margin: 5px 0 0 20px;
	font-weight: bold;
	font-family: tahoma;
}
div#story_wrap p {
	font-size: 12px;
}
div#story_wrap ul {
	text-align: left;
	margin: 20px 0 0 0;
	clear: left;
}
div#story_wrap li {
	color: #993333;
	padding: 2px;
	margin: 0 auto;
}

div#story_wrap img {
    border:none;

}
div#story_wrap img:hover {

}

/*story_wrap*/
div#story_wrap_r h2 {
padding:10px 0;
margin:0;
}

/*TABLE_content*/
table#content td {
width:30%;
}

/*TABLE_side_bar_content*/
table#side_bar_content td {
  border-bottom:1px dashed #000000;
}

/*other_bottom*/
div#other_bottom h1 {
font-family: tahoma, sans-serif;
color: #cccccc;
display:block;
height:30px;
font-size:12px;
background: url(../images/sliced/bottom.png) no-repeat 0 0;
text-align:center;
margin:40px 15px 10px 15px;
float:left;
padding:18px 10px 0 10px;
text-transform:uppercase;
border: 1px solid #000000;
}

table#inner_table td, th {
	border:2px solid #000000;
	width:50%;
}
table#inner_table2 td, th {
	border:2px solid #000000;
	width:33%;
}
table#inner_table3 td, th {
	border:2px solid #000000;
	padding:0;
	text-align:center;
	vertical-align:middle;
}
table#inner_table4 td, th {
	border:2px solid #000000;
	padding:0;
	text-align:center;
	vertical-align:middle;
}
table#inner_table3 img {
    width:40px;
    height: auto;
}table#inner_table4 img {
    width:40px;
    height: auto;
}

