/* CSS Document */
/* ------------------------- Hauptstyles ------------------------------------------------------ */
body
{
	margin:0px;
	margin-top:40px;
	margin-bottom:20px;
	color:#616161;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#f9f9f9;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* TinyMCE specific rules */
body.mceContentBody {
	margin:0;
	background: #FFFFFF;
	color:#2424f9;
}

p
{
	padding:0;
	margin:0;
	margin-top:10px;
}
p.nospace
{
	padding:0;
	margin:0;	
}
p:first-child
{
	margin:0;	
}
img
{
	/*border-radius:5px; /* CSS3 */
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari, Chrome */
	/*-khtml-border-radius:5px; /* Konqueror */
	border:none;
}

h1, h1.item_main
{
	margin: 25px 0 15px 0;
	padding: 0 0 0 10px;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height:1em;
	color: #2424f9;
	text-decoration: none;
	font-weight: bold;
	border-left: 2px solid #005da8;
}
h1.item_main
{
	margin: 0 0 20px 0;
	padding: 0 0 2px 10px;
}
h1:first-child
{
	margin-top: 0;	
}
h2
{
	font-family: arial,helvetica,sans-serif;
	margin:20px 0 10px 0;
	font-size: 14px;
	font-weight:bold;
	color: #666;
}
h3
{
	font-family: arial,helvetica,sans-serif;
	margin-bottom:10px;
	margin-top:15px;
	font-size: 13px;
	font-weight:bold;
}

dd
{
	color:#999999;
	font-style:italic;	
}
ul
{

}
li
{	

}
iframe
{
	border:0;	
}

#font_size div.font_size_text
{
	padding-top:4px;
}
a:link, a:visited, a:hover
{
	text-decoration:underline;
	font-size: 1em;
	/*color:#0a3d79;*/
	color:#2424f9;
}

a:hover
{
	text-decoration:none;
}
/*a:focus { outline:none; }*/