@charset "utf-8";
/* CSS Document */

	<!--
		body	{
				 color: #000;
				 font-family: Verdana;
				 font-size: 15px;
				 background-color: #f2f2f2;
				}
				
		.header_oben	{
				 height: 45px;
				 background-image: url(pics/header_oben.png);
				}
		
		.impressum {
				 color: #fff;
				 text-decoration: none;
				 font-size: 9px;
					}

				
		.header_unten	{
				 border-bottom: 1px solid #8e8e8e;
				}

		.navi	{
				 border-left: 1px solid #8e8e8e;
				 border-right: 1px solid #8e8e8e;
				 width: 150px;
				 height: 600px;
				 vertical-align: top;
				 padding: 0px;
				 background-color: #dcdbd9;
				}

		.content	{
				 padding: 10px;
				 vertical-align: top;
				 width: 650px;
 				 border-right: 1px solid #8e8e8e;
				 background-color: #dcdbd9;
				 color: #263fa8;
				 line-height: 30px;;
				}
		
		h3		{
				 color: #817d75;
				}

		.footer		{
				 border: 1px solid #8e8e8e;
				 height: 50px;
				 background-color: #dcdbd9;
				}

		.button	{
				 height: 40px;
				 width: 150px;
				 font-family: Verdana;
				 font-size: medium;
				 text-align: center;
				 margin-top: 0px;
				 padding-top: 10px;
				 padding-bottom: 0px;
				 display: block;
				 background-image: url(pics/button_hell.png);
				 background-repeat: no-repeat;
				 border: 0px;
				 color: #817d75;
				 text-decoration: none;
				 font-weight: 400;
				}
				

.button:hover 	{
				 color: #263fa8;
 				 text-decoration: none;
				 font-weight: 500;
 				 background-image: url(pics/button_dunkel.png);
				}

.mitarbeiter	{
				 padding-left: 10px;
				 text-align: center;
				}


	-->