/*
    Elements
*/
@import "text.css";

html, body {
height: 100%;
}
 
body {
    border-top: 5px;
	border-style: solid;
	border-color: #fff;
	background: #cc0000;
    text-align: center;
}

#content_area p {
    margin: 10px 50px;
    line-height: 17px;
    font-size: 13px; 
}

.contact p {
    margin-right: 0;
    line-height: 19px;
}

.copy p {
    margin-top: 5px;
    line-height: 17px;
    font-size: 10px;
}

.copy a {
    margin-top: 5px;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
}

.menu_active a {
    margin-top: 11px;
    font-family: helvetica, arial;
    font-size: 15px;
    text-decoration: none;
    line-height: 37px;
    color: #cc0000;
}


.menu_item a {
    margin-top: 11px;
    font-family: helvetica, arial;
    font-size: 15px;
    line-height: 37px;
    text-decoration: none;
    vertical-align: middle;
    color: #666;
}

.menu_hover a {
    margin-top: 11px;
    font-family: helvetica, arial;
    font-size: 15px;
    line-height: 37px;
    text-decoration: none;
    vertical-align: middle;
    color: #000;
}

p.citat {
    font-family: georgia;
	font-style: italic;
	font-size: 39px;
    color: white;
    margin-top: 10px;
}

p#header {
    margin-left: 0;
    font-family: georgia;
    font-style: italic;
    font-size: 35px;
    color: white;
    float: left;
    margin-top: 0;
}



#logo {
    position:absolute;
    top:60px;
    left:50%;
    margin-left: 120px;
}

#close {
    margin-right: 0;
    margin-top: 35px;
    float: right;
    cursor: pointer; 
}

.sidebar hr {
    color: #fff;
    background-color: #fff;
    margin 0;
}

#prod_thumb {
    border: 1px dotted #ddd;
}

#prod_thumb:hover {
    border-color: #aaa;
}

/*
    /Elements
*/

/*
    Divs
*/  
.container {
	width: 800px;
    text-align: left;
    min-height:100%;
	margin: 0px auto;

}

.header_area {
    width: 817px;
    height: 53px;
    margin-top: 97px;
    margin-left: -17px;
    position: relative;
    clear: both;
    background: url('../img/header_fade_line.png') no-repeat bottom;
}

#lang_select {
    float: right;
    margin-right: 265px;
    margin-top: 16px; 
    color: #FFF;
}

#lang_select a {
    text-decoration: none;
    font-family: helvetica, arial;
    font-size: 15px;
    color: #FFF;
}

#lang_select a.active {
    text-decoration: none;
    font-family: helvetica, arial;
    font-size: 15px;
    color: #FFF;
    border-bottom: 2px #FFF solid;       
}

#content_area {
	width: 520px;
    margin-top: 0;
    padding: 50px 0 50px 0;
	float:left;
	background: #fff;
}

.sidebar {
	width:270px;
	float:right;
    margin-top: 0;
    margin-left: 5px;
}

#slideshow {
    width: 270px;
    height: 150px;
    color: #fff;
    margin-bottom: 15px;
}

#slideshow img {    
    width:  270px; 
    height: 150px; 
    top:  0; 
    left: 0; 
} 

.contact {
    width: 270px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #fff;
    margin-top: 10px;
    text-align: right;
    color: #fff;
}

.copy {
    width: 520px;
    float:left;
    color: #fff;
    text-align: center;
}

.menu {
    width: 100%;
    height: 35px;
    position: relative;
    clear: both;
}

.menu_item {
    float: left;
    height: 35px;
    width: 110px;
    margin-left: 2.5px;
    margin-right: 2.5px;
	text-align: center;
    background: url('../img/tab_unmarked.png') no-repeat;
    vertical-align: middle;    
}

.menu_active {
    float: left;
    height: 35px;
    width: 110px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    background: url('../img/tab_markerad.png') no-repeat;
	text-align: center;  
}

.menu_hover {
    float: left;
    height: 35px;
    width: 110px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    background: url('../img/tab_rollover.png') no-repeat;
    text-align: center;  
}

.menu_left {
    margin-left: 0;
}

.menu_right {
    margin-right: 0;
}

.transparent {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*
    /Divs
*/

.order_tbl {
    width: 420px;
    font-family: helvetica, arial;
    font-size: 15px;
    line-height: 1.2em;
}
.order_tbl b {
    color: red;
}
.order_tbl span {
    color: #666666;
}
.order_tbl tr {
    height: 50px;
}

/*
	Ingredients
*/
div#ingredienser {
  margin: 0 50px;
}
div#ingredienser span.header {
  display:block;
  color: #840017;
  font-weight: bold;
  font-family: helvetica, arial;
  font-size:10pt;
}
div#ingredienser p {
  margin: 0 0 1em 0;
  padding: 0;
}
div#ingredienser .maroon {
  color: #840017;
}

