/* 
    Document   : A&P Games
    Year       : 2012
    Author     : Frank van Leeuwen
*/

a:link, a:visited {
	color:					#000000;
	text-decoration:		none;
}

a:hover, a:active {
	color:					#555555;
	text-decoration:		none;
} 

h2{
    color:                  #000000;
    font-size:              20px;
    font-weight:            400;
    font-family:            'Quicksand', sans-serif;
    line-height:			50%
    text-align:				center;
    text-decoration:		none;
}

h3, h4{
    color:                  #ffffff;
    font-size:              12px;
    font-weight:            400;
    font-family:            'Quicksand', sans-serif;
    line-height:			50%
    text-align:				center;
    text-decoration:		none;
}

h4 {
	color:                  #000000;
}

h5{
	color:                  #000000;
    font-size:              10px;
    font-weight:            400;
    font-family:            'Quicksand', sans-serif;
    text-align:				center;
    text-decoration:		none;
}

body{
	background-color:		#ffffff;
	background-image:		url('../images/back.jpg');
	background-repeat: 		repeat;
	margin: 				50px 0px;
	margin-top:				0;
    text-align: 			center;
}

#container, #container2{
	background-color:		#ffffff;
	width:                  1145px;
    margin:					0 auto;
    margin-top:				0;
    border-top:				5px solid #ab070c;
}

#container2{
	border-top:				5px solid #b67826;
}

#header{
	float:                  left;
	left:                   0;
	width:					1145px;
	height:					80px;
	margin-top:				30px;
}

#menu{
	float:                  left;
	left:                   0;
	width:					1145px;
	height:					100px;
}

#menu_space{
	float:                  left;
	left:                   0;
	width:					195px;
	height:					20px;
}

#menu_item{
	float:                  left;
	left:                   0;
	width:					150px;
	height:					20px;
	text-align:				center;
}

#menu_item_pressed{
	float:                  left;
	left:                   0;
	width:					150px;
	height:					20px;
	text-align:				center;
}

#aenp, #diensten, #service, #ogenb, #contact{
	float:                  left;
	left:                   0;
	width:					1145px;
	height:					500px;
	background-repeat:		no-repeat;
}

#aenp{
	background-image:		url('../images/aenp.jpg');
}

#diensten{
	background-image:		url('../images/diensten.jpg');
}

#service{
	background-image:		url('../images/service.jpg');
}

#ogenb{
	background-image:		url('../images/ogenb.jpg');
}

#contact{
	background-image:		url('../images/contact.jpg');
}

#textblock{
	float:                  left;
	left:                   0;
	background-color:		#111111;
	width:					260px;
	height:					460px;
	padding:				20px;
	text-align:				left;
	line-height:			150%;
	opacity:				0.75;
	filter:					alpha(opacity=75);
}

#footer{
	float:                  left;
	left:                   0;
	width:					1145px;
	height:					130px;
	border-bottom:			5px solid #ab070c;
}

#footer2{
	float:                  left;
	left:                   0;
	width:					1145px;
	height:					130px;
	border-bottom:			5px solid #b67826;
}
