body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	color: black;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
	border: none;
}

a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 100%;
}

td {
	font-size: 100%;
}

h2 {
	font-size: 130%;
	margin: 5px 0px 5px 0px;
}

h3 {
	font-size: 110%;
	margin: 5px 0px 5px 0px;
}

h4 {
	font-size: 100%;
	margin: 5px 0px 5px 0px;
}

hr {
	height: 1px;
	border: solid 1px gray;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.imageRight {
	margin-left: 10px;
}

.imageLeft {
	margin-right: 10px;
}


#page {
	width: 100%;
	text-align: left;
}

#titleWeb {
	display: block;
	font-size: 200%;
	border-bottom: 2px solid gray;
	margin-bottom: 20px;
}

#titleWeb .headline {
	font-size: 80%;
	font-weight: normal;
}

#flashHeader {
	display: none;
}

#login {
	display: none;
}

/*********************************************************/
/********************* leve menu *************************/
/*********************************************************/

#menuTop {
	display: none;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
}

#mainContent h1 {
	color: black;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 140%;
}

#mainContent .articlePerex {
	font-style: italic;
	padding-bottom: 20px;
}

#mainContent .articleText {
	padding-bottom: 20px;
	line-height: 1.5em;
}

#mainContent .sectionItem {
	clear: both;
	border-bottom: solid silver 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#mainContent .sectionItem .perexImage {
	float: right;
}

#mainContent .sectionItem .articlePerex {
	font-style: normal;
	padding-bottom: 0px;
}

#mainContent h3 {
	clear: both;
	color: black;
	margin-bottom: 5px;
}

#mainContent h4 {
	clear: both;
	margin-bottom: 5px;
}

#mainContent p {
	margin-top: 0px;
}

#footer {
	clear: both;
	margin-top: 20px;
	border-top: solid 1px gray;
	text-align: right;
	font-size: 90%;
	color: gray;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: gray;
}

#developer {
	display: none;
}

#imgSectionIllustration {
	float: right;
}

/****************************/
/********* gallery **********/
/****************************/

.grdPictures {
}

.grdPictures td {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 20px;
}

.grdPictures .title {
	display: block;
	font-weight: normal;
	padding-top: 2px;
}

.grdPictures .picture {
	background-color: silver;
	padding: 1px;
}

/*************************/
/********* form **********/
/*************************/

.label {
	font-size: 90%;
	margin-top: 10px;
}

.inputItem {
	width: 500px;
}

.buttonSend {
	width: 500px;
	text-align: center;
	margin-top: 10px;
}

