/* nightprowlerrocks.de */
/* zuletzt geändert: 27.02.2007 */


	body {
		color:black;
		background-color:white;
		min-width:800px;
		padding: 0;
		margin: 0;
	}
  
  	#container {
		position:absolute;
		z-index:1;
		margin:0;
		padding:0;
		width:800px;
		height:auto;				
		left:50%;
		margin-left:-400px;
		background-color:white;
		border:none;
	}

	#navigation {
		position:absolute;
		z-index:3;
		padding:0px;
		width:150px;
		top:220px;
		left:50%;
		margin-left:-350px;
		background-color:white;
		border:none;
	}
		
	html>body #navigation {
		position: absolute;
	}

	#logo {
		position: absolute;
		z-index:2;
		padding:0;
		width:750px;
		height:235px;
		top:-2px;
		left:50%;
		margin-left:-375px;
		background-color:white;
		border:none;
	}

	#Inhalt {
		margin-left:200px;
		margin-top:250px;
		margin-right:40px;
	}
	
	#Inhalt p, #Inhalt {
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-seriff;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #333;
	}
	
	#Inhalt h1 {
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 26px;
		font-weight: normal;
		text-decoration: none;
		color: #666;
	}
	
	#Inhalt h2 {
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 20px;
		font-weight: normal;
		text-decoration: none;
		color: #666;
	}

	#Inhalt h3 {
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 15px;
		font-weight: normal;
		text-decoration: none;
		color: #666;
	}	
	
	#Inhalt a:link {
		font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
		color: #c00;
	}
	
	#Inhalt a:visited {
		font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
		color: #c00;
	}

	#Inhalt a:hover {
		font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #f90;
	}
	
	#Inhalt a:active {
		font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
		color: #c00;
	}

	#navigation_list {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#navigation_list a {
		display:block;
		text-decoration:none;
		text-align:left;
		line-height:24px;	
		height:24px;
		width:100px;
		overflow:hidden;
		font-family:Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-seriff;
		font-style: normal;
		font-size: 14px;
		font-weight:normal;
		text-decoration: none;
		color:black;		
	}
	
	#navigation_list a:hover {
		display:block;
		text-decoration:none;
		text-align:left;
		line-height:24px;	
		height:24px;
		width:100px;
		overflow:hidden;
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-seriff;
		font-style: normal;
		font-size: 14px;
		font-weight:bold;
		text-decoration: none;
		color:gray;
	}
	
	#navigation_sub_list {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#navigation_sub_list a {
		display:block;
		text-decoration:none;
		text-align:left;
		line-height:24px;
		margin-left:24px;
		height:24px;
		width:100px;
		overflow:hidden;
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-seriff;
		font-style: normal;
		font-size: 14px;
		font-weight:normal;
		text-decoration: none;
		color:black;		
	}
	
	#navigation_sub_list a:hover {
		display:block;
		text-decoration:none;
		text-align:left;
		line-height:24px;	
		height:24px;
		width:100px;
		overflow:hidden;
		font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-seriff;
		font-style: normal;
		font-size: 14px;
		font-weight:bold;
		text-decoration: none;
		color:gray;
	}
	
	fieldset {
		padding: 20px;
		border-style: solid;
		border-width: 1px;
	}

	input {
		border-style: solid;
		border-width: 1px;
		border-color: black;
	}

	textarea {
		border-style: solid;
		border-width: 1px;
	}	
