/**
 * @author		Kevin Schaefer
 *
 *
 *
 *
 *
 *
 *
 *
 *
**/

/* *********** ALLGEMEINE FORMATIERUNGEN **********
***************************************************/

a.rot:link {color: #E00;}
a.rot:visited {color: #900;}
a.rot:active {color: #F00;}
a.rot:hover {color: #F44;}

*{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

html, body{
	background: #FDD;
}

/* *********** TYPO ********************************
***************************************************/

body{
	font-family:Arial;
	font-size: 14px;
	color: #311;
}

p{
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

dl{
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-top: 20px;
}

h1{
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #311;
}

#artikeltext{
	line-height: 22px;
	margin-top: 0px;
	padding-top: 20px;
	margin-left: 220px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#artikeltextl{
	line-height: 22px;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#artikeltextl-mobile{
	line-height: 22px;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#artikeltexti{
	line-height: 22px;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#artikeltexti-mobile{
	line-height: 22px;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#footer{
	height: 30px;
	text-align:center;
	line-height: 15px;
	font-size: 10px;
}

#footer-mobile{
	height: 30px;
	text-align:center;
	line-height: 15px;
	font-size: 10px;
}

/* *********** LAYOUT *****************************
***************************************************/



#wrapper{
	width: 1050px;
	margin: 0px auto;
	height: auto;
		-moz-box-shadow: 0px 0px 2px 2px #999;
	-webkit-box-shadow: 0px 0px 2px 2px #999;
	box-shadow: 0px 0px 2px 2px #999;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=0,color=#999,direction=0);
}


#main-header{
	background: url(../img/Header-Background.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1050px;
	height: 200px;
}

#main-header-mobile{
}

#sidebarh{
	list-style-type: none;
	width: 200px;
	min-height: inherit;
	background-image: url(../img/linksh.png), url(../img/links.png);
	background-repeat: no-repeat, repeat-y;
	background-position: top right,  bottom right;
	float: right;
}

#content{
	background: url(../img/content.png);
	background-repeat: repeat-y;
	width: 1050px;
	min-height: 650px;
	height: 100%;
	padding-top: 0px;
	margin: 0px auto;
	height: auto;
	clear: both;
}

#content-mobile{
	background-repeat: repeat-y;
	height: 100%;
	padding-top: 0px;
	margin: 0px;
	clear: both;
	border: 0px;
}

#pics{
	background: url(../img/content.png);
	background-repeat: repeat-y;
	width: 1050px;
	min-height: 700px;
	padding-top: 20px;
	margin: 0 auto;
}

#pics-mobile{
	background-repeat: repeat-y;
	height: 100%;
	padding-top: 0px;
	margin: 0px;
	clear: both;
	border: 0px;
}

footer{
	width: 1050px;
	height: 22px;
	background: #FFEEEE; 
	border-top: 1px solid #FCC;
}

/* *********** NAVIGATION***************************
***************************************************/

#main-nav{
	width: 1050px;
	height: 26px;
	background: #FF6666; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaaaa 0%, #FF6666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffaaaa), color-stop(100%,#FF6666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* IE10+ */
	background: linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#FF6666',GradientType=0 ); /* IE6-9 */	
	border-bottom: 1px solid #FFCED1;
}

#main-nav-mobile{
	width: 100%;
	float: left;
	padding-left: 0.5%;
	background: #FF6666; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaaaa 0%, #FF6666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffaaaa), color-stop(100%,#FF6666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* IE10+ */
	background: linear-gradient(top, #ffaaaa 0%,#FF6666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#FF6666',GradientType=0 ); /* IE6-9 */	
	border-bottom: 1px solid #FFCED1;
}

#main-nav-mobile .menu{
	list-style-type: none;
}

#main-nav .menu{
	list-style-type: none;
	width: 1050px;
}

#main-nav-mobile .menu li a{
	width: 49%;	
	float: left;
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 3vh;
	height: 5vh;
	padding-top: 1vh;
	font-weight: 400;
	text-align: center;	
	color: #FEE;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	border-left: 1px solid #FFCCCC;
	border-right: 1px solid #FF3333;
	border-top: 1px solid #FFCCCC;
	border-bottom: 1px solid #FF3333;
	webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

#main-nav .menu li a{
	width: 173px;
	height: 26px;
	display: block;
	float: left;
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #FEE;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	border-right: 1px solid #FFCCCC;
	border-left: 1px solid #FF3333;
	webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}



#main-nav .menu li:first-child a{
	border-left:none;
	width: 174px;
}

#main-nav .menu li:last-child a{
	border-right:none;
	width: 174px;
}

#main-nav .menu li a:hover{
	background-color: rgba(51, 51, 51, 0.3);
	color: #FFF;
	text-shadow: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#main-nav-mobile .menu li a:hover{
	background-color: rgba(51, 51, 51, 0.3);
	color: #FFF;
	text-shadow: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#sidebar{
	list-style-type: none;
	float: left;	
	width: 200px;
	
}

#sidebar .menu{
	list-style-type: none;
	width: 200px;
}

#sidebar .menu li a{
	
	
	width: 200px;
	height: 30px;
	float:left;
	
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	text-indent: 24px;
	color: #E91516;
	text-shadow: 1px 1px 0px #BBB;
	text-decoration:none;
	
	border-bottom: 1px solid #FDD;
}

#sidebar .menu li:hover a{
	
	background-image:url(../img/sidebar.nav.png);
	text-decoration:underline;
}

/* *********** Sonstiges **************************
***************************************************/

.clear{
clear: both;
}

.example-image{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.example-image-link{
	display: inline-block;
	padding: 4px;
	margin: 0 1.43rem 1.43rem 1rem;
	background-color: #fff;
	line-height: 1;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.example-image-link:hover{
	background-color: #F66;
}

/************ Lightbox **********************
********************************************/

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}


.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
