/* -------------------------------------------------------------- 

Boilerplate Screen Styles
* Version:   0.5 (2007-11-19)

-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";


/* Site layout
-------------------------------------------------------------- */

body{
    margin: 10px;
    background-color: #333333;
    color: #999999;
}

#container {
    width: 850px;
    margin: auto;
    background-color:white;
    padding: 10px;
    text-align: left;
}

#navigation {
    float:right; 
    width:150px;
}

#main-content {
    float: left; 
    width: 480px;
    /*margin: 0 20px 0 20px;*/
    padding: 0 20px 0 20px;
}

#sub-content {
    float: right; 
    width: 170px;
    padding: 5px;
}

/*
Last but not least the aforementioned wrapper.
width = #main-content + #sub-content + 10px margin between them.
*/
#content {
    float:right; 
    width:700px;
}

#footer, #header-footer {
    clear:both;
}

#header{
    margin-bottom: 10px;
    font-weight: bolder;
}

#header-main{
    float: left;
    width: 660px;
}

#header-main img{
    float: left;
    margin-right: 10px;
}

#header-sub{
    float: right;
    width: 190px;
}

#header-telephone td {
    width: 260px;
}

/* Styling 
------------------------------------------------------------------------------*/
h1 {
    margin-top: 10px;
    font-size: 28px;
    color: #FA6716;
}

h1 p, #header-main p {
    margin: 0;
}

h2 {
    font-size: 20px;
    color: #FA6716;
}

#header{
    border-top: dashed 1px #333333;
    border-bottom: dashed 1px #333333;
}

#header form{
    background-color: #FFF;
    border: 0;
    padding: 0;
}

a {
    font-size: 14px;
    font-weight: bold;
    color: #FA6716;
    text-decoration: none;
}

td, th{
    border: 0;
}

img {
    border: 0;
}

td{
    vertical-align: top;
}

#sub-content{
    background-color: #eee;
    color: #222;
}

#sub-content h2 {
    color: #000;
}

#sub-content div {
    margin-bottom: 20px;
}

#navigation h2{
    padding: 0;
    background-color: #FA6716;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    text-indent: 10px;
    margin: 0;
}

#navigation div{
    margin: 5px 0;
    padding: 5px;
}

.border {
    border: 1px solid #CCCCCC;
}

fieldset{
    background-color: #FFD;
}

fieldset .button {
    float: right;
    background-color: #FA6716;
    color: #FFF;
}

form.hform p input { width: 300px; }
form.hform p select { width: 300px; }

select, input, textarea {
    color: #999;
}

input {
    border: 1px solid #CCCCCC;
    background-color: #FDFDFD;
}

.ajax-loading {
    background: url(../images/spinner.gif) no-repeat center;
}

.dataTable {
    background-color: #f5f5f5;
    clear: both;
    margin: 5px;
    border-collapse: collapse;
    width: 210px;
    float: left;
}

.dataTable td {
    width: 230px;
    padding: 5px;
    line-height: 0.5em;
    border: dotted 1px #ccc;
}

.blockHighlight table {
    width: 100%;
}

.blockHighlight td, .blockHighlight  th{
    border: solid 1px #ccc;
    padding: 3px;
}

.blockHighlight th {
    background-color: #f5f5f5;
}

.main-pictures {
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
}

.left-grey-headline {
    font-weight: bolder;
    color: #999999;
}

.left-orange-subheadline {
    color: #FA6716;
}

#footer {
    text-align: center;
}

#footer a{
    color: #DDD;
    font-weight: normal;
    font-size: small;
}

#popup{
    left: 200px;
    width: 50%;
    top:  10px;
    position: fixed;
    background-color: #fff;
    border: 2px solid black;
    padding: 5px;
}

.price{
    font-size: 120%;
    background-color: #fbeedc;
    padding: 3px 50px;
    border: solid 1px #ccc;
    color: #f25600;
}

.buttonOrange{
    border: outset 2px #fa6716;
    background-color: #fa6716;
    color: white;
    padding: 1px 5px;
    display: inline-block;
    text-decoration: none;
    font-family: monospace;
    text-transform: capitalize;
    font-weight: normal;
    font-size: medium;
}
