/***************************
	global.css
	
 ****************************/
body
{
	font-family: arial, sans-serif;
	/*color:#330066; */
	font-size:80%;
	text-align:center; 
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
}
ul
{
	list-style-type:none;
}
p,ul,li
{
	padding:0;
	margin:0;
}
a 
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img 
{
    border: none;
}

/********** Container ******************/
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	
}

/********** Header ************/ 
#header
{
	width: 800px; 
	height: 184px; 
	background-image: url(../../img/pelviqde.jpg);
	background-repeat: no-repeat; 
}
#header .p1 
{
	text-align:right; 
	size: 12px; 
	margin-right: 7px; 
}
a#headerlink
{
   color:#0033cc; 
}
/********* Top - Navigation ***/
#nav_top
{
	text-align: right; 
	color:#0099ff;
	text-decoration:none;
	margin:0 4px;
	font-weight:bold;
	margin-top: 5px; 
}

#tabmenue {
  padding: 4px;
  border-bottom: 1px solid #222; 
}
#tabmenue li {
  display: inline; 
}
#tabmenue li a {
  padding: 3px 1em;
  margin-left: 3px;
  border: 1px solid #777;
  border-bottom: 0;
  text-decoration: none; 
  background-color: #EEEEEE; 
}
#tabmenue li a#aktuell {
  padding-bottom: 4px; 
  border-bottom: 2px solid #FFFFFF;
  background-color: #DDDDDD;
}
a.toplink
{
	color: #333333; 
}
/********* Left - Navigation *****/
#nav_left{
	float: left;
	width: 230px; 
	
	margin-left: 3px; 
	text-align: left;
}

/********* Main Content ******/
#content {
	width: auto;
	padding-top: 20px; 
}

/********** Footer *******************/
#footer
{
	clear: both; 
	height: 30px; 
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat; 


}
#footer .p2 
{
	text-align:right; 
	size: 12px; 
	padding-top: 7px; 
	padding-right: 15px;
}
a#footerlink
{
   color:#888888; 
   font-weight: bold; 
}

/******************************/
table
{
	color: #000000;
}
a:link { text-decoration:none; font-weight:bold; color:#003366; }
a:visited { text-decoration:none; font-weight:bold; color:#0033cc; }
a:hover { text-decoration:underline; font-weight:bold; }
/*
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }*/

/*
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:focus = für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
:hover = für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Elemente 

*/



