
/* ### Logo ################################################################# */
/*
#logo {
	position:absolute;
	top:10px;
	right:10px;
/*	border: 1px solid #37444f;   */
/*	background-image: url(logo.gif); */
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:80px;
	width:215px;
	text-indent:-700em;
}
*/

/* ### Header ############################################################### */

#header {
/*	background:#94adde url(bg_header.gif) 190px 0 no-repeat;*/
	color: #c4c4c4;
}

#nav-header {
	position:absolute;
	left:190px;
	bottom:10px;
}


/* ### Main-block Background ################################################# */

#main-block {
/*	background-image: url(linie_main_block.gif); */
/*	background-position: 600px 0; */
/*	background-repeat: repeat-y; */
	background-color: #ffffff;
	padding-bottom: 40px;
}


