body { margin-top: 0px; margin-bottom: 0px;background-color: #0079FF}
table.ganzerrahmen	{border:1px solid red}
table.obenrahmen	{border-top:1px solid red}
table.untenrahmen	{border-bottom:1px solid red}
table.hgfarbe		{background-color: white;}
table.seitenhgfarbe		{background-color: #0079FF;}
table.inhalt		{border-left:1px solid red;border-right:1px solid red;background-color: #FFFFFF;}
p, td, tr, form, table, li, ul { color: #333333; font-family: Verdana, Arial, Helvetica; font-size: 11px}
p,li, ul { margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px}
.gross  { color:red;font-size: 18px;font-weight:bold}
.klein  { font-size: 10px}
.footer { font-size: 10px;color: #0079ff}

/*li {margin-left:-25px}*/
/* ul {list-style-type: circle} */

html, body, div { height: 100%; }
#wrapper { width: 100%; margin: auto; background-color: #0079FF; height: 100%; } 

#headercontainer {
	position: relative;
	width: 780px;
	height: 163px;
	margin: 0px auto;
	background-color: white;
}
#header { position: fixed; top: 0px; width: 780px; margin: 0px; height: 163px; }  /*background-color: #af9356; }  */

#content { width: 780px; margin: auto; background-color: #FFFFFF; }
/*content { width: 878px; margin: auto; background-color: blue; border:2px solid red }
*/
#footercontainer { position: relative; width: 780px; height: 21px; margin: 0 auto}
#footer { position: fixed; bottom: 0; width: 780px; margin: 0; height: 26px;}
/*.center { margin: 0 100px; padding: 10px; background-color: #ffffff; z-index: 1; }*/
.center { margin: 0 0; padding: 10px; z-index: 1; }

/*links für Menu*/
A.menu:link    { font-size: 10px;color: red; text-decoration: none; ;font-weight:bold }
A.menu:visited { font-size: 10px;color: red; text-decoration: none; ;font-weight:bold}
A.menu:hover   { font-size: 10px;color: #0000FF;     text-decoration: none; ;font-weight:bold}
A.menu:active  { font-size: 10px;color: red;    text-decoration: none; ;font-weight:bold}

/*links Normal*/
A:link    { color: red}
A:visited { color: red}
A:hover   { color: #0000FF}
A:active  { color: red}




