/*    =========================OBECNE DEFINICE    */

html{
	margin: 0px;
	padding: 0px;
}
body {
  font-family: 'Times New Roman', serif;
  background: #fff;
  color: #444;
  line-height: 1.5;
  text-align:left;
}
a {
	color: #00365b;;
}
a:hover{
	color: #3798b9;
}
img {
	border: 0;
}
h1 {
  color:#646464;
  font-weight: normal;
  font-size: 1.8em;
}
h3{
	display:block;
	margin: 5px 0px 5px 0px;
}


#topline,
#header,
#infoline,
#menu,
#footer {
	display:none;
}


#mainwrap{
	background:white;
	width:100%;
	
}
#main{
	width:100%;
	background: white;
	margin:0;
}

#maincontent{
	width:100%;
	float: none;
}


