html { 
    height: 100% 
} 

body {
	font-family:Calibri,Arial,sans-serif;
	background-color:#CCC;
	color:#333;
	padding:0px;
	margin:0px;
	background: url(bg_1.jpg) no-repeat center top fixed;
	background-size:cover;
	min-height: 101%;
}

a {
	color:#38815F;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-weight:normal;
	font-style:italic;
	margin-top:0px;
	margin-bottom:8px;
	color:#38815F;
}

div.outer {
	margin:auto;
	position:relative;
	padding:0px;
	display:table;
	padding-bottom:10px;
	width:100%;
	max-width:711px;
}

div.ronline {
	background-color:#EEE;
	border:0px;
	padding:10px;
	padding-left:20px;
	height:120px;
	font-size:2.2em;
	font-style:italic;
	opacity: 0.77;
	filter:Alpha(Opacity=77);
	color:#016033;
}

div.breadcrumb {
	padding:3px;
	padding-left:10px;
	padding-left:20px;
	font-size:0.75em;
	background-color:#DDD;
	border-top:1px solid #AAA;
	opacity: 0.77;
	filter:Alpha(Opacity=77);
	color:#000;
}

div.mytext {
	padding:10px;
	padding-left:20px;
	font-size:0.85em;
	background-color:#EEE;
	border-top:1px solid #AAA;
}

div.left {
	float:left;
	min-height:450px;
	min-width:435px;
	background-color:#EEE;
	border-bottom:1px solid #AAA;
}

div.right {
	background-color:#DDD;
	float:left;
	font-size:0.85em;
	padding:20px;
	padding-top:30px;
	border:1px solid #AAA;
	max-width:235px;
	min-width:100px;
	min-height:400px;
	border-right:0px;
}

div.fotobuttons {
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	font-size:1.2em;
	background-color:#EEE;
	padding:0px;
	text-align:center;
}

div.foto {
	padding:20px;
}

div.jahr {
	float:left;
}

div.jahreszahl {
	font-size:1.2em;
	background-color:#EEE;
	padding:3px;
	padding-left:10px;
	border:1px solid #AAA;
	border-left:0px;
}

div.album {
	float:left;
	font-size:0.85em;
	width:100px;
	height:225px;
	background-color:#EEE;
	border:1px solid #AAA;
	border-left:0px;
	border-top:0px;
	text-align:right;
	padding:3px;
	padding-right:5px;
	font-style:italic;
	background-repeat: no-repeat;
    background-position: right bottom; 
	opacity: 0.77;
	filter:Alpha(Opacity=77);
	-webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
	-webkit-transition: background-position 1s;
    transition: background-position 1s;
	color:#000;
	transform:rotate(0deg);
}

div.album:hover{
	opacity: 1;
	filter:Alpha(Opacity=100);
	color:#333;
	background-position: left bottom;
}

div.nobordertop {
	border-top:1px solid #EEE;
}

div.noborderbottom {
	border-bottom:0px;
}

div.noborderright {
	border-right:0px;
}

div.footer1 {
	background-color:#000;
	color:#FFF;
	opacity: 0.70;
	filter:Alpha(Opacity=70);
	font-size:0.85em;
	padding:5px;
	text-align:center;
	margin-top:15px;
}

div.footer2 {
	background-color:#000;
	color:#FFF;
	opacity: 0.55;
	filter:Alpha(Opacity=55);
	font-size:0.8em;
	padding:5px;
	padding-top:10px;
	text-align:center;
	min-height:90px;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 39px;
  border:1px solid #AAA;
  background: #EEE;
  border-bottom: 2px solid #38815F;
  border-left:0px;
  border-right:0px;
  width: auto;
  margin-bottom:10px;
  font-size:0.9em;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #EEE;
  color: #000;
  display: inline-block;
  line-height: 39px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #000;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #38815F;
  margin-left: -8px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #38815F;
  margin-left: -8px;
}
#cssmenu > ul > li.active > a {
  /*-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);*/
}

#cssmenu > ul > li:hover > a {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  /*-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);*/
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #38815F;
  border-bottom: 1px solid #CCC;
  filter: none;
  font-size: 0.85em;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #114633;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #114633;
  border-bottom: 1px solid #CCC;
}

#cssmenu .has-sub .has-sub ul li a:hover {
  background: #053622;
}
