﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


	a:link {
		text-decoration: none;
		color: #0088cc;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#CenterColumn {
	  margin: auto;
	  padding-right: 20px;
	  padding-left: 20px;
	  max-width: 1170px;
	  min-height: 402px;
	  background: white url('https://www.normann-copenhagen.com/-/media/Default Website/cover.ashx') no-repeat;
	  background-size: 1170px 402px;
	  text-align: left;
	}	
	
	#InnerCenter {
		margin: auto;	
		position:relative;
		width:1150px;
		height:700px;
	}	
	
	#Header {
		height:402px;
	}	
	
	#Footer {
		width:100%;
		clear:both; 
		padding-top:2px;
	}	
	
	#LeftContent {
        width:750px;
	    text-align: justify;
	}
	
	#scLogo {
		margin-top:20px;
	}
	
	.contentTitle {
		margin-top: 50px;
		font-weight:400;
		font-size: 36px;
	}
	
	.divider {
		background-color: #DCDCDC;
		border: 0 none;
		clear: both;
		display: block;
		height: 1px;
		float:none;
		margin: 50px auto;
		width: 100%;
	}
	
	.contentDescription{
		padding-right:20px;
		line-height: 22px;
	}	
	
.news-date{
    display: block;
}
.news-headline{
    display: block;
}

.richtextmodule{
    max-width: 620px;
    margin: auto;
    padding: 80px 10px 0 10px;
    color: #131313;
    font-family: "Gill Sans Nova", 'Gill Sans Nova ie', serif;
	font-size: 16px;
}
.richtextmodule img {
    width: 100% !important;
    height: auto !important;
}
.richtext-under-picture{
    color: #999;
    margin-top: 0;
    margin-bottom: 30px;
}
.richtext-quote{
    font-style: italic;
    font-size: 20px;
    padding-left: 80px;
    display: block;
}
.richtext-about-designer{
    border-left: 40px solid #eee;
    margin: 0;
    padding: 0 0 0 40px;
}
h2.richtext-about-designer{
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
    padding: 0 0 10px 40px;
}
.richtext-credits{
    color: #999;
    padding: 20px 0;
    line-height: 1.6em;
}