/* mac hide\*/
html, body {height: 100%}
/* end hide */
body {
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 760px;/* for mozilla*/
    color: #000000;
    background: #252e33;
    font: normal 12px tahoma;
}
#outer {
    height: 100%;
    min-height: 100%;
    width: 900px;
    color: #000000;
    text-align: left;
    margin: auto;
    position: relative;
    background-color: #fff;
}
 
html>body #outer{height: auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
    position: relative;
    padding: 10px 0px 0px 10px;
    
}
/********************
 * header
 */
#header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 115px;
    color: #000000;
    /*font-size: 0px;*/
    
}
	#logo {
		position: absolute;
		top: 20px;
		left: 25px;
		background: url('../apart/logo.jpg') no-repeat top left;
		width: 332px;
		height: 35px;
	}
    #header #hederContent {
        margin: 10px;
        position: relative;
		background-color: #2c75bb;
		height: 110px;
    }
    #languages {
        position: absolute;
        font: bold 10px verdana;
        color: #b6bbbe;
        top: 10px;
    	right: 15px;
    	
    }
	    #languages a {
	        color: #b6bbbe;
	        text-transform: uppercase;
	        padding: 0px 1px 0px 1px;
	        text-decoration: none;
	    }
	    #languages a.active {
	        color: #fff;
	    }
	    #languages a:hover {
	        text-decoration: underline;
	    }
/******************
 * right
 */
/******************
 * right
 */
#right {        
     width: 206px;
    position: relative;
    right: 10px;
    margin: 120px 0px 10px 0px;
    float:right;
    /*border: 1px solid #cc0000;*/       
}
    #right div.block {
        border: 1px solid #cccccc;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
    }
    #right .title {
        background: url('../apart/bg-right-title.gif') repeat-x top left;
        height: 30px;
        padding: 0px 0px 0px 20px;
        font: bold 11px verdana;
        color: #5a471a;
        line-height: 30px;
    }
        #right .title .arrow {
            background: url('../apart/arror-brown-down.gif') no-repeat 0px 7px;
            padding: 0px 0px 0px 16px;
        }
    #right .text {
        padding: 10px 20px 10px 20px;        
    }
    
    
    #contact .country {
        color: #33ccff;
        font: normal 14px verdana;
        margin:5px 0px 0px 0px;
    }
    #contact .phone {
        font: normal 15px verdana;
        margin:5px 0px 15px 0px;    
    }
/*******************
 * footer
 */
#footer {
    width: 100%;
    clear: both;
    height: 50px;
    color: #000000;
    left: 0;
    bottom: 0;
    position: absolute;
}
    #footerContent {
    	width:664px;
        margin: 0px 20px 0px 20px;
        height: 100%;
        background: url('../rolvika/line-h.gif') repeat-x top left;
        font-size: 10px;
        position: relative;
        padding: 0px 0px 0px 0px;
        font: normal 11px tahoma;
        text-align:center;
    }
    	#footerContent a{ 
			color:#333;
    		font: normal 10px verdana;
    		text-transform: uppercase;
    	}
        
/*******************
 * center
 */
#centrecontent {
    padding-top: 120px;
    position: relative;
    margin:0px 0px 0px 0px;
    width:662px;
    float:left;
}
	#title-flash {
		border: 1px solid #cccccc;	
	}
    #page_text {
    	margin: 10px 0px 0px 0px;
		border: 1px solid #2c75bb;    	
	}
	#page_title {
		font: bold 14px arial;
    	background-color: #2C75BB;
		padding: 0px 0px 0px 5px;
		color: #fff;
	}
/*************************
 * clear center
 */	
#clearfooter {
    width: 100%;
    height: 50px;
    clear: both;
} /* to clear footer */



/*************************
 * Log form
 */   

#log_container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    display: none;
    cursor: pointer;
    border-collapse: collapse;
}

#log_container td {
    vertical-align: middle;
    text-align: center;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    opacity:0.90;
    background: #eeeeee;
}

#log_container td #log {
    position: relative;
    border: #cacaca 1px solid;
    font: 12px Verdana;
    color: black;
    z-index: 501;
    width: 340px;
    margin: 0 auto;
    padding: 34px 25px 25px 25px;
    text-align: left;
    background: #fafafa url(../gfx/layout/close.gif) no-repeat 358px 6px;
}

#content .p_error,
#log .p_error,
#log_inline .p_error {
    color: #d10508;
    background: url(../gfx/global/bullet_red.gif) no-repeat 0 0;
    padding: 0 0 11px 20px;
    margin: 0;
    font-size: 12px;
}

#content .p_succ,
#log .p_succ,
#log_inline .p_succ {
    color: #387c9b;
    background: url(../gfx/global/bullet_green.gif) no-repeat 0 0;
    padding: 0 0 11px 20px;
    margin: 0;
    font-size: 12px;
}

#footerContent .bottom_link {
	margin-top: 20px;
	color:#FFF;
	padding-bottom: 12px;
}

#footerContent .bottom_link span {
	padding-left: 30px;
}

#footerContent .bottom_link span a {
	color:#FFF;
}
