/*
	title:
		main.css
		
	author: 
		Matthias Kandora
		
	abstract:
		basic vna richmedia stylesheet
		
	copyright:
		all rights reserved (c) 2007 by author.
		for more information see contacts
		
	contact:
		m.kandora at googlemail.com [creator]
		acousticview at vnamusic.de [admin]
		
*/


/*// 	basic formating rules
		a,a:hover,body,html
*/
body,html {
	margin:			0px;
	background:		#000;
	color: 			#aeaeae;
	
	/*// font */
	font-family:	Verdana, Helvetica, sans-serif;
	font-size: 		11px;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight: light;
	color:#fff;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight: light;
	color:#fff;
}

/*// links */
a {
	color:#888888;
	text-decoration:none;
}

a:hover {
	
	cursor:pointer;
}



div.launcher { 
	width: 				200px; 
	height:				20px;
	color: 				#333;
	margin:				100px auto;
	text-align:center;
}

div.wrapper {
	position: absolute;
	bottom:0px;
	height:20px;
	width:100%;
}

div.remarks {
	width: 350px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant:small-caps;
	color: #8f8f8f;
	bottom:0px; 
	margin:0px auto;
}

div.remarks a {
	padding: 5px;
	color:#8f8f8f;
	text-decoration:none;
}

div.remarks a:hover {
	text-decoration: underline;
	background: #000;
	color: #fff;
}

div.impress {
	
}
