/**
 * Description for file
 *
 * CSS version $version
 *
 * @author      Firstname Lastname <internet@promacx.ch>
 * @copyright   PROMACX AG / Wasserwerkgasse 20 / 3011 CH-Bern
 * @link        www.promacx.ch
 * @licence     http://www.opensource.org/licenses/mit-license.php The MIT License
 * @version     0.0.1
 * @media       screen
 */

/* BASICS
*************************** */
html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background-color:#111111;
	margin:0px;
	padding:0px;
	height:100%;
}
a {
	color:#FC7C00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
sup {vertical-align:top; font-size:0.8em; line-heigt:100%;}
sub {vertical-align:bottom; font-size:0.8em; line-heigt:100%;}

#container {
	width:100%;
	height:100%;
}
#header {
	height:30px;
	padding:0px 10px;
	text-align:right;
}
#content {
	width:100%;
	height:100%;
}
#footer {

}

