/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}
/*
.syntaxhighlighter {
	color: #666;
	background-color:#f6f6f6;
	border:solid 1px #666;
}
*/


/* Ab hier die eigenen Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, ol {
	font-size: 11px;
	color: #41413f;
}

ul {
	list-style-type:square;
}

li {
	
}

h1{
	color: #004a85;	
	font-size: 14px;
	/* font-weight: normal !important; */
	font-weight: bold;
        /* font-style: italic; */
	padding: 5px 0px 20px 0px;
}

h2{
	color: #004a85;	
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

h3{
	color: #004a85;	
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}

h4{
	color: #41413f;	
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

p{
	font-size: 11px;
	color: #41413f;
}

.Markierter_Text {
	color: #004a85;
}

.Link {
	background: url(/files/nav_bullet_link.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}

.Historytext {
	border-top: 1px solid #e0e0e0;
	padding: 5px 0px 25px 15px;
}

.Abstand_links {
	padding-left: 12px;
}

.Abstand_rechts {
	padding-right: 12px;
}
