html, body {
	background-color:#ab9371;
	margin:0px;
	height:100%;
}

.maintable {         				/**************  DEFINITION HAUPTTABLE  **************/                  
	height:100%; width:972px;
	background-color:#d2c487;
	margin:0px;	
	font-family: Tahoma;
    font-size: 13px;
	font-weight: regular;
    color: #1a171b;
}

.logohead {         					/**************  DEFINITION BEREICH KOPF / LOGO  **************/                  
	margin:0px;	
	font-family: Tahoma;
    font-size: 22px;
	font-weight: regular;
    color: #1a171b;
}

.angelhead {         					/**************  HINTERGRÜNDE  **************/                  
	height: 27px;
	background-image: url(pic/engel-oben.jpg); background-repeat: none;	
}
.angelhead2 {         		                
	height: 104px;
	background-image: url(pic/engel-unten.jpg); background-position: top center; background-repeat: none;	
}

.mainmenu      						/**************  DEFINITION VERSCHIEDENER NAVIGATIONEN  **************/
	{ 	
		font-family: Tahoma;
        font-size: 14px;
		font-weight: bold;
        color: #1a171b;	}		  
a.mainmenu
	{   font-size: 14px;
		font-weight: bold;
        text-decoration:none;
        color: #1a171b; }		
a:hover.mainmenu 
	{ 	color: #1a171b;
		text-decoration:underline; }

		
.menu {
		font-family: Tahoma;
        font-size: 13px;
		font-weight: regular;
        color: #1a171b;	}		  
a.menu
	{   font-size: 13px;
        text-decoration:none;
		font-weight: regular;
        color: #1a171b; }		
a:hover.menu 
	{ 	color: #1a171b;
		text-decoration:underline; }

		
.submenu
	{ 	
		font-family: Tahoma;
        font-size: 13px;
		font-weight: bold;
        color: #1a171b;	}		  
a.submenu
	{   font-size: 13px;
		font-weight: bold;
        text-decoration:none;
        color: #1a171b; }		
a:hover.submenu 
	{ 	color: #1a171b;
		text-decoration:underline; }

		
.smallmenu
	{ 	
		font-family: Tahoma;
        font-size: 11px;
		font-weight: regular;
        color: #1a171b;	}		  
a.smallmenu
	{   font-size: 11px;
		font-weight: regular;
        text-decoration:none;
        color: #1a171b; }		
a:hover.smallmenu 
	{ 	color: #1a171b;
		text-decoration:underline; }
		
/**************  HINTERGRÜNDE  **************/

.backtop
{		
		height: 35px;
		background-image: url(pic/back-top.gif); background-repeat: repeat-x;
}

h1 {
		font-family: Tahoma;
		text-decoration: underline;
		font-size: 13px;
		font-weight: bold;
		color: #1a171b;
		margin: 0px;
  }
 
  
.trauer							/**************  HINTERGRÜNDE  **************/ 
	{ 	font-family: Tahoma;
        font-size: 14px;
		font-weight: regular;
        color: #1a171b;	}	



input, select, textarea {
        font-family: Tahoma;
        font-size: 13px;
        color: #1a171b;
        background-color: #E8F4B1;
        border: 1px #683b11 solid;
}		
