@charset "utf-8";

/* GENERAL */
body
{	
	background-color:#EBF4F0;
	font-family:'Sans Serif',Verdana,Arial;
	font-size:11pt;
	height:100%;
	margin:0;
	padding:0;
}
a
{
	color:#000;
}
a:hover
{
	color:#005CA9;	
}
a img
{
	text-decoration:none;
}
img
{
	border:0px;
}
th
{
	text-align:center;
	padding-bottom:15px;
	padding-left:25px;
}
h1,h2,h3,font
{
	color:#005CA9;
}
table
{
	width:100%;
}
p
{
	line-height:1.5;
	display:block;
}
ul, li
{
	line-height:1.5;
}
/* CONTENT DIVS */

#project, #contact, #home, #links, #texts, #meta, #dzuk
{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
}
#home ul, #home ul li
{
	list-style-type:none;
	line-height:1.5;
	display:block;
}
#texts, #meta
{
	width:80%;
}
#project h3
{
	padding:0;
	margin:0;
	line-height:1;
}

/* PROJECT */
table.project
{
	position:relative;
}
table.project td, table.project td > td
{
	vertical-align:top;
	float:center;
	padding-right:25px;
}
table.project td
{
	padding-bottom:20px;
}
table.project td > td
{	
	padding-bottom:40px;
}
table.project img
{
	display:block;
	margin-left:auto;
    margin-right:auto;
}

/* 	META */
table.metacontent, table.metacontent tr td
{
	text-align:left;
	vertical-align:top;
}
table.metacontent td
{
	padding-right:25px;
}
table.metacontent tr > td
{
	padding-bottom:20px;
}

/* TEXT-LIST */
table.text_list td
{
	vertical-align:top;
	padding-left:25px;	
}
td.TDM
{
	text-align:center;
}
td.TLF
{
	text-align:right;
}
