﻿.widhtPara
{
	width:500px;
	 white-space:nowrap;
}
.mottoText
{
	clear:both;
}
#mapImage
{
	float:right;
	position:relative;
	width:230px;
}
.KubacekImage
{
	padding-right:20px;
	border:solid 1px black;	
	float:left;
}
.GolikovaImage
{
	padding-right:20px;
	border:solid 1px black;	
	float:left;
	position:relative;
	top:-50px;

}
.smallImage
{
	clear:both;
	width:85px;
	height:31px;
}
html {
	height: 100%; 
	margin-bottom: 5px;}	
	
body {
	background-color: #ebebeb;
	color: #000000;
	font: 100% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center; 
	}

a:link, a:visited { color: #3366ff; text-decoration: underline; font-weight: bold; }
a:hover { color: #009966; text-decoration: none; font-weight: bold; }	

h1 { color: #000000; font: bold 110% Arial, Helvetica, sans-serif; }
h2, h3, h4 { color: #333333; font: bold 105% Arial, Helvetica, sans-serif; margin-bottom:-16px;}
#sidebar h2 { color: #333333; font: bold 105% Arial, Helvetica, sans-serif; margin-bottom:0px;}
h5 { color: #000000; font: bold 100% Arial, Helvetica, sans-serif; }
h6 { color: #333333; font: bold 100% Arial, Helvetica, sans-serif; }	
hr { color: #ccc; background-color: #ccc; border: none; height: 1px;	width: 100%; }
img { border: none; }
li, li li { font-size: 90%; }
p { font-size: 90%; }
ol { list-style-type: decimal; }
ul { list-style: circle; }
table, tr, td { border-collapse: collapse; }



#wrapper {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 5px auto;}

#header {
	position: relative;
	width: 950px;
	height: 210px;	
	 }	
#headTable
{
   	width:950px;
   	border:0px;
   	height:210px;
}
#headTable,#headTable table,#headTable td
{
    background-color:#ebebeb;
}
#menutop { /* horizontal menu at top of page */
	padding: 10px;
	background-color: #FFFFFF;
	line-height: 8px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position:absolute;
	top:0px;
	right:0px;
}

#menutop a:link, #menutop a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#menutop a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#sidebar { /* left sidebar at top of page */
	float: left;
	width: 260px;
	margin: 20px;
	/*margin-left:0px;*/ }

#menu { /* sidebar menu at top of page */
	list-style: none;
	line-height: 1.5em; }

#menu p {
   margin: 0 0 0 0px;
   border-bottom: 1px solid #CCCCCC;
}

#menu a:link, #menu a:visited {
   text-decoration: none;	
	font-weight: bold;
}

#menu a:hover {
   text-decoration: none;
	color: #000000;
	padding-left: 10px;
}


#body1 { /* main body or content of page */
	float: right;
	width: 596px;
	line-height: 1.5em;
	padding: 20px;
	border-left: 1px solid #ebebeb; 
	min-height:400px;}

#footer { /* footer section */
	clear: both;
	border-top: 1px dashed #ebebeb;
	padding: 10px;
   text-align: center; }

#footer a:link, #footer a:visited { font-weight: normal; text-decoration: none; }
#footer a:hover { font-weight: normal; text-decoration: underline; }

#copy { /* copyright sectcion below footer */
	width: 950px;
	text-align: center;	
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666666; }

#copyright a:link, #copyright a:visited, #copyright a:hover { font-weight: normal; text-decoration: none; color: #666; }

.cart {
	padding: 10px;
	line-height: 1em;
	vertical-align: top;
	width: 50%;}

.center { text-align: center; }	
.clear { clear: both; }

.imageR { /* floats the image right of content */
    float:right; 
	 margin: 0 0 10px 10px; }

.imageL { /* floats the image left of content */
	float:left;
	margin: 0 10px 10px 0;
}

.indent {
	text-indent: 5px;
}


