
/*		der scrollbalken wird immer eingeblendet, kein springen		*/			
			html {
				height:101%;
			}
/*		allgemeine einstellungen der seite		*/
			body {
				background-color: #000;
				background-image: url(../bilder_layout/hintergrund.gif);
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #ccc;
				line-height:150%;
				text-align:center;
				
			}
/*		linkverhalten der seite			*/
			a:link, a:visited, a:active {
				color: #ccc;
				text-decoration: underline;
			}
			a:hover {
				color: #fff;
				text-decoration: none;
			}
/*		Linie			*/
			hr {
				margin: 5px 0px 5px 0px;
				color: #ccc;
				border: 0;
				border-top: 1px solid #ccc;
				height: 1px;
				width: 100%;
}
/*		ueberschriften		*/
			h1 {
				font-size: 16px;
				color: #ccc;
				margin: 8px 2px 8px 2px;
			}
			h2 {
				font-size: 14px;
				color: #fff;
				margin: 8px 2px 8px 15px;
				text-decoration:underline;
			}
			h3 {
				font-size: 14px;
				color: #ccc;
				margin: 8px 2px 8px 15px;
				font-style:italic;
			}
			h4 {
				font-size: 14px;
				color: #fff;
				margin: 8px 2px 8px 5px;
				text-decoration:underline;
			}
			h5 {
				font-size: 12px;
				color: #ccc;
				margin: 8px 2px 8px 15px;
				width:90%;
				border-bottom:1px solid #ccc;
			}
			h5 {
				font-size: 12px;
				color: #ccc;
				font-style:italic;
			}
/*		listenpunkte		*/
			#inhalt ul {
				list-style:inside;
				list-style-type: circle;
			}
			#inhalt ol {
			padding-left: 20px;
			}
/*		eingabe und textfelder		*/
			input, textarea, select {
				border:1px solid #333;
				margin: 5px;
				padding:3px;
				background-color:#000;
				color:#ccc;
			}
			
			
			blockquote{
				margin: 20px 0px 20px 0px; 
				padding: 10px 20px 0px 20px;
				border-left: 8px solid #333;
			}
			code{
				font-size:11px;
				font-family:"Times New Roman", Times, serif;
				color:#999;
			}
			img{
				border:1px solid #333;
			}
/*			tabelle			*/
			table {
				clear:both;
				margin:10px;
				background-color:#000;
			}
			th {
				padding:2px 7px 2px 7px;
				
				background-color: #000;
			}
			td {
				padding:2px 7px 2px 7px;
				background-color: #000;
			}