html, body, #wrapper{
	font-family: Tahoma, Verdana, "Helvetica CE", Helvetica, "Arial CE", Arial, Sans-serif;
	font-size: 11px;
	background-color: fff;
	/*background-color: #000000; - - - - - - OLDER style for black layout */
   color: #a9a7a7;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 778px;
}
#holder{
   color: #000000;
	 background-color: #ffffff;
    text-align: center;
    padding: 0;
    width: 778px;
    height: 604px;
    visibility: visible;
	
    /*background-image: url(../img/bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: solid; - - - - - - OLDER style for black layout */
}
#content{
    text-align: center;
    padding: 0;
    margin: 13px 13px 0;
    width: 752px;
    height: 591px;
}
#cont{
    width: 752px;
    height: 507px;
    overflow: auto;
}
#scroll_cont{
	text-align: left;
    width: 752px;
    height: 500px;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.img-margin{
    margin-left: 5px;
}

#menu{
	height: 75px;
	text-align: center;
}
#menu .in{
	text-align:left;
	color: #9d9c70;
	margin: 10px auto;
	background-color: transparent;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#menu .nav{
	float: left;
	width: 50px;	
	position: relative;
	left: 5px;
	font-size: 38px;
}
#menu .main{
	float: left;
	width: 125px;	
	position: relative;
	left: 45px;
}
#menu .port{
	float: left;
	width: auto;	
	position: relative;
	left: 0px;
}
#menu .logo{
	float: left;
	position: relative;
	left: 105px;
}
#menu .frwrd{
	visibility: hidden;	
	float: left;
	font-size: 18px;
	position: relative;
	left: 355px;
}





#copyright{
    color: #666666;
    text-align: right;
    padding: 0;
    width: 760px;
    position: relative;
	
	/*margin-top: 5px;  - - - - - - OLDER style for black layout */

	
    margin:5px 50px 15px 0px; /* - - - - - - - - - - - minor tweak to bottom margin - - */
	
	background-color: transparent;
}




#copyright a:link, #copyright a:visited{
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}




#copyright a:hover{

	/*color: #ffffff;  - - - - - - OLDER style for black layout */
	
	
	color:#9D9C70; /* - - - - - - - - - - - minor hover state of copy footer links - - */
	
	background-color: transparent;
}





img{	border: 0;	}

#subnav {
/*	color:#9d9c70;*/
}
#subnav ul {
	list-style: none;	
	padding: 300px 20px 20px 90px;
	margin: 0;
}

.sub-header {
	font-size: 16px;
	left:-30px;
}

#obsah{
	width:700px;
	height:450px;
	position:relative;
	left:20px;
	top: 10px;
	overflow:auto;
}

#form{
	width:300px;
	position:relative;
	left:400px;
	top:40px;

	
}

#form input {
	width:90%;
	margin-bottom: 2px;
	padding:2px;
	border:solid 1px;
	border-color:#dfdfdf;
	color: #666666;
	font-size:10px;
}
#form .form-name {
	background-attachment: scroll;
	background-image: url(../img/form-name.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#form .form-email {
	background-attachment: scroll;
	background-image: url(../img/form-email.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#form .form-query {
	width:100px;
	margin-bottom:2px;
	padding:2px;
	border:solid 1px;
	border-color:#dfdfdf;
	color: #666666;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	
	background-attachment: scroll;
	background-image: url(../img/form-query.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#form .odeslat {
	border:none;
	width:30px;
	position:relative;
	top:0px;
	left:70px;
	
	}

a:link, a:visited {
	text-decoration: none;
	color: #9d9c70;
	background-color: transparent;
}
a:hover {
	color: #000000;
	background-color: transparent;
}