/* CSS Document www.redaktionsbuero-broos.de */

/* Farben usw. anpassen */
/* Zeilenhöhe Überschrift anpassen */	
/* hier Linkfarbe anpassen */

h2 {
	font-size: 14px;
	color: #DC143C;
	letter-spacing:.2em;
	line-height: 22px;
}

.seitenfuss {
	font-size: 10px;
	color: #224466;
}

a {
	color: #9e8282;
	font-weight: normal;
	text-decoration: none;
}
	
#a:hover {
	color:#ffffff;
	background: #FF6600;
	}	

/* bis hierhin Änderungen, Rest ist für Layout */


.body {
	background-color: #f5f5f5;
	margin-top: 0px;
	}

.bodyText {
	font-size: 11px;
	line-height: 22px;
	color: #26354A;
	letter-spacing: .1em;
	}

bodyText, .logo, .navText, .sidebarText, #navigation a, h2, p, .seitenfuss, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.logo, td.navigation, div.sidebarText {
/* Abstand zum linken Seitenrand*/	
	padding-left: 12px; 
	}
	
td.navigation {
	padding-top: 7px;
}
		
.logo {
	font-size: 16px;
	color: #DC143C;
	letter-spacing: .3em;
	line-height: 26px;
	}	

div.navText {
	width: 90px;
	float: left;
	font-size: 10px;
	color: #26354A;
	letter-spacing: .1em;
	line-height: 16px;
	text-align: center;
	}

div.sidebarText {
	font-size: 11px;
	color: #DC143C;
	letter-spacing: .1em;
	line-height: 18px;
	}

table.bilder {
	margin-top: 0px;
}

a.navigation {
	font-size: 10px;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
/*	padding: 0px 10px;*/
	border-right:1px solid #FF6600;
	}

a.navigation:hover {
	color: #f5f5f5;
	background-color: #FF6600;
	}

