@import url(http://fonts.googleapis.com/css?family=Oswald:200);
* { padding: 0; margin: 0; }

body {
    background: #eee;
    color: #222;
    font-family: Helvetica;
    font-size: 11px;
    text-decoration: none;
}
.textcontainer {
    color: #222;
    width: 90%;
	font-size: 11pt;
    margin-right: auto;
    margin-left: auto;
}
table{
    width: 90%;
    padding: 5px 0 0 0;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}
th {
    width: 90%;
	font-size: 12pt;
    text-align: left;
}
.tr_leerzeile { height: 12px; }
td.links {
    text-align: left;    
}
h1 {
    font: bold 18px Helvetica;
    padding: 0 0 5px 0;
  	color:#808080;
	font-size:11pt;
    text-align: left;
	text-decoration: underline;

}
h2 {
    font: bold 20px Helvetica;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: #000;
    margin: 20px 0 5px;
    text-decoration: none;
}
h3 {
    font: bold 18px Helvetica;
    color: #303030;
    text-decoration: none;
}
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);
}
/* @group Toolbar */
.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 10px;
    height: 40px;
    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 20px Oswald, Helvetica;
    width: 150px;
    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: 250px;
}
.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: 6px;
    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;
}
/* @end */

