﻿body
{
    background-image: url('/Frontend/Images/Centrumturist/Layout/Background.png');
    background-repeat: repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    line-height: 1.3em;
    font-size: 11px;
}

p 
{
	margin: 0 0 1.3em 0;
}

h1
{
    font-size: 22px;
    font-weight: bold;
    color: #498a37;
    margin: 20px 0 16px 0; 
    padding: 0;
}

h2
{
    font-size: 16px;
    font-weight: bold;
    color: #498a37;
    margin: 14px 0 14px 0;
    padding: 0;
}

div
{
    margin: 0;
    padding: 0;
}


.page
{
    background-image: url('/Frontend/Images/Centrumturist/Layout/TopBackground.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.pageContent
{
    padding-left: 17px;
    padding-right: 7px;
}

.topMenu
{
    height: 40px;
}

.contentTop
{
    width: 1002px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.contentTop.da-DK
{
	background-image: url('/Frontend/Images/Centrumturist/Layout/ContentTop-da-DK.png');
}

.contentTop.en-US
{
	background-image: url('/Frontend/Images/Centrumturist/Layout/ContentTop-en-US.png');
}

.contentTop.de-DE
{
	background-image: url('/Frontend/Images/Centrumturist/Layout/ContentTop-de-DE.png');
}

.contentMiddle
{
    background-image: url('/Frontend/Images/Centrumturist/Layout/ContentMiddle.png');
    background-repeat: repeat-y;
    width: 1002px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: table;
}

.contentBottom
{
    background-image: url('/Frontend/Images/Centrumturist/Layout/ContentBottom.png');
    width: 1002px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
}

.mainMenu
{
    position: relative;
    top: 37px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
}

.mainMenu .menuDelimiter
{
    background-image: url(/Frontend/Images/Centrumturist/Layout/MainMenuDelimeter.png);
    width: 2px;
    height: 36px;
    float: left;
}

.mainMenu a:hover, .mainMenu a.selected
{
    background-color: #437f32;
}

.mainMenu a
{
    float: left;
    display: block;
    padding: 8px 15px 0px 15px;
    height: 28px;
    text-decoration: none;
    color: White;
}

.subHeader
{
    height: 310px;
    width: 100%;
    padding-top: 10px;
}

.frontpageFlash
{
    height: 301px;
    width: 670px;
    background-image: url('/Frontend/Images/Centrumturist/Layout/FrontPageFlash.png');
    float: left;
}

.leftColumn
{
    width: 188px;
    margin-left: 7px;
    float: left;
    display: block;
}

.middleColumn
{
    float: left;
    width: 552px;
    display: block;
}

.rightColumn_of_two
{
    float: left;
    width: 738px;
    display: block;
}

.rightColumn
{
    width: 187px;
    float: left;
    display: block;
    
}

.delimiter
{
    width: 24px;
    height: 1px;
    float: left;
}


.leftMenu
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 13px;
}

.leftMenu a:hover, .leftMenu a.selected
{
    background-color: #437f32;
    border-top: solid 1px #437f32; 
    border-bottom: solid 1px #437f32; 
}

.leftMenu a
{
    float: left;
    display: block;
    padding: 8px 15px 0px 15px;
    height: 23px;
    text-decoration: none;
    color: White;
    width: 158px;
    background-color: #57a542;
    border-top: solid 1px #5eb247; 
    border-bottom: solid 1px #3f7830; 
}

.leftMenu a img
{
    border: 0;
    margin-right: 11px;
}

.leftMenu .top
{
    height: 14px;
    width: 188px;
    background-image: url('/Frontend/Images/Centrumturist/Layout/LeftMenuTop.png');
}

.leftMenu .bottom
{
    height: 14px;
    width: 188px;
    background-image: url('/Frontend/Images/Centrumturist/Layout/LeftMenuBottom.png');
}

.leftMenu div
{
    height: 33px;
}

.printButton
{
    float: right;
    margin-bottom: 34px;
    cursor: pointer;
}

div#NavigationPath 
{
	font-weight: normal;
	font-size: 10px;
}

div#NavigationPath a 
{
	text-decoration: none;
	color: Black;
}

div#NavigationPath span
{
    margin: 0 7px 0 7px;
}

/* OneColumn styles */

.page .placeholders
{
    background-image:url(/Frontend/Images/Centrumturist/Layout/ContentMiddle.png);
    background-repeat:repeat-y;
    margin-left:auto;
    margin-right:auto;
    width:1002px;
    overflow: hidden;
}

.placeholders .mainContent,
.placeholders .bottomContent
{
    width: 865px;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
}

.placeholders .mainContent 
{
}



.styledInput
{
	width: 133px;
	height: 19px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border: solid 1px #b2bbc3;
	color: #b2bbc3;
	font-size: 10px;
	margin-top: 7px;
}  


.homepageLinkBox
{
    position: relative;
    top: 14px;
    left: 40px;
    width: 300px;
    height: 70px;   
    cursor: pointer;
}