html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 100%;
	color: #555555;
	font-family: Arial, Helvetiva, Verdana;
	font-size: 9pt;
}

img {
	border: 0px;
}

.content {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 11pt;
	text-align: justify;
}

.footer {	
	margin-left: 13px;
	font-size:9pt;	
}

h1 {
	font-size: 16pt;
	color: #9D8B35;
}

h2 {
	font-size: 13pt;
	color: #777777;
}

a:link {
	text-decoration: none; 
	color: #9D8B35; 
	font-weight: bold;
}
 
a:active {
	text-decoration: none; 
	color: #9D8B35; 
	font-weight: bold;
}
 
a:visited {
	text-decoration: none; 
	color: #9D8B35; 
	font-weight: bold;
} 

a:hover {
	text-decoration: underline; 
	color: #9D8B35; cursor: hand; 
 	font-weight: bold;
}


.green {
	color: #9D8B35;
}

.greenlight {
	color: #D7CB5D;
}

.refs {
	margin-bottom: 10px;
}

hr {
	border: none 0;
	border-top: 1px dotted #9D8B35;
	height: 1px;
}


.formular {
  font-family: Arial; 
  font-size: 8pt; color: #9d8b34; 
}

.form_field1 {
  padding-left:5px;
  background: #9d8b34;
  font-size: 14;
  color: FFFFFF;
}

.form_field2 {
  background: #dddddd;
}

.form_field3 {
  background: #cccccc;
}

.form_field4 {
  background: #bbbbbb;
}

.form_input {
  background: #D6CA5B;
  font-size: 14;
  color: #9d8b34;
  text-align:left;
}

p.table {
  color: #9d8b34;
  font-size: 12;
}



#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
}

.accordion_headings{
	padding:5px;
	background:#D7CB5D;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#9D8B35;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#9D8B35;
}

.td_events {
	background-color: #cccccc;
	font-size:11pt;
	vertical-align: top;
}

.pic_right {
	float: right;
	margin-left: 20px;
	background-color:#ffffff;
	padding:5px;
}

.slogan {
	font-size: 13pt;
	color: #aaaaaa;
	font-style: italic;
}

.klein {
	font-size: 9pt;
	color: #aaaaaa;
}