/* Version: 05.05.2014 */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 19px;
	background-color:#f1f1f1;
}
.block{ display:block;}
.bold {font-weight:bold; } 
.kursiv{font-style: italic;}

p {margin:0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1{
	margin: 15px 0px;
	line-height: 30px;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
}
h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;	
}

.h2_anpassungen {

}


h3 {
	font-size: 18px;
	text-transform: uppercase;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #c6c6c6;
	box-shadow: -0.5px 3px 15px #999;
}
#rahmen_top {
	padding: 0px;

}
#rahmen_bottom {
	padding: 0px;
}

#content{ padding:20px 35px;
	
}

.titel {
	color: #fff;
	padding: 5px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}


.button a {
	background: #85479C scroll right top;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 140px;
	cursor: pointer;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px;
}
.button a:hover {
	background: #9b66af;
}


#box_o{

}

#box_r{
	padding-top:10px;
	float:right;
}

#box_l{
	float:left;
	width: 20%;
}

#box_2 {
	float:left;
	width: 35%;
}

#box_3 {
	float:left;
	padding-left: 3%;
	width: 32%
}

.linie {
	height: 10px;
	border-bottom: 1px solid #CCC;
	}

.img_sizer {
	width: 85px;
	height: 85px;
}

.img_sizer_100px {
	width: 100px;
	height: 100px;
}

#footer{
	padding: 10px;
	margin: 15px 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}


#footer_2{
	margin: 0px 0px 15px 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

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

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

.farbe_1{
	color: #333;
}
.farbe_2{
	color: #873e8d;
}

.abstand{
	margin-bottom: -10px;
}

ul {
	margin-left: 5px;
	padding-left: 9px;
	margin-top: 0px;
	list-style-type: disc;
	list-style-image: url(//anzeigen.jobsintown.de/job/files/448397/bullet.png);
	font-family: Arial, sans-serif;
	font-size: 14px;
}
li {
	margin: auto;
	padding: 0 0 10px 0;
	line-height: 20px;
}
.clear{clear:both;font-size:0px;line-height:0px;}

.bild1{
	display:block;	
}
.bild2{
	display:none;
}
.aus
{
		display:none;
}
.refnr {
}

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

p:empty {
height: 18px;
}

.green_button {
	display: inline-block;
	background: url(//anzeigen.jobsintown.de/job/files/448397/ico-arrow.png) no-repeat right center #96c03a;
	border: none;
	padding: 8px 32px 7px 10px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	text-shadow: none;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	border-radius: 0;
}

.green_button:hover {
	background-color: #C6E388;
}


/* 
_______________________

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

.newlinks {
	color: #873e8d !important
}

.newlinks:hover {
	text-decoration: underline; !important
	color: #a878ae !important 	
}

#box_4{
	float:left;
	width: 18%;
}

#box_5 {
	float:left;
	width: 34%;
}

#box_6 {
	float:left;
	padding-left: 3%;
	width: 34%
}

#box_7{
	float:right;
	width: 13%;
}