@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #181818  ;
	font-family: sylfaen;
	background-color: #FFF;
	overflow-x: hidden;
}

/* H E A D E R */

.container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.baner {
	margin: 0 auto;
	margin-bottom: 1px;
	width: 1170px;
}

.menueBarOutside {
	margin: 0 auto;
	width: 100%;
	height: 72px;
	background: url(images/menueBarBackground.jpg);
}

.menuBar {
	margin: 0 auto;
	width: 1170px;
 	height: 72px;

}

/* M A I N   C O N T E N T */

.innerContainer {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	height: 680px; /* edit this line */
}

.leftBar {
	width: 638px;
	float: left;
	margin: 70px 0 0 0;
	padding: 0;
}

.leftBar p {
	font-family: Sylfaen;
	font-size: 120%;
	text-align: right;
	width: 440px;
	color: #181818;
	float: right;
	margin: 50px 67px 0 0;
}

.telNumber {
	width: 278px;
	height: 61px;
	background: url(images/05-tel_nomeri.jpg) left top no-repeat;
	float: right;
	margin: 138px 67px 0 0;
	padding: 0;
}

.geoFont {
	width: 342px;
	height: 18px;
	float: right;
	background: url(images/GeoFonts/05-dagvikavshirdit.gif) left top no-repeat;
	margin: 0 67px 0 0;
	padding: 0;
}
.verticalLine {
	width: 2px;
	height: 506px;
	float: left;
	margin: 70px 0 0 0;
	padding: 0;
	background: url(images/verticalLine.gif) repeat-y left top;
}

.rightBar {
	margin-top: 70px;
	width: 530px;
	float: right;
	margin: 70px 0 0 0;
	padding: 0;
}

.rightBar .geoFont {
	width: 290px;
	height: 14px;
	float: left;
	margin: 0 0 0 67px;
	padding: 0;
	background: url(images/GeoFonts/05-sakontaqto_format.gif) left top no-repeat;
}

#emailBar {
	width: 271px;
	height: 69px;
	float: right;
	padding: 0;
	margin: 45px 66px 4px 0;
}
#emailBar ul {
	margin: 0;
	padding: 0
}
#emailBar li {
	list-style: none;
}
#emailBar li a:link, #emailBar li a:visited {
	display: block;
	background: url(images/rollOvers/email.jpg) left top no-repeat;
	width: 271px;
	height: 69px;
	margin: 0;
	padding: 0;
}
#emailBar li a:hover, #emailBar li a:active {
	background: url(images/rollOvers/email_over.jpg) left top no-repeat;
}

#mailSendForm {
	float: left;
	margin: 44px 0 0 67px;
	padding: 0;
}

/* F O O T E R */

.footer {
	position: relative;
	margin: 0 auto;
	/*top: 1160px; [innerContainer - height]*/
	width: 100%;
	background: url(images/footerBackground.gif) repeat-x;
	height: 364px;
	background-color: #9aaec6;
}

.cardioOutside {
	margin: 0 auto;
	width: 1170px;
	height: 200px;
}

.cardioInside {
	margin-top: 0;
	margin-left: 27px;
	width: 1104px;
	height: 200px;
}

.sharingOutside {
	margin: 0 auto;
	width: 1170px;
}

.sharingInside {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 1000px;
	float: right;
}

.footerMenuBarOutside {
	position: absolute;
	margin: 112px auto 0 auto;
	width: 100%;
}

.footerMenuBarHolder {
	/* position: relative; */
	margin: 0 auto;
	width: 1170px;
}

.footerMenu {
	position: absolute;
	margin: 0 0 0 161px;
	color: #FFF;
}

.bauermed {
	margin: 0 37px 0 0;
	color: #FFF;
	width: 260px;
	float: right;
	text-align: right;
}

.mailtxt {
	font-family: Sylfaen;
	font-size: 70%;
	margin: -8px 0 -14px 0;
	padding: 0;
}

/* = = = =  S U D O   S E L E C T O R S  = = = */

/* footerMenu SUDO SELECTORS */
.footerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerMenu li {
	float: left;
	margin: 0;
	padding: 0;
}
.footerMenu li a:link, .footerMenu li a:visited {
	font-family: "Sylfaen";
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0 10px;
}
.footerMenu li a:hover, .footerMenu li a:active {
	text-decoration: underline;
}

/* bauermed SUDO SELECTORS*/
.bauermed a:link, .bauermed a:visited {
	text-decoration: none;
	color: #FFF;
}
.bauermed a:hover, .bauermed a:active {
	text-decoration: underline;	
}

/* sharing SUDO SELECTORS */
.sharing{
list-style-type:none;
margin:0;
padding:0;
}

.sharing li{
display:inline;
width: 65px;
height: 60px;
}

.sharing li img{
width: 46px; /* width of each image.*/
height: 46px; /* height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.sharing li img:hover{
-moz-transform:scale(1.3); /*scale up image 1.8x*/
-webkit-transform:scale(1.3);
-o-transform:scale(1.3);
}

/* main menu SUDO SELECTORS */
#menuBar {
	margin-top: 0;
	padding-top: 9px;
	padding-left: 33px;
	margin-left: 0;
	color: yellow;
	list-style: none;
	width: 1101px;
	border: none;
}
#menuBar li {
	float: left;
}
#menuBar li.home a:link, #menuBar li.home a:visited {
	display: block;
	width: 186px;
	height: 54px;
	background: url(images/menuBarRollovers/menue-1a.jpg) left top no-repeat;
}
#menuBar li.home a:hover, #menuBar li.home a:active {
	background: url(images/menuBarRollovers/menue-1b.jpg) left top no-repeat;
}
#menuBar li.about_us a:link, #menuBar li.about_us a:visited {
	display: block;
	width: 249px;
	height: 54px;
	background: url(images/menuBarRollovers/menue-2a.jpg) left top no-repeat;
}
#menuBar li.about_us a:hover, #menuBar li.about_us a:active {
	background: url(images/menuBarRollovers/menue-2b.jpg) left top no-repeat;
}
#menuBar li.service a:link, #menuBar li.service a:visited {
	display: block;
	width: 243px;
	height: 54px;
	background: url(images/menuBarRollovers/menue-3a.jpg) left top no-repeat;
}
#menuBar li.service a:hover, #menuBar li.service a:active {
	background: url(images/menuBarRollovers/menue-3b.jpg) left top no-repeat;
}
#menuBar li.treatment a:link, #menuBar li.treatment a:visited {
	display: block;
	width: 225px;
	height: 54px;
	background: url(images/menuBarRollovers/menue-4a.jpg) left top no-repeat;
}
#menuBar li.treatment a:hover, #menuBar li.treatment a:active {
	background: url(images/menuBarRollovers/menue-4b.jpg) left top no-repeat;
}
#menuBar li.contact a:link, #menuBar li.contact a:visited {
	display: block;
	width: 197px;
	height: 54px;
	background: url(images/menuBarRollovers/menue-5a.jpg) left top no-repeat;
}
#menuBar li.contact a:hover, #menuBar li.contact a:active {
	background: url(images/menuBarRollovers/menue-5b.jpg) left top no-repeat;
}

.impressum {
	margin: 0 38px;
	float: right;
}
.impressum a:link, .impressum li a:visited {
	text-decoration: none;
	color: #fff;
}
.impressum a:hover, .impressum li a:active {
	text-decoration: underline;	
}