/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h4 {
	margin-bottom: 7px;
	color: #639400;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 0;
	text-align: center;
	color: #DCA7B2;
}

.text1 a {
	color: #DCA7B2;
}

.text2 {
	text-transform: lowercase;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #639400;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
}

.text4 {
	text-transform: lowercase;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #639400;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/** LINKS */

a {
	color: #888888;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #D6778A url(images/homepage01.jpg) repeat-x left top; }
.bg2 { background: url(images/subpage02.jpg) repeat-y left top; }
.bg3 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage03.jpg) no-repeat left bottom; }
.bg6 { background: url(images/subpage01.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage11.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** ADDED */

.cleaner {
	clear: both;
}

.red {
	color: #FF0000;
}

.green {
	color: #639400;
}

.input {
	width: 150px;
	margin-bottom: 2px;
	border: 1px solid #639400;
}

.file {
	margin-bottom: 2px;
}

.submit {
	background: #639400;
	border: 0;
	color: #ffffff;
	font-weight: bold;
}

textarea {
	width: 250px;
	height: 100px;
	margin-bottom: 2px;
	border: 1px solid #639400;
	overflow: auto;
}

#fotogalerie {
	margin-top: 25px;
}

#kalendar {
	width: 175px;
	margin: 0 auto 15px auto;
	text-align: center;
}

#kalendar td {
	height: 20px;
}

#kalendar a.selected {
	text-decoration: none;
}

#kalendar .head td {
	color: #639400;
	font-size: 13px;
	font-weight: bold;
}

#kalendar .head td a {
	text-decoration: none;
}

.box,
.fotka {
	width: 79px;
	float: left;
	margin-right: 14px;
	text-align: center;
}

.box p,
.fotka p {
	text-align: center;
}

.editace {
	font-size: 0;
}

.editace img {
	margin-right: 5px;
}

.editace a img {
	border: 0;
}

span.editace {
	display: block;
	float: left;
}

p.editace {
	margin-bottom: 0;
}

#menu h4 {
	clear: both;
	margin: 0 10px 0 10px;
	padding-top: 5px;
	border-top: 1px dashed #566C00;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: -1px;
}

#menu p {
	padding-bottom: 5px;
	margin: 0 10px 15px 10px;
	border-bottom: 1px dashed #566C00;
	color: #ffffff;
}

#menu .green {
	color: #96CB2A;
}

#soubory {
	margin-top: 15px;
	margin-bottom: 20px;
}

#strankovani-top,
#strankovani-bottom {
	font-weight: bold;
	text-align: right;
}

img.pozice {
	margin-bottom: 3px;
}

#edit {
	margin-bottom: 20px;
}