/* CSS Document */
/* Regeln für Steitenstandrds*/
body {
		background-image:url(../images/bg.gif);
		background-repeat:repeat-y;
		background-color:#BBB7B3;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-top:0px;
		padding-left:0px;
		padding-top:0px;
		font-family:			verdana, helvetica, arial;		
		font-size:				9pt;
		color:					#000000;
		font-weight:			normal;
		}

/* Formatierung der Überschriften*/

h1 {
		font-size:13pt;
		font-weight:bold;
		}
h2 {
		font-size:9pt;
		font-weight:normal;
		font-style:italic;
		}
				
p {
		line-height:16px;
	}		

/* Ausrichtung Navigation*/

td.Navigation {
		padding-right:0px;
		padding-top:20px;
}

/*Ausrichtung Contentbereich*/
td.Content {
		
		padding-top:20px;
}


/* Regeln für Impressum Hyperlink*/

a.impressum		{
		font-size:				8pt;
		margin-left:5px;
		margin-top:5px;
		color:			#ffffff;
		text-decoration:	none;
		font-weight:		bold;
		background-color : transparent;
		}

	
a.impressum:link		{
		color:			#ffffff;
		background-color : transparent;
		}
	
a.impressum:visited	{
		color:			#cccccc;
		background-color : transparent;
		}
	
a.impressum:hover		{
		color:			#cccccc;
		background-color : transparent;

		}
	
a.impressum:active	{
		color:			#cccccc;
		background-color:	transparent;

		}
		
/*Ausrichtung der 4 Frauenbilder auf Homepage*/
		
div.Frauen {
  float: right; 
  margin-left: 0px;
  margin-bottom:10px;
  margin-right:0px;
  margin-top:0px; 
  padding: 0;
  border: 0px ;
  }
