html, body	
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, tahoma, sans-serif;
	font-size: 14px;    
	border: 0px;
	background-color: #0180b7;
	color: black;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #00008b;
}

a:hover {
	text-decoration: none;
	color: red;
}


h1 {
	font-size: 16px;
	color: red;
}


#left {
	background: #0180b7 url(grafika/background-left.jpg) top right repeat-y;
}

#right {
	background: #0180b7 url(grafika/background-right.jpg) top left repeat-y;
} 

#stred{
width:1150px;
background-image: url(grafika/opakovani.jpg);
background-repeat: repeat-y;
}


.menu {
	float: left;
	width: 320px;
	min-height: 1024px;
	background-image: url(grafika/menu.jpg);
	background-repeat: no-repeat;
}

.menu-okraje {
margin:150px 0px 0px 160px;
}

.menu a{
	font-size: 18px;
	color: white;
	margin-bottom: 10px;
}

.menu a:hover{
	font-size: 18px;
	color: #ffc3ff;
	margin-bottom: 10px;
}

a.aktivni{
	font-size: 18px;
	color: #a700a8;
	margin-bottom: 10px;
}


.plocha {
	float: left;
	width: 830px;
	min-height: 1024px;
	background-image: url(grafika/plocha.jpg);
	background-repeat: no-repeat;
}

.plocha-okraje {
margin: 305px 140px 10px 10px;
}


.paticka {
	clear: both;
	width: 1150px;
	height: 284px;
	background-image: url(grafika/paticka.jpg);
}


.lp {
font-family: "Courier New", Courier, monospace;
color: black;
font-size: 12px;
}

.cervena {
font-family: "Courier New", Courier, monospace;
color: red;
font-size: 14px;
}

.seda {
font-family: "Courier New", Courier, monospace;
color: #727272;
font-size: 12px;
}



.paticka-text {
position: relative; top: 250px;
	text-align: center;
}
/* paticka logo */
.lp {
font-family: "Courier New", Courier, monospace;
color: black;
font-size: 12px;
}

.cervena {
font-family: "Courier New", Courier, monospace;
color: red;
font-size: 14px;
}

.seda {
font-family: "Courier New", Courier, monospace;
color: blue;
font-size: 12px;
}


/* forum */


input.formular_input {
	width: 600px;
}

textarea.formular_textarea {
	width: 600px;
	height: 100px;
}

.smile {
	width: 600px;
	margin-left: 50px;
}

.prispevek {
	width: 670px;
	clear: both;
	border-top: 1px solid #a0522d;
}

.forum-nadpis {
margin-top:5px;
float: left;
color: #ff6464;
font-weight: bold;
}

.forum-jmeno {
margin-top:5px;
	float: right;
	color: #9091ff;
	font-weight: bold;
}

.forum-text {
	clear: both;
}

.forum-email {
margin-top:5px;
margin-bottom: 5px;
	float: left;
	color: #689aa3;
	font-size: 12px;
}

.forum-datum {
margin-top:5px;
margin-bottom: 5px;
float: right;
 color: #afcbd0;
 	font-size: 12px;
}

/* galerie */ 

.galerie {
	width: 100%;
	background-color: #eff6dc;
	margin: 0px 0px 10px 0px;
}

.galerie:hover {
	width: 100%;
	background-color: #dceeb9;
	margin: 0px 0px 10px 0px;
}

.galerie-text {
		color: #c98e44;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px; 
	margin-bottom: 10px;
}

img.galerie-img {
	border: 1px solid Gray;
		margin-bottom: 10px;
			margin-left: 30px; 
}

img.fotogalerie-img{
		border: 1px solid Gray;
		margin: 10px;
}

img.fotogalerie-img:hover{
		border: 2px solid #ffd700;
		margin: 10px;
}


.aktuality {
	border-bottom-color: #a27408;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

.aktuality-nadpis {
color: #ffa07a;
font-weight: bold;
float: left;
	margin-bottom: 10px;
}

.aktuality-datum {
	font-size:12px;
	color: #689aa3;
	float: right;
		margin-bottom: 10px;
}

.aktuality-text {
	clear: both;
}


