/* body */
body
{
	background-image: url("back.jpg");
	background-position: top-left;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

.Global
{
	width: 800px;
}

/*  ---Tabellenhintergrunde--- Begin */
.banner
{
   background-image: url("banner_neu.gif");
   background-repeat: no-repeat;
   background-position: top-left;
   height: 200px;
   width: 100%;
}

.nav
{
   background-image: url("nav.gif");
   background-repeat: repeat-y;
   background-position: top-left;
   width: 150px;
}

.GlobalContent
{
   width: 650px;
}

.haupt
{
   background-image: url("haupt.gif");
   background-repeat: no-repeat;
   background-position: top-left;
   width: 650px;
   height: 100px;
}

.footer
{
   background-image: url("footer.gif");
   background-repeat: no-repeat;
   background-position: top-left;
   width: 100%;
   height: 35px;
}

/*  ---Tabellenhintergrunde--- Ende */

/*  ---Footerlinks --- Begin */
.title
{
   font-size: 12pt;
   font-weight: bold;
   color: #808080;
   font-family: Verdana;
}

.footerLink
{
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
}

.content
{
	font-size: 10pt;
	font-weight: none;
	color: #333333;
	font-family: Tahoma;
}

.contenthead
{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #333333;
	font-family: Tahoma;
}

.footerLink:hover
{
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial;
}
   
a
{
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
	font-family: Tahoma;
}

a:hover 
{ 
	text-decoration: underline; 
	font-weight: bold; 
	color: #0000FF;
	font-family: Tahoma;
}

/*  ---Footerlinks --- Ende */
