html { padding: 0; margin: 0; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	list-style-type: disc;
	font-weight: normal;
	word-spacing: normal;
	line-height: 19px;
}


p {
	margin:0;
}



.hide_m {}

.hide {
  display: none;
}


.ausblenden{}

/* 
  TRANSPARENT    

  filter:alpha(opacity:80);
  KHTMLOpacity: 0.70;
  MozOpacity: 0.60;
  opacity: 0.67;
  background-color: #FFF;

 
*/





/* 
_____Plaziert_____   
 
*/


.texttrans{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	}




p:empty {
height: 18px;
}



a {
	color: #669;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	text-align: center;
}

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

#pagewrap {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #A7A9A4;
	box-shadow: -0.5px 5px 15px #999;
}
#background {
	padding: 0px;
	width: 720px;
}

#header {
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: top;
}
#content_links {
	width: 80%;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(hg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #F8F7F3;
}






#content_rechts {
	width: 80%;
	float: left;
	background-image: url(unten.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #F8F7F3;
	padding-bottom: 70px;
}






#footer {
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 0px;
}

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


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
 
 
 .text_gross{
	font-size: 16px;
	line-height: 20px;
}

.titel_gross{
	font-size: 26px;
	line-height: 35px;
}

.text_klein{
	font-size: 11px;
	line-height: 17px;
}

.titel_klein{
	font-size: 19px;
	line-height: 25px;
}
 
 
 
.gross{
	font-size: 16px;
	line-height: 20px;
}
.farbe {
	color: #0000ff;
}
.abstand{
	margin-bottom: -1%;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #235586;
}
a:active{
	text-decoration: underline;
	color: #0000ff;
}
ul {
	margin-left: 30px;
	padding-left: 10px;
	margin-top: 0px;
	list-style-type: disc;
}
li {
	margin: auto;
	padding: 0;
}

	#bild{
	}
	
	#logo{
	}




/* 
_______________________

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


/*-----Farben-----*/

.rot{color:#ff0000 !important;}
.gruen{color:#00b050 !important;}
.blau{color:#0070c0 !important;}
.gelb{color:#ffc000 !important;}
.lila{color:#7030a0 !important;}
.dunkelrot{color:#c00000 !important;}

/*----------------*/

.refnr {}

.apply {}
