HTML {
min-height: 100%;
max-height: 100%;
height: 100%;
vertical-align:top;
}
/*************/
body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	vertical-align:top;

	background-repeat:repeat-x;
	background-attachment:fixed;
	background-size: 100%;	

	font-size: 1em;
	line-height: 1.5;
	font-family: 'American Typewriter', Georgia, sans-serif;
	color: #321e1e;
}
* img {
	margin:0 10 0 10;
}
html>body{
font-size: 16px;
}

.titel
	{
font-size:18px;
font-weight:bold;
text-shadow: #f8fcee 0 1px 1px;	
	}
.subtitel
	{
font-size:14px;
font-weight:bold;
text-shadow: #f8fcee 0 1px 1px;	
	}	
 h2, h3, p, li{
font-weight: 400;
text-shadow: #f8fcee 0 1px 1px;
}

/****************/

#main {
	width:500px;
	height:50px;
	background-color:#999999;
	font-family: 'American Typewriter', Georgia, sans-serif;
	font-size:14px;
}

#box{
	display:block;
	background: url(rgba.php?r=0&g=0&b=0&a=20) repeat;
	margin:5px;
}
#box div {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	color:rgba(255,255,255,1);
} 	


#flip-tabs{
	width:300px;
	margin-left:5px;
}
#flip-navigation{
	width:500px;
	margin:0 0 29px; padding:0; 
	list-style:none;
}
#flip-navigation li{ 
	display:inline; 
}
#flip-navigation li a{
	text-decoration:none; padding:10px; 
	margin-right:0px;
	background:#7b7b7b;
	color:#fff; outline:none;
	text-shadow: #6c6d69 0 1px 1px;	
	font-family: 'American Typewriter', Georgia, sans-serif; font-size:12px;
	/* text-transform:uppercase; */
	
}
#flip-navigation li a:hover{
	background:#5c5c5c; 
	text-shadow:#6c6d69 0 1px 1px;	
	color:#fff;
}
#flip-navigation li.selected a{
	background:#e4e4e4;
	text-shadow:#f8fcee 0 1px 1px;	
	color:#000;
}
/* CONTAINER */
#flip-container{
	width:500px;
}
#flip-container div {
}
#flip-container div ul{
	height:auto;
	min-height:400px;
	z-index:auto;
	padding:5px;
	background: url(rgba.php?r=255&g=255&b=255&a=92) repeat;
	margin:0px; 
	padding:15px 5px 75px;
	list-style-position:inside;
}
#flip-container div ul li{
}
/*
#flip-container div ul.orange{ background:#ffffff; background-image:url(/2010/DS_2009_08_14_3849.jpg); background-repeat: no-repeat;  }
#flip-container div ul.green{ background:#d9f9d9; background-image:url(/images/images/canon-5d-markII.jpg); background-size: 100%;  }
#flip-container div ul.blue{ background:#000000; background-image:url(/2009/flash/foto/madrid2.jpg); background-repeat:no-repeat; background-size: 100%;  }
*/	
/**** TWEETS */
#tweet li {
	list-style-type:none;
	padding-bottom:20px;
}
#tweet .hash { color:#c2c2c2; } 

#tweet .reply { color:#c2c2c2; } 

#tweet a			{ text-decoration:none; color:#ffffff; background-color:#CCCCCC;  }
#tweet a:hover 		{ text-decoration:underline; color:#ffffff;}

/**********************************************/
A#menu-rood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#FF0000;
	text-decoration: none;
	padding-left:15px;	
}
A#menu-rood:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#FF0000;
	background-color:#000000;	
	text-decoration: none;
	padding-left:15px;
}
A#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	padding-left:15px;	
}
A#menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	background-color:#000000;
	text-decoration:none;
	padding-left:15px;	
}

A#wit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#ffffff;
	background-color:#666666;
}
A#wit:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	background-color:#666666;
}
A#knop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
A#knop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000;
	text-decoration:underline;
}
.knop
	{
	background-color:#CCCCCC;
	font-weight:bold;
	color:#000;	
	padding:10px;
	line-height:300%;
	text-shadow: #cccccc 0 0px 0px;		
	}