﻿/*=reset*/
* {
	list-style: none;
	margin:0;
	padding:0;
	outline: none;
	}
	
img{
	margin:0;
	border: none;
	}
	
/*=typography and colours*/
body{
	background-color: #262626;
	color: #191919;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
	}

a{
	color: #191919;
	}
	
a:hover{
	background-color: #ffc00d;
	}

strong{
	font-size: 1.4em;
	}

div#page{
	margin: 3em auto;	
	width: 980px;
	}
	
div#wrapper{
	margin: 5em auto;	
	width: 980px;	
	}
	
	div#wrapper h1{
		font-size: 2.4em;		
		margin-bottom: 1em;
		}
	
	div#wrapper p{
		font-size: 1.2em;
		margin-bottom: 1em;		
		}			

div#error-message{
	color: #252525;
	font-weight: bold;
}

/*=layout*/
html, body, div#page{
	/*attributter settes programmatisk i Default.aspx*/
	}	

