﻿body 
{
    margin:20px;
    padding:0px;
    font-family:Arial;
    font-size:12px;
}

input, label
{
    font-family:Arial;
    font-size:13px;
}

#checklisteKategorien
{
    border:1px solid #b58a00;
    
    width:518px;
    padding:15px;
    padding-top:10px;
}

#checklisteKategorien span label
{
    width:160px;
    display:inline-block;
    margin:5px;
    font-weight:bold;
}

#checklisteKategorien span
{
    white-space:nowrap;
}

h2.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(../img/toggleBox_head_bg.png) no-repeat;
	height: 38px;
	line-height: 38px;
	width: 530px;
	font-size: 2em;
	font-weight: normal;
	
	background-color:#dab007;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #fae04e; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 550px;
	clear: both;
}
.toggle_container .block {
	padding: 15px; /*--Padding of Container--*/
	padding-top: 10px;
}

.toggleMenu
{
    text-align:left;
    padding-top:5px;
    padding-left:15px;
    border-bottom:1px solid #cccccc;
}

.toggleMenu label
{
    margin:7px;
    display:inline-block;
}
.toggleMenu input
{
    font-size:12px;
}

.toggleCheckList input
{
    font-size:12px;
}

.toggleCheckList span
{
    white-space:nowrap;
}

.toggleCheckList span label
{
    width:240px;
    display:inline-block;
    margin:7px;
}

#druckansicht
{
    height:500px;
    overflow:hidden;
    width:550px;
}

.druckcontent
{
    height:450px;
    overflow-x:hidden;
    overflow-y:scroll;
    border-bottom:1px solid #f0f0f0;
}

div.centered{
 
  }

#druckansicht h4
{
    margin:0px;
    padding:0px;
    
}

#druckansicht .checkbox
{
    font-size:18px;
}

.druckansicht_item
{
    margin:5px;
    padding-bottom:10px;
    white-space:nowrap;
    float:left;
}

.druckansicht_kategorie
{
    margin-left:20px;
    margin-right:20px;
    overflow:hidden;
}

.ChecklisteBannerContainer
{
    clear:both;
}

.ChecklisteBannerContainer img
{
    border:none;
    padding-left:5px;
    padding-top:5px;
}

.button
{
    cursor:pointer;
}