/* Fotografia styles.css */


/* skin styles */

.default
{
  font-family         : Verdana, sans-serif;
  font-size           : 10px;
  color               : #000000;
  text-decoration     : none
}

/* generic styles */

/* defaults */
body

{
	font-family       : Verdana, sans-serif;
	font-size         : 11px;
	background-color: #000000;
}

td

{
  font-family       : Verdana, sans-serif;
  font-size         : 11px;
  color             : #333333;
  line-height: 15px; 
}


.titel {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.titelcontent {
	font-size: 9px;
	color: #000000;
	font-weight: 400;
}

.navigation {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 500;
}

.startseite     { color: #000; font-size: 12px; font-weight: 400; line-height: 18px }

.inhalt      { color: #000; font-size: 11px; font-weight: 400; line-height: 15px }

.footer {
	font-size: 9px;
	color: #666;
	font-weight: 400;
}
a:link {
	color: #666;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	line-height: 20px;
}
a:visited { 
	 color: #666; 
	 font-size: 11px; 
	 font-weight: 600; 
	 text-decoration: none;
	 line-height: 20px;
}

a:active { 
	 color: #cccccc; 
	 font-size: 11px; 
	 font-weight: 600; 
	 text-decoration: none;
	 line-height: 20px; 
}

a:hover { 
     color: #006699; 
	 font-size: 11px; 
	 font-weight: 700; 
	 text-decoration: underline;
	 line-height: 20px; 
}
a.footer    { font-size: 9px; text-decoration: none; font-weight: 400; }
a.footer:link { font-size: 9px; font-family: verdana; font-weight: 400; text-decoration: none; }
a.footer:hover { font-size: 9px; font-family: verdana; font-weight: 400; text-decoration: none; }
a.footer:visited { font-size: 9px; font-family: verdana; font-weight: 400; text-decoration: none; }