@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);

body

{

    font-size: 13px;

	font-family: Arial, Helvetica, sans-serif;
    padding: 0;

    margin: 0;

    background:white;
	
	color: #333333;

}

a{
	color: #eb6909;
	text-decoration: none;
}
a:hover{	
	color: #000000;
	text-decoration: none;
	}



#wrapper 

{

	width: 100%;

	display: table;

}
#bodycontent{	
	width: 940px;

    margin: 0 auto;	

    position: relative;
	
	
	
	
}
#header 
{
	width: 940px;

    margin: 0 auto;		

}

.h1-header{
	text-align:center;
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;	
	padding: 20px 0;
	margin-bottom: 50px;
}
.link-footer{
	text-align:center;
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;	
	padding: 20px 0;
	margin: 50px 0;
	font-size: 28px;
	font-weight: 300;
	color: #333333; 
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}




#menu 

{

    margin: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: 97px;

}



#menu a  

{
    color: white;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;

}

#menu a:hover
{
    text-decoration: none;
	color: #61bdea;
}

#menu li  

{

    float: left;
    list-style-image: url("images/bullet.png");
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 0;


}


.banner-box{
	border: 1px solid #cccccc;
	padding: 0 25px;
	margin-bottom: 50px;
}
.banner-box a img{
	margin: 5px 5px 15px 5px;
}
.annons{
    left: -25px;
    position: relative;
    top: -9px;
}

#footer 

{

}
/* Footer */

#page-footer

{

    color: #023d72;
    font-size: 11px;
    font-style: italic;
    margin: 0 auto 30px;
    padding: 0 50px;
    text-align: right;
    width: 800px;
	position: relative;
	top: -10px;

} 



#page-footer img

{

    margin-left: 5px;

    margin-right: 10px;

    vertical-align: middle;

}


h1 { margin: 0;font-size: 28px;font-weight: 300;color: #333333; font-family: 'Lato', sans-serif; text-transform:uppercase}
h2 { margin: 0;font-size: 28px;font-weight: bold;color: #eb6909; font-family: 'Lato', sans-serif;}



/* Home template */
.template-default {
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 940px;
}
.template-default .content-image {
	margin-bottom: 10px;
}

.template-home 

{

    width: 940px;

    margin: 0 auto;

    overflow: auto;

}



.template-home > div.header 

{

    position: relative;

    background-image: url(/content/images/template-home-top.png);

    background-repeat: no-repeat;

    background-position: top;

    height: 81px;

    padding-top: 50px;

    padding-left: 40px;

}

.template-home .header span   

{

    font-size: 12px;

    padding-left: 2px;

}



.template-default .content, .template-home .content 
{
       overflow: auto;
		margin:auto;
		width:940px;
		
}

.template-home > div.content > span

{
	font-size: 12px;
	font-style: italic;
}

/* Inspiration */

#inspiration-header img 

{

    position: absolute;

    top: 7px;

    right: 20px;

}
#instruktioner-header img 

{

    position: absolute;

    top: 16px;

    right: 33px;

}



/* Kontakt */

#contact-form 

{

    width: 390px;
	margin-bottom: 40px;

}



#contact-form input.submit

{

    float: right;

    margin-top: 20px;

}



#contact-form .editor-label

{

    float: left;

    width: 90px;

    font-size: 12px;

}



#contact-form .editor-field

{

    float: left;

    width: 300px;

    margin-bottom: 10px;

}



#contact-form  .editor-field input, #contact-form  .editor-field textarea

{

    width: 98%;

    background-color: #f2f2f2;

    border: 1px solid #dcdcdc;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;

}






/* Related domains */

#related-domains a 

{
	color: #e8691a;
	text-decoration: underline;
}
#related-domains a:hover

{

	color: #000000;
	text-decoration: underline;

}
#related-domains > div {
	float: left;
	width: 350px;
	margin-top: 30px;
    font-size: 12px;
}
#related-domains > div > a
{
	font-size: 20px;
	font-weight: normal;
	color: #61bdea;
	text-decoration: none;
}
#related-domains > div > a:hover
{
	font-size: 20px;
	font-weight: normal;
	color: #61bdea;
	text-decoration: underline;
}
#related-domains > div > span
{
	display: block;
	margin-top: 3px;
}



/* Styles for basic forms

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



fieldset 

{

    border:1px solid #ddd;

    padding:0 1.4em 1.4em 1.4em;

    margin:0 0 1.5em 0;

}



legend 

{

    font-size:1.2em;

    font-weight: bold;

}



textarea 

{

    min-height: 75px;

}



.editor-label 

{

    margin: 1em 0 0 0;

}



.editor-field 

{

    margin:0.5em 0 0 0;

}





/* Styles for validation helpers

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

.field-validation-error

{

    color: #ff0000;

}



.field-validation-valid

{

    display: none;

}



.input-validation-error

{

    border: 1px solid #ff0000;

    background-color: #ffeeee;

}



.validation-summary-errors

{

    font-weight: bold;

    color: #ff0000;

}



.validation-summary-valid

{

    display: none;

}

.paper-box{
	background: url(/content/images/bg-papers.png) no-repeat;
	width: 382px;
	float: left;
	margin: 10px;
}
.paper-box > img{
	float: left;
}
.paper-box > div{
	float: left;
	width: 220px;
	padding-top: 60px;
	font-size: 12px;
}
.paper-box > div > p{
	line-height: 20px;
	margin: 0px;
}
.paper-box > div > span{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
.latest-mag{
	font-size: 14px;
	font-style: italic;
}

.inst-box > div{
	margin: 10px 10px 25px 10px;
	width: 382px;
	float: left;
}
.inst-box > div > img{
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
}
.inst-box > div > span{
	font-size: 16px;
	font-weight: bold;
	color: #ee6f0e;
	display: block;
}
.inst-box > div > p{
	margin: 3px 0 8px 0;
}
.inst-link{
	font-size: 12px;
	font-style: italic;
}

