@charset "utf-8";

#content_bg {
	margin:auto;
	width:900px;
	border-left:solid 3px #000;
	border-right:solid 3px #000;
	background-image:linear-gradient(to bottom, #FFF 0%, #CCC 70%, #000  100%);
}
#content_uebergang {
    border-top: 3px solid transparent;
    border-image: linear-gradient(to left, #fe6252 40%,#666 70%, #000 100%);
    border-image-slice: 1;
}
content {
	display:block;
	margin:auto;
	width:900px;
	height:685px;
	padding-bottom:10px;
	padding-top:5px;
	background-image:url(../bilder/homepage/test_auto_2.png);
	background-repeat:no-repeat;
	background-size:900px;
	background-position:top;
}
#starttxt {
	width:550px;
	min-height:400px;
	margin:auto;
	margin-top:40px;
	text-align:center;
	background-image:url(../bilder/homepage/notiz.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:520px;	
	padding-top:70px;
}
h1 {
	font-weight:bold;
	padding:5px;
	font-size:1.5em;
	text-shadow:3px 2px 3px #999;
}
h2 {
	font-weight:bold;
	padding:5px;
	font-size:1.1em;
	/*text-shadow:2px 1px 2px #C2C2C2;*/
	text-shadow:1px 1px 3px #F00;
}
#monat {
	margin-left:5px;
}
#starttxt {
	position:relative;
	top:0px;
	left:20px;
	z-index:20;
}
#starttxt p {
	margin:auto;
	width:300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	font-size:1.1em;
	font-style:italic;
}
#foto_aktuell_kl1 {
	width:200px;
	position:absolute;
	/*left:60%;*/
	margin-left:200px;
	left:50%;
	top:210px;
	z-index:10;
	border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #000 0%,#C00 20%, #000 100%);
    border-image-slice: 1;
	box-shadow:5px 7px 5px #666;
}
#foto_aktuell_kl2 {
	width:200px;
	position:absolute;
	/*left:53%;*/
	margin-left:50px;
	left:50%;
	top:330px;
	z-index:5;
	border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #000 0%,#C00 20%, #000 100%);
    border-image-slice: 1;
	box-shadow:5px 7px 5px #666;
}
#foto_aktuell_gr1 {
	display:none;
	width:600px;
	position:absolute;
	left:40%;
	top:210px;
	z-index:60;
	border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #000 0%,#C00 20%, #000 100%);
    border-image-slice: 1;
	box-shadow:5px 7px 5px #666;
}
#foto_aktuell_gr2 {
	display:none;
	width:600px;
	position:absolute;
	left:40%;
	top:210px;
	z-index:60;
	border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #000 0%,#C00 20%, #000 100%);
    border-image-slice: 1;
	box-shadow:5px 7px 5px #666;
}

