/* global definition */

A {
  text-decoration: underline;
  color: #c0c0c0;
}

A:Hover {
  text-decoration: underline;
  color: #ffffff;
}

BODY {
  margin: 30px 0 20px 0;
  padding: 0;
  color: #e0e0e0;
  background-color: #000000;
  font-family: Tahoma, Arial, Helvetica, Tahoma CE, Arial CE, Helvetica CE;
  font-size: 11px;
  text-align: center;
}

H1 {
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  letter-spacing: 1px;
}

H2 {
  color: #908080;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  letter-spacing: 1px;
}

HR {
  width: 100%;
  height: 1px;
  color: #404040;
}

IMG { border: 0px; }

UL { margin: 0px 0px 0px 10px;}

/* template elements */

#env {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

#header {
  width: 800px;
  height: 40px;
}

#logo {
  width: 300px;
  height: 40px;
}

#menu {
  position: absolute;
  left: 300px;
  top: 20px;
  width: 493px;
  height: 15px;
  padding: 0px 10px 0px 0px;
  text-align: right;
}

#menu A {
  color: #a0a0a0;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: normal;
}

#menu A.active {
  color: #e0e0e0;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1x;
  font-weight: bold;
}

#content {
  margin-top: 15px;
  width: 800px;
}

#footer {
  width: 790px;
  _width: 800px;
  height: 15px;
  margin-top: 10px;
  padding: 0px 10px 0px 0px;
  color: #404040;
  letter-spacing: 1px;
  text-align: right;
}

#footer A { color: #404040; }

/* custom */

.homepage {
  width: 800px;
  height: 400px;
  border: 1px solid #505050;
  padding: 0px;
}

.subpage {
  width: 800px;
  padding: 0px;
}

.subpage .header {
  width: 790px;
  _width: 800px;
  height: 20px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 10px;
}

.subpage .container {
  width: 800px;
  border: 1px solid #505050;
  padding: 0px;
  font-size: 11px;
}

.subpage .text {
  width: 400px;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  border-right: 1px solid #505050;
}

.subpage .art {
  width: 400px;
  vertical-align: top;
  background-color: #505050;
}

.photogallery_list A { font-size: 13px; }

.photogallery_detail {
  width: 800px;
  padding: 0px;
}

.photogallery_detail .header {
  width: 790px;
  _width: 800px;
  height: 20px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 10px;
}

.photogallery_detail .nav {
  float: right;
  width: 500px;
  text-align: right;
}

.photogallery_detail .showplace {
  width: 800px;
  margin-top: 10px;
  background-color: #303030;
  border: 1px solid #505050;
  text-align: right;
}

.news {
	padding-bottom: 15px;
}

.news .heading {
  font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #908080;
	padding-left: 0px;
	padding-bottom: 0px;
}

.news .heading A {
  font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #908080;
	text-decoration: none;
}

.news .heading A:Hover {
  font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

.news .content {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
}

.news A.more {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

.news A.more:Hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

.news .more {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
}

/* to dalsi je bordel, nutno projit a vycistit! */

/* form */

SELECT.DropDownList {
	background-color: white;
	border: 1px solid #5B0000 /*#F4F0EE*/;
	color: #705050;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	width: 220px;
	height: 18px;
}

INPUT.TextBox {
	background-color: white;
	border: 1px solid #5B0000 /*#F4F0EE*/;
	color: #705050;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	width: 220px;
	height: 18px;
}

INPUT.Button {
	background-color: #F56A36;
	color: white /*#5B0000*/;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	height: 18px;
}

TEXTAREA.TextArea {
	background-color: white;
	border: 1px solid #5B0000 /*#F4F0EE*/;
	color: #705050;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	width: 220px;
	height: 200px;
}
