/* CSS Document */

ghost {
}

a {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
}
a:visited {

}
.tmid #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.tmid #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.tmid #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.tmid #sidebar1 {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.tmid #sidebar2 {
	float: right;
	width: 130px;
	background: #ecffc9 url(img/brzi-kontakt.gif) no-repeat;
	margin-top: 60px;
	height: 200px;
	padding: 5px;
	margin-left: 5px;
	border-top: #33CC00;
	border-bottom: medium solid #33CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tmid #mainContent {
	margin: 0 50px 0 210px;
	padding: 0 10px;
} 
.tmid #footer {
	padding: 0 10px 0 20px;
	background:#719f22 url(img/fooimage.gif) no-repeat 635px 5px;
	height: 115px;
} 
.tmid #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tmid #tmenu {
	background-image: url(img/mainmen.png);
	width: 778px;
	height: 25px;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 2px;
	text-indent: 25px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-weight: 600;
}
.tmid #tmenu :link {
	color: #FFFFFF;
}
.tmid #tmenu :visited {
	color: #FFFFFF;
}
.tmid #tmenu :hover {
	color: #006600;
}
.tmid #nav {
	background-image: url(img/nav.gif);
	width: 778px;
	height: 16px;
	font-size: 0.8em;
	color: #719f22;
	padding-top: 1px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-indent: 20px;
}
#hr {
	color: 719f22;
}
.lmenu {
	background-image: url(img/lmenub.gif);
	width: 170px;
	height: 31px;
	font-size: 1em;
	color: #333300;
	padding-top: 4px;
	padding-left: 30px;
	text-indent: 0.4em;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-repeat: no-repeat;
	font-weight: 600;
	
}
ul {
	font-size: 12px;
	
}
li {
	font-size: 1em;
	list-style-image: url(img/bul1.gif);
}
li:hover {
	background-image: url(img/nav.gif);
	background-repeat: repeat;
}
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sl {
	margin: 15px 50px 25px 220px;
	padding: 5px;
	border: 1px solid #00CC33;
	background-color: #F6F6F6;
}
.pimg {
	margin: 25px 5px;
	padding: 5px;
	height: 250px;
	width: 400px;
	border: thin solid #E3E3E3;
}
.cpright {
	font-size: 10px;
	text-align: center;
	height: auto;
	width: 700px;
	margin: 5px;
	padding: 5px;
}
table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, sans-serif;
}
h1 {
	color: #333333;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 15px;
	margin-right: 15px;
}
h2 {
	font-size: 16px;
	color: #333333;
	margin-left: 25px;
	letter-spacing: 0.2em;
}

