/*
  ---------------------------------------------------------------
  
	www.griffins-pwm.de 
	Stylesheets
  
	getestet mit
  
		Internet Explorer 6
	
  ---------------------------------------------------------------
*/

/* Alle Links */
a:link, a:active{ color: #871E41; }
a:visited{ color: #871E41; }
a:hover, a:focus{ color: #871E41; }


/* Spezifiziert den Grundfontstyle einer jeden Site  */
body		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }

/* Spezifiziert die verschiedenen Überschriften */
h1 			{ color: #871E41; font-size: 17px; font-weight: bold; margin-bottom: 5px; }
h2 			{ color: #871E41; font-size: 15px; font-weight: bold; margin-bottom: 0px; }
h3 			{ color: #871E41; font-size: 13px; font-weight: bold; margin-bottom: 0px; }
h4 			{ color: #FFFFFF; font-size: 12px; font-weight: bold; margin-bottom: 0px; }

/* Spezifiziert Absätze, Listen, Tabellenzellen und Inputfelder */
p, li		{ font-size: 12px; line-height: 18px; margin-top: 5px; }
ul 			{ list-style-type: square; }
td 			{ font-size: 12px; vertical-align:top; }
input 		{ font-size: 11px; }
label		{ cursor:pointer; }
strong		{ color:#871E41;}

/* Bilder */
.bild_rechts { float: right; margin-left: 5px; margin-bottom: 10px; }
.rahmenbild	{ border: 1px solid #333333; }

/* Spezifiziert die Hauptnavigation - inaktive und aktive Elemente */
.nav a, .nav a:link, .nav a:visited {
	color: #871E41;
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
#nav1:hover	{
	color:#333333;
}
#nav2 {
	display: block;
	padding: 3px;
	padding-left: 10px;
}
#nav2:hover	{
	background-color:#DDDDDD;
}
#nav2_active {
	display: block;
	padding: 3px;
	padding-left: 10px;
	background-color:#DDDDDD;
}

/* Formatierung für Übersichten */
.uebersicht a, .uebersicht a:link, .uebersicht a:visited {
	color: #871E41;
	background-color:#EEEEEE;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 500px;
	margin-bottom:3px;
}
