/* Version: 05.05.2014 */
html{height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-color:#f1f1f1;
height:100%;
}

p {margin:0;}

h1{
	margin: 0px;
	line-height: 30px;
	font-size: 25px;
	font-weight: bold;
	padding:40px 0;
	text-align:center;
	font-stretch:condensed;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background:url(bg.jpg) top center no-repeat;
	background-size:cover;
	border: 1px solid #A7A9A4;
}

#rahmen_top {
	padding: 0px;

}

#rahmen_bottom {
	padding: 0px;
}

#content{
	display:table;
	width:100%;
}

#box_top{
}

#box_right{
	background:rgba(50,50,50,0.8);
	padding:80px 40px 40px 40px;
	color:#fff;
}

#box_left{
	width:25%;
	padding:0 20px;
}

#box_bg{
	background:url(logo_loop.png) top center repeat-y;
	width:100%;
}

#footer{
	
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; 
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active{
	text-decoration: none;
	color: #fff;
}

.color_1{
	color: #000;
}

.color_2{
	color: #fff;
}

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

li {
	margin: auto;
	padding: 0;
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.bild1{
	display:block;	
}

.bild2{
	display:none;
}

.refnr {
	
}

.blocksatz{
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after{
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
	height: 18px;
}

.cell{
	display:table-cell;
	vertical-align:top;
}

.row{
	display:table-row;
}

/* 
_______________________

KAPITÄCHEN, BULLETPOINT
_______________________

<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>

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

 

_______________________

BUTTON MIT HOVER
_______________________

.button a {
	background: #123487 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;
}

 

_______________________

BUTTON MIT ANIMATION
_______________________

.bewerben {
	background-image:url(pfeil.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #e5000a;
	float: right;
	margin: 20px 40px 20px 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.bewerben:hover {	
	background-position: 15px center;
	}

.bewerben a {
	display: inline-block;
    padding: 15px 20px 14px 50px;
	color: #fff;
	}
.bewerben a:hover { color: #fff; 
	text-decoration: none;
}

HTML-Part
<div class="bewerben">
<a href="#" target="_blank"><strong>HIER BEWERBEN</strong></a> </div>
</div>

 

_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}
*/


.apply {}
