@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 110px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}
/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/

#footer {
	background: #d1c6af;
	border-top: 1px solid #bfb49d;
	color: #61686c;
	font-size: 11px;
}

#footer .imagos{
	color: #90897b;
	font-size: 10px;
	text-decoration: none;	
}

#footer span{
	color: #484f58;
	font-size: 21px;
}

#footer span.code{
	color: #aca18b;
}

/* main */
body {
	font-family: Tahoma, Verdana, Geneva, arial;
	font-size: 12px;
	background: #ded4bc;
	color: #6d727b;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #777777;
	font-family: Tahoma, Verdana, Geneva, arial;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}

#all{
	background: url('../img/main/bg.png') 0px -1px repeat-x;
}

h1, h2, h3{
	color: #41506d;
	font-family: Tahoma, Verdana, Geneva, arial;
	margin: 5px 0px;
	padding: 0px;
	font-weight: normal;	
}

h1{
	font-size: 23px;
}

/* backgrounds, special for customer - one big image */
#top-bg{
	background: url('../img/main/top-bg.jpg') right top no-repeat;
	/* ie6 hack for normal background drawing */
	_position: relative; 
}

#other-bg{
	background: url('../img/main/other-bg.jpg') right top no-repeat;
	_position: relative;
}

/* menu */
/* main menu (at top) */
#main-menu{
	padding-top: 13px;
	height: 22px;
	overflow: hidden;
}

#main-menu a{
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	margin-left: 25px;
	margin-right: 25px;
	text-decoration: underline;
}

#main-menu a:hover, #main-menu a:active{
		text-decoration: none;
}

/* submenu */
#submenus div{
	float: left;
	width: 50%;
	margin-bottom: 10px;
	background: url('../img/main/menu-topline.gif') 28px 0px no-repeat;
	padding-top: 3px;
}

#submenus div h1{
	color: #002067;
	font-size: 18px;
	margin-left: 30px;
	font-weight: normal;
}

#submenus div a{
	display: block;
	margin-left: 30px;
	font-size: 13px;
	line-height: 24px;
	color: #4e5669;
	max-width: 200px;
}

/* content */

#logo-container{
	height: 247px;
}

/* float window with phones at top right */
#emargancy.normal{
	 background: url('../img/emargancy.jpg') no-repeat; 
}

#emargancy.normal img{
	height: 100px;
}

#emargancy.active img{
	height: 85px;
}


#emargancy.normal .internal{
	display: none;
}

#emargancy.active{
	 
}

#emargancy.active .internal{
	display: block;
	margin-left: 54px;
	background: url('../img/emrg-bg.gif') 0px 22px no-repeat;
	width: 144px;
	color: #60749c;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

#emargancy.active .btm{
	background: url('../img/emrg-btm.gif') 54px 0px no-repeat;
	height: 11px;
}

#emargancy.active div{
	background: url('../img/emrg-top-bg.gif') 45px 65px no-repeat;
}

#left-column{
	min-height: 300px;
	margin-right: 420px;
}

#content{
	padding-left: 30px;
	padding-top: 30px;
	min-height: 210px;
}


/* left column */
#left-column{
	/* background: url('../img/main/subright-bg.jpg') right 28px no-repeat; */
}

/* right column */

#right-column{
	width: 418px;	
	background: url('../img/main/right-bg.jpg') right 28px no-repeat;
}

#right-column h1{
	color: #4d4430;
	font-size: 14px;
	margin: 0px;
	padding-left: 4px;
}

#right-column .clear-white{
	border: none;
	width: 110px;
	height: 17px;
	margin: 0px;
	line-height: 17px;
	font-size: 12px;
	background: none;
}

#right-column .btn{
	width: 65px;
	height: 16px;
	border: 0px;
	background: url('../img/enter.gif') no-repeat;
}

#right-column div{
	padding-top: 74px;
	padding-left: 71px;
}

#right-column a{
	color: #7e7664;
	font-size: 10px;
}

#main-layers{
}

.clear{
	clear: both;
}

.red-border{
	border: 1px solid red;
}

/* buttons HOME and CONTACTS */
#home{
	background: url('../img/buttons.jpg') no-repeat;
	width: 58px;
	height: 29px;
	display: block;
}

#home:hover{
	background: url('../img/buttons.jpg') 0px -29px no-repeat;
}

#mail{
	background: url('../img/buttons.jpg') -78px 0px no-repeat;
	width: 58px;
	height: 29px;
	display: block;
}

#mail:hover{
	background: url('../img/buttons.jpg') -78px -29px no-repeat;
}
