/* stilvorlage fuer http://www.sbf-hemer.de 	*/
/* beginn des projektes april 2005 		*/



/* definierte html-tags */
/* ########################################################### */

body {
	margin: 5px 0 0 11px;
	padding: 0px;
}


a {
	color: #122A53;
	text-decoration: underline;
}

/* - - - immer diese reihenfolge beachten */
/* Reihenfolge zu LVHFA (Link, Visited, Hover, Focus, Activ)  */
/* ## links ## */

a:link { 
	color: #122A53;
	text-decoration: underline;
}
a:visited { 
	color: #122A53;
	text-decoration: underline;
}
a:focus { 
	color: #122A53;
	text-decoration: none;
	}
a:hover { 
	color: #122A53;
	text-decoration: none;
	}
a:active { 
	color: #122A53;
	text-decoration: none;
	}



/* Ueberschriften */
/* ########################################################### */

h1 {
	font-family: Georgia, "Courier New", "Times New Roman", Arial;
	font-size: 15px;
	color: #CC3300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 20px 0 2px 0;
}


/* ###	H2  ### ### ### ### ### ### ### */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 2px 5px;
	text-transform: uppercase;
	letter-spacing: 1px;

}

h2 a:link, h2 a:visited  { 
	color: #000000;
	text-decoration: none;
}
h2 a:focus, h2 a:hover, h2 a:active { 
	color: #CC3300;
	text-decoration: underline;
	}

/* ###	H3  ### ### ### ### ### ### ### */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	width: 135px;
	float: left;
}

h3 a:link, h3 a:visited { 
	color: #000000;
	text-decoration: none;
}

h3 a:focus, h3 a:hover, h3 a:active  { 
	color: #000000;
	text-decoration: underline;
	}

/* ### H4  ### ### ### ### ### ### ### */


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E0F20;
	margin: 0px 0px 0px 0px;
}


/* ### H5  ### ### ### ### ### ### ### */

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	margin: 25px 0px 11px 0px;
	letter-spacing: 1px;
	clear: both;
}



	

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 13px 0px;
	padding: 0 0 0 0;
}




#breakall {
	clear: both;
	padding-top: 5mm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-left: 10px;
		}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
li {
	margin-bottom: 11px;
}
td p {
	margin: 0px;
	padding: 0px;
}
#aktuellesbox h2 a {
	font-family: Georgia, "Courier New", "Times New Roman", Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-transform: none;
	margin: 5px 0 5px 0px;
	}


/* verchiedenenes - boxen - schriftgroessen - etc	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/

.grau {
	color: #555555;
}
.klein {
	font-size: 11px;
	padding: 0 2px 0 2px;
}
.mittel {
	font-size: 15px;
	padding: 0 2px 0 2px;
}
.gross {
	font-size: 18px;
	padding: 0 2px 0 2px;
}
a.klein, a.mittel, a.gross {
	color: #000000;
	font-weight: bold;
}.clear {
	clear: left;
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}
a.none, a.none:link, a.none:visited, a.none:focus , a.none:hover, a.none:active  {
	color: #000000;
	text-decoration: none;
}
.autor {
	font-style: normal;
}

