/* BODY */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: url('../img/bg_body.jpg');
	behavior: url('/templates/js/csshover.htc');
	text-align: center;
}

/* WRAPPER */
#wrapper
{
 	width: 1000px;
	margin: 0px auto;
	background: url('../img/bg_wrapper.jpg');
}

/* HEADER */
#header
{
 	width: 1000px;
	height: 287px;
	background: url('../img/header.jpg');
	text-align: left;
}
#logo{
	position: absolute;
	width:140px;
	height: 60px;
	left:95px;
	top:17px;
}
#header-links
{
 	float: left;
	margin-top: 25px;
	width: 450px;
	height: 262px;
	position: relative
}

#header-rechts
{
 	float: left;
	margin-top: 25px;
	width: 500px;
	height: 262px;
	background-repeat: no-repeat;
}
#sfeer {
	overflow: none;
	width: 500px;
	height: 262px;
}

/* TOPMENU 1 */
#topmenu1
{
 	position: absolute;
	top: 145px;
	left: 110px;
	width: 400px;
}

#topmenu1 ul
{
 	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu1 ul li
{
	float: left;
	position: relative;
	background: url('../img/topmenu1_li.jpg') no-repeat;
	margin: 0 0 0 9px;
	-margin: 0 0 0 7px;
}

#topmenu1 ul li:hover, #topmenu1 ul li.link_active
{
 	background: url('../img/topmenu1_li_hover.jpg') no-repeat;
}

#topmenu1 ul li a
{
	display: block;
	-display: inline-block;
	background: url('../img/topmenu1_a.jpg') no-repeat top right;
	line-height: 37px;
	padding: 0 10px;
}

#topmenu1 ul li a:hover, #topmenu1 ul li a.link_active
{
	background: url('../img/topmenu1_a_hover.jpg') no-repeat top right;
}

/* TOPMENU 2 */
#topmenu2
{
 	width: 900px;
	height: 43px;
	margin: auto;
	background: url('../img/menu.jpg');
}

#topmenu2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#topmenu2 li { /* all list items */
	float: left;
	position: relative;
	border-left: 1px solid white;
	height: 43px;
}

#topmenu2 li:hover, #topmenu2 li.link_active
{
 	background: url('../img/menu_hover.jpg');
}

#topmenu2 li a
{
 	display: block;
	-display: inline-block;
	height: 43px;
	padding: 0 16px;
}

#topmenu2 li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	width: 142px;
}

#topmenu2 li ul li
{
	display: block;
	height: 21px;
	width: 142px;
}

#topmenu2 li ul li a
{
 	display: block;
	height: 21px;
	width: 128px;
	background: url('../img/menu_li.jpg');
	padding: 0 7px 0 7px;
}

#topmenu2 li ul li a:hover, #topmenu2 li ul li a.link_active
{
 	background: url('../img/menu_li_hover.jpg');
}

#topmenu2 li:hover ul { /* lists nested under hovered list items */
	display: block;
}

/* CONTENT */
#content
{
 	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#content-left
{
 	float: left;
	width: 775px;
}

#content-right
{
	float: left;
	width: 125px
}

/* FOOTER */
#footer
{
 	width: 1000px;
	height: 31px;
	background: url('../img/footer.jpg');
}

/* CLEAR */
.clear
{
 	clear: both;
}

/* COUNTER */
#counter, .counter {
	position: absolute;	width: 0;height: 0;z-index: -1;top: 0;left: 0;visibility: hidden;}
