/*  
v 2.0 julia soergel
created: 08-2005
last edited: 02-2006
*/

/* general definitions */
body, table, tr, td, h1, h2, p, a, form, textarea, input {
	margin:0 none;
	padding:0 none;
	color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
body {
	background-color:#ffffff;	
}	
a {
	background-color:#ffffff;
	color:#000000;
}
a:hover {
	background-color:#000000;
	color:#ffffff;
}

/* contact line */
.contact {
	font-size:9px;	
	line-height:12px;		
	color:#000000;	
	font-weight:normal;	
	text-align:center;	
}
a.contact {
	padding:0px 3px;
	font-weight:bold;
	background-color:#ffffff;
	color:#000000;
}
a.contact:hover {
	background-color:#000000;
	color:#ffffff;
}

/* linked content images */
.imglink img {
	padding: 10px 0px;
}

.imglink a img {
	background:#ffffff;
}

.imglink a:hover img, .imglink a:active img {
	background:#000000;
}

/* content others */
a.int {
	padding:0px 5px;
}
a.ext {
	font-size:10px;
	text-decoration:underline;
	color:#ffffff;
	background-color:#F60C4B;
} 
a.ext:hover {
	font-size:10px;
	text-decoration:underline;
	color:#000000;
	background-color:#F60C4B;
}

/* hands */
#hand01 {
	visibility:hidden;
	position:absolute; top:0px; left:50%;
	margin-left:-495px;
	width:990px; height:1430px;
	z-index:3;
	/*align:center;*/
}

#argo {
	z-index:2;
}

/* meta navi */
a.meta {
	padding:0px 5px;
	display:block;
	width:490px;
	line-height:12px;
	margin-bottom:1px;
}
.indented {
	padding-left:4px;
	margin-bottom:3px;
}
.cv {
	float:left; 
	margin: 4px 10px 1px 0px;
}

