/**
	***************************************************************************
	*	Stylesheet for nissehus.dk
	*	Sections requiring extra attention are all marked with: NB!
	***************************************************************************
	*	Filename="basic.css"
	*	Description="Cascading Style Sheet to the www.nissehus.dk-site"
	*	Author="Michael Schmidt"
	*	E-Mail="Michael.zmit@GMail.com"
	*	Created="CET:20091126"
	*	Changed="CET:"
	*	Changed_by="Michael Schmidt"
	**/

body
{
	background-color: #f00;
	color: #eee;
	font-family: sans-serif;
}


p{max-width: 80ex;}

a{text-decoration: none;}
a:link{color: #f88;}
a:active{color: #f88;}
a:visited{color: #f44;}
a:hover{color: #fdd;}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;	/*	700=bold	*/
}

h1{font-size: 200%;}
h2{font-size: 180%;}
h3{font-size: 160%;}
h4{font-size: 140%;}
h5{font-size: 120%;}
h6{font-size: 100%;}

caption
{
	caption-side: top;
	font-weight: 600;
	text-align: left;
}
	
img, object
{
	border: none;
	margin: 0;
	padding: 0;
}

em
{
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}

.fl{float: left;}	  /**	Float:Left Elements	*/
.fr{float: right;}	/**	Float:Right Elements	*/

.frontpage{margin: 0 !IMPORTANT;} /**	 Front pages, keep image centred.	*/

.splash
{
  width: 90%;
  display: block;
  position: absolute;
  top: 10%;
  left: 5%;
}
