/* Basic style */

html {
  min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none
}

/* ErDetSengetid.dk style */

h1 {
  font-size: 60px;
}

h2 {
  font-size: 100px;
  padding-top: 50px;
}

h3 {
  font-size: 25px;
  padding-top: 50px;
}

ul {
  list-style-type: square;
}

ul ul {
  list-style-type: square;
  padding:0 0 0 20px;
}

.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;	
	text-align:center;
	width: 900px;
	margin-top: 20px;
}

.footer {
  position: absolute;
  font-size: 13px;
  text-align:right;
}

/* Hjørne banner */

#topright {
position: absolute;
right: 0;
bottom: 0;
display: block;
height: 125px;
width: 125px;
background: url(billeder/twitter_2.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}

#topleft {
position: absolute;
left: 0;
bottom: 0;
display: block;
height: 125px;
width: 125px;
background: url(billeder/facebook_2.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}
