@import url( /css/Navi.css );
@import url( /css/MultiLevelNavigation.css );
@import url( /css/Tools.css );
@import url( /css/Footer.css );
@import url( /css/Fonts.css );
@import url( /css/RightContent.css );
@import url( /css/Stuff.css );
@import url( /css/Text.css );
@import url( /css/jquery_lightbox.css );
@import url( /css/XSLTsearch.css );
@import url( /css/DynamicBoxes.css );
@import url(  /css/News.css );
@import url(  /css/TellAfriend.css );
@import url(  /css/RunwayGallery.css );
@import url(  /css/Blog.css );

/*
====================================
Start Default Styling
====================================
*/


body {
	padding: 0px;  
	margin: 0px;
	height:100%; 
	min-width: 950px;	
	background-color:#000;
}

#outerouter {
	margin: auto; 
	width: 100%;
	padding: 0px;
	min-height: 950px;
	height:100%;
/*	position: relative;*/
	background-image:url(/media/374/bg.jpg);
	background-repeat:no-repeat;
	background-position: center;	
}
html>body #outerouter{ height:auto; } /*for mozilla as ie treats height as min-height anyway*/

#outer {
	margin: auto;
	top: 40px; 
	width: 800px;
	position: relative; 
	padding: 0px;
	height:100%;
	/*background-color: #000;
	background-position: 40px;*/
	/*overflow:hidden;*/
}
html>body #outer{ height:auto; } /*for mozilla as ie treats height as min-height anyway*/

#innerwrap {
	float: left; 
	padding: 0 0 20px 0;
	margin: 180px 0px 0px 0px; 
	width: 800px;
	background-color: #000;
	/*overflow: hidden;
	overflow-x:hidden;*/
	min-height:300px;	
	background-color: #000;
}

html>body #innerwrap {height:auto;} /*for mozilla as ie treats height as min-height anyway*/

#contentClear
{
	height: 1px;
}

/*
====================================
Home Page Structure
====================================
*/

#contentPlacerForside /* HOME PAGE */
{
	float: left;
	width:800px;
}


#MainContentForside /* HOME PAGE */
{
	margin: 20px 15px 0 15px;
	width:770px;
	float:left;
	/*background-color:purple;*/ /* Used for debug */
}

* html #MainContentForside {/*only ie gets this style*/
	\margin:0px 0px 0px 30px;/* ie6 skal have 15px margin */
}
/*
====================================
Content Master Structure
====================================
*/

#contentPlacer /* CONTENT MASTER */
{
	float: left;
	width: 800px;
}

#MainContent /* CONTENT MASTER */
{
	margin: 20px 50px 0px 0px;
	width: 550px;
	/*position: relative;*/
	float:right;
	/*background-color:purple;*/ /* Used for debug */
}

* html #MainContent {/*only ie gets this style*/
	\margin: 0px 30px 0px 0px;
	\width:550px;/* ie6 skal have 15px margin */
}

#contentHeader {
	position:absolute;
	top:10px;
	right:0px;
	z-index: 100;
	text-align:right;
}

#contentHeader h2{
	padding:6px 10px 6px 8px;
	background-color: #000;
	color: #fff;
	font-family: arial, verdana, helvetica;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

#subNavigation {
	width:175px;
	min-height:200px;	
	margin:0;
	padding:0 0 20px px;
	float:left;
	/*background-image: url(/media/712/mln_bg.jpg);*/
	border-right: dotted 2px #333;
}


#subNavigation h2{
	text-transform:uppercase;
	padding: 0 0 0 20px;
}


/*
====================================
DIVs for LAYOUT
====================================
*/

div.left{
	width:350px;
	float:left;
	margin-right:30px;
}
div.right{
	width:183px;
	float:left;
}

#ltt-list{
	width:550px;
}
.bookTitle{
	vertical-align:top;
}

/*
====================================
Gallery Pages Structure
====================================
*/

#contentPlacerForside /* HOME PAGE */
{
	float: left;
	width:800px;
}


#MainContentGallery /* HOME PAGE */
{
	margin: 0px 0px 0 60px;
	width:750px;
	float:left;
	/*background-color:purple;*/ /* Used for debug */
}

* html #MainContentGallery {/*only ie gets this style*/
	\margin:0px 0px 0px 30px;/* ie6 skal have 15px margin */
}

/*
====================================
Textpage Boxes
====================================
*/


#textLeft
{
	margin:10px 0 10px 0;
	float:left;
	width:375px;
	overflow:hidden;
}

* html #textLeft {/*only ie gets this style*/
	\width: 390px;/* for ie5 */}

/*
====================================
Header
====================================
*/

#header {
	width: 800px; 
	height: 180px;
	z-index: 0;
	overflow: hidden; 
	position: absolute;
	top: 0px;
	margin: 0;
	border-bottom: #222 solid 1px;
	
}
* html #header {/*only ie gets this style*/
	\margin: 0px 0 0px 0px;/* ie6 */
}

#TopBillede
{	
	/*background-image:url(/media/369/header.jpg);*/
	background-repeat:no-repeat;
	height:160px;
	width:800px;
	float:left;	
	display:block;
	/*text-indent:-10000px;*/ /*Used to hide the text off screen */
	position:relative;
	right:1px;
	/*position:absolute;*/
	top: 0px;
}



/*
===========================
Footer
===========================
*/


#footer {
	clear: both; 
	left: 0px; 
	width:800px;
	padding: 5px 0 0 0; 
	margin:0px;
	bottom: 0px; 
	position: relative; 
	text-align: right;
	color:#808080;
	height:35px;	
}

#footer a:link{ color: #999; text-decoration:none; }
#footer a:visited{ color: #999; text-decoration:none; }
#footer a:hover{ color: #fff; text-decoration:none; }

* html #footer {/*only ie gets this style*/
	\height:0px;/* for ie5 */
}
#clearfooter {width:100%;height:0px;clear:both; overflow:hidden;} /* to clear footer */

#copyright {
	margin:0 20px 0 0;
	text-align: left;
	float:right;
	font-size: 9px;
}

#Breadcrumb {
	float:left;
	margin: 0 0 0 20px;
	font-size: 9px;
}

#Breadcrumb a:link{ color: #808080; text-decoration:underline; }
#Breadcrumb a:visited{ color: #808080; text-decoration:underline; }
#Breadcrumb a:hover{ color: #808080; text-decoration:none; }


/*
====================================
XSLT Search
====================================
*/

#MainContentSearch /* XSLT Search */
{
	margin: 0px 0px 0 60px;
	width:750px;
	float:left;
	/*background-color:purple;*/ /* Used for debug */
}

* html #MainContentForside {/*only ie gets this style*/
	\margin:0px 0px 0px 30px;/* ie6 skal have 15px margin */
}


































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

