/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rahmen {
	color: #000;
	
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#willkommen{
	position:absolute;
	top:250px;
	left:10px;
	width:120px;
}

#willkommen2{
	position:absolute;
	top:230px;
	left:10px;
	width:120px;
}

#logo{
	padding:4% 1% 4% 12%;
	text-align:right;
}

#content{
	padding:4% 2% 2% 12%;
}

#content2{
	padding:4% 6% 2% 12%;
        background:#dadad9;
}

.firma{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 29px; /* Chrome, Safari, Opera */
    -moz-column-gap: 29px; /* Firefox */
    column-gap: 29px;
	
	word-spacing:-0.05rem;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

.abstand10{
	margin-top:10px;
}

.abstand15{
	margin-top:15px;
}

.rot{color:#c50938;}

#titel{
	font-size:14px;
	margin:20px 0 0 50px;
}

h1{
	margin:10px 0 0 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}

h2{
	margin:20px 0 3px 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
}

/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}
/*Tabelle*/

.box_links{
	float:left;
	width:48%;
}

.box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

#footer{
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #c50938;
	font-weight:bold;
	text-decoration: none;
}
a:active{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}


.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	margin:0;
	margin-left:0;
	padding-left:15px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
	padding:0;
}
li::before{
	content:"";
	position: absolute;
	top: 5px;
	left: -15px;
	background:#C60E36;
	width:8px;
	height:8px;
	border-radius:2px;
}

.refnr {}

.apply {}