﻿/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../lib/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../lib/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../lib/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../lib/fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;    /* Ergänzung von Stefan Sträßer */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
p {                     /* Ergänzung von Stefan Sträßer */
    line-height: 120%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------------- */
*{
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: transparent;
	margin:  0;
	padding: 0;
	overflow: hidden;
}
/* die 3 Einträge für HTML, BODY und #content sind erforderlich, um den
* Flash-Inhalt tatsächlich mit 100% Höhe angezeigt zu bekommen */
html{
	height: 100%;
	overflow: hidden;
}
body{
	height: 100%;
}
#content{
	height: 100%;
	background: #333;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#mainNav *, #info, #desc, #details{
    color: #fff;
}
#mainNav{
	position: fixed;
	float: left;
	top: 20px;
	left: 20px;
	width: 214px;
	height: auto;
	background: rgba(128,128,128,0.8);
	border-radius: 10px;
	padding: 3px;
}
.nav_level_1, .nav_level_2, .nav_level_2a, .nav_level_2b, .nav_level_3, .nav_level_4 {
	border-bottom: 1px dotted #707070;
}
.nav_level_1{
	padding: 10px 5px;
	font-size: 1.2em;
	font-weight: bold;
	background: #707070;
}
.nav_level_2, .nav_level_2b{
	padding: 5px;
	font-size: 0.8em;
}
.nav_level_2a{
	padding: 5px 5px 5px 30px;
	font-size: 0.8em;
    display: none;
}
.nav_level_2b{
    background: url('../images/resultset_previous.png') no-repeat 195px 3px;
}
.nav_level_3, .nav_level_4{
	padding: 5px;
	font-size: 0.8em;
	font-style: italic;
}
.nav_level_1 a, .nav_level_2 a, .nav_level_3 a, .nav_level_2a a, .nav_level_2b a, .nav_home a{
	text-decoration: none;
}
.nav_home{
    border: none;
}
.nav_home p{
    text-align: right;
    border: none;
}
.nav_home p img{
    margin-top: -3px;
}
#mainNav div:first-of-type{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#mainNav div.last{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#details, #info{
    position: fixed;
    right: 20px;
    width: auto;
    height: auto;
    /* fuer IE8 -------------------------- */
    background: rgb(128,128,128);
    filter: alpha(opacity=85);
    /* ----------------------------------- */
    background: rgba(128,128,128,0.8);
    border-radius: 10px;
    padding: 3px;
}
#info{
    top: 20px;
    min-width: 100px;
    cursor: pointer;
}
#details{
    top: 70px;
    text-align: center;
}
#details div, #details div a img, .nav_level_2 a img{
    border-radius: 5px;
    max-width: 150px;
}

#desc{
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 700px;
    margin: 0 0 0 -350px;
    background: rgba(128,128,128,0.8);
    border-radius: 10px;
}
#desc p{
    font-size: 0.8em;
    line-height: 115%;
    padding: 10px;
}

.ui-tooltip{
    border: 2px solid #bbb;
    border-radius: 5px;
    background-color: #505050;
    font-size: 0.8em;
}