﻿.alles {
    min-width: 1280px;
}
.content {
    margin-left: 16%;
    margin-bottom: 15px;
    min-height: 750px;
    background-color: #e6e6e6;
}
.contentinhalt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 35px;
    height: 100%;
}
.footer {
	height: 40px;
	background-color: #CCCCCC;
    padding-left: 15%;
	text-align: left;
}
.footer table {
    width: 50%;
}
.footercontent {
    padding-right: 15px;
    padding-top: 2px;
}
.footer a {
    line-height: 32px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

.footer a:hover {
    text-decoration: underline;
}

.container {
    position: relative;
}

.contentkachel {
    float: left; 
    width: 45%; 
    height: 200px; 
    border: 2px solid #666666; 
    border-radius: 25px; 
    padding-left: 10px; 
    padding-top: 9px;
    margin-right: 15px; 
    margin-bottom: 15px;
    background-color: #c0c0c0;
}

#Error {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #be0421;
    border-radius: 15px; 
    background-color: #f7e5e5;
    color: #be0421;
    font-weight: normal;
}

#Information {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #1e90ff;
    border-radius: 15px; 
    background-color: #d7ecff;
    color: #1e90ff;
    font-weight: normal;
    font-size: 15px;
}

.abstandsuchecontent {
    margin-bottom: 50px;
}