html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin : 0;
	font-size : 100%;
	font-family : Verdana, Geneva, sans-serif;
	padding-top : 0;
	padding-bottom : 0;
	padding-right: 0px;
	padding-left: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display : block;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
body {
	color : #CCC;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 12px;
	line-height : 18px;
	background-color : #333;
	overflow-y: scroll;
	scrollbar-base-color: #DD0000;
	scrollbar-face-color: #00FF33;
}
h1, h2, h3, h4, h5, h6 {
	font-family : Verdana, Geneva, sans-serif;
	font-weight : normal;
	color : rgba(204,204,204,1);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight : inherit;
}
h1 {
	font-size : 16px;
	line-height : 22px;
	margin-bottom : 10px;
	padding-left : 0px;
	padding-top : 8px;
}
h2 {
	font-size : 16px;
	line-height : 22px;
	margin-bottom : 10px;
	padding-left : 0px;
	padding-top : 10px;
}
h3 {
	font-size : 16px;
	line-height : 22px;
	margin-bottom : 10px;
	padding-left: 0px;
	padding-top: 10px;
}
h4 {
	font-size : 100%;
}
h5 {
font-size : 17px;
line-height : 24px;
}
h6 {
font-size : 14px;
line-height : 21px;
}
.subheader {
	color : #CCC;
}
p {
	margin : 0 0 16px 0;
	padding-left : 0px;
	padding-right : 10px;
	text-align : left;
}
p img {
margin : 0;
}
p.lead {
	font-size : 21px;
	line-height : 27px;
	color : #CCC;
}
em {
font-style : italic;
}
strong {
	color : #CCC;
}
small {
font-size : 80%;
}
blockquote, blockquote p {
	font-size : 17px;
	line-height : 24px;
	color : #CCC;
	font-style : italic;
}
blockquote {
margin : 0 0 20px;
padding : 9px 20px 0 19px;
border-left : 1px solid #ddd;
}
blockquote cite {
	display : block;
	font-size : 12px;
	color : #CCC;
}
blockquote cite:before {
content : "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color : #CCC;
}
hr {
	clear : both;
	margin : 10px 0 10px;
	height : 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
}
a, a:visited {
	color : #CCC;
	outline : 0;
}
a:hover, a:focus {
	color : #FFF;
}
p a, p a:visited {
line-height : inherit;
}
ul, ol {
}
ul {
}
ol {
list-style : decimal;
}
ol, ul.square, ul.circle, ul.disc {
margin-left : 30px;
}
ul.square {
list-style : square outside;
}
ul.circle {
list-style : circle outside;
}
ul.disc {
list-style : disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin : 4px 0 5px 30px;
	font-size : 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom : 6px;
}
li {
	line-height : 18px;
	margin-bottom : 1px;
}
ul.large li {
line-height : 21px;
}
li p {
line-height : 21px;
}
img.scale-with-grid {
max-width : 100%;
height : auto;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
background : #eee;
border : #aaa solid 1px;
border-top : 1px solid #ccc;
border-left : 1px solid #ccc;
border-radius : 3px;
color : #444;
display : inline-block;
font-size : 11px;
font-weight : bold;
text-decoration : none;
text-shadow : 0 1px rgba(255, 255, 255, 0.75);
cursor : pointer;
margin-bottom : 20px;
line-height : normal;
padding : 8px 10px;
font-family : "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
color : #222;
background : #ddd;
border : #888 solid 1px;
border-top : 1px solid #aaa;
border-left : 1px solid #aaa;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
border : #666 solid 1px;
background : #ccc;
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
width : 100%;
padding-left : 0 !important ;
padding-right : 0 !important ;
text-align : center;
}
form {
margin-bottom : 20px;
}
fieldset {
margin-bottom : 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
border : #ccc solid 1px;
padding : 6px 4px;
outline : none;
border-radius : 2px;
font : 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color : #777;
margin : 0;
width : 210px;
max-width : 100%;
display : block;
margin-bottom : 20px;
background : #fff;
}
select {
padding : 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border : #aaa solid 1px;
	color : #CCC;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
min-height : 60px;
}
label, legend {
display : block;
font-weight : bold;
font-size : 13px;
}
select {
width : 220px;
}
input[type="checkbox"] {
display : inline;
}
label span, legend span {
font-weight : normal;
font-size : 13px;
color : #444;
}
.remove-bottom {
margin-bottom : 0 !important ;
}
.half-bottom {
margin-bottom : 10px !important ;
}
.add-bottom {
margin-bottom : 20px !important ;
}
.container {
	position : relative;
	width : 100%;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	margin-top : 82px;
}
.container .column, .container .columns {
float : left;
display : inline;
margin : 0;
padding : 0;
}
.row {
margin-bottom : 20px;
}
.column.alpha, .columns.alpha {
margin-left : 0;
}
.column.omega, .columns.omega {
margin-right : 0;
}
.container .one.column, .container .one.columns {
width : 40px;
}
.container .three.columns {
width : 33.3%;
}
.container .four.columns {
width : 40%;
}
.container .six.columns {
width : 60%;
}
.container .seven.columns {
width : 400px;
}
.container .eight.columns {
width : 80%;
}
.container .nine.columns {
width : 520px;
}
.container .eleven.columns {
width : 640px;
}
.container .twelve.columns {
width : 700px;
}
.container .thirteen.columns {
width : 760px;
}
.container .fourteen.columns {
width : 820px;
}
.container .fifteen.columns {
width : 880px;
}
.container .head {
	width : 74%;
	margin-left : 13%;
	margin-right : 13%;
	background-color : rgba(102,102,102,1);
	position : fixed;
	height : 60px;
	top : 0;
	border-top-width : 1px;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	z-index: 100;
}
.container .headl {
	width : 87%;
	margin-left : 13%;
	position : fixed;
	height : 20px;
	top : 60px;
	border-top-width : 1px;
	border-top-color : #de1100;
	border-top-style : outset;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	background-color : rgba(102,102,102,0.9);
}
.container .food {
	width : 74%;
	margin-left : 13%;
	margin-right : 13%;
	background-color : rgba(102,102,102,0.9);
	position : fixed;
	height : 30px;
	bottom : 0;
	padding-top : 10px;
}
.container .foodl {
	width : 87%;
	margin-right : 13%;
	background-color : rgba(102,102,102,0.9);
	position : fixed;
	height : 20px;
	bottom : 40px;
	border-bottom-width : 1px;
	border-bottom-color : #de1100;
	border-bottom-style : outset;
	border-right-style : none;
	border-top-style : none;
	border-left-style : none;
}
.container .sixteenlr.columns {
width : 87%;
margin-left : 13%;
background-color : rgba(255, 0, 0, 1);
position : fixed;
top : 100px;
}
.container .vs {
	width : 24%;
	margin : 0;
	padding-top : 1px;
	padding-right : 0.5%;
	padding-bottom : 1%;
	padding-left : 0.5%;
}
.container .sixteen.columns {
width : 74%;
margin-left : 13%;
margin-right : 13%;
margin-bottom : 120px;
margin-top : 10px;
}
.container .ten.columns {
width : 100%;
margin-bottom : 20px;
}
.container .five.columns {
width : 49%;
margin-bottom : 20px;
}
.container .fiver.columns {
width : 49%;
margin-bottom : 20px;
float : right;
}
.container .two.columns {
width : 20%;
}
.container .twom.columns {
width : 20%;
}
.container .one-third.column {
width : 300px;
}
.container .two-thirds.column {
width : 620px;
}
.container .offset-by-one {
padding-left : 60px;
}
.container .offset-by-two {
padding-left : 120px;
}
.container .offset-by-three {
padding-left : 180px;
}
.container .offset-by-four {
padding-left : 240px;
}
.container .offset-by-five {
padding-left : 300px;
}
.container .offset-by-six {
padding-left : 360px;
}
.container .offset-by-seven {
padding-left : 420px;
}
.container .offset-by-eight {
padding-left : 480px;
}
.container .offset-by-nine {
padding-left : 540px;
}
.container .offset-by-ten {
padding-left : 600px;
}
.container .offset-by-eleven {
padding-left : 660px;
}
.container .offset-by-twelve {
padding-left : 720px;
}
.container .offset-by-thirteen {
padding-left : 780px;
}
.container .offset-by-fourteen {
padding-left : 840px;
}
.container .offset-by-fifteen {
padding-left : 900px;
}
@media only screen and (min-width:768px) and (max-width:959px) {
.container {
width : 100%;
}
.container .column, .container .columns {
margin-left : 0;
margin-right : 0;
}
.column.alpha, .columns.alpha {
margin-left : 0;
margin-right : 10px;
}
.column.omega, .columns.omega {
margin-right : 0;
margin-left : 10px;
}
.alpha.omega {
margin-left : 0;
margin-right : 0;
}
.container .one.column, .container .one.columns {
width : 28px;
}
.container .three.columns {
width : 124px;
}
.container .four.columns {
width : 172px;
}
.container .five.columns {
width : 49%;
}
.container .fiver.columns {
width : 49%;
}
.container .six.columns {
width : 268px;
}
.container .seven.columns {
width : 316px;
}
.container .nine.columns {
width : 412px;
}
.container .ten.columns {
width : 100%;
}
.container .eleven.columns {
width : 508px;
}
.container .twelve.columns {
width : 556px;
}
.container .thirteen.columns {
width : 604px;
}
.container .fourteen.columns {
width : 652px;
}
.container .fifteen.columns {
width : 700px;
}
.container .head {
width : 74%;
margin-left : 13%;
margin-right : 13%;
background-color : rgba(255, 255, 255, 1);
position : fixed;
height : 60px;
top : 0;
border-top-width : 1px;
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
.container .sixteen.columns {
width : 86%;
margin-left : 7%;
margin-right : 7%;
margin-bottom : 120px;
margin-top : 10px;
}
.container .eight.columns {
width : 85%;
}
.container .two.columns {
width : 15%;
}
.container .twom.columns {
width : 15%;
}
.container .one-third.column {
width : 236px;
}
.container .two-thirds.column {
width : 492px;
}
.container .offset-by-one {
padding-left : 48px;
}
.container .offset-by-two {
padding-left : 96px;
}
.container .offset-by-three {
padding-left : 144px;
}
.container .offset-by-four {
padding-left : 192px;
}
.container .offset-by-five {
padding-left : 240px;
}
.container .offset-by-six {
padding-left : 288px;
}
.container .offset-by-seven {
padding-left : 336px;
}
.container .offset-by-eight {
padding-left : 384px;
}
.container .offset-by-nine {
padding-left : 432px;
}
.container .offset-by-ten {
padding-left : 480px;
}
.container .offset-by-eleven {
padding-left : 528px;
}
.container .offset-by-twelve {
padding-left : 576px;
}
.container .offset-by-thirteen {
padding-left : 624px;
}
.container .offset-by-fourteen {
padding-left : 672px;
}
.container .offset-by-fifteen {
padding-left : 720px;
}
}
@media only screen and (max-width:767px) {
.container {
width : 100%;
}
.container .columns, .container .column {
margin : 0;
}
.container .one.column, .container .one.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .fiver.columns, .container .six.columns, .container .seven.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .one-third.column, .container .two-thirds.column {
width : 100%;
}
.container .head {
width : 74%;
margin-left : 13%;
margin-right : 13%;
background-color : rgba(255, 255, 255, 1);
position : fixed;
height : 80px;
top : 0;
border-top-width : 1px;
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
.container .headl {
width : 87%;
margin-left : 13%;
position : fixed;
height : 1px;
top : 80px;
border-top-width : 1px;
border-top-color : #de1100;
border-top-style : outset;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
background-color : rgba(255, 255, 255, 0.9);
}
.container .food {
width : 74%;
margin-left : 13%;
margin-right : 13%;
background-color : rgba(255, 255, 255, 0.9);
position : fixed;
height : 50px;
bottom : 0;
padding-top : 10px;
}
.container .foodl {
width : 87%;
margin-right : 13%;
background-color : rgba(255, 255, 255, 0.9);
position : fixed;
height : 1px;
bottom : 60px;
border-bottom-width : 1px;
border-bottom-color : #de1100;
border-bottom-style : outset;
border-right-style : none;
border-top-style : none;
border-left-style : none;
}
.container .sixteen.columns {
width : 86%;
margin-left : 7%;
margin-right : 7%;
margin-bottom : 120px;
margin-top : 10px;
}
.container .two.columns {
width : 100%;
height : 22px;
}
.container .twom.columns {
width : 100%;
height : 22px;
visibility : hidden;
}
.container .twom.columns {
width : 100%;
}
.container .eight.columns {
width : 100%;
}
.container .vs {
	width : 48%;
	margin : 0;
	padding : 1%;
}
.container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
padding-left : 0;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.container {
width : 100%;
}
.container .columns, .container .column {
margin : 0;
}
.container .one.column, .container .one.columns, .container .two.columns, .container .twom.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .fiver.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .one-third.column, .container .two-thirds.column {
width : 100%;
}
}
.container .sixteen.columns {
width : 74%;
margin-left : 13%;
margin-right : 13%;
margin-bottom : 120px;
margin-top : 0;
}
.container:after {
content : "\0020";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
content : '\0020';
display : block;
overflow : hidden;
visibility : hidden;
width : 0;
height : 0;
}
.row:after, .clearfix:after {
clear : both;
}
.clear {
clear : both;
display : block;
overflow : hidden;
visibility : hidden;
width : 0;
height : 0;
}
#topmenu .dropdown {
	font-size : 10px;
	font-weight : normal;
	line-height : 12px;
	text-transform : none;
	color : #CCCCCC;
	z-index : 1300;
	float : right;
	text-align : left;
	margin-bottom: 6px;
}
#topmenu .dropdown li {
	display : inline-block;
	position : relative;
	list-style : none;
	margin : 0;
	border-right : 0 solid #d2d2d2;
	float : left;
	padding-top : 0;
	padding-right : 7px;
	padding-bottom : 0;
	padding-left : 7px;
}
#topmenu .dropdown li:hover, #topmenu .dropdown .current-menu-item, #topmenu .dropdown .current-menu-ancestor {
border-right : 0 solid #d7002e;
font-family : Verdana, Geneva, sans-serif;
}
#topmenu .dropdown li:hover li, #topmenu .dropdown .current-menu-item li, #topmenu .dropdown .current-menu-ancestor li {
border-right : none;
}
#topmenu .dropdown li a {
	display : inline-block;
	color : #CCCCCC;
	text-decoration : none;
	line-height : 14px;
}
#topmenu .dropdown li a span {
display : block;
}
#topmenu .dropdown li a:hover, #topmenu .dropdown .current-menu-item a, #topmenu .dropdown .current-menu-item li a:hover, #topmenu .dropdown .current-menu-item .current_page_item a, #topmenu .dropdown .current-menu-ancestor a, #topmenu .dropdown .current-menu-ancestor a:hover, #topmenu .dropdown li li.current-menu-ancestor a, #topmenu .dropdown li .current-menu-ancestor .current-menu-item a, #topmenu .dropdown .menu-item-home.current-menu-item a, #topmenu .dropdown .menu-item-home a:hover {
	color : #CCCCCC;
	font-family : Verdana, Geneva, sans-serif;
}
#topmenu .dropdown .current-menu-item ul li a, #topmenu .dropdown .current-menu-ancestor ul li a, #topmenu .dropdown .current-menu-ancestor .current-menu-item li a, #topmenu .dropdown .menu-item-home ul li a, #topmenu .dropdown .current-menu-ancestor .current-menu-ancestor li a, #topmenu .dropdown .current-menu-ancestor li .current-menu-item li a, #topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor li a {
	color : #CCC;
}
#topmenu .dropdown li ul li a:hover, #topmenu .dropdown .current-menu-ancestor ul li a:hover, #topmenu .dropdown .current-menu-ancestor .current-menu-item a, #topmenu .dropdown .current-menu-ancestor li .current-menu-item a, #topmenu .dropdown li .current-menu-item a, #topmenu .dropdown li.parent li a:hover, #topmenu .dropdown .current-menu-ancestor .current-menu-ancestor a, #topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor a, #topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor li a:hover, #topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor .current-menu-item a {
	color : #CCC;
}
#topmenu .dropdown li ul, #topmenu .dropdown li ul li ul, #topmenu .dropdown li ul li ul li ul {
display : none;
text-transform : none;
}
#topmenu .dropdown li ul {
	top : 18px;
	left : -40px;
	z-index : 1308;
	text-shadow : none;
	font-size : 12px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: rgb(102,102,102);
	border-top-width: 1px;
	border-top-style: inset;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
}
#topmenu .dropdown li ul li ul {
padding : 0 3px 0 3px;
z-index : 1309;
}
#topmenu .dropdown li ul li ul li ul {
z-index : 1310;
padding-right : 3px;
}
#topmenu .dropdown li:hover > ul {
	display : block;
	position : absolute;
	width : 150px;
}
#topmenu .dropdown li:hover > ul li:hover > ul {
display : block;
top : 0;
left : 150px !important ;
width : 150px;
text-align : right;
}
#topmenu .dropdown li.last:hover > ul li:hover > ul {
left : -155px !important ;
}
#topmenu .dropdown li:hover > ul li:hover > ul li:hover > ul {
display : block;
position : absolute;
left : 150px !important ;
top : -2px !important ;
}
#topmenu .dropdown li ul li.first ul {
	top : 1px !important;
	background-color: rgb(255,0,0);
	color: rgb(255,0,0);
}
#topmenu .dropdown li ul li {
display : block;
border : none;
background : url(images/dropdown_sprite.png) -150px 0 repeat-y;
width : 150px;
margin : 0;
padding : 0;
height : auto;
clear : both;
line-height : 1.2em;
}
#topmenu .dropdown li ul li ul li {
width : 150px;
}
#topmenu .dropdown li ul li ul li {
background : url(images/dropdown_sprite.png) -150px 0 repeat-y;
}
#topmenu .dropdown li ul li.first {
	background : url(images/dropdown_sprite.png) 0 0 no-repeat;
	padding-top : 2px;
}
#topmenu .dropdown li ul li ul li.first {
background : url(images/dropdown_sprite.png) -150px 0 no-repeat;
padding-top : 0;
}
#topmenu .dropdown li ul li a {
	background : url(images/dropdown_sprite.png) -300px bottom no-repeat;
	display : block;
	color : #CCC;
	height : auto;
	line-height : normal;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}
#topmenu .dropdown li ul li.last a, #topmenu .dropdown li ul li ul li.last a {
background : none;
}
#topmenu .dropdown li a:hover span {
	cursor : pointer;
	font-family : inherit;
	padding-bottom: 11px;
}
#topmenu .dropdown .parent li a span, #topmenu .dropdown .parent li a:hover span {
background : none;
}
#topmenu .dropdown li ul li.parent span, #topmenu .dropdown li ul li.parent ul li.parent a span, #topmenu .dropdown li ul li.parent a:hover span {
background : url(images/dropdown_1_arrow.png) 115px 2px no-repeat;
padding-right : 10px;
}
#topmenu .dropdown li ul li.parent a:hover span, #topmenu .dropdown li ul li.parent ul li.parent a:hover span, #topmenu .dropdown li ul li.parent a:hover span {
background-position : 115px -98px;
}
#topmenu .dropdown li ul li.parent ul li span, #topmenu .dropdown li ul li.parent ul a:hover span, #topmenu .dropdown li ul li.parent ul li.parent li span {
background : none;
padding-right : 0;
}
#topmenu .dropdown li ul li ul li.only a {
background : none;
border-bottom : 1px solid #000;
}
a:link {
	text-decoration : none;
	color : #CCC;
}
a:visited {
	text-decoration : none;
	color : #CCC;
}
a:hover {
	text-decoration : none;
	color : #EEE;
	font-style: normal;
}
a:active {
text-decoration : none;
}


img { border: 0;width: 100%;
 }

.schwarz {
	color: #333;
}

.schwarzu {
	color: #000;
	font-style: underline;
}
.weiter {
	font-size: 130%;
}


/* #Übergang zwischen zwei Bildern
================================================== */

.containerzb {
	position:relative;
	width:100%;
}
.containerzb img {
position:absolute;
top:0;
left:0;
-webkit-transition: opacity 1.1s ease;
transition: opacity 1.1s ease;
}
.containerzb:hover .bildx {
opacity:0;
}


/* #FOX FOX FOX FOX FOX FOX FOX FOX FOX FOX FOX FOX 
================================================== */

/* #text wird blau
================================================== */


a{
	color:#CCC;
}
a:hover{
	cursor: alias;
	color:#EEEEEE;
	transition-property:all;
	transition-duration:500ms;
	transition-delay:1ms;
}

