@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#95c7e2;
	font-size:100.01%;
	color:#666666;	
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

body.mceContentBody p, body.mceContentBody ul, body.mceContentBody ol {
	font-size: 0.75em; 
}

img {
	border:none;
}

ul {
	margin-left: 15px;
	list-style-position:outside;
}

ol {
	list-style-position:inside;
}


ul li {
	list-style-image: url(../images/ul-dot.gif);
}



a, a:link, a:visited {
	text-decoration:none;
	color:#619d39;
}

a:hover, a:active {
	text-decoration:underline;
	color:#619d39;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1667em; /* 14px */
	font-weight:bold;
	color:#619d39;
	margin-bottom:10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em; /* 12px */
	font-weight:bold;
	color:#619d39;
	margin-top:20px;
	margin-bottom:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	color:#619d39;
	margin-top:15px;
	margin-bottom:10px;
}

p.Normal {

}

p.Quellenangabe {
	font-size: 10px !important;
}

/*

td  {
	width: 44px;
	font-size: 1em; 
	text-align: right;
	border-collapse:collapse;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c8c8c8;
}


th  {
	color: #5f9b37;
	text-align: right;
	border-collapse:collapse;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c8c8c8;
}


table  {
	font-size: 0.9167em; 
}

*/
