@charset "utf-8";
/* CSS Document */

body {
	/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	color:#666;
	background-color:white;
	margin:0;
	padding:0;
	text-align:left;
	font-size: 14px
	font-family: Calibri;
	}

HR {
 color:#666; border: 0; Height:1px;
}


a         {
	color:#666;
	text-decoration:none;
}
a:link    {color:#666;}
a:visited {color:#666;}
a:hover   {color:#666;background-color:#eee;}

td:hover {background-color:#CCCCCC; color:#666666}

h1 {
	margin:0;
	padding:0;
	color:#666;
	font-size: 10px;
	}
h2 {
	color:#333;
	font-size: 12px
	}
h3 {
	color:#333;
	font-size: 12px
	}	
img {
	border-width:0;
}
img.thumb {margin:10px 1px;}


#Main {
	clear:left;
	float:left;
	width:70%;
	}

#Admin{
	width:100%;
	margin-top:0px;
	height:32px;
	padding:2;
}

#Login {
	float:right;
	width:20%;
	margin-top:1px;
	height:30px;
	text-align: right;
	}
#Upload {
	float:left;
	width:75%;
	margin-top:1px;
	height:30px;
	text-align:left;
	}
	}

#Message{
	width:100%;
	margin-top:33px;
	height:32px;
}

#Header {
	width:100%;
	margin-top:50px;
	height:32px;
	border-color:black;
	border-style:solid;
	border-width:1px 0;
	background-image:url(/img/lay/bg/header_right.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

#headerLogo {
	float:left;
	height:15px;
	font: 14px/14px Calibri;
	color: #333;
	background-image:url(/img/lay/bg/header_left.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:17px 0 0 144px;
	}
	
#headerTitle {
	float:left;
	height:15px;
	font: 14px/14px Calibri;
	color: #333;
	padding:0px 0 0 20px;
	}	
	
#img {
	position:absolute;
	left:50%;
	width:600px;
	height: 600px;
	margin-top:70px;
	margin-left:-300px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

#txt {
	position:absolute;
	left:50%;
	width:600px;
	margin-top:70px;
	margin-left:-300px;
	font: Calibri;
	text-align: left;
}

/* -------------------------------CV */
#cvk{
  width:100%;
	font: bold 14px/24px Calibri;
	color: #333;
	clear:both;
	}
	
#cvp{
  width:100%;
	font: 12px/13px Calibri;
	color: #666;
	clear:both;
}
#cv_col1{
	float:left;
	width:10%;
	margin:0;
	padding:0;
	font: bold;	
}
#cv_col2{
	float:left;
	width:90%;
	margin:0;
	padding:0;
	}
/* -------------------------------txt */
#txt p {
	font: 12px Calibri;
	color: #666;
}
#txt.footer {
	font: 8px;
}

	
#Menu {
	float:left;
	width:200px;
	margin-top:70px;
	padding:0 2px 0px 10px;
	text-align: right;
}


#Menu h1{
	margin:0;
	padding:0;
	font: 12px/13px Calibri;
	color: #666;
}
#Menu h2 {
	margin:0;
	padding:0;
	font: bold 14px/24px Calibri;
	color: #333;
	}
#Menu h3 {
	margin:0;
	padding:0;
	font: 12px/13px Calibri;
	color: #666;
	}	

#rightcontent {
	float:right;
	width:200px;
	margin-top:70px;
	padding:0 10px 0px 2px;
	text-align: left;
}	

LABEL,INPUT,TEXTAREA {
  border:0px solid #C0C0C0; background-color: #fff;
  color: #666; font-size: 10px;
  margin: 2px;
}


</

