/* Main css Datei */

#header {
    background-image: url("/images/Backgrounds/Verlauf-linear-hd_1x150-ns-prod-transparent.png");
    height: 150px;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
	left: 0px;
	box-shadow: 8px 8px 50px #666;
}

#mainContent{
    min-height: 200px;
    overflow: auto;
    position: absolute;
    top: 120px;
    width: 100%;
	left: 0px;
	height: calc(100% - 160px);
}

@media only screen and (max-width: 500px) {
	body {
		background: url(images/Backgrounds/bg.png) no-repeat center center fixed;
	}
}

#mainBodyId{
	overflow: auto;
	height: 88%;
}

.wetterButton, .googleTable{
	z-index: 2;
	margin-bottom: 5px;
	padding-left: 15px;
}

.wetterDetailTable {
	overflow: hidden;
}

a:link {
	text-decoration: unset;
}

.mainTablePartLeft, .mainTablePartRight {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-top-color:#cccccc;
	border-left-color:#cccccc ;
	height: 400px;
	width: 280px;
	box-shadow: 8px 8px 18px gray, 0px 0px 15px gray;
}

.mainTablePartLeft {
	width: 230px;
}

.mainTable, .columnClass2 {
	width: 100&;
}

.mainTablePartLeft tr:hover, .mainTablePartRight tr:hover {
	box-shadow: 8px 8px 50px #666;
}

.googleTable, .mainTable {
	padding-left: 25px;
	padding-top: 35px;
	width: 100%;
}

.columnClass1, .columnClass4, .columnClass5 {
	width: 280px;
}

.columnClass3 {
	width: 500px;
	padding-left: 20px;
}

#noteButtonID, #serverButtonID, #cjcButtonID {
	width: 270px;
}

#noteButtonID {
	visibility: hidden;
}

#wetterButtonID {
	margin-left: 15px;
}

#welcomeId {
    height: auto;
    max-height: 130px;
    max-width: 850px;
    position: relative;
    top: 10px;
    width: auto;
}

#headerLinePartLeftID {
	text-align: center;
	float: left;
	width: 85%;
}

#headLinePartRightID {
	width: 15%;
	float:   right;
	display: inline;
	margin-right: 15px; 
	margin-left: -15px;
	margin-top: 15px;
}

.footer {
	position: fixed;
	right: 0;
	bottom: 30px;
	left: 40%;
	padding-right: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	text-align: right;
}

#box2Id {
	float: right;
	margin-right: 30px;
}

.site-footer {
    bottom: 0;
}

.site-header {
    top: 0;
}

.site-header, .site-footer {
	background-image: url(../images/Backgrounds/Verlauf-linear-hd_5x40.png);
	background-repeat:repeat-x;
    position: fixed;
    height: 40px;
    width: 100%;
	left: 0;
}

.footerText {
	width: 100%;
    color: #000;
}

.headerText {
	align-items: center;
	vertical-align: center;
}

.headerText, .footerText {
	margin-left: 15px;
	margin-top: 6px;
}

.wetterHeadLine {
	margin-top: 40px;
}

.wetterMainClass {
	height: 1000px
}