body {
	background-color: #808080;
}

a:link, a:visited, a:active{ 
	color: #bc0045;
}

a:hover {
	color:#FF0000
}

hr {
	border: 0;
	margin: 20px 0;
	height: 4px;
	background-image: -webkit-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.90), rgba(240,111,15,0));
	background-image:    -moz-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
	background-image:     -ms-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
	background-image:      -o-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
}
.ribbon {
	position: absolute;
	left: -54px;
	top: 38px;
	padding: 3px 0;
	background: #990000;
	background: -moz-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#700000), color-stop(25%,#990000), color-stop(75%,#990000), color-stop(100%,#700000));
	background: -webkit-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: -o-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: -ms-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: linear-gradient(to bottom, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#700000',GradientType=0 );
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.ribbon a {
	border: 2px dashed #FFF;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 2px 64px 5px 64px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

/* ################### */

.ribbon_umzug {
	position: absolute;
	left: -58px;
	top: 38px;
	padding: 3px 0;
	background: #990000;
	background: -moz-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#700000), color-stop(25%,#990000), color-stop(75%,#990000), color-stop(100%,#700000));
	background: -webkit-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: -o-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: -ms-linear-gradient(top, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	background: linear-gradient(to bottom, #700000 0%,#990000 25%,#990000 75%,#700000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#700000',GradientType=0 );
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.ribbon_umzug a {
	border: 2px dashed #FFF;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 2px 64px 5px 64px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

#umzug {
	overflow-x: hidden;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 735px;
	height: 510px;
	margin-top: -225px;
	margin-left: -350px;
	border: 4px solid #bc0045;
	background: #fff;
	background: -moz-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(40%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	border-radius: 10px;
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
		-ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	zoom: 1;
}

#logo_paradox {
	width: 30%;
	height: 25%;
	margin: 0 60% 0 40%;
	/* border: 1px solid #6c0045; */
	/* border-radius: 10px; */
}
#text_umzug {
	position: absolute;
	left: 50px;
	top: 190px;
	width: 630px;
	font: normal 16px Helvetica, Arial, Verdana, Sans-Serif;
	color: #000;
	hyphens: auto;
}

#error_umzug_fly {
	position: absolute;
	right: 7%;
	top: 6%;
	width: 50%;
}

#error_umzug_ampel {
	position: absolute;
	right: 48%;
	top: 11%;
	width: 35%;
}


/* ################### */

#outer {
	overflow-x: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 360px;
	margin-top: -225px;
	margin-left: -350px;
	border: 2px solid #bc0045;
	background: #fff;
	background: -moz-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(40%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	border-radius: 10px;
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
		-ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	zoom: 1;
}

.intro {
	font-size: 16px;
	color: #bc0045;
}

.bull {
	font-size: 14px;
	color: #bc0045;
	text-align: bottom;
}
	
#error_stop {
	position: absolute;
	right: 37%;
	top: 9%;
	width: 35%;
}

#error_fly {
	position: absolute;
	right: 40%;
	top: 11%;
	width: 35%;
}

#error_baustelle {
	position: absolute;
	right: 35%;
	top: 7%;
	width: 40%;
}

#error_ampel {
	position: absolute;
	right: 40%;
	top: 15%;
	width: 10%;
}

#ooops {
	position: absolute;
	right: 50px;
	top: 60px;
	font: bold 50px Helvetica, Arial, Verdana, Sans-Serif;
	/* color: #0084CC; */
	color: #bc0045;
	text-shadow: 2px 2px 3px #505050;
	filter: shadow (color:#000000, direction=135 strength=4);
}
#text1 {
	position: absolute;
	right: 50px;
	top: 130px;
	font: bold 16px Helvetica, Arial, Verdana, Sans-Serif;
	color: #000;
}
#text2 {
	position: absolute;
	left: 50px;
	top: 190px;
	/* width: 600px; */
	font: normal 14px Helvetica, Arial, Verdana, Sans-Serif;
	color: #000;
}
#footer {
	margin-top: 1%;
	position: absolute;
	left: 50px;
	bottom: 10px;
	width: 600px;
	font: normal 14px Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #000;
}
#error_footer {
	position: absolute;
	bottom: -30px;
	font: normal 14px Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #000;
}