/* CSS Document */


/*------SCHRIFTFORM-------*/

body   	{font-style:normal;
 		font-size:16px;
		font-family:"trebuchet MS";
		background-color:#000099;
		color:#000099;
		text-align:center;
		  scrollbar-base-color:#FFFFFF;
  scrollbar-3d-light-color: #000099;
  scrollbar-arrow-color:#3366FF;
  scrollbar-darkshadow-color: #3366FF;
  scrollbar-face-color: #000099;
  scrollbar-highlight-color:#3366FF;
  scrollbar-shadow-color:#3366FF;
  scrollbar-track-color:#3366FF;}

.ueberschrift
		{font-size:18px;
		font-style:oblique;
	position:center;}
		
.bildunterschrift
		{font-size:10px;
		font-style:italic;}
		
.unter-ueberschrift
		{font-size:18px;}
		
.head	{background-color:#3366FF;
		background-image:url(grafik/kopf.png);
		background-position:left;
		background-repeat:no-repeat;
		 height:142px;
		 text-align: center;}
		 
.underline	{background-position: center;
			background-image:url(grafik/underline.png);
			 height:50px;
		 	text-align: right;}
			
.underline_katzen	{background-position: center;
			background-image:url(grafik/underline_katzen.png);
			 height:50px;
		 	text-align: center;}

.navigation
		{background-image:url(grafik/hintergrund_navigation.png);
		background-color:#0066CC;
		background-repeat:no-repeat;
		position:inherit;
		font-weight:bold;
		font-size:16px;
		 width:160px;
		 height:450px;
		 float:right;
		 text-align:left;}
		
.main
		{background-color:#3366FF;
		 height:450px;
		 overflow:auto;
		 text-align:left;}
		 
.foot	{font-size:10px;
		color:#3366FF;
		text-align: center;
		background-image:url(grafik/underline_1.png);
		height:50px;
		clear: both;}
		
.bildlinks	{float:left;
margin:15px;}	 

.bildrechts	{float:right;
margin:15px;}

.foto	{position: absolute;
		height: 35px;
		width: 445px;
		left: 400px;
		top: 150px;}
		
.container{width:900px;
		 	margin:0px auto;}
		
.breadCrumb a{text-decoration: none; color: #000099;}

.breadCrumb a:hover{text-decoration: none; color:#FFFFFF;}

.breadCrumb a:visited{text-decoration: none;}

.breadCrumb a:active{text-decoration: none;}
		
		