body {
	background-color: #DED6C1;
}

/**/

a{
	color: #666666;
	text-decoration: none;
}



#lang {
	height: 20px;
	width: 1040px;
	position: relative;
	margin-left: -500px;
	left: 50%;
}

#en {
	height: 18px;
	width: 52px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	border-right-style: solid;
	border-right-color: #73231A;
	border-right-width: 1px;
	padding-right: 5px;
	margin-left: 5px;
	}

#en a {
	color: #73231A;
	text-decoration: none;
	}

#en a:hover, .selected a {
	color: #FFFFFF;
	}

#de {
	height: 18px;
	width: 60px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	border-right-style: solid;
	border-right-color: #73231A;
	border-right-width: 1px;
	padding-left: 2px;
	padding-right: 5px;
	margin-left: 5px;
	}

#de a {
	color: #73231A;
	text-decoration: none;
	}

#de a:hover, .selected a {
	color: #FFFFFF;
	}

#cz {
	height: 18px;
	width: 42px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	}

#cz a {
	color: #73231A;
	text-decoration: none;
	}

#cz a:hover, .selected a {
	color: #FFFFFF;
	}

#layout {
	width: 1040px;
	background-color: #73231A;
	position: relative;
	margin-left: -500px;
	left: 50%;
	top: 1px;
}



/**/
#hlavicka {
	height: 333px;
	width: 1000px;
	background-image: url(grafika.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 20px;
	top: 20px;
}

#hlavicka #grafika {
	height: 287px;
	width: 1000px;
	position: relative;
}

#hlavicka #roh {
	position: relative;
	background-image: url(roh.jpg);
	height: 46px;
	width: 399px;
	float: left;
}

/**/


.navigace {
	height: 46px;
	width: 120px;
	float: left;
	position: relative;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

.navigace a {
	display: block;
	height: 46px;
	width: 118px;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #73231A;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #73231A;
}

#kontakt {
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigace span {
	position: relative;
	top: 10px;
}

.navigace a:hover, .selected a {
	background-position: center bottom;
}

/**/

.side{
	height: 100px;
	width: 150px;
	margin-left: 100px;
	margin-top: 30px;
	border: 2px solid #73231A;
}

/**/

#mapa{
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 2px solid #73231A;
	clear: both;
}

#kontakty {
	text-align: center;
	width: 550px;
	margin-left: 50px;
}

#kontakty table{
	border: 2px solid #73231A;
	margin-top: 20px;
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	width: 550px;
}

/**/


#galerie{
	width: 500px;
	margin-left: 90px;
	margin-top: 10px;
}

.galerie2{
	width: 350px;
	margin-left: 170px;
	margin-top: 10px;
}

#galerie img, .galerie2 img{
	border: 2px solid #73231A;
}



/* layout */


#box {
	background-color: #ECE8DD;
	width: 1000px;
	position: relative;
	top: 30px;
	left: 20px;
	padding-top: 12px;
}

#layout #paticka {
	background-color: #73231A;
	left: -20px;
	position: relative;
	height: 20px;
	width: 1040px;
	top: 0px;
}

/*index.php?file=ubytovani*/
#obsah {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	font-size: 14px;
	display: block;
	color: #73231A;
    background-color: #ECE8DD;
	position: relative;
	left: 20px;
	top: 30px;
}

#obsah p {
	text-align:justify;
}

#obsah_levy_sloupec {
width: 365px;
float: left;
position:relative;
}

#obsah_levy_sloupec td, table {
border: none;
}

#obsah_levy_sloupec table {
margin: 30px auto 0px auto;
}

#obsah_pravy_sloupec {
	width: 555px;
	float:left;
	padding: 10px 20px 10px 10px;
	position: relative;
}

.cistic {
	clear: both;
	display: block;
	height: 30px;
	color: #ECE8DD;
	text-align: center;
	margin-top: 3px;
}

.cistic a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}


 /* form elements */
form {
	width:400px;
	margin-left: 100px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	border: 2px solid #73231A;
    width:400px;
}

select {
	border: 2px solid #73231A;
    width: 60px;
}

textarea {
	border: 2px solid #73231A;
	width:400px;
	padding:4px;
	height:100px;
	display:block;
	margin-bottom: 5px;
}

input #button {
	border: 2px solid #73231A;
	width: 200px;
	padding:20px;
}

