@charset "UTF-8";



html {
	font-size: 100%;
}

body {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #e7e7e7;
}

#centered {
	position: relative;
	font-size: 0.75em;
	width: 905px;
	margin: 30px auto;
}

h1 {
	color: #4e4e4e;
	font-size: 1.1667em;
	margin: 40px 0 15px 0;
}

p, ul {
	color: #4e4e4e;
	line-height: 1.6em;
}

a.internalLink,
a.internalLink:link {
	color: #000;
	font-weight: bold;
}

a,
a:link {
	color: #1876B6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.eurowellnessBlau {
	color: #019cd4;
	font-weight: bold;
}

.eurowellnessTextHighlight {
	/*color: #1876B6;*/
	font-style: italic;
	font-weight: bold;
}

ul {
	padding: 0 0 15px 15px;
}

input[type='text'] {
	width: 250px;
}

textarea {
	width: 380px;
	height: 100px;
}

div.clear,
br.clear {
	clear: both;
}




/*	Rand oben, mitte und unten 
*/

#centered .bordertop {
	height: 20px;
	background-image: url(../img/layout/site_top.jpg);
}

#centered .bordermiddle {
	padding: 0 12px 0 5px;
	background-image: url(../img/layout/site_middle.jpg);
}

#centered .borderbottom {
	height: 29px;
	background-image: url(../img/layout/site_bottom.jpg);
}




/*	Seitenstruktur: 
	1. Navigation und Logo
	2. Bildleiste
	3. Content
*/


/*	1.
*/

#centered #languageSelect {
	position: absolute;
	left: 843px;
	top: 20px;
	width: 60px;
	height: 30px;
	z-index: 5000;
}

#centered #languageSelect img {
	padding: 0 5px 0 0;
}

#centered .navframe {
	position: relative;
	height: 105px;
}

#centered .navframe #logo {
	float: left;
	width: 390px;
}

#centered .navframe #navigation {
	position: relative;
	float: left;
	width: 498px;
	padding: 65px 0 0 0;
}

#centered .navframe #navigation,
#centered .borderbottom #footernavigation {
	color: #999;
}

#centered .borderbottom #footernavigation a,
#centered .borderbottom #footernavigation a:link {
	font-size: 0.85em;
}

#centered .borderbottom #footernavigation {
	margin: 0 0 0 810px;
}

#centered .navframe #navigation a,
#centered .navframe #navigation a:link,
#centered .borderbottom #footernavigation a, 
#centered .borderbottom #footernavigation a:link {
	color: #999;
	text-decoration: none;
}

#centered .navframe #navigation a:hover,
#centered .navframe #navigation a.active,
#centered .borderbottom #footernavigation a:hover {
	color: #0076bd;
}

#centered .navframe #navigation span {
	margin: 0 15px;
}

#centered .borderbottom #footernavigation span {
	margin: 0 8px;
}


/*	2.
*/

#centered .imageframe {
	height: 275px;
}


/*	3.
*/

#centered .contentframe .left {
	float: left;
	width: 280px;
	padding: 40px 35px 30px 25px;
}

#centered .contentframe .right {
	float: left;
	width: 478px;
	padding: 0 50px 30px 0;
}

#centered .contentframe .right .profile img {
	margin: 5px 0 0 -145px;
	float: left;
}

#centered .contentframe .right .newsContainer {
	border-bottom: 1px solid #CCC;
}

