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

html,body {
			height: 100%;
			margin: 0px;
			font-size:16pt;
		}
		body {
			background-image:url(images/site/body_bg.gif);
			background-repeat:repeat-x;
			font-size:100%;
			text-align:center;
			font-family: Arial, Helvetica, sans-serif;
		}
		#site {
			width:580px;
			min-height:100%;
			background-color:transparent;
			background-image: url(images/site/schatten_seiten.png);
			background-repeat: repeat-y;
			margin: 0 auto;
			text-align:left;
			min-height:500px;
			position:relative;
			padding: 0 0 60px 0;
		}
		#paper {
			width:458px;
			background-color:#ffffff;
			font-size:100%;
			padding:50px 65px 0 35px;
			color:#767676;
			clear:both;
			margin: 0 auto;
		}
		#logo {
			width:222px;
			height:238px;
			position:absolute;
			top:22px;
			right:-222px;
			border-style:none;
		}
		#navigation {
			width:570px;
			height:25px;
			background:#5fb9e4 url(images/site/background_navi.jpg) no-repeat;
			background-position:bottom left;
			padding:55px 0 0 10px
		}
		#navigation a {
			text-decoration:none;
			height:21px;
			color:#f0f0f0;
			display:block;
			width:130px;
			background:#757575;
			float:left;
			padding: 3px 5px 2px 5px;
			text-align:center;
			font-size:80%;
		}
		#navigation a.active {
			color:#000000;
			height:20px;
			padding: 4px 5px 2px 5px;
			background-color:#ffffff;
		}
		#navigation a:hover {
			background:#858585;
		}
		#navigation a.active:hover {
			background:#ffffff;
		}
		a { color: #386f99; }
		h2 {
			border-bottom:1px solid #dfdfdf;
			font-size:90%;
			padding-bottom:8px;
		}
		h3 {
			font-size:80%;
			color:#1F1F1F;
			line-height:125%;
			margin-bottom:-1em;
		}
		p {
			font-size:80%;
			line-height:125%;
		}