﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-image:url('../images/tile2.gif');

}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/top.jpg");
	background-repeat:no-repeat;
	background-position: top;
	background-repeat: no-repeat;
	height:230px;
}
#navigation {
	height:20px;
	background-image:url('../images/bottom.jpg');
	background-repeat:no-repeat;
}
html>body #navigation {
	overflow: hidden;
}

#biografie {
	width:1024px;
	float:left;
	background-image:url('../images/tile2.gif');
}
#biografier {
	width:267px;
	height:400px;
	padding:: 15px 10px;
	float:right;
	background-image:url('../biografie/images/IMG_0913.jpg');
	}
	
	
#contact {
	width:1024px;
	float:left;
	background-image:url('../images/tile2.gif');
}
#contactr {
	width:267px;
	height:400px;
	padding:: 15px 10px;
	float:right;
	background-image:url('../contact/images/contact.jpg');
	}

#column_l {
	width: 1024px;
	background-image:url('../images/tile2.gif')
}

html>body #column_l {
	width:1024px;
	
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
	float:right;
}
#column_r2 {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}

html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	background-color:#CEC2C6;
	height:10px;
	width:1024px;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}