@charset "UTF-8";
/* CSS Document */


/* Google Fonts */
@import url('http://fonts.googleapis.com/css?family=Oxygen|Scope One');
/* Yanone Kaffeesatz | Rasa | Overlock */


/* --------------------------------- */
/* basics                            */
/* --------------------------------- */

/* http://www.456bereastreet.com/lab/centered/display-table/ */
html,
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font:0.9em/1.5em 'Oxygen', verdana,tahoma,arial,sans-serif;
	color:#333;
	text-align:center;
	background:#f8f8f8 url("");
}



/* --------------------------------- */
/* LINKS                             */
/* --------------------------------- */

a,a:link,a:visited,a:hover,a:active {background: transparent; text-decoration: none; cursor: pointer} 
a:link {color: #333} 
a:visited {color: #333} 
a:hover {color: #000; text-decoration: underline; background: #e8f3fd; } /* aed5f8 - 00a - fff */
a:active {color: #00a; background: #fff; } 

a.blackbold, a.blackbold:link, a.blackbold.active, a.blackbold:visited {color: #000; font-weight: bold}

.linkexternal { font-family: 'Scope One', verdana,tahoma,arial,sans-serif; text-decoration: underline; }



/* --------------------------------- */
/* TEXT                              */
/* --------------------------------- */





/* --------------------------------- */
/* IDs                               */
/* --------------------------------- */





/* --------------------------------- */
/* CLASSES                           */
/* --------------------------------- */



.disambiguation { font-family: 'Scope One', verdana,tahoma,arial,sans-serif; }