
/*
	--------------------------------------------------------------------
	Projekt: 	Bochum2015
	Author:		Oliver Hulisz, 72dpi.de 
	Date:			August/September 2007
	--------------------------------------------------------------------
*/	

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 135%;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

/* Header
----------------------------------------------------------------------*/

#accessibility, #metanavigation, #visual {
	display: none;
}


/* Content
----------------------------------------------------------------------*/

#topnavigation, #sidebar, #footer {
	display: none;
}

#panel {
	display: none;
}


/* Typo
----------------------------------------------------------------------*/

h1, h2, h3 {
	font-weight: normal;
}

	h1 {
		font-size: 1.5em;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	h3, h4 {
		font-size: 1.2em;
	}




dd {
	margin: 0;
}



