/**
 * Korte beschrijving van het bestand
 *
 * Stylesheet: vanastendoomen.com
 *
 * LICENSE: 
 *
 * @copyright  2007, De Paraplu Company
 * @license    ...
 * @version    1.0
 * @link       www.deparaplucompany.nl
 * @since      ...
*/
/* GLOBAL PREFS */
body 
{
background: #141414;
margin: 0px;
padding: 0px;
vertical-align:middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* FRONTPAGE */
#ufoDemo 
{
position: absolute;
width: 900px;
margin-left: -450px; /* helft van breedte */
height: 605px;
margin-top: -300px; /* helft van hoogte */
top: 50%;
left: 470px;
}
table.swf_con 
{	
height: 100%;
border: 1px solid #FFFFFF;
}
td.swf_content 
{
vertical-align: middle;
}
/* BACKHAND (ADMIN) */
/*DIVs*/
#con_topmenu 
{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
padding: 25px;
padding-bottom: 1px;
padding-top: 1px;
border: 1px solid #FFF200;
}
#con_totaal 
{
width: 800px;
margin-left: auto;
margin-right: auto; 
margin-top: 10px;
margin-bottom: 5px;
padding: 25px;
border: 1px solid #FFF200;
}
#con_totaal_login 
{	
width: 300px;	
margin-left: auto;
margin-right: auto; 
margin-top: 50px;
padding: 16px;	
border: 1px solid #FFF200;	
font-size: 10px;
color: #FFFFFF;
}
#con_alert
{
width: 500px;	
margin-left: auto;
margin-right: auto; 
margin-top: 50px;
padding: 16px;	
border: 1px solid #FFF200;	
font-size: 10px;
color: #FFFFFF;
}
#con_noflash
{
width: 800px;
margin-left: auto;
margin-right: auto; 
margin-top: 10px;
margin-bottom: 5px;
padding: 25px;
color: #FFFFFF;
text-align: center;
border: 1px solid #FFF200;
}
/* table */
table.adm_item
{
width: 100%;
text-align: left;
}
td.fielddisc
{
height: 25px; 
font-weight: normal; 
font-size: 10px; 
color: #FFFFFF;
padding-right: 10px;
text-align: right;
}
td.filecontent
{ 
font-weight: normal; 
font-size: 10px; 
font-style: italic;
color: #FFFFFF;
}
td.topmenuitem
{
width: 150px;	
vertical-align: middle;	
font-size: 12px;
font-weight:500;
color: #FFFFFF;
}
/* input */
input.title
{
position: relative;
width: 656px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border-style: solid;
border-width:3px;
border-color: #FFFFFF;
}
input.file
{
position: relative;
size: 30;
font-size: 12px;
border-style: solid;
border-width:3px;
border-color: #FFFFFF;
background-color: #FFFFFF;
}
/* TEXT */
p 
{
margin: 0px;
padding: 0px;
font-size: 10px;
color: #FFFFFF;	
}
p.title 
{
font-size: 12px;
font-weight: 200;
color: #FFFFFF;
}
p.alert 
{
font-size: 12px;
font-weight: bold;
color: #FF0000;
text-align: left;
}
/* LINKS */
A:link 
{
font-weight: normal; 
font-size: 10px; 
color: #FFFFFF; 
text-decoration: underline;
} 
A:visited 
{
font-weight: normal; 
font-size: 10px; 
color: #FFFFFF; 
text-decoration: underline;
}
A:active 
{
font-weight: normal; 
font-size: 10px; 
color: #FFFFFF; 
text-decoration: underline;
} 
A:hover 
{
font-weight: normal; 
font-size: 10px; 
color: #FFF200; 
text-decoration: underline;
}