@charset "utf-8";
/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
background-color:#000000;
font-family: Verdana, Arial, Sans-serif; 
font-size: 12px;    
padding:0px;
margin:0px;

}

/* tekst */
p {
font-size:100%;
color:#FFFFFF;
line-height:150%;
} 

h2 {
font-size:medium;
font-weight:bold;
padding-top:10px;
color: #EA5D8C;
background-color: transparent;
	}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #ffffff;
background-color: #EA5D8C;
padding:5px 15px;
margin:0px
}
h4 {
font-size: small;
font-weight: normal;
}
a { 
color: #EA5D8C;
font-size: small;
font-weight: bold;
background-color:transparent;
text-decoration: none; 
}


/*  positioning-layers  */
#main_container {
	margin: 0px auto 0px auto;
	background-color:#000000;
	background-image: url(images/bg_colorsofgod_home.jpg); 
	background-repeat:no-repeat;
	width:949px;
	height:622px;
	border: 2px solid #EA5D8C;
}
#main_container2 {
	margin: 0px auto 0px auto;
	background-color:#000000;
	background-image: url(images/bg_colorsofgod.jpg); 
	background-repeat:no-repeat;
	width:949px;
	height:622px;
	border: 2px solid #EA5D8C;
}
	
#inhoud1 {
	float:left;
	margin-left: 50px;
	margin-top: 80px;
	width: 410px;
	height: 400px;
	overflow:auto;
	}
#inhoud2{
	float:left;
	margin-left: 25px;
	margin-top: 80px;
	width: 410px;
	height: 400px;
	overflow:auto;
	}

#inhoud_full{
	float:left;
	margin-left: 50px;
	margin-top: 80px;
	width: 810px;
	height: 480px;
	overflow:auto;
	}
#inhoud_short{
	float:left;
	margin-left: 50px;
	margin-top: 80px;
	width: 810px;
	height: 390px;
	overflow:auto;
	}
#inhoud_galerie{
	float:left;
	margin-left: 50px;
	margin-top: 80px;
	width: 810px;
	height: 500px;
	overflow:auto;
	}
#footer{
	clear:both;
	width:881px;
	margin-bottom:0px;
	margin-left:30px;
	color:#ffffff;
	font-weight:bold;
	padding:0px;
	text-align:center;

}


/* menu */
#menu {
	float:right;
	width: 665px;
	background-color:#999999;
	border: 0px solid #ccc;
	margin: 0px 35px 0px 0px;
	height:16px;
	}
#menu2 {
	float:right;
	width: 625px;
	background-color:#999999;
	border: 0px solid #ccc;
	margin: 45px 35px 0px 0px;
	height:16px;
	}
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-size:1.0em;
	}	
	
#menu li a:link, #menu li a:visited,
#menu2 li a:link, #menu2 li a:visited  {
	color: #ffffff;
	padding: 10px;
	font-weight:normal;
	}
	
#menu li a:hover {
	color: #000000;
	background-color:#EA5D8C;
	font-weight:normal;
	}
#menu2 li a:hover{
	color: #000000;
	background-color:#EA5D8C;
	font-weight:normal;
	}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
/* classes */
.fotorechts {
margin-left: 10px;
}
.fotolinks {
margin-right: 10px;
}
.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}
.whitelink
a { 
color: #ffffff;
font-size: small;
font-weight: bold;
text-decoration: none; 
}