/* Standard-CSS für www.bergkamen.de */

/* Wichtige Farben

hellgrau = #ECECEC
mittelgrau = #D4D4D4
dunkelgrau = #BDBDBD
dunkelblau = #000066
weiß = #FFFFFF
schwarz = #000000
rot = #E4020C


*/


/* ------------- allgemeingültige Formatierungen ------------- */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li	{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
	
html, body	{
	font-size: 100.01%;
}

img	{
	border: 0;
}



.unsichtbar {
display: none;
}


/*  Hauptlayer */

#head {
display: none;
}

#links {
display: none;
}

#inhalt {
margin: 20px;
padding: 0px;
font-size: 0.8em;
line-height: 1.4em;
}

#rechts {
display: none;
}






/*  Inhalt Formatierungen */



#inhalt h1	{
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	text-transform:uppercase;
	margin: 0px 0px 30px 0px;
}

#inhalt h2	{
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
}

#inhalt h3	{
	font-size: 1.0em;
	font-weight: bold;
	color: #000066;
}

#inhalt li	{ 
margin: 10px 0px 10px 0px;
margin-left: 25px;
list-style-type: square;
}

#inhalt a, #inhalt a:link, #inhalt a:visited { 
color: #000066;
text-decoration: underline; 
}

#inhalt a:hover, #inhalt a:focus, #inhalt a:active { 
color: #E4020C;
text-decoration: underline; 
}

.portrait {
float: right;
margin: 0px 0px 20px 30px;
}

#fusszeile {
display: none;
}