/****************************************************************************************
B A S E   S E T T I N G S
*****************************************************************************************/

*		{
		margin: 0;
		padding: 0;
		}
		
body	{
	
		font-family: 'Vollkorn', serif;
		background-color: #ebf7fd;
		text-align: center; /* dient für IEs zur horizontalen Zentrierung */
		}

div		{
		text-align: left;
		}


/****************************************************************************************
M A I N   P O S I T I O N I N G
*****************************************************************************************/



#fenster {
		margin: 0 0 10px 10px; 
		width: 1000px;
		font-family: 'Vollkorn', serif;
		background-color: #ffffff;

		border: 1px solid #999999;
		}







/****************************************************************************************
H T M L   E l e m e n t s 
*****************************************************************************************/



p, td	{	font-family: 'Vollkorn', serif;
		font-size:15px;
		color: #636363;
		line-height: 17px;
	}	

#fenster p.legende
 {
		font-size: 90%;
		font-style: italic;
		}




a, a:visited, a:hover {
	font-family: 'Vollkorn', serif;
	color: #636363;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}


a {text-decoration: none;}
a:visited, a:hover {text-decoration: underline;}


h3	{			font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #324453;
	
}

h2 {
	font-family: 'Vollkorn', serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	color: #636363;
	text-transform: none;
	letter-spacing: 0;
	margin: 15px 0 0 0;
	padding-bottom: 15px;
}



h4 {
	font-family: 'Vollkorn', serif; 
	font-size: 16px;;
	line-height: 24px;
	color: #324453;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* color: #324453; */

/*** Content Components ******************/









#fenster p  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
		}




/*** Global Components ******************/		
img, a	{
		border: none;
		}


