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


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


/* --------------------------------- */
/* center on page                    */
/* --------------------------------- */

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

html {display:table;}

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

#body {
	max-width:50em;
	margin:0 auto;
}


/* --------------------------------- */
/* 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: #00a; text-decoration: underline; background: #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                              */
/* --------------------------------- */

p, ul, ol {color: #333}
	p.near_related {margin-top: -1.2em}
	p.related {margin-top: -0.5em}
	p.absatz {margin-top: 2.5em}
	p.smaller {font-size: 90%}
h1, h2, h3, h4, h5, h6 {font-family: tahoma,arial,verdana,sans-serif; font-weight: normal; letter-spacing: 0; margin-bottom: 30px; color:#333}
h1 {font-size: 155%; line-height: 1.4em}
h2 {font-size: 145%; line-height: 1.3em}
h3 {font-size: 135%; line-height: 1.3em}
h4 {font-size: 125%; line-height: 1.3em; margin-top: 2.2em}
h5 {font-size: 115%; line-height: 1.3em; margin-top: 2em}
h6 {font-size: 105%; line-height: 1.3em; margin-top: 2em}
h4.top, h5.top, h6.top {margin-top: 0}



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





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

.headline  {font-size: 170%; line-height: 1.2em}



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