@CHARSET "UTF-8";

body{
  margin: 0
}

div#container {
	border: 0px solid brown;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: url('../img/mainbg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

div#center_ {
	border: 0px solid black;
	position: relative;
	display: block;
	width: 985px;
	height: 100%;
	margin: 0;
	padding: 0;
}

div#center_ div#content_top_grey {
	border: 0px solid purple;
	position: relative;
	display: block;
	width: 985px;
	height: 8px;
	margin: 0;
	padding: 0;
}

div#center_ div#content_top {
	border: 0px solid blue;
	position: relative;
	display: block;
	width: 985px;
	height: 110px;
	margin: 0;
	padding: 0;
}

div#center_ div#content_center {
	border: 0px solid brown;
	position: relative;
	display: block;
	width: 985px;
	height: 460px;
	margin: 0;
	padding: 0;
}

div#center_ div#content_bottom {
	border: 0px solid blue;
	position: relative;
	display: block;
	width: 985px;
	height: 100px;
	margin: 0;
	padding: 0;
}

div.topmenu {
	border: 0px solid brown;
	position: relative;
	display: inline;
	width: 457px;
	height: 90px;
	background-image: url('../img/logo_web_top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div.toplogo {
	border: 0px solid brown;
	position: relative;
	float: left;
	display: inline;
	width: 434px;
	height: 90px;
	background-image: url('../img/logo_web_top.jpg');
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 34px;
	cursor: pointer;
}

div.topcats {
	border: 0px solid brown;
	float: left;
	width: 470px;
	height: 62px;
	margin-top: 45px;
	margin-left: 0px;
	cursor: pointer;
}

div#footer_container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

div#footer_container div#footer_clients {
	position: relative;
	display: inline;
	float: left;
	width: 220px;
	margin-top: -5px;
}


div#footer_container div#footer_dw {
	position: relative;
	display: inline;
	float: left;
	width: 71px;
	background-image: url('../img/logo_dw.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 68px;
	margin-left: 34px;
}



div#footer_container div#right_footer_part {
	position: relative;
	display: inline;
	float: right;
	width: 416px;
	margin-right: 28px;	
	margin-top: 5px;	
}

div#footer_container div#rfooter_facebook {
	position: relative;
	display: block;
	float: right;
	width: 163px;
	margin-right: 11px;		
}

div#footer_container div#rfooter_facebook div._rfirst {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/facebook_name.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 11px;
	width: 138px;
	border-bottom: 1px solid white;
	cursor: pointer;
	margin-top: 4px;		
}


div#footer_container div#rfooter_facebook div._rsecond {
	position: relative;
	display: inline;
	float: right;
	background-image: url('../img/facebook_img.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
	width: 24px;
	border-bottom: 1px solid white;
	cursor: pointer;		
}


div#footer_container div#rfooter_facebook div._rfirst:hover {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/facebook_name.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 11px;
	width: 138px;
	border-bottom: 1px solid #b8b8b8;
	cursor: pointer;
}


div#footer_container div#footer_authors {
	position: relative;
	display: inline;
	float: right;
	width: 416px;
//	margin-right: 28px;
}

div#footer_container div#footer_authors div._first {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/aw_white.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 19px;
	width: 212px;
}


div#footer_container div#footer_authors div._second {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/blokdesign_white.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	width: 72px;
}

div#footer_container div#footer_authors div._second:hover {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/blokdesign_white.jpg');
	background-position: 0px -18px;
	background-repeat: no-repeat;
	height: 18px;
	width: 72px;
	cursor: pointer;
}

div#footer_container div#footer_authors div._third {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/powered_white.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	width: 74px;
}


div#footer_container div#footer_authors div._fourth {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/netarch_white.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	width: 40px;
}

div#footer_container div#footer_authors div._fourth:hover {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/netarch_white.jpg');
	background-position: 0px -18px;
	background-repeat: no-repeat;
	height: 18px;
	width: 40px;
	cursor: pointer;
}
