/* Defaults */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	
	border:0;
	margin:0;
	padding:0;

	background-image:url(../img/pozadi.gif);
	background-repeat:repeat-x;
}

form {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:underline;
	color:black;
	margin-top:5px;
}

a:hover {
	text-decoration:underline;
}

/* Clearing */

.clearboth {
	clear:both
}

/* Top menu stripe */

#logo {
	width:206px;
	height:58px;
	position:absolute;
	top:4px;
	left:587px;
}

#fastmenu {
	width:300px;
	height:30px;
	position:absolute;
	top:11px;
	left:40px;
}

#fastmenu select {
	font-size:80%;
	width:150px;
}

#menu {
	position:absolute;
	width:550px;
	left:40px;
	top:44px;
}

#menu a {
	text-decoration:none;
	color:black;
}

#menu a:hover {
	text-decoration:underline;
}

#menu .separator {
	display:inline;
	margin-right:5px;
	margin-left:5px;
	color:#666666;
}

/* Middle part of the page */

#smallcol {
	position:absolute;
	top:90px;
	left:40px;
	width:180px;
}

#bigcol {
	position:absolute;
	top:90px;
	left:245px;
	width:520px;
	background-image:url(../img/pozadistranka.gif);
	background-repeat:repeat-x;
	padding:7px 10px 10px 10px;
	border-top:#666666 solid 1px;
}

#bigcolsimple {
	position:absolute;
	top:90px;
	left:245px;
	width:540px;
	border-top:#666666 solid 1px;
}

#fullcol {
	position:absolute;
	top:90px;
	left:40px;
	width:725px;
	background-image:url(../img/pozadistranka.gif);
	background-repeat:repeat-x;
	padding:7px 10px 10px 10px;
	border-top:#666666 solid 1px;	
}

/* Small column */

div.submenu {
	padding: 7px 10px 10px 10px;
	margin-bottom:30px;
	background-color:#FAFAFA;
	border-top:#666666 solid 1px;
	text-align:left;
	background-image:url(../img/pozadimenu.gif);
	background-repeat:repeat-x;
}

div.submenu .submenutitle {
	font-size:115%;
	font-weight:bolder;
	color:#07A18D;
	padding-bottom:6px;
}

div.submenu a {
	display:block;
	text-decoration:none;
	color:black;
	background-image:url(../img/sipka.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	padding-left:10px;
}

div.submenu a.noarrow {
	background-image:none;
	padding-left:0px;
}

div.submenu a:hover {
	text-decoration:underline;
}

div.submenu img {
	float:right;
	margin-left:5px;
}

.novdate {
	color:#666666;
	margin-top:10px;
}

/* Bottomstripe */

#bottomstripe {
	margin-top:30px;
	margin-bottom:30px;
	color:#666666;
	clear:both;
	text-align:left;
}

#bottomstripe a {
	text-decoration:none;
	color:#07A18D;
}

#bottomstripe a:hover {
	text-decoration:underline;
}

#bottomstripe .separator {
	display:inline;
	margin-right:4px;
	margin-left:4px;
	color:#666666;
}