/*styles for anderlippin */

body {
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e4e2e3;
}

/* layout start */
#env {
	width: 990px;
	background: #FFFFFF url('../img/complete-background.jpg') 0 0 no-repeat;
	margin: 35px auto 0 auto;
	position: relative;
}

#content {
	margin-top: 115px;
	font-size: 85%;
	float: right;
	width: 459px; /*728 puvodni*/
	text-align: left;
	padding: 30px 192px 30px 77px;
	_width: 728px;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#menu {
	margin-top: 115px;
	font-size: 80%;
	float: left; 
	width: 262px;
}

#foot {
	clear: both;
	background: #FFFFFF url('../img/footer.jpg') 0 0 no-repeat;
	height: 22px;
	padding: 2px 8px;
	font-size: 10px;
	/*color: #CCCCCC;*/
	font-weight: normal;
	text-align: right;
	line-height: 22px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 30px 0;	
	background: #cccc33; 
}

#menu li , li.last {
	border-top: 1px solid #c2c54a;
	padding: 4px 66px 4px 5px;
	color: white;
	text-align: right;
}

#menu li.active {
	color: #cccc33;
	background: white;
	font-weight: bold;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#menu li.last {
	border-bottom: 1px solid #c2c54a;
}

#logo  {
	position: absolute;
	top: 25px;
	left: 55px;
	z-index: 5;
	width:	140px;
	height: 58px;
	background: url('../img/logo-anderlippin.gif') 0 0 no-repeat;
}

a.logolink , a.logolink:active , a.logolink:visited , a.logolink:hover {
	display: block;
	width: 140px;
	height: 55px;
	text-decoration: none;
}

#moto {
	position: absolute;
	top: 45px;
	left: 262px;
	width: 692px;
	padding: 0 30px 0 5px;
	_width: 728px;
	_padding: 0 30px 0 5px;
	text-align: right;
	background: transparent;
}

#moto span.mototext {
	color: white;
	font-size: 28px;
	font-weight: bold;
}

#langsel 
{
    color: white;
    position: absolute;
    top: 5px;
    right: 4px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

	

/*layout end */

/* typography start */

h1 {
	color: #cccc33;
	font-size: 160%;
	font-weight: normal;	
}

h2 
{
    color: black;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
}

p {
	color: black;
	font-size: 95%;
}	

#menu a , #menu a.active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#menu a.active {
	color: #cccc33
}

#content ul 
{
    margin-top: 0.4em;
	margin-left: 0.6em;
	padding: 4px;	
}

#content li {
	font-size: 95%;
	line-height: 120%;
	margin-bottom: 1.0em;
}

#langsel a , #langsel a:visited, #langsel a:active
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/* typography end */

/* forms start */
.elementSeparator
{
	visibility: hidden;
	clear: both;
	/*border: none;
	border-top: 1px solid #C1D5E8;
	height: 1px;*/
}

.staticTextArea { float: left; }

.invalidLbl
{
	font-weight: bold;
	color: #e30000;
}

.valMsg
{
	color: #e30000;
	/*display: inline;*/
	clear: left;
}

.label
{
	width: 130px;
	display: block;
	float: left;
}

.item
{
	display: block;
	float: left;
	margin-right: 5px;
	width: 300px;
}

.brd
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
}

.buttons { text-align: center; }

.addressField { display: none; }

/* forms end */

