body { behavior:url("csshover.htc"); }

body,html {
	font-family: "Arial CE", Arial, Geneva, "Helvetica CE", Helvetica, sans-serif;
	background-color: #DFDFDE;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	/*overflow: visible;*/
}

a {
	color: #009966;
}

h1 {
	text-align: right;
	color: Black;
	margin-top:0;
	font-size: 170%;
}

h2 {
	font-size: 130%;
	color: #009966;
}

h3 {
	color: #009966;
	margin:0;
}

.ram {
	border: 1px solid #009966;
	margin:0;
	padding:0;
}

.vyber {
	border: 1px solid #009966;
	padding: 15px;
}

.vyber:hover {
	background-color: white;
}

#velky {
	position:absolute;
	background: url('images/pruh2.gif') left repeat-y;
	width: 100%;
	height: 100%;
}

#velky2 {
	background: url('images/pruh3.gif') bottom left no-repeat;
	height: 100%;
}

#velky3 {
	background: url('images/pruh1.gif') top left no-repeat;
	height: 100%;
}

#velky3bez {
	background: url('images/pruh1bez.gif') top left no-repeat;
	height: 100%;
}

#menu {
	z-index: 4;
	position: relative;
	top: 80px;
	left: 0px;
	margin-left: 196px;
	width: auto;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #009966;
}

.nabidka {
	font-weight: bold;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#obsah {
	position: relative;
	z-index: 3;
	top: 0px;
	left: 0px;
	margin-left: 225px;
	margin-top: 100px;
	width: 700px;
	border: 1px solid #009966;
	padding:10px;
}

#obsahbez {
	position: relative;
	z-index: 3;
	top: 0px;
	left: 0px;
	margin-left: 225px;
	margin-top: 100px;
	width: 700px;
	padding:10px;
}

#aktivni {
	position: relative;
	z-index: 4;
	border-left: #009966 1px solid;
	border-top: #009966 1px solid;
	border-right: #009966 1px solid;
	border-bottom: #DFDFDE 1px solid;
	padding: 10px 10px 26px 10px;
}

#menu a:hover {
	border-top: 1px solid #009966;
	border-bottom: 1px solid #009966;
}

#slogan {
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
}

.cleaner {
	visibility: hidden;
	clear: both;
}

.centr {
	margin:0;
	padding:0;
	text-align:center;
}

.scr {
	border: 1px solid black;
}



