/* netzschritt GmbH 
* netzschritt.de
*
* Styles for Rich Text Editor
*
*/


body { 
	font-size:13px;
	font-family:'Helvetica','Arial','sans-serif';
	color:#696c6c;
}

p {margin: 5px 0 10px 0;}
a { outline:none; color:#78c800; }
a:hover { color:#008705; }

a.grau { outline:none; color:#696c6c; }
a:hover.grau { color:#000; }

h1 {
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	font:30px 'Helvetica','Arial','sans-serif';
}
h1.blau {color:#009ee3}

h2 {padding-top:0;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
	text-transform:uppercase;
	font-size:18px;
}
h2.blau {color:#009ee3}

h3 {padding-top:15px;
    padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
	font-size:14px;
}
h3.blau {color:#009ee3}

h4 {padding-top:0;
	margin-top:0;
	margin-bottom:0;
	font-weight:900;
	text-transform:uppercase;
	font-size:13px;
}
h4.blau {color:#009ee3}

p, ul, ol {
	line-height:1.3em;
}

hr { 
	border:0;
	color:#DDDDDD;
	background-color:#DDDDDD;
	height:1px; 
	margin:20px 0; 
}