BODY {
  background-image : url("./images/background.png");
	background-repeat : no-repeat;
	background-position : top center;
	background-color: #f5e0c1;	
	font-family: Georgia, serif;
}

P {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: Black;
	margin: 10px 0px 10px 0px;
}

.aufzaehlung {
	font-size : medium;
	font-family : Georgia, serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin : 5;
	text-indent : 0em;
}

.copyright {
	font-family : verdana, sans-serif;
	font-size: x-small;
	text-align: right;
}

UL, LI  {
	list-style-type: square;
	list-style-image:url("./images/list-image.png");
	list-style-position: outside;

	font-size : small;
	font-family : Georgia, serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}
	
H1  {
	font-size : x-large;
	font-family : Georgia, serif;
	font-weight : normal;
	font-style : normal;
	color : #ce752c;
}

H2  {
	font-size : large;
	font-family : Georgia, serif;
	font-weight : normal;
	font-style : normal;
	color : #ce752c;
}

H3  {
	font-size : medium;
	font-family : Georgia, serif;
	font-weight : bold;
	font-style : normal;
	color : #ce752c;
}

.navigation  {
	font-size: small;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: normal;
	color: #f5e0c1;
	text-align: left;
	margin: 20px 10px 10px 10px;
}

.position  {
	font-size: small;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: normal;
	color: #eb6a00;
	margin: 20px 10px 10px 10px;
	text-align: left;	
}

.topbar
{
  background-image : url("./images/background_top.png"); 
  background-repeat: no-repeat;
  background-origin: left;
}

.navbar
{
  background-image : url("./images/background_nav.png"); 
  background-repeat: no-repeat;
  background-origin: top;
}

.maintext
{	
	margin: 20px 0 20px 20px;
	padding: 0px 10px 10px 10px;
}

.webdesign {
	font-family: verdana, sans-serif;
	font-size: xx-small;
	margin: 5 5 10 5;
	text-align: right;
}

.progdate {
	font-family: verdana, sans-serif;	
	background: Silver;
	margin: 5 0 0 0;
	padding: 5 5 5 5;
}

.progtime {
	font-family: verdana, sans-serif;
	background: Silver;
	margin: 0 0 0 0;
	padding: 5 5 5 5;	
}

.progtitle {
	font-family: verdana, sans-serif;
	border: 1px solid Navy;
	background: White;
	margin: 0 0 0 0;
	padding: 5 5 5 5;
	font-weight: bold;
}

.progdescr {
	border: 1px solid Navy;
	margin: 0 0 5 0;
	padding: 5 5 5 5;	
}

.tableprices {
	font-family: verdana, sans-serif;
	font-size: small;
} 

A.navlink {
   color: #fdad30;  
   text-decoration: none;
}

A:Visited  {}

A:Active  {}

A.navlink:Hover  {
	color: #de982a;
	text-decoration: underlined;
}



	
