/* CSS Document */

/* allgemein */
body						{ font-family: arial, helvetica, sans-serif;
							  font-size: 13px; color: #333333;
							  background-color: #FFFFFF;}
td							{ font-family: arial, helvetica, sans-serif;
							  font-size: 13px; color: #333333;}

.auszeichnung				{ color: #003366; font-weight: bold;}
.klein						{ font-size: 11px;}
.headline					{ font-size: 16px; color: #003366; font-weight: bold;}
.gross						{ font-size: 18px;}

/* Listen */
.liste td					{ padding-bottom:8px;}					

/* News */
.news						{ padding:4px 4px 4px 14px;}
.news .headline				{ color: #990033; font-weight: bold;}

/* Links */
a:link, a:visited	 		{ color: #003366;}
a:hover, a:active			{ color: #990033;}

/* 2. Navigations-Ebene */
.navigation					{ padding:6px 4px 0px 10px;}
.navigation a:link, 
.navigation a:visited		{ color: #333333; text-decoration: none; }
.navigation a:hover, 
.navigation a:active		{ color: #990033; text-decoration: none; }
.aktuell					{ color: #990033;}

/* Navigation in m_anwaelte.htm */
.mainnavigation a:link, 
.mainnavigation a:visited	{ color: #333333; text-decoration: none; font-weight: bold;}
.mainnavigation a:hover, 
.mainnavigation a:active	{ color: #990033; text-decoration: none; font-weight: bold;} 

/* Newsletter */
.headline .klein			{ font-size: 13px; font-weight: normal;}
.newsletteranker			{ margin-bottom: 28px;}
.newsletter p				{ margin-top: 4px; margin-bottom: 10px;}
.newsletter .headline		{ margin-bottom: 8px;}
.newsletter	ol, 
.newsletter ul				{ margin-top: 0px; margin-bottom: 10px;}
.newsletter li				{ margin-top: 4px; margin-left: -12px;}				