/* +++++++++CSS_alt++++++ Text +++++++++++++++ */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #094369;
	text-align: left;
	font-style: normal;
	line-height: 1,5;
}
.text_weis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1,5;
	font-weight: bold;
	
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1,5;
	color: #094369;
}
.text_bele {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #094369;
	text-align: center;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #094369;
	line-height: 1,5;
	text-align: justify;
}
.text_just {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #094369;
	vertical-align: top;
	text-align: justify;
	line-height: 1,8;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #094369;
	text-align: left;
}
.text_bold_k{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	text-decoration: none;
	color: #7f7e7f;
}
.h4 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #d50002;
}
.h3 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #d50002;
}
.h1 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #d50002;
	text-align: left;
}
.h1_c {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #d50002;
	text-align: center;
}
.h2 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #d50002;
	text-align:center;
}
.h1_weis {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.h1_center {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1,5;
	font-weight: bold;
	color: #d50002;
	text-align: left;
	text-align:center;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccf02;
}
.mail_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccf02;
	text-decoration: none;
}
p.large {
	margin-left:13%;
	margin-right:0%;
}

/* +++++++++++++++ link Navi +++++++++++++++ */  
.link, a.link:link
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	color:#d50002;
	text-decoration: none;
	line-height:normal;
	text-align:center;
	
}
.link, a.link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	color:#cccf02;
	text-decoration: underline;
	line-height:normal;
	text-align:center;
	
}      
/* +++++++++++++++ Seitenaufbau +++++++++++++++ background-color: #4a4542; */

*	{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #dbf3f7; 	
	padding-top: 0px; 
}

td#head	{
	width: 950px;
	height: 135px;
	background: url(bilder/head_back.png);
	background-repeat: no-repeat;

}
td.links	{
	background: url(bilder/head_back_l_r.png) repeat-x;
	height: 135px;
	width: 34%;
}
td.rechts	{
	background: url(bilder/head_back_l_r.png) repeat-x;
	height: 135px;
	width: 40%;
}
table#anleitung5	{
	width: 610px;
	height: 171px;
	background: url(bilder/anleitung5.gif);
	background-repeat: no-repeat;

}

.slider-wrapper { 
	width: 900px; 
	margin: 0px auto;
}
.content	{
	overflow: auto;
	height: 525px;
	width: 679px;
	background-color:#FFFFFF;
	border: 0px solid #fff;
	scrollbar-face-color: #25227a;
	scrollbar-shadow-color: #ffffcb;
	scrollbar-highlight-color: #25227a;
	scrollbar-3dlight-color: #ffffcb;
	scrollbar-darkshadow-color: #ffffcb;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #25227a;
	padding-right: 0px;
}
div#foot	{
	position: inherit;
    z-index:100;
    bottom: 1vh;
    top: auto;
    font-size:80%;
    text-align:center;
    width: 100%;
	background: url(bilder/food_back.png) repeat-x;
	height: 135px;
	
}
table#header {
  left: 0;
  height: 135px;
  padding: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
div.back {
	background-color:ffffff;
}
/* +++++++++++++++ Bild Format +++++++++++++++ */

td#belegt {
	background-color:#dbf3f7;
}
div.bild {
	width: 200px;
	border:#ffffff;
	float: right;
	padding: 0 0.5em 0.5em 0.5em;
}
div.bild2 {
	width: 145px;
	border:#ffffff;
	float: right;
	padding: 0 0.5em 0.5em 0.5em;
}	

/* +++++++++++++++ Test Image box +++++++++++++++ */


#box {
	display: block;
	max-width: 2560px;
	height: auto;
	background: black;
	border: black 0px solid;
}
#box img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
/* +++++++++++++++ Formular formatierung +++++++++++++++ */
.inputfeld {
	font-family: Verdana; 
	font-size: 12px; 
	color: #193441;
	border: 1px solid #395059;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #91aa9d;
	scrollbar-arrow-color: #91aa9d;
	background-color: #ffffff;
}
.button {
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	color: #193441; 
	width: 75; 
	height: 17; 
	border: 1px solid #cccf02; 
	background-color: #dbf3f7;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	

}
/* +++++++++++++++ cookies +++++++++++++++ */
#cookiedingsbums a {color:#d50002; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #d50002;
   font: 14px/100% arial, sans-serif;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   right: 25px;
   position: absolute;
   top: 5px;
   cursor:pointer;
   padding:4px;
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}



