/* body ------------------------------------------- */

body	{ 
	background-color: #5a0000;
	margin: 0px;
	margin-bottom: 20px;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	}

/* Menu ------------------------------------------- */

#menu {
	background: #D9B33E;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	
	}


#menu li {
	float: left;
	font-size: 12px;
	font-family: verdana;
	margin: 0 0 0 0;
	padding: 0;
	}

#menu a {
	background: #D9B33E;
	color: #5a0000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	}

#menu a:hover {
	background: #fff url("img/hover.gif") top center no-repeat;
	color: #5a0000;
	padding-bottom: 8px;
	}

#menu a.active {
	background: #fff url("img/hover.gif") top center no-repeat;
	color: #5a0000;
	padding-bottom: 8px;
	} 





/* divstyles ------------------------------------------- */

#overthetop	{
	width: 720px; 
	height: 66px; 
	background-image: url(img/bg-top1.jpg); 
	background-repeat: no-repeat;
		}


#menutop	{
	width: 720px; 
	height: 63px; 
	background-image: url(img/bg-top2.jpg); 
	background-repeat: no-repeat;
		}


#maincont	{
	width: 720px; 
	height: auto; 
	background-image: url(img/bg-cont.jpg); 
	background-repeat: repeat-y;
	
		}

#mainbot	{
	width: 720px; 
	height: 25px; 
	background-image: url(img/bg-bottom.jpg); 
	background-repeat: no-repeat;
		}

#picdiv		{
	width: 280px;
	overflow: hidden;
	font-size: 12px;
	color: #5a0000;
		}

#content	{
	width: 400px; 
	background-color: #fff; 
	padding: 5px;
	font-size: 13px;
	color: #5a0000;
		}

/* tablestyles ------------------------------------------- */

.underbot	{
	text-align: right;
	padding-right: 15px;
	font-size: 10px;
	font-family: arial, verdana, "Lucida Grande", "Lucida Sans Unicode", tahoma, sans-serif;
	color: #D9B33E;
		}

.empf		{
	color: #5a0000;
	font-size: 13px;
		}

.empfpreise	{
	color: #5a0000;
	font-size: 11px;
		}

/* klassentreffen ------------------------------------------- */

/* Footer */


a.bot:link, a.bot:visited, a.bot:active  {
      color: #D9B33E;
      text-decoration:none;
      }

a.bot:hover {
	color:#ffffff;
	text-decoration:none;
	}



/* Links */

a:link, a:visited, a:active  {
      color: #666;
      text-decoration:none;
      }

a:hover {
	color:#5a0000;
	text-decoration:none;
	}

a.bold:link, a.bold:visited, a.bold:active  {
      color: #5a0000;
      text-decoration:underline;
      }

a.bold:hover {
	color:#5a0000;
	font-weight: bold;
	text-decoration:none;
	}


/* Linien etc. */

.hline { background-color: #5a0000; height: 1px; }

.empfhead { font-size: 16px; color: #D9B33E; }

.datehead  { font-size: 16px; color: #5a0000; }




/* Formulare */

.defbreite {
	width: 260px;
	border: 1px solid #ccc;
	}



.formbut {
    background-color: #fff;
    color: #5a0000; 
    font-size: 11px; 
    font-family: verdana; 
    text-decoration: none; 
    }

textarea:focus{background-color:#ccc;color:#000;}

input:focus{background-color:#ccc;color:#000;}

.fehlt {background-color:#ff0000;color:#000;}

.fehler {
	color: #990000;
	font-weight: bold;
	}



/* Counter */
.count {
	visibility: hidden;
	font-size: 11px;
	text-align: right;
	}





