﻿body {
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    
    font-family: Arial;
    font-size: 12px;
    color: #482124;
    
    background-color: #5a3739;
}

p
{
    font-family: Arial;
    font-size: 12px;
    color: #482124;
}

a
{
    color: #bd000f;
}

img { border: 0px; }

.clear { clear:both; float:none; }

div#page
{
    width: 100%;    
}

div#menuContainer
{
    background-image: url(../images/template/menu_bg.png);
    background-position: top center;
    background-repeat: repeat-x;
    
    background-color: #AA0F11;
    
    min-height: 109px;
    height: 109px;
    
    width: 100%;  
    
    text-align: center;     
}

div#menu
{
    background-image: url(../images/template/menu_bg.png);
    background-position: top center;
    background-repeat: repeat-x;
    
	background-color: #AA0F11;
	
    min-height: 109px;
    height: 109px;

    text-align: left;

    width: 981px;
    
    position: relative;
}

div#menu .menu_item
{
    float: left;    

    margin-top: 63px;
    margin-right: 10px;    
    
    padding: 15px 14px 15px 14px;   
}

div#menu .active
{
    background-image: url(../images/template/menu_item_active_bg.png) !important;
    background-position: bottom left;
    background-repeat: repeat-x;     
}

div#menu .menu_item a
{        
    font-size: 13px;
    font-weight: bold;
    
    text-decoration: none;
    
    color: #f6f6f6;
}

div#menu .logo
{
    position: absolute;
    
    top: 36px;
    left: 715px;
}

div#contentContainer
{
    background-image: url(../images/template/content_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    
    background-color: #EEE2D3;
    
    width: 100%;
    
    text-align: center;
    
    position: relative;
}

div#content
{
    padding-top: 15px;
    
    width: 981px;
    
    text-align: left;
    
    position: relative;    
}

#contentFlash
{
    position: relative;

    height: 306px;    
}

#contentBox
{
    position: relative;
    
    width: 981px;
    
    height: 165px;
    
    background-image: url(../images/template/content_box_bg.png);
    background-position: top left;
    background-repeat: no-repeat;    
}

#contentBox .foto
{
    position: absolute;
    
    top: 5px;
    right: 100px;
}

div#bottom
{
    background-image: url(../images/template/bottom_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    
    min-height: 305px;
    height: 305px;
    
    width: 100%;    
    
    position: relative;
    
    text-align: center;
}

div#bottomBox
{
    text-align: left;    
        
    min-height: 264px;
    height: 264px;
           
    width: 981px;
    
    background-image: url(../images/template/bottom_box_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    
    color: #cdbbb6 !important;
}

div#bottomBox p
{
    color: #cdbbb6 !important;
}

div#footer
{    
    color: #beaeaa;
    
    background-image: url(../images/template/bottom_box_dropshade.png);
    background-position: top center;
    background-repeat: no-repeat;
    
    padding-top: 20px;
    padding-bottom: 20px;
}

div#footer a
{
    color: #beaeaa;    
}

div#footer img
{           
    padding-bottom: 3px;
    
    margin-left: 12px;
    margin-right: 12px;
}

/* FRONTPAGE */

.frontpage .textContent
{
    padding-top: 23px;
    padding-left: 40px;
    padding-right: 23px;
    padding-bottom: 25px;
}

.frontpage img.header
{
    display: block;
    
    margin-bottom: 14px;
}

/* SUBPAGE */

.subpage img.pageheader
{
    padding-left: 12px;
}

.subpage .textBox
{
    background-image: url(../images/template/content_text_box_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.subpage .textBox p
{
    padding: 30px 30px 20px 20px;
    margin: 0px;
}

.subpage .textBoxBottom
{
    height: 4px;
    
    background-image: url(../images/template/content_text_box_bottom.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.subpage #teaserArea
{
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 0px;
}

.subpage .teaserImage
{
    margin-bottom: 13px;
}

.subpage .teaserBox
{
    background-image: url(../images/template/teaser_box_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    
    margin-bottom: 13px;
    padding-top: 13px;
    
    width: 243px;
}

.subpage .teaserBox p
{
    padding: 0px 12px 0px 12px;
    margin: 0px;
}

.subpage .teaserBox img, .subpage #contactArea img
{
    border: 1px solid #e3d8cc;
}

.subpage .teaserBoxBottom
{
    height: 19px;
    
    background-image: url(../images/template/teaser_box_bottom.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.subpage .textContent
{
    padding-top: 23px;
    padding-left: 40px;
    padding-right: 23px;
    padding-bottom: 10px;
}

.subpage .textSubContent
{
    padding-top: 0px;
    padding-left: 13px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.subpage img.header
{
    display: block;
    
    margin-bottom: 14px;
}

.subpage div#contentContainer
{
    background-image: url(../images/template/sub_content_bg.png) !important;
    background-position: top left;
    background-repeat: repeat-x;
    
    background-color: #f2e8dc !important;
}

.subpage #contentBox
{
    margin-top: 60px !important;
    
    background-image: none !important;
}

.subpage #contentBoxInnerLeft
{
    width: 694px;
    
    padding-top: 20px;
    
    min-height: 0px !important;
    
    background-image: url(../images/template/subpage_content_box_bg.png);
    background-repeat: no-repeat;
    
    vertical-align: top;
}

.subpage #contentBoxInnerRight
{
    width: 284px;
    
    background-image: url(../images/template/subpage_teaser_box_bg.png);
    background-repeat: no-repeat;
    
    vertical-align: top;
}

/* CASES */
.casepage #contentBoxInnerLeft
{
    padding-top: 0px !important;
}

.caseArea
{
    min-height: 400px;
    background-image: url(../images/template/case_top_bg.png); background-repeat: no-repeat;
}

.caseNavTags
{
    padding-left: 14px;
    padding-top: 8px;
    margin-bottom: 18px;    
}

.caseNavTags td
{
    padding-right: 6px;
    height: 32px;
}

.caseNavTags a
{
    font-size: 14px;    
    text-decoration: none;    
    margin: 0px 7px 0px 3px;
}

.caseNavTags a.active
{
    font-size: 14px;
    color: White;
    position: relative;
    top: 8px !important;
    margin: 0px 3px 0px 3px;    
}

.caseNavTags .active_left
{
    height: 32px;
    width: 4px;
    
    background-image: url(../images/template/casetag_active_left.png);
    background-repeat: no-repeat;
    
    float: left;
}

.caseNavTags .active_content
{
    height: 32px;
    
    background-image: url(../images/template/casetag_active_bg.png);
    background-repeat: repeat-x;

    vertical-align: middle;

    float: left;
}

.caseNavTags .active_right
{
    height: 32px;
    width: 4px;
    
    background-image: url(../images/template/casetag_active_right.png);
    background-repeat: no-repeat;
    
    float: left;
}

ul.caselist
{
    margin: 0px; 
    padding: 0px; 
    padding-left: 12px;
}

.caselist li
{
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.caseThumb
{
    background-image: url(../images/template/case_thumb.png);
    background-repeat: no-repeat;
    
    width: 216px;
    height: 200px;
}

.caseThumb img
{
    padding-top: 3px;
    padding-left: 3px;
}

.caseThumb p
{
    margin-top: 13px;
    padding-left: 14px;
    padding-right: 14px;
}

#case_container { min-height: 300px; text-align: left; }
#case_top { vertical-align: top; position: relative; height: 47px; }
#case_backlink { width: 110px; position: absolute; top: 8px; left: 12px; }
#case_title { width: 496px; position: absolute; top: 12px; left: 120px; text-align: center; }
#case_navigation { width: 60px; text-align: right; position: absolute; top: 12px; right: 15px; }
#case_navigation #navNext { padding-left: 5px; }
#case_title { text-align: center; }
#case_title h2 { font-weight: normal; margin: 0px; padding: 0px; font-size: 20px; }
#case_image { padding-left: 12px; }
#case_left_content { float: left; width: 240px; }
#case_left_content_inner { padding: 20px; padding-left: 30px; }
#case_left_content h3 { font-weight: normal; }
#case_tags { padding-top: 30px; width: 210px; }
#case_tags a { line-height: 20px; }
#case_madeby { padding-top: 30px; }
#case_links { padding-top: 30px; }
#case_right_content { float: left; width: 370px; }
#case_right_content_inner { padding-top: 20px; padding-bottom: 20px; padding-left: 30px; }

/* FLASH */
.flash_required td
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	color: #333333;
}

.flash_required a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	
	color: white;		
}

#contentFlash
{
    cursor: default;
}