/*
	RESET & BASIC SETUP
*/
* 							{ margin: 0; padding: 0; }
body 						{ 
							  font-family: 'Lucida Grande', Helvetica, sans-serif;
							  background: #FFFFF;  }
/*
	STRUCTURE
*/
.post 						{ height:600px; padding-right:5px; }


/*
	TYPOGRAPHY
*/
p							{ margin: 0 0 5px 0;}
h1							{ font-family: Helvetica, sans-serif; font-size: 1.0em;
							  }
h2							{ font-family: Helvetica, sans-serif; font-size: 0.7em; line-height: 1.2em;
							  }
h3	 						{
							font-size:0.6em;
}

.fotolink					{
							font-size:0.6em;
}

.konzept					{
							font-size: 0.6em;
							padding-right:10px;
							width:290px;
}

a							{ color: #0066cc; }
a:hover						{ color: #ccc; }