@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #636363;
	background-color: #d7d7d7;
}

a:link {
	color: #636363;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color: #636363;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#979e68;
}

a:active {
	text-decoration:none;
	color:#979e68;
}

h1 {
	color: #979e68;
	font-size:24px;
}



.mainContainer {
	width:100%;
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 5px; 
	width: 100%; 

}

.borderTop {
	background-image:url(images/border_top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
}

.borderBottom {
	background-image:url(images/border_bottom.gif);
	background-repeat:repeat-x;
	height:20px;
}

.contentContainer {
	background-color:#FFF;
	min-height:720px;
}

.contentHome {
	background-image:url(images/bg_home.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:630px;
}

.contentSports {
	background-image:url(images/bg_sports.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:630px;
}

.contentBeauty {
	background-image:url(images/bg_beauty.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:630px;
}

.contentWellness {
	background-image:url(images/bg_wellness.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:630px;
}

.contentSummer {
	background-image:url(images/bg_zomer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:630px;
}

.contentSpecial {
	background-image:url(images/bg_home.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:630px;
}

.contentInner {
	width:476px;
	padding-top:35px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contentInner2 {
	width:690px;
	padding-top:35px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contentInner3 {
	width:900px;
	padding-top:35px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.picsHome {
	float:right;
	width:323px;
	padding-left:30px;
}

.picsSports {
	float:right;
	width:323px;
	padding-left:15px;
}

.adresColumn {
	float:right;
	width:410px;
}

.menuHome {
	height:120px;
	margin-top:23px;
	margin-bottom:35px;
	text-align:center;
	padding-right:50px;
}

.menu {
	width:235px;
	height:62px;
	margin-top:23px;
	margin-bottom:35px;
}

.introText {
	font-weight:bold;
	color:#979e68;
	text-align:left;
}

.titleImage {
	padding-bottom:15px;
}

#footer {
	text-align:center;
	color:#7d7d7d;
}

#footer a {
	color: #7d7d7d;
	text-decoration: none;
	font-weight:normal;
}
#footer a:visited {
	color: #7d7d7d;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color: #58585a;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:active {
	color: #58585a;
	text-decoration: underline;
	font-weight:normal;
}

/* form */
label{
	float:left;
	width:279px;
	font-weight:bold;
}

fieldset{
width: 535px;
padding: 20px 0 0 0;
border: none;
font-family: verdana;
}

input{
margin: 2px 0 9px 0;
padding: 3px 0 4px 3px;
border: 1px solid #58585a;
background-color: #FFF;
width: 250px;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #000;
opacity:0.5;
filter:alpha(opacity=50);
}

textarea{
margin: 2px 0 9px 0;
padding: 3px 0 4px 3px;
border: 1px solid #58585a;
background-color: #FFF;
width: 250px;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #000;
opacity:0.5;
filter:alpha(opacity=50);
}

.formBtn {
	float:right;
	font-weight: bold;
	color: #FFF;
	background-color: #58585a;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width:107px;
}

.trTitle {
	background-color:#58585A;
	color:#FFF;
}

