* {
    margin: 0;
    padding: 0;
}

/*FORMATIERUNGEN*/

body {
scrollbar-face-color: #E7E3BC;
scrollbar-highlight-color: #E7E3BC;
scrollbar-3dlight-color: #5D4D24;
scrollbar-darkshadow-color: #E7E3BC;
scrollbar-shadow-color: #5D4D24;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #E7E3BC;
overflow: auto;
}

body , div, table , td, textarea{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #32230C;
}


a:link , a:visited , a:active {
color: #32230C;
font-weight:lighter;
text-decoration:none;
}

a:hover {
color: #9A9165;
text-decoration:none;

}

b {font-weight: bold; color: #A28D52; letter-spacing: 1px;}
i {font-weight: italic; color: #A28D52}
u {color: #A28D52; letter-spacing: 1px; border-bottom: 1px dotted #9CACCA; text-decoration:none;}





.outline
{
background:#DCD7A6;
      text-align:justify;
	padding: 1px;
      opacity:.70; 
      filter:alpha(opacity=70); 
      -moz-opacity:.70;

}

input,textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #32230C;
	background-color: #E7E3BC;
	border: 1px solid #32230C;
}

input:focus{background-color:#32230C;color:#E7E3BC;}
textarea:focus{background-color:#32230C;color:#E7E3BC;} 
select:focus{background-color:#32230C;color:#E7E3BC;}



h6{
      border-bottom:#32230C 2px dotted;
      color:#32230C;
      text-align:left;
      font-weight:bold;
      font-size:12px;
      font-family: Verdana;
      text-transform:uppercase;
      padding:2px;            
	}

h5{
      border-bottom:#32230C 2px dotted;
      color:#32230C;
      text-align:left;
      font-weight:bold;
      font-size:12px;
      font-family: Verdana;
      text-transform:uppercase;
      padding:2px;             
           
	}

h4{
      border-bottom:#32230C 2px dotted;
      color:#32230C;
      text-align:left;
      font-weight:bold;
      font-size:12px;
      font-family: Verdana;
      text-transform:uppercase;
      padding:2px;           
	}

h3{
      border-bottom:#32230C 2px dotted;
      color:#32230C;
      text-align:left;
      font-weight:bold;
      font-size:12px;
      font-family: Verdana;
      text-transform:uppercase;
      padding:2px;            
          
	}

h2{
 
      border-bottom:#32230C 1px dotted;
      color:#32230C;
      text-align:left;
      font-weight:lighter;
      font-size:10px;
      font-family: Verdana;
      text-transform:uppercase;
      padding:2px;           
              
	}

h1{
      border-bottom:#32230C 1px dotted;
      color:#32230C;
      text-align:left;
      font-weight:lighter;
      font-size:10px;
      font-family: Verdana;
      text-transform:uppercase;
      padding:2px;              
       
	}






/* ------ NEWS SYSTEM ------ */
.news_table	{
	background-color: #C1BD91;
	border: 1px dotted #32230C;
	color: #32230C;
	text-align: justify;
	padding: -24px;

	}

.news_title	{
	color: #32230C;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin-left: 10px;
	line-height: 20px;
	}

.news_icon	{
	background-color: #D1BC80;
	border: 1px dotted #32230C;
	padding: 4px;
	margin: 0px 5px 5px 0px;
	text-align: center;
	height: 150px;
	width: 100px;
	float: left;
	align: center;
	}

.news_content	{
	color: #32230C;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	padding: 10px;
	margin: 7px;
	background-color: #DCD7A6;
	border: 1px dotted #32230C;
      min-height:158px;
	}

.news_author	{
	color: #32230C;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	padding: 5px;
	margin: 5px;
	background-color: #D3D0AA;
	border: 1px dotted #32230C;
	}
	

