/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #515151;
	margin: 0px;
	padding: 0px;
	text-align: center;
 /*   min-width: 1005px; */
	background-color: #F1F1F1;
}


#wrapper {
	background-color: #F6F6F6;
	text-align: left;
	color: #515151;
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid #E4E4E4 1px;
}

#header li {

  list-style: none;

}


.Ueberschrift {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666}

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

div.nav a
	{
	color:	#FF6600;
	}

td
	{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #515151;
	}

p
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

a
{
	color:	#515151;
    text-decoration: none;
	line-height: 1.3em;
}

a:hover
{
    color: #ff6600;
    text-decoration: underline;
}

a:active
{
    color: #ff6600;
    text-decoration: none;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1
{
    margin-top: 0;
	margin-bottom: 0;
    font-size: 14px;
	font-weight: 100;
	color:#D85017;
	padding: 0px;
	margin: 0px;
}

h2
{
    font-size: 11px;
	color:#D85017;
	padding: 0px;
	margin: 0px;
}

h3
{
    font-size: 11px;
	color:#D85017;
	padding: 0px;
	margin: 0px;
}


/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************************************/


#footer {

  width: 100%;
  
    background-image: url('images/footer_bg.jpg');
    
    background-repeat: repeat-x;
    
    background-color: white;
    
    font-size: 120%;

/*  border-top: 1px solid #b9d2e3; */

/*  border-bottom: 1px solid #b9d2e3; */

  margin-top: 10px;
  
  margin-bottom: 10px;
  
/*  clear: both; */

}

#footer p {

  color: #256290;

  margin: 0;

  padding: 0.2em 0 0.2em 15px;

}

#copyright {

  float: left;

}

#footer ul {

  margin: 0;

  padding: 2px 20px 0 0;

  text-align: right;

}

#footer li {

  display: inline;

  background-color: #fdf8f2;

  color: #050845;

}

#footer a:link, #footer a:visited {

  text-decoration: none;

  color: #245185;

  font-weight: normal;

}

#footer a:hover {

	color: #FF0000;

}