body
{
	font-family:Tahoma,serif;
	font-size:12pt;
	background-color:#ffffff;
	padding: 0px;
}

#content
{
	font-size:1em;
	margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;	
}

#content ul
{
	margin-top:0px;
	margin-left:0px;
	list-style-type: none;
	font-weight:normal;
	padding:10px 10px 10px 10px;
	text-align: center;
}

#content ul hr
{
	background-color:#ffbbbb;	/* Mozilla 1.4 */
	color:#ffbbbb; 				/* IE 6 */
	border: #ffbbbb;				/* Opera 7.11 */
	height: 1px;					/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

#content table
{
  width: 100%;
  text-align: center;
}

/**
 *  Navigationsmenue
 */
#navsite
{
    text-align: center;
}
#navsite h5
{
    display: none;
} 

#navsite ul
{
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 24px Verdana, sans-serif;
}

#navsite ul li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#navsite ul li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #dde;
    text-decoration: none;
}

#navsite ul li a:link
{
    color: #448;
}

#navsite ul li a:visited
{
    color: #667;
}

#navsite ul li a:visited:hover 
{
    color: #000;
    background: #aae;
    border-color: #227;
}

#navsite ul li a:link:hover 
{
    color: #000;
    background: #aae;
    border-color: #227;
}

#navsite ul li a#current
{
    background: white;
    border-bottom: 1px solid white;
}

/**
 *  Links
 */
#links
{
    font-size:1em;
	  margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px;	
    text-align: center;
    text-decoration: none;
    border: none;
} 

#links a
{
    text-decoration: none;
    border: none;
} 

#links a img
{
    //text-decoration: none;
    //border: none;
}

/**
 *  juristischer Scheiss
 */
#jurShit
{
    font-size:x-small;
	  margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;	
    text-align: center;
} 

/**
 *  Fusszeile
 */
#footer
{
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #dde; border: 1px solid silver;
} 

/**
 *  layout-table
 */
#layout
{
    width: 100%;
    height: 100%;
}

#layout tr td.top
{
    height: 80px;
} 

#layout tr td.main
{
	vertical-align: text-top;
	height: 100%;
}