body
{
	background-color: #C0C0C0;
	color: Black;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

/*******************/
/** Überschriften **/
/*******************/
h1 /* Überschrift auf Home-Seite (main.php) */
{	
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

h2 /* Text auf Home-Seite (main.php) */
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-align: justify;
	font-size: 16px;
	font-weight: normal;
}

h3 /* Seitenkopf der Unterseiten (z.B. "Photo-Galerien", "Impressum", ... */
{
	font-size: 30px;
	color: #033268;
	font-family: Arial Black,Helvetica,sans-serif;
	text-align: right;
}

h4
{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
/** Überschriften **/

/***********/
/** Table **/
/***********/
table
{
	background-color: #6DA5EC;
	background-repeat: no-repeat;
}

td.td_line /* Dunkelblaue Linie um den Inhalt der Seite */
{
	background-color: #033268;
}
/** Table **/

/***********/
/** Links **/
/***********/
a
{
	color: Black;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
   text-decoration: underline overline;
	color: #033268; /*006699;*/
}


/** Links **/

/********************/
/** Absätze: p-Tag **/
/********************/
p.p_impressum
{
	font-size: 10px;
	text-align: justify;
}
/** Absätze: p-Tag **/

textarea, input
{
	background-color: #cccccc;
}

.footer
{	
	font-size: 10px;
	text-align: right;
}

.pic_sub
{
  font-family:Verdana,Arial,Helvetica,sans-serif;    
  font-size:8pt;
  font-weight: normal;                            
  font-style:normal;                         
  line-height:normal;                        
  text-align:center;
}