html {

}

body, table, td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}
body {
	background-image: url(../images/bulb.jpg);
	background-repeat: no-repeat;
}

h1,h2 {
	padding: 0;
	margin: 0;
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	letter-spacing: 6px;
}

a:link {
	color: #043DBC;
	border-bottom: 1px dotted #3D7DC7;
	text-decoration: none;
}

a:visited {
	color: #2277D9;
	border-bottom: 1px dotted #3D7DC7;
	text-decoration: none;
}

a:hover {
	color: #51A2FF;
	border-bottom: 1px dotted #2C8AF7;
	text-decoration: none;
}

a:link.nol,a:visited.nol,a:hover.nol {
	border-bottom: 1px dotted #fff;
}



#headContainer {
	background: #FD991F;
	height: 106px;
	background-image: url('../images/background_oben.jpg');
	display: flex;
	align-items: center;

	border: 1px dotted;
	border-bottom: none;
}
#headContainer a {
	color: #000;
	text-decoration: none;
	border: none;
}
#headContainer a:hover {
	text-decoration: underline;
}
#title-container, #logo-container {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

#title-container {
//	float: left;
}
#logo-container {
	text-align: right;
	padding: 30px;
}
img.logo {
//	float: right;
}

#outerContainer {
	margin-top: 130px;
}

#middleContainer {
	border: 1px dotted;
	border-top: none;
}

#middleContainer td {
	padding: 20px;
}



#statusContainer,#ipContainer {
	margin-top: 30px;
	text-align: center;
	font-size: 14pt;
}
#statusContainer.warning, #ipContainer.warning { /*text-align: left;*/
	color: #000000;
	background: #ddd;
	filter: alpha(opacity = 40);
	opacity: .6;
	/*font-weight: bold;*/
}
#statusContainer.warning h1, #ipContainer.warning h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
