/* --- standards fuer die seite --- */
body 		{background-color: #fff;}
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* --- container :: layout--- */
#pagebody 	{background-color: #fff; width: 100%;
			height: auto;margin: 10px auto;}

#header		{background-color: #fff;height: 80px;
			border-bottom: 1px dotted #fff; overflow: hidden;}
			
#underline	{background-color: #09c;height: 20px;
			border-top: 0px solid #09c;
			border-bottom: 0px dotted #fff; overflow: hidden;}

#sidebar	{background-color: #fff;width: 250px; height: auto;
			margin: 0 0 0 5px;padding: 5 0 0 5px;
			line-height: 75%;float: left;}

#content 	{background-color: #fff;width: 550px; float: left;}

#content h4	{font-family: arial; font-size: 0.6em; color: #119;
				border-top: 0px dashed #666;
				border-bottom: 0px dashed #999;}

#footer		{background-color: #09c; width: 100%; height: 20px;
			border-top: 0px dotted #fff; clear: both;}
		
		
		
/* --- container :: typografie --- */
#sidebar p, li	{font-family: arial; font-size: 0.9em; color: #300;}

#sidebar  h1 	{font-family: arial; font-size: 0.9em; color: #999;
				border-top: 0px dashed #666;
				border-bottom: 0px dashed #999;}
#sidebar  h2 	{font-family: arial; font-size: 0.8em; color: #119;
				border-top: 0px dashed #666;
				border-bottom: 0px dashed #999;}

#sidebar  h3 	{font-family: arial; font-size: 0.75em; color: #999;
				border-top: 0px dashed #666;
				border-bottom: 0px dashed #999;}
#sidebar  h4 	{font-family: arial; font-size: 0.6em; color: #119;
				border-top: 0px dashed #666;
				border-bottom: 0px dashed #999;}

#footer  h3 	{font-family: arial; font-size: 0.7em; color: #ccc;}



	
/* --- links :: las vegas hells angels --- */
a:link 		{ color: #666;
			text-decoration: none; font-family: arial; 
			font-size: 90%;}

a:visited 	{ color: #999;
			text-decoration: none; font-family: arial; 
			font-size: 90%;}

a:hover 	{color: #000; text-decoration: underline;}

a:active 	{color: #666;
			text-decoration: none;}
			
			
			
a.invers:link 		{ color: #fff;
					text-decoration: none; font-family: arial; 
					font-size: 90%;}

a.invers:visited 	{ color: #fff;
					text-decoration: none; font-family: arial; 
					font-size: 90%;}

a.invers:hover 		{color: #000; text-decoration: underline;}

a.invers:active 	{color: #fff;
					text-decoration: none;}
p {font-family:sans-serif, arial,verdana; font-size:0.7em; color: #000000}

h1 {font-family:sans-serif, arial,verdana; font-size:1.5em; color: #000000}
h2 {font-family:sans-serif, arial,verdana; font-size:1.0em; color: #888888}
h3{font-family:sans-serif, arial,verdana; font-size:0.75em; color: #888888}

			
			
	
/* --- bilder --- */
#content img {margin: 25px auto;} 	

	


