/*
	 _/\_
	_>,"<_________________________________________________________________
	 ____  _  ___  __   ____                           _ _          _ _   
	| __ )| |/ / |/ /  / ___| ___  ___ _   _ _ __   __| | |__   ___(_) |_ 
	|  _ \| ' /| ' /  | |  _ / _ \/ __| | | | '_ \ / _` | '_ \ / _ \ | __|
	| |_) | . \| . \  | |_| |  __/\__ \ |_| | | | | (_| | | | |  __/ | |_ 
	|____/|_|\_\_|\_\  \____|\___||___/\__,_|_| |_|\__,_|_| |_|\___|_|\__|
	______________________________________________________________________

        .°~--- STYL0RSH33T --- BY CENO --- 2oo9 | o9 | o8 ---~°.
*/

/* --- STYLES FÜRS WEB (Vorschaltseite) --- */
@media screen {
	* { margin:0; padding:0; border:0; }
	
	html { font-size: 1em; }
	body { background:#d3d3d3 url('../_img/backdrop.jpg') no-repeat 30% 0; font-family: Arial, sans-serif; }
	
	:focus { outline: 0; }
	
	#mainframe { width:35em; padding-top:6em; margin:0 auto; cursor:default; }
	
	img { display:block; margin-bottom:3em; width:19.375em; }
	h1 { color: #97e513; font-size:150%; font-weight:bold; margin:.5em 0;}
	p { color:#333333; font-size:.85em; line-height:1.5em; margin:1.5em 0; }
	p strong { font-size:1.333em; color:#0079c0; }
	a { color:#333333; text-decoration:underline; }
	a:hover { text-decoration:none; }
}