@charset "UTF-8";
/* CSS Document */
#header {
	position:fixed;
	top:0px;
	z-index:1000;
	}

.umzug {
	padding: 20px;
	color: #2065B0;
	font-size: 20px;
}
.umzug h1 {
	font-size:30px;
}
.umzug p {
	font-size:16px;
}
.umzug li {
	list-style-type: circle;
	line-height: 22px;
	font-size:16px;
}
#start_menue {
	width:984px;
	padding:8px;
	margin:150px auto 100px auto;
	clear:both;
	background-color:rgba(204,204,204,0.4);
	-moz-box-shadow:    3px 3px 5px 2px #888;
	-webkit-box-shadow: 3px 3px 5px 2px #888;
	box-shadow:         3px 3px 5px 2px #888;
}

.portrait	{
	width:200px;
	}


.menubox {
    width: 248px;
    height: 248px;
    margin: 8px;
    float: left;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(images/bg.jpg) no-repeat center center;
}
.menubox .mask {
    width: 248px;
    height: 248px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.menubox img {
    display: block;
    position: relative
}
.menubox h2 {
    color: #2065B0;
    text-align: center;
    font-size: 17px;
	font-weight:500;
    padding: 10px;
    margin: 40px 0 0 0;
}
.menubox p {
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.menubox a.info {
    display: inline-block;
    text-decoration: none;
    padding: 5px 18px;
	font-size:14px;
    background: #DEF1FA;
    color: #2065B0;
    box-shadow: 0 0 1px #ccc;
}
.menubox a.info:hover {
    box-shadow: 0 0 5px #777;
}

#footer {
	position:fixed;
	bottom:0px;
	}



.menubox img {
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.menubox .mask {
   background-color: rgba(110,110,110,0.3);
   -webkit-transform: translateX(-248px);
   -moz-transform: translateX(-248px);
   -o-transform: translateX(-248px);
   -ms-transform: translateX(-248px);
   transform: translateX(-248px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.menubox h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #2065B0;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.menubox p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   text-align:left;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.menubox:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.menubox:hover img {
   -webkit-transform: translateX(248px);
   -moz-transform: translateX(248px);
   -o-transform: translateX(248px);
   -ms-transform: translateX(248px);
   transform: translateX(248px);
}
.menubox:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}