/*Hauptkopfleiste*/
	.div_header {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	}
	.div_header_column_left {
	float: left;
	width: 150px;
	}
	.div_header_column_middle {
	float: left;
	width: calc(100% - 400px);
	/*background-color: #00FFFF; */
	}		
	.div_header_column_right {
	float: right;
	min-width: 250px;
	text-align: right;
	/*background-color: #800080; */
	}
	.p_header_titel {
	border-width: 1px; 
	border-color: #00FFFF; 
	background-color: #00FFFF; 
	/*width: 440px; */
	/*border-style: groove;*/ 
	padding: 0px;
	vertical-align: middle; 
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	font-family: "Script MT Bold","Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;	
	text-decoration: none;
	}

	.div_header .logoutlink {
	font-size: 16px;
	float: right;
	display: block;
	background-color: #800080;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 5px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 12px;*/
	width: 105px;
	background-position: center center;
	background-repeat: no-repeat;
	}
	
	.div_header a {
	font-size: 13px;
	float: right;
	display: block;
	background-color: #EEEEEE;
	color: #FFFFFF;
	/*text-align: justify;*/
	padding: 1px 5px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 120px;
	margin-right: -115px;
	min-height: 12px;
	width: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	}
	.div_header a:hover {
	background-color: #DDDDDD;
	color: black;
	}	
	.div_header .imgLinkFlagsDe {
	background-image: url('http://whaun.de/whmhome/whm_img/whm_flags/de.gif');
	}
	.div_header .imgLinkFlagsEn {
	background-image: url('http://whaun.de/whmhome/whm_img/whm_flags/en.gif');
	}	
	.div_header .imgLinkFlagsRu {
	background-image: url('http://whaun.de/whmhome/whm_img/whm_flags/ru.gif');
	}
	.div_header .imgLinkFlagsXx {
	background-image: url('http://whaun.de/whmhome/whm_img/whm_flags/de.gif');
	}	
	marquee {
	width: 100%;
	height: 45px;
	padding-top: 20px;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	}
@media only screen and (max-width: 600px) { /* Extra small devices (phones, 600px and down) */
	marquee {
	color: #FF0000;
	}
} /*Ende von @media only screen and (max-width: 600px)*/

@media only screen and (min-width: 600px) { /* Small devices (portrait tablets and large phones, 600px and up) */
	marquee {
	color: #808000;
	}
} /*Ende von @media only screen and (min-width: 600px)*/

@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
	marquee {
	color: #800080;
	}
} /*Ende von @media only screen and (min-width: 768px)*/

@media only screen and (min-width: 992px) { /* Large devices (laptops/desktops, 992px and up) */
	marquee {
	color: #0000FF;
	}	
} /*Ende von @media only screen and (min-width: 992px)*/

@media only screen and (min-width: 1200px) { /* Extra large devices (large laptops and desktops, 1200px and up) */
	marquee {
	color: #000000;
	}
} /*Ende von @media only screen and (min-width: 1200px)*/