/*
	Author: NEEDLABS Mentasti Matthias
	Date: 12.05.09
	Location: Mayerling / Austria
*/




/* ****************************************
	Allgemeines
**************************************** */
*
{
	margin: 			0;
	padding: 			0;
	border: 			0;
}

body{
	background-color:	#eee;
	color: 				#3e3e3e;
	font-family: 		Georgia, "Times New Roman", serif;
	font-size: 			0.7em;
}

a{
	color: 				#ccc;
	text-decoration: 	none;
}

a:hover{
	color: 				#ccc;
	text-decoration: 	underline;
}



/* ****************************************
	Content
**************************************** */

#wrapper{
	width:				650px;
	background-color:	white;
	border:				1px solid #ccc;
	margin:				auto;
	margin-top:			100px;
	padding:			25px;
}

#wrapper h1{
	font-family:		Georgia, "Times New Roman", serif;
	font-size:			2em;
	font-style:			italic;
}

#wrapper .project{
	border-bottom:		1px solid #ccc;
	padding:			10px;
}

#wrapper .project a.show{
	font-size:			1.2em;	
}

#wrapper .project a.link{
	float:				right;	
}

#wrapper .project .desc{
	margin-top:			10px;
	font-size:			1em;	
	display:			none;
	padding:			20px 0 20px 0;
	clear:				both;
}





