html, body {
	height: 100%; /* héél belangrijk */
	margin:0; 
	padding:0; 
	font-size:12px; 
	line-height:16px; 
	font-family: Arial, Tahoma;
	background-color:#ffffff;
}

.purple { 
	color:#CCCC33;
}

#sitebar { 
	height:12px;
	text-align:center; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:normal; 
	font-size:12px; 
	padding: 3px;
	margin:0 auto; 
}

#sitebar a {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px; 
}



#header { 
	background: url(http://www.foto-hosting.nl/images/foto-hosting-logo.png) no-repeat ;
	background-color:#72A809;
	height:120px;
	text-align:center; 
}

#logo { 
	width:800px; 
	margin:0 auto; 
	padding: 28px 0 0 11; 
	text-align:left;
}

#logo a { 
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold; 
	height:12px; 
	font-size:20px; 
	text-transform:uppercase;
}

#logo a:hover {
}

#menu {
	color:#fff; 
	text-align:center; 
	margin-top:22px;
}

#menu ul{ 
	width:800px; 
	margin:0 auto;
	list-style:none; 
	padding:0; 
	text-align:left;
}

#menu ul li{
	display:inline
}

#menu ul a { 
	display:block; 
	float:left; 
	font-weight:bold; 
	font-size:13px; 
	text-decoration:none; 
	color:#fff; 
	background:url(../images/fho/menu_inactief.gif) no-repeat bottom center; 
	padding:8px 10px; 
	width:142px; 
	text-align:center; 
	text-transform:uppercase;
}

#menu ul a:hover { 
	background:url(../images/fho/menu_over.gif) no-repeat bottom center; 
	color:#232323;
}

#menu ul a.active { 
	background:url(../images/fho/menu_actief.gif) no-repeat bottom center; 
	color:#CCCC33;
}

#menu ul a.active:hover { 
	background:url(../images/fho/menu_actief.gif) no-repeat bottom center; 
	color:#232323;
}

#container {
	position: absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	text-align:center; 
	
}


#content { 
	
	margin:0 auto; 
	padding: 5 11; 
	text-align:left;
	background-color:#ffffff;
	border:1px solid #e7e7e7;
	
}

div#content #TopLeft{
	background-image:url(http://foto-hosting.nl/layout/content-background.jpg);
	background-repeat:no-repeat;
	border: solid 1px #000000;
	float:left;
	width:700px;
	height:270px;
	border:1px solid #e7e7e7;
	
	
}

div#content #TopLeft h1{
	
	padding-top:18px;
	padding-left:20px;
	width:500px;
	font-family:Tahoma;
	font-size:18px;
	font-weight:700;
	color:#72A809;
	
}

div#content #TopLeft p{
	
	padding-left:20px;
	width:440px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:500;
	color:#808080;
	
}


div#content #TopRight{
	
	float:right;
	width:180px;
	border: 1px solid #e7e7e7;
}

#content h1 { 
	text-transform:uppercase; 
	font-size:20px; 
	color: #CCCC33; 
	font-weight:bold;
}

#content h2 { 
	text-transform:uppercase; 
	font-size:11px; 
	color: #000; 
	font-weight:bold;
} 


#form { 

	padding:20px;
	padding-left:30px;
	background-image:url(http://foto-hosting.nl/layout/form.png);
	background-position:0px -5px;
}

#form h1 { 
	
}

#form a { 
	text-decoration: underline;
}

#form .file{
	


}

div#form #Upload{
		
	/*
	background-color:#ffffff;
	
	color:orange;
	font-size:18px;
	border:1px solid #808080;
	*/
	
	
	
}

div#form b{
	
	background-image:url(http://foto-hosting.nl/layout/input_file.png);
	background-position:0px -5px;
	width:150px;
	height:34px;
	position:absolute;
	left:356px;
	margin-top:-3px;
	

	
}

#manual { 
	padding: 0px;
	margin:0px; 	
	width:460px; 
	text-align:left;
	float:left;
}

a:link {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a.alert {
	color:red;
	font-weight:bold;
}

.galleryimg  { 
	border:solid 2px #333333;
	margin: 2px;
}

.currentpage {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

br { clear: left; }

.purple_big { text-transform:uppercase; font-size:16px; font-weight: bold; color:#0084DE;}

.white  { font-size:11px; color:#fff;} 

.hide img 
{
    display: none;
}



input.submit  { 
	border: none; 
	background-color: #0084DE; 
	padding: 2px 5px; 
	font-weight: bold; 
	font-size: 14px; 
	color: #fff; 
	border: 1px solid #fff; 
}


