* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	
  color: #410a37;
  font-family: Tahoma;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #410a37;
}

h1 { font-size: 200%; font-weight: bold; font-family: Times New Roman; }
h2 { font-size: 150%; }
h3 { font-size: 120%; font-weight: bold; }
h4 { font-size:  85%; }
h5 { font-size:  90%; }
h6 { font-size:  60%; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #411160;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #770077;
	text-decoration: underline;
	font-weight: bold;
}
.akcia {
	color: #9900CC;
	font-weight: bold;
}

/* stranka */

#page {
	width: 730px;
	margin: 0 auto;
}

/* obsah */

#content {
	float: left;
	width: 584px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}
      
#bigcontent {width: 730px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	background: #ffffff;
	margin-left: 15px;
}