* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/* obecne atributy */

h1 {
	color: #34943F;
	font-size: 180%;
	font-weight: normal;
}

h2 {
	margin: 10px 0px 0px 0px;
	color: #992C28;
	font-weight: normal;
	font-size: 140%;
}

a {
	color: #992C28;
	text-decoration: none;
	font-weight: Bold;
}

a:hover {
	color: Black;
}

a.detail {
	background-color: #D3DDDC;
	margin-bottom: 0px;
  display: block;
  font-weight: Bold;
  line-height: 26px;
  padding-right: 10px;
  clear: both;
  text-align: right;
  text-decoration: none;
}

a.detail:hover {
	color: Black;
}

a.artdetail {
	margin-bottom: 0px;
  background-position: 445px 5px;
  background-color: #D3DDDC;
  display: block;
  font-weight: Bold;
  line-height: 26px;
  padding-right: 10px;
  clear: both;
  text-align: right;
  text-decoration: none;
}

a.artdetail:hover {
	color: Black;
}

a.refdetail {
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url("/images/layout/ref.jpg");
  background-repeat: no-repeat;
  background-position: top right;
	width: 280px;
  display: block;
  font-weight: Bold;
  line-height: 18px;
  padding-right: 20px;
  text-align: right;
  text-decoration: none;
}

a.refdetail:hover {
	background-image: url("/images/layout/ref-hover.jpg");
}

ul {
	margin: 10px 0px 10px 40px;
}

div.column {
	margin-right: 30px;
	margin-bottom: 20px;
	width: 400px;
	float: left;
}

#supheader a.home {
	display: block;
	width: 300px;
	height: 100%;
	float: left;
}

/* konkretni atributy */
div#mainmenu a {
	padding: 0px 12px;
	display: block;
	font-size: 80%;
	height: 30px;
	line-height: 25px;
	color: White;
	text-decoration: none;
}

#pics img {
	margin-right: 33px;
	float: left;
}

#pics {
	padding-top: 20px;
	border-top: 1px solid Silver;
	clear: both;
}

#pics img.last {
	margin-right: 0px;
}

#footer a {
	color: Black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 20px;
	margin-left: 100px;
	width: 500px;
	line-height: normal;
	float: left;
	text-align: left;
	font-size: 120%;
}

#subfooter a {
	color: #aaaaaa;
	text-decoration: none;
}

#subfooter a:hover {
	color: Black;
}

/* paginator */

.paginator {
	background-color: #eeeeee;
	border: 1px solid Silver;	
	padding: 10px;
	margin: 20px 10px;
	text-align: right;
	overflow: auto;
	clear: both;
}

.paginator a, .paginator span {
	background-color: white;
	border: 1px solid Silver;
	margin: 2px;
	height: 20px;
	min-width: 10px;
	padding: 3px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 90%;	
}

.paginator a:hover {
	background-color: #BD342A;
	color: white; 
}

.paginator span {
	color: Silver;
}