


 
/********************************************************************************
 * Basis Definitionen
 ********************************************************************************/


body {
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  color:#000000;
  font-size:14px;
  background-color: #633028;
  padding-bottom: 40px;   	
  background-image: url(/images/elements/back.gif);
}


div, td, th {
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  color:#000000;
  font-size:14px;
}

h1 {
 	font-size:22px;
	font-weight: bold;
	color: #633028;
	margin: 0px;
	line-height: 24px;
}

h2 {
 	font-size:18px;
	font-weight: bold;
	color: #633028;
	margin: 0px;
	line-height: 20px;
}

h3 {
    font-size:16px;
	font-weight: bold;
	color: #633028;
	margin: 0px;
	line-height: 18px;
}


.italic {
	font-style:italic;
	}
	
.clear_both {
	clear: both;
}

span.wow {
	color:#633028;
	font-weight: bold;
}

strong, b {
	    font-weight: bold;
}

.color_ffffff {
	color: #ffffff;
}

	
