/* 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;
}
/* ------------------------------------------------------------------------- */
html{
	background: #333333;
}
*{
	font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background: #333333;
}
#serviceNav{
	height: 21px;
	padding: 5px 0;
	font-size: 0.7em;
	background: #333333;
}
#serviceNav div{
	float: left;
	width: auto;
}
#serviceNav div p{
	padding: 4px 20px 0 20px;
}
.text_right{
	text-align: right;
}
.text_right img{
	margin: 0 3px -4px 3px;
}
#topBanner{
	width: 100%;
	height: 170px;
	overflow: hidden;
}
#topBanner p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	text-shadow: 2px 2px 2px #000;
}
#mainWrapper{
	width: 1245px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.cl-left{
	clear: both;
	height: 0.1px;
	font-size: 0;
	line-height: 0;
}
#mainNav{
	position: relative;
	float: left;
	top: -46px;
	width: 214px;
	height: auto;
	background: #505050;
	border-radius: 10px;
	padding: 3px;
    overflow: hidden;
}
.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;
}

td.mainContentR{
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}
#mainContentRight{
    width: 276px;
    margin: 0 0 0 720px;
    border-radius: 10px;
    overflow: hidden;
}
#mainContentRight div{
    background: #505050;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.ui-tooltip{
	border: 2px solid #bbb;
	border-radius: 5px;
	background-color: #505050;
    font-size: 0.8em;
}

