html {
    overflow-y: scroll;
}

/** Facbook Share by kha **/
html .fb_share_button {
			display: -moz-inline-block;
			display:inline-block; padding:0px 5px 0 22px; font-weight: bold; text-decoration: underline; height:35px; font-size:12px;
			line-height:18px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981)  no-repeat top left;
}
html .fb_share_button:hover {background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top left;}
/** Facbook Share Ende**/

body, table, td, th, select, textarea  {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-family: arial, sans-serif;
}

input {
	font-size: 11px;
	font-family: verdana
}

a {
    color: #6ba1c8;
}

img {
	border: none;
}

a, area {
	outline: none;

}

a.gruen {
	color: #6fc86b;
}

a.gruen:hover {
	color: #6fc86b;

}


hr {
	border: 0px;
	border-top: solid 1px #6BA1C8;
	border-bottom: transparent;
}

.text-blau {
	color: #6BA1C8;
}

.text-interview {
	color: #6BA1C8;
	font-size: 11px;
}

.text-interview a img{
	float:left;
	margin: 5px 2px 0 0;
}

.text-rot {
	color: red;
}

.text-schwarz {
    color: #000
}

.text-orange {
	color: #FF3300;
}

.text-weiss {
	color: #FFFFFF;
}

.headline-grau {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	line-height: 18px
}

.headline-blau {
	color: #6ba1c8;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px
}

.headline-schawrz {
    color: #000;
    font-weight: bold;
    font-size: 20px;
	line-height: 28px
}

.headline-weiss {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 28px
}

.headline-gruen {
	font-size: 18px;
	color: #6fc86b;
	font-weight: bold;
	line-height: 18px
}

.text-gruen-klein {
	font-size: 11px;
	color: #6fc86b;
	line-height: 13px;
}

.text-schwarz-klein {
	font-size: 11px;
	color: black;
	line-height: 13px;
}

.text-blau-klein {
	font-size: 11px;
	color: #6BA1C8;
	line-height: 13px;
}

#ticker {
	padding: 2px 0px;
	color: #FF3300;
	border-top: 1px dashed #FF3300;
	border-bottom: 1px dashed #FF3300;
}

.flugkoordinaten {
	margin: 5px 0px;
	background: url(../common/plus.gif) repeat-x;
}

object, embed {
	border: none;
}

.text-klein {
	font-size: 10px;
}

.rubrik {
	font-weight: bold;
	text-decoration: underline;
}

.logotabelle {
	border-collapse: collapse;
	background-color: white;
	border: 0px;
}

.logotabelle td {
	height: 190px;
	border: 1px solid #d3d3d3;
}

ul {
  list-style: url(../abo/image/aufzaehlen.gif) 5px;
}
.bold{
font-weight: bold;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height: 284px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	text-indent: -99999px;
	width: 30px;
	height: 30px;
}
.nivo-prevNav {
    background: url(arrows.png) top left;
	left:5px;
}
.nivo-nextNav {
    background: url(arrows.png) top right;
	right:5px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

