/*
#cc0000; -red
#ffcc00; -yellow

#080e66; -blue-dark
#017fd4; - blue-sky

#00853a; -green
#014320; -dark green
#38526d; -solar panel


*/
@import "menupublic.css";
body{
	text-align:center;/*important*/
	padding:0px;
	margin:0px;
	
	color:black;
	font-size:11px;
	font-family:Arial, Verdana;	
	line-height:140%;
	
	zbackground-color:transparent;
	background-color:#6f97ca;
	background-color:#ccc;
	zbackground-image:url(./images/body.jpg);	
	background-repeat:repeat-x;
	background-position: 0% 0%;
	
}
/*---------------------------------------------------------*/
INPUT{width:200px;}

input.submit{width:75px;border:1px solid #ccc; }

TEXTAREA{width:200px;}
SELECT {width:200px;font-size:12px;background-color: #E7E5D8;}
/*---------------------------------------------------------*/
table{
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	text-align:left;
}

td{	
	padding:0px;
	margin:0px;
	font-size:12px;	
	vertical-align:top;
	line-height:150%;
}


img{
	border:none;
}

b{
	font-weight:normal;
}

.bold{
	font-weight:bold;
	font-size:13px;
	color:#0c4e99;
}

a{
	color:#800000;
	
	ztext-decoration:underline;	
	text-decoration:none;
}

a:hover{
	color:#d19651;	
	ztext-decoration:underline;
	text-decoration:none;
}

ul, ol{	
	margin:0px;
	padding:0px;	
	padding-left:15px;		
	padding-top:10px;

}

ul li, ol li{	
	margin:0px;	
	padding:0px;
	padding-top:8px;	
	list-style-position: outside;
}
 
ol {
	padding-left:25px;	
	padding-top:0px;
}

ul.adsvert{
background-color:#eee;	
padding:10px;
padding-left:25px;		
}

ul.menu{
background-color:#eee;	
padding:10px;
padding-left:40px;		
}

ul.menu li{

padding-bottom:5px;

}

ul.menu a{
font-size:12px;		
font-weight:bold;
zcolor:black;
}

/*-----------Headers-----------------*/

h1{		
	margin:0px;	
	padding:0px;
	padding-top:30px;
	padding-left:15px;
	padding-bottom:10px;
	
	font-size:24px;
	line-height:120%;
	font-weight:normal;
	font-weight:bold;
	zfont-style:italic;	
	
	color:black;
	background-color:transparent;	
zborder:1px solid green;
}


h1.title{
	margin:0px;
	padding:0px;	
	
	padding-left:10px;
	padding-top:10px;	
	
	zfont-size:15px;
	
	font-weight:normal;		
	
	color:black;

	font-family: Arial, Verdana, Trebuchet MS, Times New Roman;
	background-image:none;
	background-color:transparent;
}



zh1.title:first-letter{
	color:red;
}

/*--------------DIVs----------------*/
div.shell{
	position:relative;		
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	
	text-align:center;/*important*/
	width:950px;
	clear:both;
}

/*---------HORMENU--------------*/
div.hor_menu{
	position:absolute;
	left:0px;
	
	margin:0px;
	margin-top:100px;	
	padding:0px;
	
	width:950px;
	height:20px;
	text-align:right;
	background-color:transparent;	
z-index:111;
zborder:1px solid green;

}
div.hor_menu table{
	zwidth:735px;
	
}
div.hor_menu table td{
	margin:0px;
	padding:0px;	
	
	color:#2a2a2a;
	font-size:12px;	
	font-weight:bold; 
	text-align:left;
}


div.hor_menu a{
	margin:0px;
	padding:0px;
	

	font-size:11px;
	zfont-weight:normal; 
	font-weight:bold; 
	text-decoration:none;	
	color:#2a2a2a;
}

div.hor_menu a:hover{	
	color:#a30000;
	text-decoration:none;	
	
}

/*---------------------------------------*/
div.flash{
	position:absolute;
	top:0px;
	left:0px;	
	
	padding:0px;
	margin:0px;
	zmargin-top:5px;
	
	width:950px;	
	height:110px;
	color:#0c4e99;
	font-size:16px;
	font-weight:bold;

	text-align:left;

	
	background-color:white;
	
	background-image:url(./images/top.jpg);	
	background-repeat:no-repeat;
	background-position: 50% 0%;

	z-index:0;	
zborder:1px solid green;
}

div.flash p{
	padding:0px;
	margin:0px;
	padding-top:32px;
	padding-right:25px;
	font-size:16px;
	text-align:right;
}

div.flash table{
	padding:0px;
	margin:0px;
	margin-top:27px;
	width:935px;
}

div.flash table td{
	padding:0px;
	margin:0px;
	color:#0c4e99;
	font-weight:bold;
	font-size:16px;
	text-align:right;
}


div.content{
	position:absolute;
	top:0px;
	left:0px;	
	
	margin:0px;
	padding:0px;	
	margin-top:110px;	
	
	
	width:950px;	
	
	background-color:transparent;
	zbackground-color:white;
	
	background-image:url(./images/bg-content.jpg);
	background-repeat:repeat-y;
	background-position: 50% 0%;

	z-index:10;
zborder:1px solid yellow;
}

div.menu{
	position:absolute;
	top:0px;
	left:0px;	

	margin:0px;	
	margin-top:125px;	
	padding:0px;
	
	width:155px;
	text-align:left;
	background-color:transparent;	
	
	z-index:110;
zborder:1px solid red;
}




/*-------------------------------------------------*/
table.frameless{
	margin:0px;
	padding:0px;
	
	margin-left:155px;
	margin-top:0px;
	margin-right:0px;
	
	
	width:795px;	
	background-color:transparent;
zborder:1px solid white;
}

table.frameless td{
	margin:0px;
	padding:0px;	
}
/*-------------------------------------------------*/
table.frameless td.adsvert{
	margin:0px;
	padding:0px;
	
	width:300px;
	text-align:left;
	background-color:transparent;	
zborder:1px solid red;
}

table.frameless td.adsvert p{
	margin:0px;
	padding:10px;
	
	text-align:left;	
	font-style:italic;
	background-color:#eee;	
zborder:1px solid red;
}

table.frameless td.adsvert img{
	margin:0px;
	padding:0px;	

	float:none;
}

table.frameless td.adsvert h1{
	margin:0px;
	padding:10px;
	color:black;
	padding-left:0px;
	text-align:left;
}

table.frameless td.adsvert a{
	text-decoration:none;;
}

/*------------------------------------------*/
table.left{
	margin:0px;
	padding:0px;
	width:445px;
	background-color:white;
	background-color:transparent;
}

table.left td{
	margin:0px;
	padding:10px;
	padding-bottom:20px;	
	padding-right:40px;
	padding-left:20px;
	
	
	background-color:transparent;
	zbackground-color:white;
	background-image:url(./images/left-content.jpg);
	background-repeat:repeat-y;
	background-position: 0% 0%;
}

table.left td.top{
	margin:0px;
	padding:0px;
	padding-top:0px;
	background-image:url(./images/left-roundtop.jpg);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	
}

table.right{
	margin:0px;
	padding:0px;
	width:300px;
	background-color:white;
	background-color:transparent;
}


table.right td{
	margin:0px;
	padding:0px;
	padding-bottom:0px;	
	padding-right:10px;
	padding-left:20px;
	zfont-size:12px;
	
	background-color:transparent;
	zbackground-color:white;
	background-image:url(./images/right-content.jpg);
	background-repeat:repeat-y;
	background-position: 0% 0%;
}



table.right td.top{
	margin:0px;
	padding:0px;
	
	zheight:15px;
	background-image:url(./images/right-roundtop.jpg);
	background-repeat:no-repeat;
	background-position: 0% 100%;
zborder:1px solid black;
	
}

table.right h1{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:blue;
zborder:1px solid red;
}

table.right td.bottom{
	margin:0px;
	padding:0px;
	
	zheight:20px;
	background-image:url(./images/right-roundbottom.jpg);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	
}





/*---------CONTACT-------------*/
/*table.contact{
	padding:0px;
	margin:0px;
}

table.contact td, table.contact td.head{
	padding:10px;
	margin:0px;
	padding-top:10px;
}
table.contact td.head{
	width:80px;
	ztext-align:right;
	font-weight:bold;
}
*/
/*---------CONTACT - Form-------------*/
table.contact-form{
	padding:0px;
	margin:0px;
	width:400px;
	background-color:white;
}

table.contact-form td, table.contact td.head{
	padding:10px;
	margin:0px;
	padding-top:3px;
	vertical-align:middle;
	background-color:white;
}
table.contact-form td.head{
	padding:0px;
	margin:0px;
	width:170px;
	ztext-align:right;
	font-weight:bold;
}


/*
div.content p.copy{
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:30px; 
	zpadding-top:94px;
	zpadding-right:150px;
	
	font-size:10px;
	color:#ddd;
	text-align:center;

	zbackground-color:#a30000;
	
	background-color:transparent;	
	background-image:url(./images/p-bottom.jpg);	
	background-repeat:no-repeat;
	background-position:50% 0%;
zborder:1px solid red;
}



p.copy a{
	color:#ddd;
	font-size:10px;	
}

p.copy a:hover{
	color:#ccc;
}
*/
p.bottom{
	margin:0px;
	padding:0px;
	height:94px;
	zpadding-top:10px;
	zpadding-bottom:30px; 
	zpadding-top:94px;
	zpadding-right:150px;
	
	font-size:10px;
	color:#ddd;
	text-align:center;

	zbackground-color:#a30000;
	
	background-color:transparent;	
	background-image:url(./images/p-bottom.jpg);	
	background-repeat:no-repeat;
	background-position:50% 0%;
zborder:1px solid red;
}