/* dark header */
#header {
	position: relative;
	height: 131px/*137px*/; 									/*Odsun od horniho navigacniho menu*/
	overflow: hidden;
	background: #321602  /*2b2e2e */url(../images/header-bg.png) repeat-x;
}

#access {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 25px;
	width: 200px;
	height: 20px;
	overflow: hidden;
}

#access #selectors {
	position: relative;
	height: 8px;
	
}

#access span {
	background-repeat: no-repeat;
}

#access a {
	text-decoration: none;
}

.font-selector,
.width-selector {
	display: block;
	position: absolute;
	top: 0;
	width: 12px;
	height: 6px;
}

.f-smaller #selectors .font-selector {
	right: 69px;
}

.f-default #selectors .font-selector {
	right: 39px;
}

.f-larger #selectors .font-selector {
	right: 9px;
}

.w-thin #selectors .width-selector {
	right: 70px;
}

.w-wide #selectors .width-selector {
	right: 40px;
}

.w-fluid #selectors .width-selector {
	right: 10px;
}

#access #buttons {
	float: right;
}

#access .button {
	display: block;
	float: right;
	width: 20px;
	height: 12px;
	margin: 0 5px;	
	background-repeat: no-repeat
}

#logo {                                       /* pozice a velikost hlavního loga */
	position: absolute;
	top: 28px;
	left: 0px/*3px*/;
	display: block;
	width:950px/*350px*/;
	height: 100px/*66px*/;
	background: url(../images/logo.png) no-repeat;
}

#top {                                        /* pozice a barva textu v top*/
	height: 58px/*60px*/;
	padding-top: 67px/*35px*/;
	overflow: hidden;
	margin-left: 410px/*395px*/;
	margin-bottom: 10px;
	margin-right: 180px;
	color: #aac4ff /*ccc* barva pisma v TOP*/;
}

.font-selector,
.width-selector {
	background: url(../images/access-select.png) no-repeat;
}

.lrg .button {
	background: url(../images/access-lrg.png);
}

.sml .button {
	background: url(../images/access-sml.png);
}

.med .button {
	background: url(../images/access-med.png);
}

.thin .button {
	background: url(../images/access-thin.png);
}

.wide .button {
	background: url(../images/access-wide.png);
}

.fluid .button {
	background: url(../images/access-fluid.png);
}
