body {
	background:#fff;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	border: solid 5px #cccccc;
	background:#f1f1f1;
	text-align:left;
	margin:0px;
	padding:0px;
}
#content{
	margin:0px 18px 5px 18px;
	padding:0px;
}
#content a{
	color:#333;
	font-weight:bolder;
}
#content p{
	font-size:0.8em;
}
#content a:hover{
	color:#999;
	font-weight:bolder;
}
#content ul{
	list-style-type:none;
	padding:0;
	margin:15px 5px 0px 35px;
	
}
#content li{
	margin:0px;
	font-size:0.7em;
}
h3{
	font-size:1.3em;
	color:#999999;
}
#menu{
	margin:5px 12px 0px 12px;
	padding:0;
	text-align:center;	
	line-height:22px;
	
}
#menu li{
	list-style-type:none;
	float:left;	
	margin:0;
	padding:0;
}
#menu li a{
	display:block;
	white-space:nowrap;
	padding:0px 7px;
	margin:3px;
	font-weight: bolder;
	font-size: 0.8em;
	color: #000;
	background-image:url(../../img/layout/pozadi-tl1.gif);
	border: solid 1px #000;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: none;
	color: #fff;
	background-image:url(../../img/layout/pozadi-tl2.gif);
}
#ending {
	margin-top:60px;
}
#copyright {
	font-size: 0.7em;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
}
#copyright a{
	color: #333;
}
#copyright a:hover {
	color: #999;
}
.clear-l {
	clear:left;
	height:3px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
}
.float-r {
	float:right;
}
.menu-en {
	vertical-align:middle;
	margin:0;
	padding:3px 4px 4px 3px;
	text-decoration: none;
	border:none;
}
.box-left{
	float:left;
	width:150px;
	padding:0px;
	margin: 0px 0px 2px 0px;
	text-align:left;
}
.box-right{
	margin: 0px 155px 2px 0px;
	width:auto;
	padding:0px;
	text-align:left;
}

.blue {
	font-size: 0.8em;
	color: #06c;
	font-weight: bold;
}
.lila {
	font-size: 0.8em;
	color: #c09;
	font-weight: bold;
}
.img-nb {
	text-decoration: none;
	border:none;
}
.img-b-r {
	text-decoration: none;
	border: 1px solid #000;
	float:right;
	margin:5px;
}
.img-nb-r {
	text-decoration: none;
	border: none;
	float:right;
	margin:5px;
}
.img-nb-m {
	text-decoration: none;
	border: none;
	margin:5px;
	vertical-align:middle;
}
.ramecek {
	border: 1px solid #000;
}

/*-    FORMULARE    -*/
form{
	width:800px;
	margin: 1em 2em;
	font-size:1.2em;
		
}
form #submit {
	padding:2px;
	background-color: #f60;
 	color: #fff;
	cursor:pointer;
	font-weight:bolder;
	border: 1px outset #999;
}
form #submit:hover {
	padding:2px;
	background-color: #f60;
 	color: #fff;
	cursor:pointer;
	font-weight:bolder;
	border: 1px inset #999;
}
fieldset {
	margin: 1em 0 2em 0; 
	padding: 0 0.5em 1em 0.5em; 
	background: #ffc;
	border: 1px #ccc solid;
	position: relative; 
}
form legend {
	font-weight: bold;
	font-size:0.8em;
	padding: .3em;
	background-color:#f90;
	color:#fff;
	border: 1px solid #ccc;
	position: relative; 
	top: -1em; 
}
form label {
	float: left;
	display: block;
	width: 100px;
	padding-right: 5px;
	margin-right: 2px;
	line-height: 1em;
	text-align: right;
} 
form input, form select, form textarea {
	font-size: .9em;
	background-repeat: repeat-x;
	border: 2px solid #f60;
}
