@import url(https://fonts.googleapis.com/css?family=Oswald:200);
* { padding: 0; margin: 0; }
#container { width: 100%; margin: 0 auto; }

body {
    background: #202d28;
	font-size:11pt;
    color: #ffe591;
    font-family: Helvetica;
}
a:link {
	color:#eee;
	font-size:11pt;
	text-decoration:none;
	font-weight:normal;
}
h1, h2 {
    font: bold 18px Helvetica;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: #000;
    margin: 10px 20px 5px;
}
table{
    width: 100%;
    border-top-color: #ffe591;
    border-top-width: 1px;
    border-top-style: solid;
    padding: 4px;
}
.ohne{
    width: 100%;
    border: none;
    padding: 4px;
}

.tr_leerzeile { height: 12px; }
.tr_sp { height: 2px; }
.tr_sp2 { height: 2px; }
.tr_sp6 { height: 6px; }
.tr_sp12 { height: 12px; }
.td_text { padding: 15px; }

.td_rahmen {
    width: 200px;
    padding: 5px;
	border:1px solid #CCCCCC;
    border-radius: 5px;
}
.td_rahmen_mitte {
    text-align: center;
    padding: 5px;
}
th, thead {
    font: bold 18px Oswald, Helvetica;
    text-align: left;
    margin-left: 4px;
    padding-top: 8px;
    border-collapse: collapse;    
}
.src_rahmen {
    padding: 5px;
	border: 1px solid #CCCCCC;
    border-radius: 5px;
}
img.imgrahmen {
    margin: 4px 4px;
    padding: 5px;
	border:1px solid #a0a0a0;
    -webkit-box-shadow: 3px 3px 8px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 8px -5px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 8px -5px rgba(0,0,0,0.75);
}
img.rahmen {
    padding: 5px;
	border:1px solid #a0a0a0;
	border-style: ridge;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
img.schatten {
    padding: 5px;
	border:1px solid #a0a0a0;

-webkit-box-shadow: 11px 13px 11px 1px rgba(36,48,28,1);
-moz-box-shadow: 11px 13px 11px 1px rgba(36,48,28,1);
box-shadow: 11px 13px 11px 1px rgba(36,48,28,1);
}

/* @group Toolbar */
.toolbar {
    -webkit-box-sizing: border-box;
    padding: 10px;
    height: 45px;
    background: url(../m/i_buttons/toolbar.png) #303030 repeat-x;
    position: relative;
}
.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 5px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font: bold 18px Oswald, Helvetica;
    width: 250px;
    text-shadow: rgba(0,0,0,1) 0 -1px 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
/*
body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 300px;
}
*/
.button, .back, .home {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 10px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font: 12px Oswald, Helvetica;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../m/i_buttons/button.png) 0 5 0 5;
}
.back {
    left: 3px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
}
.home {
    right: 6px;
    left: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
}

/* Side-Navigation  */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #000000;
    padding-bottom: 6px;
    overflow-x: hidden;
    overflow-y: visible;
    transition: 0.5s;
    padding-top: 10px;
}

.sidenav a {
    padding: 0 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #000000;
    font-weight:bold;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-family: sans-serif;
    font-size: 36px;
    margin-left: 40px;
}

#container {
    transition: margin-left .5s;
    padding: 16px;
}
/*
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;
  .sidenav a {font-size: 12px;
}
*/
#sidenav h1 {
    padding: 0;
  	color:#606060;
    margin: 0 0 0 6px;
    font-family:Oswald, Helvetica, sans-serif;
	font-size:12pt;
    font-weight: bold;
}
#sidenav h2 {
    padding: 0 0 0 12px;
  	color:#606060;
    font-family:Oswald, Helvetica, sans-serif;
	font-size:11pt;
    font-weight: normal;
}
