body {
	background-color: gray;
	font-family: Verdana, Arial CE, Arial, Helvetica, sans-serif;
}

/*vseobjimajici div pres celou stranku*/
#cely {
	width: 640px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #edddb2;
	border: 3px inset #2c1a0f;
}

#prouzky {
	background-image: url("./obrazky/prouzky.png");
	background-repeat: repeat-x;
}

/*tmavy pruh s logem*/
#pruh1 {
	background-color: #2c1a0f;
	padding: 6px;
}

/*sedy prouzek*/
#pruh2 {
	background-color: #9a9178;
	height: 15px;
	font-size: 1px;
}

/*zluty prouzek*/
#pruh3 {
	background-color: #d5ac3d;
	height: 15px;
	font-size: 1px;
}

/*zluty prouzek dole*/
#pruh4 {
	background-color: #d5ac3d;
	padding: 2px;
	font-size: 10px;
	font-family: Arial CE, Arial, Helvetica, sans-serif;
}

/*tabulka pres celou vnitrni stranku*/
#thlavni {
	border: 0px;
	border-spacing: 1px;
	width: 640px;
}

td {
	vertical-align: top;
	font-size: 12px;
}


/*text clanku*/
#hlavni {
	text-align: justify;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	width: 393px;
}

#hlavni_obrazek {
	text-align: justify;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

/*�ek pod li*/

.radek {
	margin-bottom: 1em;
}

/*hlavni nabidka*/
#nabidka {
	background-color: #9a9178;
	border: 1px solid black;
	width: 90px;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Arial CE, Arial, Helvetica, sans-serif;
}

/*novinky*/
#novinky {
	background-color: #9a9178;
	border: 1px solid black;
	width: 98px;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-top: 30px;
	text-align: left;
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.novinka {
	background-color: #f9ecc8;
	border: 1px solid black;
	padding: 5px;
	text-align: left;
	font-weight: normal;
}

.nabidka_mensi {
	font-size: 11px;
	line-height: 15px;
	margin-left: 10px;

}

.center {
	text-align: center;
}

.vpravo {
	text-align: right;
}

.citace {
	text-align: right;
	font-size: 11px;
	color: maroon;
}

/*typy p�ma*/

strong {
	color: #98671b;
	font-weight: bold;
}

em { 
	font-weight: bold;
	font-style: normal;
}

cite { font-style: italic; }

h1, h2, h3 { 
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #631313;
	text-align: center;}

h1 { 
	margin-top: 5px;
	font-size: 20px;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
	border-color: black;
}

h2 { font-size: 18px; }

h3 {
	text-align: left;
	font-size: 16px;
}

h4 {
	display:inline;
	font-size: 14px;
	color: #631313;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

/*odkazy*/
a {
	text-decoration: underline;
	color: #72054a;
}

a:hover {
	text-decoration: none;
	color: #72054a;
}

#nabidka a {
	color: black;
	text-decoration: none;
}

#nabidka a:hover {
	text-decoration: underline;
}

/*obr�ky*/
img.vlevo {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
}

img.vpravo {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
	float: none;
}

img.okraj {
	border: 1px solid black;
}

a img {
	border: 0px;
}

img.neokraj {
	border: 0px;
}


/*obrazek s rohlickem*/
#potkanci{
    float: right;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
}

#logo {
	float: left;
	margin: 5px;
}

/*guestbook*/
.gbhlavicka {
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.gbjmeno {
	font-weight: bold;
}
.gbvzkaz {
	border-bottom: 1px black dotted;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gbdatum {
	float: right;
	font-size: 10px;
}
.gbip {
	float: center;
	font-size: 10px;
}
.gbpic {
	margin: 0px;
	border: none;
}
.gbform {
	font-size: 10px;
	margin-top: 10px;
}
.idpic {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom; 0px;
	margin-right: 5px;
	float: left;
}

input {
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 390px;
	margin-top: 5px;
}

#webhosting {
	float: left;
	padding-left: 10px;
	color: black;
}

#webhosting a {
	color: black;
}
