/* Version: 25.04.2016 */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	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;
}

#logo{
	position: absolute;
	top:0;
	right:0;
	width:25%;
	background: rgba(255,255,255,1.00);
	padding:26px 2%;
}

#firma{
	background:#d8d8d8;
    color:#000;
	padding:2% 31% 2% 6%;
	text-align:justify;
	font-size:12px;
}

#content{
	padding:2% 6%;
}

p {
	margin:0;
	text-align:justify;
}

p:empty {
height: 18px;
}

.abstand5{
	margin-top:5px;
}

.abstand15{
	margin-top:15px;
}

.rot{color:#fe0000;}
.dunkelrot{color:#AA0A0F;}
.braun{color:#C0A997;}
.grau{color:#F5F5F5;}

.hellgrau{color:#d8d8d8;}



.h1Klein{
	line-height: 1.2;
	font-size: 22px;
}

h1{
	margin:15px 0 0 0;
	line-height: 1.2;
	font-size: 25px;
	font-weight: bold;
	color:#AA0A0F;
	text-align:center;
}

h2{
	background:#d8d8d8;
    color:#000;
	margin:25px 0 0 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

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

.row {
    display: table-row;
}

#inhaltText {
    display: table-cell;
	width:75%;
	padding:2% 6%;
	vertical-align:top;
}

#bilder {
    display: table-cell;
	width:25%;
	background: #d8d8d8;
	vertical-align:top;
}

#bilder img {
	margin: 0 0 10px 0;
}

/*Tabelle*/

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

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

#footer{
	background:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	border-top:10px solid #FFFAC1;
	padding:2% 6%;
}

#footer p{
	text-align:center;
}

#footer a{
	color:rgba(255,255,255,1);
}

#footer a:hover{
	color:#AA0A0F;
}

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

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#AA0A0F;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}


.ausblenden {
	display:block;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding:8px 0 0 0;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.button a {
	background: #FFF scroll right top ;
    color: #D61724;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
	border: 2px solid #A8AAB6;
	box-shadow:2px 2px 4px #000000;
	font-size:15px;
}
.button a:hover {
	background:#D61724;
	color:rgba(255,255,255,1);
}



/* <span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

Transparent
background: rgba(255,255,255,0.8);


ul li { 
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}

oder wie folgt

ul {
	margin-left:5px;
	padding-left:5px;
	margin-top:0px;
	list-style-type:disc;
}
li {
	margin: 5px;
	padding: 0;
}

ul.bs {
   list-style-image: url(bs.jpg);
}
ul.pfeil {
   list-style-image: url(bp.jpg);
}

und dann <ul class="pfeil"> 

<span class="aus_r" style="position: absolute; bottom: 380px; right: 0;">

----------------
BUTTON MIT HOVER
----------------

.button a {
	background: #87888a scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
	background:#2d5aae;
}

und <p align="center" class="button"><a href="#" target="_blank">Jetzt bewerben</a></p>


 
 Für CSS

.buttonbox{
                text-align:center;
}

.button{
                padding:10px 20px;
                margin:0 auto;
                display:inline-block;
                background:#0169b2;
                transition:all 0.05s ease-in-out;
}

.button a{
                padding:10px 20px;
                color:#fff;
                text-decoration:none;
}
.button:hover {
                background:#06C;
                }

------

<div class="buttonbox">
<div class="button"><a class="apply" href="#" target="_blank"><strong>Hier bewerben!</strong></a></div>
</div>


ul {
	margin:0;
	margin-left:15px;
	padding-left:15px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
}
li::before{
	content:"■";
	position: absolute;
	top: 0;
	left: -10px;
	color:#000;
}


 */
.apply {}
