/* Version: 01.07.2015 */
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: #f4f4f4;/* 	background-color:#e5eff5;*/
}
p {
	margin:0;
}

p:empty {
height: 18px;
}
.block{ display:block;}
.bold {font-weight:bold; } 
.kursiv{font-style: italic;}

h1{
	margin: 0px;
	line-height: 26px;
	font-size: 23px;
	font-weight: normal;
	color:#1e3282;
}
h2{
	margin: 0px;
	font-weight: normal;	
}
#rahmen {
	position:relative;
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #cccccc;
	box-shadow: -0.5px 2px 8px #999;
}
.bp {
	list-style-image: url(bp.jpg);
}
::selection {
        background: #0068b4; 
        color:#ffffff;
}

::-moz-selection {
        background: #0068b4;
        color:#ffffff;
}
#rahmen_top {
	padding: 0px;
}
#rahmen_bottom {
	padding: 0px;
}
#content{ padding: 2% 4%; }

#box_r{
	float: right;
	width: 49%;
	padding: 0;
	background-color: #fff;
}
#box_l{
	float: left;
	width: 49%;
	padding: 0;
	background-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
	width: auto9; 
}
img, a img {
                  border: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active{
	text-decoration: none;
	color: #000000;
}
.titel_gross{
	font-size: 26px;
	line-height: 35px;
}
.titel_klein{
	font-size: 19px;
	line-height: 25px;
}
.text_gross{
	font-size: 15px;
	line-height: 20px;
}
.text_klein{
	font-size: 11px;
	line-height: 17px;
}

.farbe_1{
	color: #0068b4;
}
.farbe_2{
	color: #fff;
}

.blue {
color: #1e3282!important
}
ul {
    margin-left:8px;
    padding-left:8px;
    margin-top:5px;
    list-style-type: disc;
}
li {
    margin: auto;
    padding: 1px;;
    color:#000;
}
li span {color: black;}

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

.bild1{
	display:block;	
}
.bild2{
	display:none;
}
.aus
{
		display:none;
}
.btn
{
	border-radius: 8px;
	width:150px;	
	height:30px;
	background-color:#72ba01;
	color:#fff;
	padding-top:10px;
	font-size:13px;
	text-align:center;
}
.linie
{
	height: 20px;
	width: 100%;
	background-color: #0068b4;
}

.linie2
{
	height: 20px;
	width: 100%;
	background-color: #1e3282;
}
.txt_left
{
text-align:left;	
}
.pad_left
{
padding-left:10px;	
}
.versalien
{
	text-transform: uppercase;		
}

.logo{
		position:absolute;
		right:0px;
		top:0px;	
	
}

.refnr {}

/* <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;
}

oder wie folgt

ul {
	margin-left:5px;
	padding-left:5px;
	margin-top:0px;
	list-style-type:disc;
}
li {
	margin: 6px;
	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;">
 */

.apply {}


.button a {
	background: #1e3282 scroll right top ;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width:auto;
    height:auto;
    cursor: pointer;
   	display:inline-block;
    position: relative;
    padding:1% 2%;
    margin: 15px 0px 15px 275px;
	border: 2px solid #fff;
	box-shadow:1px 1px 3px #000000;
	font-size:15px;
}
.button a:hover {
	background:#fff;
	color:#1e3282;
	border: 2px solid #1e3282;
}
