/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}


#dl-menu {
    display: none;
}

.onlymobile {
    display: none;
}


body
{
    margin:                     0px auto;
    color:                      #222222;
    background-color:           #ededed;
	font-family: 'Raleway', sans-serif;
    font-size: 					14px;
    text-align:                 left;
    line-height:                150%;
}

body#newsletter {
	background-color:           #ffffff;
	font-family:                helvetica, sans-serif;
}

.red {
		color: #c80e0f;
}


#footer {

    margin: 0px auto;
    z-Index: 1;
    text-align: left;		
    background-color: #FFFFFF;

		-moz-box-shadow: 0px 0px 3px #888;
		-webkit-box-shadow: 0px 0px 3px #888;
		box-shadow: 0px 0px 3px #888;
}

.footercontent
{ 
    padding: 20px;
} 




#topnav {
    display: block;
    position: absolute;
    z-Index: 6;
    top: 12px;
    left: 50%;
    margin-left: 98px;
    width: 375px;
    list-style-type:			none !important;
}

#topnav li {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
	height:						23px;
	float:						right;
}

#topnav li a {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

div.bounce_left {
	font-size: 									1.6em;
	font-weight: 								bold;
	color:											#c80e0f;	
	padding-top: 5px;
	float: left;
	width: 5%;
}

div.bounce_right {
	font-size: 									1em;
	float: right;
	width: 94%;
}

div.leftpane33 div.bounce_left {
	width: 10%;
}

div.leftpane33 div.bounce_right {
	width: 85%;
}

div.rightpane33 div.bounce_left {
	width: 10%;
}

div.rightpane33 div.bounce_right {
	width: 85%;
}

.schatten2 {
	background: url(/img/shadow.png) repeat-x bottom center;
	padding-bottom: 25px;
	overflow: show;	
}

.schatten_alg {
	background: url(/img/shadow/500.png) repeat-x bottom left;
	padding-bottom: 28px;
	overflow: show;	
}

.schatten_top {
	background: url(/img/schatten_top.png) repeat-x top left;
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 3px;
	overflow: show;
}

.schatten_bottom {
	background-image: url(/img/schatten_bottom.png);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	padding-bottom: 3px;
	margin: 0px;
}

.schatten_left {
	background: url(/img/schatten_left.png) repeat-y top left;
	padding-left: 3px;
}

.schatten_right {
	background-image: url(/img/schatten_right.png);
	background-repeat: no-repeat;
	background-position: right 2px;	
	padding-right: 3px;
	margin: 0px;
}


.shadow_complete {
	background-image: url(/img/shadow_complete.png);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	padding-bottom: 3px;
	margin: 0px;
}


a:link,
a:visited
{
    color:                     	#000;
    text-decoration:            underline;
    font-weight: bold;
}

a:hover,
a:active
{
    color:                      #0e71b8;	
    text-decoration:            underline;
}

b, strong {
	color:                      #0e71b8;	
}

img
{
    border-style:               none;
    display: block;
    z-index: 1;
}


h1
{
    display:                    none;
}

form
{
    display:                    inline;         /* IE */
}

p
{
    padding:                    0px;
    margin-top:                 10px;
    margin-bottom:              10px;
}

ul
{
    padding-left: 1.05em;    
    margin-left: 1.05em;
    overflow: hidden;
    line-height: 150%;
    
}

p.bildunterschrift
{
    padding:                    8px;
    margin-bottom:              5px;
    margin-top: 2px;
    font-size:									0.8em;
    text-align: 								left;
}


div.bildbox {
	position: absolute;
	margin-top: -505px;
	z-index: 2;
	width: 295px;
	margin-left: 350px;
	padding-left: 10px;
	padding-right: 10px;
  background-image:           url('../img/alphatier.png');
  background-repeat:          repeat;
}

div.bildbox h2 {
	font-size: 25px;
	color: #0e71b8;
	font-weight: bold;
}

.align_left
{
    text-align:                 left;
}

.align_right
{
    text-align:                 right;
}

.align_center
{
    text-align:                 center;
}

.align_justify
{
    text-align:                 justify;
}

.allcaps
{
    text-transform:             uppercase;
}

.float_left
{
    clear:                      left;
    float:                      left;
}

.float_right
{
    clear:                      right;
    float:                      right;
}

div#screenblockmain
{		
		width: 961px;
		margin: 0px auto;
		margin-top: 15px;
		text-align: center;
}

div.centered
{
		margin: 0px auto;
		text-align: left;
		width: 960px;
}

div#centered
{
		margin: 0px auto;
		text-align: left;
}

div.shb_b {
    background-image:           url('../img/shadow_bottom.png');
    background-repeat:          no-repeat;
    background-position:        bottom left;    
    padding-bottom: 7px;
		margin-bottom: 10px;
}

div.shb_r {
    background-image:           url('../img/shadow_right.png');
    background-repeat:          repeat-y;
    background-position:        right top;
}


div.white {
	width: 955px;
	background-color:           #FFFFFF;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
}


div#graybox
{
	background-color:           #e8e8e8;
}

div#main
{
    float:                      left;
    width:                      850px;
    background-color:           #FFFFFF;
    border:                     none;
}



#mainpage {
		width: 1139px;
    margin: 0px auto;
    z-Index: 1;
    text-align: left;		
    background-color: #FFFFFF;

		padding-top: 15px;
		margin-bottom: 15px;

		-moz-box-shadow: 0px 0px 30px #bbb;
		-webkit-box-shadow: 0px 0px 30px #bbb;
		box-shadow: 0px 0px 30px #bbb;

	

}

.mainpage {
		width: 999px;
    margin: 10px auto;
    z-Index: 1;
    text-align: left;		
}


div#header
{
		width: 999px;
    margin: 0px auto;
    z-Index: 1;	
    margin: 0px auto;
    z-Index: 3;
    text-align: center;
    height: 90px;
}


img#logo
{
		height: 100px;
	float: right;
}


div#terminwunschf {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 210px;
    width: 299px;
    height: 102px;
    z-Index: 5;	
}


div#navigation
{
		float: left;
		text-align: left;
		width: 205px;
}

.blaubox {
	margin: 20px;
	margin-top: 0px;
	padding: 10px;
	color: #000000;
	background-color: #ddf2fb;
	margin-right: 0px;
}



div#content
{
		width: 770px;
		float: right;
	
		text-align: left;
		margin-right: 20px;
		padding-bottom: 0px;
		margin-bottom: 10px;
}



img#icon
{
		padding-left: 15px;
		padding-top: 0px;
		float: left;
}

.headgfx
{
    background-image:           url('../img/head.png');
    background-repeat:          no-repeat;
    background-position:        right 9px;
}

div#navrahmen
{
	background-color: none;
}

div#langselect 
{
	background-color: #FFFFFF; 
	
	padding-left: 30px;
}

div#langselect a
{
	
	font-size: 11px;
	color: #838383;
	text-decoration: none;
	margin-right: 5px;
}

div#langselect a b
{
	color: #535456;
	font-weight: bold;
}

div.basepicture
{
	padding-top:	10px;
	padding-bottom: 10px;
	padding-left:	20px;
	padding-right: 20px;	
	
	/*border-bottom: 1px solid #222222;*/
} 
  
#slideshow { 

} 
   
.content
{ 	
    padding: 0px 20px 0px 20px;
} 

.content_nopic
{ 
		padding-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
} 
  
  
.content_topmargin
{ 
		margin-top:	10px;
    padding:                    10px;
}


.keinrand
{
    padding:                    0px;
}

.textcontent 
{
    line-height:								150%;
    font-size:									13px;
}

div.rahmen
{
		margin:											0px 10px 5px 10px;
		border:											1px solid #CCCCCC;
    padding:                    5px 10px 5px 10px;
}

div.leftpane
{
	margin-left:								15px;
    float:                      left;
    width:                      425px;    
}

div.rightpane
{
    margin-right:								15px;
    float:                      right;
    width:                      425px;
}

div.leftpane33
{
    float:                      left;
    width:                      285px;
    padding: 8px;
    background-color: white;
		margin-right: 20px;

		-moz-box-shadow: 0px 0px 4px #444;
		-webkit-box-shadow: 0px 0px 4px #444;
		box-shadow: 0px 0px 4px #444;
			
}

div.leftpane66
{
    float:                      left;
    width:                      570px;
    padding: 8px;
    background-color: white;
		margin-right: 20px;

		-moz-box-shadow: 0px 0px 4px #444;
		-webkit-box-shadow: 0px 0px 4px #444;
		box-shadow: 0px 0px 4px #444;
		    
}

div.leftpane66ns
{
    float:                      left;
    width:                      570px;
    
    background-color: white;
		margin-right: 20px;
		    
}

div.rightpane66
{
    float:                      right;
    width:                      570px;
    padding: 8px;
    background-color: white;

		-moz-box-shadow: 0px 0px 4px #444;
		-webkit-box-shadow: 0px 0px 4px #444;
		box-shadow: 0px 0px 4px #444;
				
}

div.rightpane66ns
{
    float:                      right;
    width:                      570px;
    background-color: white;
    margin-left: 20px; 
			
}

div.rightpane33
{
    float:                      right;
    width:                      285px;
    padding: 8px;
    background-color: white;

		-moz-box-shadow: 0px 0px 4px #444;
		-webkit-box-shadow: 0px 0px 4px #444;
		box-shadow: 0px 0px 4px #444;
				
}


div.rightpane33ns
{
    float:                      right;
    width:                      285px;
    background-color: white;
    margin-left: 20px;
				
}

div.pagefloat_left
{
    float:                      left;
    width:                      30%;
    background-color: #b1b6b2;
}

div.pagefloat_right
{
    float:                      right;
    width:                      67%;
    padding-left: 4px;
    border-left:								1px solid #EEEEEE;
}

a.pfeil {
  background-image:           url('../../img/icon_pfeil.gif');
  background-repeat:          no-repeat;
  background-position:        7px center;
  padding-left:								25px;
  color:											#000000;  
  font-size:									11px;
}

a.add {
  background-image:           url('../../img/icon_add.gif');
  background-repeat:          no-repeat;
  background-position:        7px center;
  padding-left:								25px;
  color:											#000000;  
  font-size:									11px;
}

.welcome {
    background-image:           url('../../img/alphatier.png') !important;
    background-repeat:          repeat;
    background-position:        0px 0px;
    
    width: 370px;
    position: absolute;
    left: 50%;
    margin-left: 60px;
    top: 230px;
    padding: 10px;	
}

.welcome h2 {
	font-size: 42px;
}

.welcome h3 {
	border: none;
	margin-top: 5px;
	font-size: 28px;
	margin-bottom: 20px;
}

h2 {
	padding: 0px;
	font-size: 									28px;
	font-weight: 								bold;
	color:											#0e71b8;	
	margin-bottom: 							5px;
	margin-top:									5px;	
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-size: 									22px;
	font-weight: 								bold;
	color:											#0e71b8;
	margin-top: 								5px;
	margin-bottom: 							3px;
	padding: 0px;
}



h4 {
	font-size: 									16px;
	font-weight: 								bold;
	color:											#0e71b8;
	margin-top: 								5px;
	margin-bottom: 							3px;
	padding: 0px;
	
	font-weight: 700;
}

h5 {
	font-size: 									1.0em;
	font-weight: 								bold;
	color:											#000;
	margin-top: 								5px;
	margin-bottom: 							3px;
	padding: 0px;
}

h6 {
	font-size: 									1.0em;
	font-weight: 								bold;
	color:											#000000;	
	margin-top: 								10px;
	margin-bottom: 							0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
}

.weiss{
  line-height:                150%;
}

.weissklein {
  background-color:           #FFF;
  line-height:                140%;
  padding: 15px;
  padding-top: 5px;
}

.grau {
  background-color:           #FFFFFF;
  line-height:                140%;
	background-image: url('/img/graubg.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;  
	padding: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.hellgrau {
  background-color:           #f2f2f2;
  line-height:                140%;
	background-image: url('/img/graubg2.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;  
	padding: 15px;
	padding-top: 5px;
}

div.link_pdf {
	background-image: url('/img/icon_pdf.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

div.link_pdf a {
	color: #c80e0f;
	font-size: 0.8em;
}

div.link_ppt {
	background-image: url('/img/icon_ppt.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

div.link_ppt a {
	color: #c80e0f;
	font-size: 0.8em;
}

div.link_quadrat {
	background-image: url('../../img/greenblock.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

div.link_quadrat a {
	color: #c80e0f;
	font-size: 0.8em;
}

div.link_pfeil {
	background-image: url('/img/icon_greenpfeil.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

div.link_pfeil a {
	color: #c80e0f;
	font-size: 0.8em;
}



img
{
	border-style:			none;
}

.linksbuendig
{
	float:					left;
	margin-right:		25px;
	margin-bottom:	5px;
	margin-top: 10px;
}

.linksbuendig_nomargin
{
	float:					left;
}


.rechtsbuendig
{
	float:			right;
	margin-left:		25px;
	margin-bottom:	5px;	
	text-align: left;
	margin-top: 10px;
}

.zentriert
{
	text-align: center;
	margin: 0px auto;
	margin-bottom: 5px;
}

.zentriert img
{
	margin: 0px auto;	
}

.zentriert p
{
	margin-bottom: 10px;
}


form
{
	display:			inline;		/* IE */
}


p.blocksatz
{
	text-align: justify;
}


p.small
{
	font-size: 0.8em;
}

p.transparentebox
{
    background-image:           url('../../img/alphatier2.png') !important;
    background-repeat:          repeat;
    background-position:        0px 0px;
    font-size: 15px;
    width: 350px;
    padding: 9px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 30px;
    text-align: center;
    margin-top: 325px;
    margin-bottom: 30px;
}

td {
	vertical-align: top;
}


div.margintop10 {
	margin-top: 10px;
}

div.margintop20 {
	margin-top: 20px;
}

table.programm {
	border-top: 1px dotted #c80e0f;
	border-collapse : collapse;	
	width: 100%;
	margin-bottom: 15px;
	margin-top: 8px;
}

table.programm td {
	border-top: 1px dotted #c80e0f;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

table.border {
	border: 1px solid #CCCCCC;
	border-collapse : collapse;	
	width: 100%;
	margin-bottom: 5px;
}

table.border th {
	border: 1px solid #CCCCCC;	
	padding: 4px;
	font-weight:			bold;
	color:				#A53521;	
}

table.border td {
	border: 1px solid #CCCCCC;	
	padding: 4px;
	vertical-align: top;
}

table.border td.center {
	text-align: center;
}






#youarehere {
	padding-top: 2px;
	padding-bottom: 12px;
	font-size: 11px;
	color: #999999;
}

#youarehere a {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}





div.clear
{
	clear: both;
}

div.clearpane
{
	clear:both;
	padding-right:			20px;
	padding-left:				20px;
}

div.clearborder
{
	clear:both;
	margin-right: 20px;
	margin-left: 20px;
	height: 30px;
	border-bottom: 1px solid #EEE;
	margin-top: 20px;
	margin-bottom: 30px;
}



.online {
	
	margin-left: 25px;
	margin-right: 25px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 12px;
	
}