body 
{
 font-family:Verdana;
 font-size:11px;
 background-color:#828282;
 text-align:center;
 
}
a:link, a:visited
{ 
  text-decoration:none;
  color:#828282;
  font-size:11px;
}
a:active, a:hover
{ 
  color:#FF0000;
  text-decoration:underline;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#000000;
  text-decoration:none;
  background-color:#FFFFFF;
}
a.menu:active, a.menu:hover
{ 
  color:#FFFFFF;
  text-decoration:none;
  background-color:#000000;
}
a.menu
{
	font-weight:bold;
	font-size:12px;
	background-color:#FFFFFF;
}

a.footer:link, a.footer:visited
{
	font-size:9px;
	color:#828282;
	font-weight:bold;
	text-decoration:none;
}
a.footer:active, a.footer:hover
{
	font-size:9px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
a.img:link, a.img:visited, a.img:active, a.img:hover
{
	border:none;

}
h1.hhead
{
	font-size:18px;
	color:#00A8BB;
	margin-top:0px;
	font-weight:bold;
	text-decoration:none;
}
p
{
	margin-top:20px;
}
p.center
{
	text-align:center;

}
.bigFont
{
	font-size:13px;
	
}

/*Formulare etc.*/
.formular
{
		border-style:none;
} 

.input_fields
 {
      font-family:verdana,times new roman; font-size:8pt;Color:#000000;
      background-color:#E8E6E6;
	  border-style:solid;
      border-color:#B2B2B2;
      border-width:1px;
}
.form_bnt
  {
    font-family:verdana,times new roman; font-size:8pt;Color:#000000;
    border-color:#B2B2B2;
    border-width:1px;
    border-style:solid;
      
 }

/* Main div */
#main
{
	width:735px;
	margin:0px auto;
	text-align:left;
	border:solid 1px #000000;
}
/* Header */
.header 
{
	height:120px;
	text-align:center;
	background-color:#000000;
	background-image: url(../gfx/header.jpg);
	border-bottom:solid 1px #000000;
}
/* Das Menü */
#menu 
{
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
	padding:2px 6px;
}
/* Der Inhalt */
#content 
{
	border-top:1px solid #000000;
	background-color:#FFFFFF;
	padding-top:40px;
	padding-bottom:40px;
	color:#000000;
	height:400px;
}
#contentMain
{
	width:555px;
	float:right;
	padding-left:10px;
	border-left:dashed 1px #828282;
	padding-right: 60px;
	height:400px;
	background-image: url(../gfx/Bild3.jpg);
	background-repeat:no-repeat;
}
#leftPlaceholder
{
	width:120px;
	float:left;
}
/*Footer*/
#footer
{
	height:30px;
	border-top:1px solid #000000;
	background-color:#FFFFFF;
	text-align:center;
	color:#828282;
	font-size:9px;

}

#table_input
{
	width:555px;
	border:none;
	text-align:left;
	vertical-align:top;
}
#welcomeLeft
{
	width:350px;
	float:right;
}
#bigFont
{
	font-size:15px;
	font-weight:bold;

}
#middleFont
{
	font-size:12px;
	font-weight:bold;
}
#mainRight
{
	width:540px;
	float:right;
}
