﻿/* CSS Document */


body {
	background-color: #c0c0c0;
	background-image: url(../images/pozadi-body.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}


h1 {
	font-size: x-large;
	color: #1F1F1F;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}


h2 {
	font-size: 1.2em;
	text-decoration: underline;
	color: #1F1F1F;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}


#obsah {
	/*background-image: url(../images/surf.jpg) width=device-width;
	background-repeat: no-repeat;
	background-position: right bottom;*/
	margin-left: auto;
	margin-right: auto;
	/*width: 850px;*/
	width:100%;
	height: auto;
	/*background-color: #FFFFFF;*/
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1em;
	font-weight: normal;
	color: #3F3F3F;
	border: 0px solid #1F1F1F;
	line-height: 1.5em;
	/*text-align: justify;*/
}
.odkaz {
	font-family: Tahoma, Arial, Helvetica;
	font-size: small;
	color: #3F3F3F;
	text-decoration:none;
}
.odkaz:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: small;
	color: #1F1F1F;
	text-decoration:underline;
}

#top {
	/*height: 136px;*/
	margin-bottom: 1em;
}

#forma {
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 0px;
	padding-right: 15px;
	height: auto;
	margin-top: 0px;
	padding-top: 1em;
	border-top: 2px solid #999;
}

#forma ul
{
padding-left: 15px;
}

#vlevo {
	width: 590px;
	height: auto;
}


#vlevo p.text {
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}


#vlevo p.text a {
	color: #1F1F1F;
	text-decoration: underline;
}

#vlevo p.text a:hover {
	text-decoration: none;
}


#vlevo p.kurziva {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-style: italic;
	color: #1F1F1F;
}

#vlevo ul {
	color: #1F1F1F;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 0px;
}

#vlevo ul li {
	list-style-type: disc;
	font-weight: normal;
}

#paticka {
	color: #000000;
	padding: 15px;
	margin-top: 0px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

#paticka a {
	color: #000000;
	text-decoration: none;
}

#paticka a:hover {
	text-decoration: underline;
}
