/* CSS Document */

<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css">
<title>CSS Stylesheet</title>
<style type="text/css">
<!--
	
	/* Bereiche definieren */
	#upper_fixed {
	 position: absolute;
	 top:0px;
	 left:0px;
	 height: 101px;
	 z-index:2;
	}
	
	#rc_logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1024px;
		height: 56px;
		background-color:#FFFFFF;
		z-index:2;
	}
	
	#navi1 {
		position: absolute;
		top:56px;
		left:0px;
		width: 1024px;
		height: 27px;
		background-color:#CCCCCC;
		z-index:2;
	}
	
	#navi2 {
		padding-left: 400px;
		position: absolute;
		top:83px;
		left:0px;
		width: 1024px;
		height: 18px;
		background-color:#999999;
		z-index:2;
	}
	
	#inhalt {
		position:absolute;
		background-position:center; background-image: url(images/background_hands.jpg); background-repeat: no-repeat;
		top:115px;
		left:10px;
		padding-left:15px;
		padding-right:15px;
		height: 540px;
		width: 720px;
		z-index:1;
	}
	
	
	/* Überschriften und Textformatdefinitionen */
	td,th,textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	h1 {
		font-size: 24px;
		font-weight: bold;
		color: #000080;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		font-variant: small-caps;
	}
	h2 {
		font-size: 20px;
		font-weight: bold;
		color: #000000;
		font-style: normal;
		font-variant: small-caps;
	}
	h3 {
		font-size: 16px;
		font-weight: bold;
		color: #000000;
	}
	h4 {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #FF9900;
	}
	h5 {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #FF9900;
	}
	h6 {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}

	ul {
		text-decoration: none;
		list-style-type: none;
		list-style-position: outside;
		list-style-image: url(images/pfeilrechtsklein.gif);
	}
	ol {
		text-decoration: none;
	}
	
	p,li { font-family:Helvetica; color:#000000; font-size:16px; }
	p { text-align:justify; }
	/* Linkformat */
	a:link { color:#0000FF; font-weight:bold; }
	a:visited { color:#0000FF; }
	a:active { color:#0000CC; font-style:italic; }
	
	/* Formatierung der Seite */
	body { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000; }
	
-->
</style>
</head>
<body>
</body>
</html>