/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.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 */

*{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font:Helvetica, Arial, sans-serif;
}
html, body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font:Helvetica, Arial, sans-serif;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, p {
	font-size:14px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
p {
}
.Link {
	background: url(/files/btn_down.png);
	background-repeat: no-repeat;
	padding-left:16px;
}
a {
	color: #125e1d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
