BODY, HTML {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
}

/* --- spolecne ------------------------------------ */

A IMG		{ border: none; }
A			{ color: #0065B3; background-color: #ffffff; text-decoration: none; }
A:hover 	{ color: #0090FF; background-color: #ffffff; text-decoration: underline; }
.none		{ display: none; }
.floatleft	{ float: left; }
.floatright	{ float: right; }
.textcenter { text-align: center; }
.textleft	{ text-align: left; }
.textright	{ text-align: right; }
.clear		{ clear: both; font-size: 1px; width: 1px; height: 1px; }
.DIV		{ border: 1px dashed red; }

/* --- W3C ------------------------------------------ */

.w3cbutton3	{
	margin: 2px 0;
	width: 9em;
	border: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
.w3cbutton3 a {
	display: block;
	width: 100%;
}
.w3cbutton3 a:link, .w3cbutton3 a:visited, .w3cbutton3 a:hover {
	background-color: #fc6;
	color: #000;
	text-decoration: none;
}
.w3cbutton3 span.w3c {
	padding: 0 4pt;
	background-color: #fff;
	color: #0c479d;
}

/* --- pro stranky ---------------------------------- */

#main {
	width: 660px;
	text-align: left;
	background-image: url("../images/back01.gif");
	background-repeat: repeat-y;
	border-left: 170px solid #ffffff;
	/*padding: 0px 10px 0px 20px;*/
	min-height: 500px;
}

#top {
	width: 160px;
	height: 176px;
	margin:0;padding:0;
	position:relative;
	font-size: 90%;
}

#top A {
	display: block;
	width: 160px;
	height: 176px;
	position: absolute;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	top:0px;left:0px;
}

#vlevo {
	position: relative;
	margin-left: -170px;
	width: 170px;
	float: left;
}

#vlevo HR, #vlevo EM { display: none; }
#vlevo A.menu {
	display: block;
	width: 80%;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, monospace;
	font-size: 90%;
	color: #AD2719;
	margin: 0.2em;
	padding: 2px 0px 2px 10px;
}
#vlevo A.vybrano {
	background-color: #AD2719;
	color: #ffffff;
}
#vlevo A.menu:hover {
	background-color: #FBB764;
	color: #ffffff;
}
#vlevo ADDRESS {
	font-size: 70%;
	font-style: normal;
	margin-top: 20px;
	margin-left: 15px;
}
#vlevo DIV.method {
	margin-top: 20px;
	margin-left: 15px;
}

#stred {
	font-size: 80%;
	padding: 0px 15px;
}
#stred H2 {
	color: #AD2719;
	background-color: inherit;
	font-size: 120%;
	}
	
.brown {
	color: #AD2719;
	background-color: inherit;
}

