* { margin: 0;  }

/* *** General Styles *** */

body  {
	background-color:#000;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}



#header a,
#topMenu a,
.blogItem h2 a,
.blogMeta a {
	text-decoration: none;
	color:#CCC;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif
	
}

p {
	line-height: 1.5em;

}

h1,
h2,
h3 { 
	font-weight: normal;
}

blockquote {

	font-size: 14px;
	font-style: italic;
	
}

ul,
ol {
	margin-left: 20px;
	line-height: 1.6em;
}

/* *** Layout *** */

#container { 
	background: url(img/Home.jpg) no-repeat top left;
	margin: 0 auto;
	text-align: center;
	width: 1024px;
	height:670px;
	
} 



#topMenu {

	height: 45px;
}

#enter {
	position:relative;
left:290px;
top:205px;
width: 500px;
	
}

#mainContent {
	
	
} 


#verborgentekst { 
	
	font-size: 1px;
	height: 40px;
	text-align: left;
	position:relative;
 top:-60px;
 left:40px;
 width: 100px;
} 

#footer { 
	
	font-size: 12px;
	height: 40px;
	text-align: right;
	position:relative;
 top:380px;
 left:-50px;
} 

/* *** Header Styles *** */

#header h1 {
	font-size: 48px;
	font-weight: normal;

}

#header h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

#header a:hover {
	background: none;
}

/* *** Top Menu Styles *** */

#topMenu ul {
	font-size: 20px;
	line-height: 1em;
	list-style: none;
	
	text-align: right;
	position:relative;
 top:10px;
 left:-50px;

}

#topMenu li {
	display: inline;
}

#topMenu a:hover {
	

/* *** Blog Styles *** */

.blogItem {
	padding-bottom: 20px;
}

.blogItem h2,
.blogItem h3 {
	font-weight: normal;
}

.blogItem h2 a:hover,
.blogItem h3 a:hover {
	background: none;
	text-decoration: underline;
}

.blogItem h2 {
	font-size: 24px;
}

.blogItem h3 {

	font-size: 14px;
	padding-bottom: 6px;
}

.blogItem h3.blogMeta {
	background-position: top left;
	
	text-align: right;
}

/* *** Sidebar Styles *** */



/* *** Footer Styles *** */

#footer p {
	
	text-align: center;
	

}

.floatR {
	float: right;
	margin-left: 8px;
}

.floatL { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
