@charset "utf-8";
/* CSS Document */

/* defaults BEGIN */

a img, :link img, :visited img {
	border: 0;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, div, span, a {
	border: 0;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

/* defaults END */

body {
	background: #6C6459 url(../img/bg.png) repeat-y center;
	margin: 0px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#585451;
}

#container {
	width: 832px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header {
	width: 832px;
	height: 159px;
	margin: 0 auto 0 auto;
	background: url(../img/hdr.jpg);
}

#menu-1 {
	width: 93px;
	height: 38px;
	background:url(../img/menu1.png) no-repeat;
	float: left;
}

#menu-2 {
	width: 121px;
	height: 38px;
	background:url(../img/menu2.png) no-repeat;
	float:left;
}

#menu-3 {
	width: 124px;
	height: 38px;
	background:url(../img/menu3.png) no-repeat;
	float:left;
}

#menu-4 {
	width: 124px;
	height: 38px;
	background:url(../img/menu4.png) no-repeat;
	float:left;
}

#menu-5 {
	width: 141px;
	height: 38px;
	background:url(../img/menu5.png) no-repeat;
	float:left;
}

#menu-6 {
	width: 129px;
	height: 38px;
	background:url(../img/menu6.png) no-repeat;
	float:left;
}

#menu-7 {
	width: 100px;
	height: 38px;
	background:url(../img/menu7.png) no-repeat;
	float:left;
}

#content_container {
	background:url(../img/ctn_loop.png) repeat-y;
}

#content_hdr {
	background:url(../img/ctn_hdr.png) no-repeat top;
}

#content_ftr {
	background:url(../img/ctn_ftr.png) no-repeat bottom;
}

#footer {
	position: absolute;
	background: url(../img/ftr.png) no-repeat;
	width: 832px;
	height: 139px;
}

#menu-2:hover, #menu-3:hover, #menu-4:hover, #menu-5:hover, #menu-6:hover {
	background-position: 0 -38px;
}

.datum {
	color: #d82008;
	font-weight: bold;
	font-size: 11px;
}

.hir {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#585451;
}

#content table tr td a img {
	border: 1px solid #666;
}

#content table tr td a img:hover {
	border: 1px solid #e65d39;
}