html, body {
	margin:0px;
	padding:0px;
}


#tinymce {
	background-color:#FFF;
	border:1px dotted #F90;
}


a {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
  text-decoration: underline;

}

a.header {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

a.header:hover {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
  text-decoration: none;

}

a.nav {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a.nav:hover, a.nav-over:hover, .nav-over {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
  	text-decoration: none;

}

.titel{
	font: normal bold 13px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

.subtitel {
	font: normal bold 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
  text-decoration: none;
}

.text, .body, body, table, div{
	font: normal normal 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
  
  margin: 0px 0px 0px 0px;   
}

marquee {
	font: normal normal 12px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.datum,
.datum:hover {
	font: normal bold 9px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: none;
}

.datum:hover {
	color:#CCC;
	text-decoration: underline;
}

.input, .textarea, input, select {
	font: normal bold 12px arial, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #666666;
}

.button {
  font-family: 10px arial, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border-color: #666666;
	border-width: 1px;
	color: #333333;
	cursor: hand;
}

hr {
	height: 0;
	border-width: 1px 0 0 0; 
	border-style: solid;
	border-color: #CCC;
	padding: 5px 0 5px 0;
}
