/* CZ Template style.css */


/* GENERAL */

body { 
	height: 100%;
	padding: 0;
	margin 0 auto;
	background: url('images/background.png');
    background-color: #ba4d1a;
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top;
  	z-index:0;
}

#wrap {
	width: 760px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;

}

#wrap_text {
	width: 400px;
	margin: 0px 0px 0px -10px;
	padding: 10px;
	text-align: left;
}

.text_plain	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color:#a3238e;
}

.text_menu {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 7px;
	letter-spacing: 1px;
	color:#FFFFFF;
}

.text_sub_menu {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	letter-spacing: 1px;
	color:#FFFFFF;
}

.header1 {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color:#e96710;
	}
	
.header2 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color:#a3238e;
} 

.text_footer	{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
	color:#ffd8c6;
}

A			{ color: #e96710; text-decoration: underline; font-weight: bold; }
A:link		{ color: #e96710; text-decoration: underline; font-weight: bold; }
A:active	{ color: #e96710; text-decoration: underline; font-weight: bold; }
A:visited	{ color: #e96710; text-decoration: underline; font-weight: bold; }
A:hover		{ color: #e96710; text-decoration: underline; font-weight: bold; }

.vFooterLink			{ color: #ffd8c6; text-decoration: underline; font-weight: bold; }
A.vFooterLink			{ color: #ffd8c6; text-decoration: underline; font-weight: bold; }
A.vFooterLink:link		{ color: #ffd8c6; text-decoration: underline; font-weight: bold; }
A.vFooterLink:active	{ color: #ffd8c6; text-decoration: underline; font-weight: bold; }
A.vFooterLink:visited	{ color: #ffd8c6; text-decoration: underline; font-weight: bold; }
A.vFooterLink:hover		{ color: #ffd8c6; text-decoration: underline; font-weight: bold; }

.vMenuLink			{ color: #ffffff; text-decoration: none; font-weight: bold; }
A.vMenuLink			{ color: #ffffff; text-decoration: none; font-weight: bold; }
A.vMenuLink:link	{ color: #ffffff; text-decoration: none; font-weight: bold; }
A.vMenuLink:active	{ color: #e96710; text-decoration: none; font-weight: bold; }
A.vMenuLink:visited	{ color: #ffffff; text-decoration: none; font-weight: bold; }
A.vMenuLink:hover	{ color: #e96710; text-decoration: none; font-weight: bold; }

#header {
	position: absolute;
	top: 32px;
	width: 727px;
	margin-left: 12px;
	margin-right: auto;
	height: 82px;
	background: url('images/header.png');
}

/* #header_image {
	position: absolute;
	top: 114px;
	width: 727px;
	margin-left: 12px;
	margin-right: auto;
	height: 122px;
	background: url('images/header_image.png');
} */

#background_menu {
	position: absolute;
	top: 114px;
	width: 727px;
	margin-left: 12px;
	margin-right: auto;
	text-align:left;
	height: 30px;
	background: url('images/menu.png');
}

#container {
	position: absolute;
	top: 144px;
	margin-left: 12px;
	margin-right: auto;
	width: 727px;
	text-align:left;
	height: 467px;
	/* background: url('images/background_content.png'); */
	background-color: none;

}

#container_footer {
	position: absolute;
	top: 81px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align:left;
	height: 558px;
	background: url('images/background_footer.png');
}

#footer_shadow {
	position: absolute;
	top: -16px;
	left: -25px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 599px;
	background: url('images/shadow.png') no-repeat;
}

#container_text {
	position: absolute	;
	top:17px;
	width: 400px; /* 662px; */
	left: 0px;
	margin-left: 300px; /* 25px; */
	text-align:left;
	height: 400px;
}

#container_text2 {
	position: absolute	;
	top:17px;
	width: 662px;
	left: 0px;
	margin-left: 25px;
	text-align:left;
	height: 400px;
}

#footer_text {
	position: absolute	;
	margin-top: 540px;
	padding-left: 25px;
	width: 750px;
	left: 0px;
	margin-right: 25px;
	height: 50px;
}

#menu {
    font-family: Verdana, sans-serif;
    position: relative;
    top: -35px;
	width: 727px;
    height:30px;
    font-size:14px;
    line-height: 17px;
    margin-left: 15px;
    text-shadow: -2px 0px 5px #000000;
    text-align: left;

}
 
#menu ul {
	list-style-type: none;
	padding-left: 0px;
	white-space: no-wrap;
}
 
#menu ul li {
	float: left;
	position: relative;
	padding-left: 16px;
}
 
#menu ul li a {
	padding: 5px;
	display:block;
	text-decoration:none;
	height:30px;
}
 
#menu ul li ul {
	display: none
	
}
 
#menu ul li:hover ul {
	display: block;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -16px;
	background:#6b045f;
}
 
#menu ul li:hover ul li a {
	display:block;
	padding-left: 1px;
	padding-right: 10px;
	width: 225px;
	text-align: left;
	height: 15px;
}
