﻿* {
    padding: 0px;
    margin: auto;
}

header {
	height: 100px;
}

#headerimg	{
	width: 100%;
	height: auto;
	padding: 0px;

}

#headertitel	{
	margin-top: -100px;
	font-size: 50px;
}

#reiseinfo	{
	margin-top: -160px;
	text-align: center;
	color: white;
}

body	{
	float: left;
	background-color: #CCEBFF; 
}

#text	{
	text-align: center;
	margin-top: -60px;
}

article	{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px; 
	padding: 20px;
	**--border: rgb(100, 149, 237) 5px double;--**
    	border-radius: 20px;
}

img {
	height:375px;
	padding: 10px;
}

p	{
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	margin-top: 290px;
	margin-left: 20px;
	list-style-type: none;
}

li {
	margin-bottom: 10px;
}

a {
	color: black;
	text-decoration: none;
	margin: 10px;
}

#aktive	{
	color: blue;
	font-weight: bold;
}

#passiv {
	color: rgba(190, 0, 0, 0.4);
}

#aktivenow	{
	color: red;
	font-weight: bold;
}

#aktivenowb	{
	color: red;
	font-weight: bold;
	border-radius: 10px;
	-webkit-animation: schattenrot 3s infinite;
}

@-webkit-keyframes schattenrot {
    0% {
        background-color: rgba(205, 041, 144, 0.2);
	box-shadow: 0 0 8px rgba(150, 150, 150, 0.7);
    }
    25% {
        background-color: rgba(205, 041, 144, 0.2);
        box-shadow: 0 0 80px rgba(205, 041, 144, 0.7);
}

    }
    50% {
        background-color: rgba(205, 041, 144, 0.2);
        box-shadow: 0 0 8px rgba(150, 150, 150, 0.7);
    }

    75% {
        background-color: rgba(205, 041, 144, 0.2);
        box-shadow: 0 0 80px rgba(205, 041, 144, 0.7);
}

    }
    100% {
        background-color: rgba(205, 041, 144, 0.2);
        box-shadow: 0 0 8px rgba(150, 150, 150, 0.7);
    }



#woche1	{
	text-align: center;
}

dl.imgLeft {float: left; margin:10px 10px 10px 0;}
dl.imgLeft dd {margin:0; font-size:90%; text-align: center;}

dl.imgRechts {float: right; margin:10px 10px 10px 0;}
dl.imgRechts dd {margin:0; font-size:90%; text-align: center;}
