* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #3f3c44;
	background: url(../../assets/images/homepage/body-background.gif) repeat;
	font-family:  Verdana, Arial;
	font-size: small;
	text-align: center; 
}

div#wrapper {
	margin: 1em auto; 
	text-align: center; 
	width: 790px;
}

div#header {
	background-color: #6168A3;
	background-image: url(../../assets/images/homepage/header-deco.jpg);
	border: solid 1px black;
	height: 90px;

}

h1 {
	color: #070356;	
	text-decoration: none;
}

h2.h2heading {
	color: #070356;
	font-size: normal;
}	


a {
	color: #070356;
	
}
	
ol li {
	margin-left: 1.5cm;
	
}		
	
p, p.infotext {
	margin-top: 0.3cm;
	margin-bottom: 0.5cm;
	padding-left: 0.8cm;
	text-indent: 0.8cm; 	
}

h2.maintitle {
	font-size: 220%;	
	margin: 20px 40px 0 0;
	text-align: right;
}	

h2.product {
	font-size: large;	
}	

span.productprice {
	color: 	#070356;
	
}	
	
a#tophome {
	color: #BABABB;
	text-decoration: none;
}

div#topnavbar {
	background-color: #070356;
	border: solid 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: static;
	text-align: center;
}

div#topnavbar a {
	color: white;
	font-size: larger;
	font-weight: normal;
	padding: 7px; 
	text-decoration: none;
}

div#topnavbar p {
	margin: 0;
	padding: 0; 
}

div#topnavbar a:hover {
	background-color: #6168A3;
}

div#content {
	background: url(../../assets/images/homepage/content-background.jpg) no-repeat top right #D5D5D5;
	border: solid 1px black;
	margin-top: 0px;
	text-align: center;
}


div#maincontent {
	border: solid 1px #070356;
	min-height: 300px;
	margin: 20px;
	padding: 20px;	
	text-align: left;
}


div#footer {
	background-color: #2E2352;
	border: solid 1px black;
	clear: both;
	color: #7F7C85;
	font-size: smaller;
	margin-top: 20px;
	padding: 7px;
	text-align: right;
}


/*  
	Docasny kod - len pre cas vyvoja
*/
.fleft {
	float: left;
}

.fright{
	float: right;
}

.clearb {
	clear: both;
}

.aright {
	text-align: right;	
}	

.sideboxv1{
	background-color: white;
	width: 197px;
	margin-bottom: 10px;
	text-align: left;
}

.boxv1width2{
	background-color: white;
	width: 580px;
	margin-bottom: 10px;
	text-align: left;
}

.header{
	height: 37px;
	background: url(../../assets/images/header/header_right_tile.jpg) no-repeat top right;
	padding: 0;
	margin: 0;
}

.main{
	clear: both;	
	padding: 10px;
}

.innercontent {
	padding: 5px 10px 5px 10px;
}

legend {
	color: navy;
	font-weight: bold;
}

fieldset {
	margin-bottom: 20px;
}

label {
	background-color: white;
}	

ul {
	margin-left: 1.2cm;
}	

table.infotable {
	border: solid 1px #070356;
	border-spacing: 2px;
	margin-left: 0.8cm;
	margin-top: 0.8cm;
	
}

table.infotable thead {
	background-color: #BABABB;
	border: solid 1px #070356;
	font-weight: bold;
	padding: 2px;	
}

table.infotable td {
	background-color: none;
	border: solid 1px #070356;
	padding: 5px;	
}

