/*
  ____ ___  __  ____        ___ __   ______  
 / ___/ _ \|  \/  \ \      / / \\ \ / / ___| 
| |  | | | | |\/| |\ \ /\ / / _ \\ V /\___ \ 
| |__| |_| | |  | | \ V  V / ___ \| |  ___) |
 \____\___/|_|  |_|  \_/\_/_/   \_\_| |____/ 

*/


/*--------------------------------------
SITE
---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	text-align: center; /* horizontal centering for IE */
	letter-spacing: 0.2px;
	}


/*--------------------------------------
LINKS
---------------------------------------*/

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color:#861720;
}

/*--------------------------------------
CLASSES
---------------------------------------*/





/*--------------------------------------
STRUCTURE
---------------------------------------*/

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -340px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 680px;
	width: 1000px;
	clear: left;
	background-image:url(/img/layout.png);
}

#containerHeader {
	position: relative;
	left: 400px;
	top: 130px;
	width: 525px;	
	height: 120px;
	text-align: right;
}

#containerContent {
	position: relative;
	left: 200px;
	top: 140px;
	width: 685px;	
	height: 320px;
	text-align: left;
}

/*--------------------------------------
FORSIDE
---------------------------------------*/

#welcometext {
	float: left;
	width: 240px;
	text-align: justify;
}

#collage {
	float: right; 
}

/*--------------------------------------
FOTOGRAFEN
---------------------------------------*/

#portrait {
	float: left;
}

#about {
	float: right; 
	width: 420px;
	text-align: justify;
}

/*--------------------------------------
KONTAKT
---------------------------------------*/

#contact {
	float: right; 
	width: 420px;
	text-align: justify;
}