/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

body {
	background-image: url(http://www.viggo-mortensen.cz/gfx/bg.png);
	background-repeat: repeat;
	color: #CACACA;
	font-family: Tahoma;
	font-size:11px;
}
.topbar {
	position:fixed;
	top:0;
	left:0;
	height:56px;
	width:100%;
	background-image:url(gfx/topbar_bg.png);
	background-repeat:repeat-x;
	z-index:2;
}
.topbar_end {
	position:fixed;
	top:0;
	right:0;
	height:56px;
}
.menu {
	position:absolute;
	top:56px;
	left:18px;
	width:119px;
	height:550px;
	background-image:url(gfx/menu_bg.png);
	background-repeat:repeat-x;
	line-height:3px;
	text-align:center;
}
.text {
	position:absolute;
	top:70px;
	left:170px;
	width:900px;
	line-height:normal;
}


.nadpis {
	width:920px;
	height:30px;	
	background-image:url(gfx/nadpis.png);
	background-repeat: no-repeat;
	text-align:center;
	font-size:22px;
	font-family:Times New Roman;
	font-variant:small-caps;
	color: #FF9900;
	line-height:30px;
}
.nadpis2 {
	width:920px;
	height:18px;	
	background-image:url(gfx/nadpis.png);
	background-repeat: no-repeat;
	text-align:center;
	font-size:12px;
	color: #FF9900;
	line-height:18px;
}
.subnavigace {
     width:920px;
     height:18px;     
     background-image:url(gfx/subnavigace.png);
     background-repeat: repeat-x;
     text-align:center;
     font-size:11px;
     color: #666666;
     line-height:17px;
     position:fixed;
     bottom:0px;
}
.button {
	background-image:url(gfx/menu.png);
	background-repeat:no-repeat;
	height:15px;
	width:120px;
	line-height:14px;
	text-align:left;	
	font-size:12px;
	color: #FFFFFF;
	position:relative;
	left:5px;
	}
.buttontext {
	position:relative;
	font-size:12px;
	left:9px;
	}
.menulink {
	position:relative;
	font-size:12px;
	left:14px;
	line-height:12px;
	color:#FFFFFF;
	text-align:left;
	}
.menulink_sed {
	font-size:11px;
	color: #666666;
	}
.hr {
	position:relative;
	left:-5px;
	}
