/* Datei: cent1.css */



#menuBar {
  background-color: #A01E23;
  text-align: center;
  position:relative;
  width: 750px;
  height: 20px;
 
}

a.menuButton, a.menuButtonActive {
  
  color: #e4dbcc;
  cursor: pointer;
  font-family: verdana, arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  width: 124px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
}

a.menuButton:hover {
  display: block; width:124px;
  font-weight: bold;
  color: #A01E23;
  background-color: #e4dbcc;
  text-decoration: none;
}

a.menuButtonActive, a.menuButtonActive:hover {
  display: block; width:124px;
  font-weight: bold;
  color: #A01E23;
  background-color: #e4dbcc;
  text-decoration: none;
  
}

.menu {
  width:125px;
  background-color: #A01E23;
  color: #e4dbcc;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

a.menuItem {
  
  color: #e4dbcc;
  cursor: pointer;
  display: block; width:125px;
  width: 125px;
  font-family: verdana, arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  
  padding: 2px 2px;
 
  text-decoration: none;
  
  
}

a.menuItem:hover {
  background-color: #e4dbcc;
  color: #A01E23;
  text-decoration: none;
  
}

h1
	{
	font-family: verdana, arial;
	font-size: 8pt;
  	font-style: normal;
  	font-weight: bold;
	text-decoration: none;
		
	
	}


h2
	{
	font-family: verdana, arial;
	font-size: 10pt;
  	font-style: normal;
  	font-weight: bold;
	text-decoration: none;
	color: #A01E23;
	
	
	}

h3
	{
	font-family: verdana, arial;
	font-size: 8pt;
  	font-style: normal;
        font-weight: lighter;
  	text-decoration: none;
	
	
	}
p
	{
	font-family: verdana, arial;
	font-size: 8pt;
  	font-style: normal;
  	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}


a
	{
	font-family: verdana, arial;
	font-size: 8pt;
  	font-style: normal;
  	font-weight: normal;
	text-decoration: none;
	color: #A01E23;
	}


a:hover
	{
	font-family: verdana, arial;
	color: #A01E23;
	font-size: 8pt;
  	font-style: normal;
  	font-weight: normal;
	text-decoration: underline;
	
	}




body
	{
	scrollbar-face-color:#E4DBCC;
	border-top:1px solid #000000;
	}


textarea
	{
	scrollbar-face-color:#E4DBCC;
	}


