/*
---------------------------------------
Website: www.prof-hostess.com
CSS:     Ron Horn
E-mail:  dezine@hotmail.com
URL:     www.dezine.nl
---------------------------------------
*/
@import url("front.css");

a.link, a.visited {color: #C00000; text-decoration: none; font-weight: normal; font-size: x-small; font-family: verdana, sans-serif;}
a.hover {color: #1F1F1B; text-decoration: underline; font-weight: normal; font-size: x-small; font-family: verdana, sans-serif;} 


h1 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #000000;
	}
	
p, body, div, table, td, div{
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	line-height: 140%;
}

input, select, checkbox, radio button, option, textarea  {
	border-collapse: collapse;
	font-family: verdana,arial,Trebuchet;
  font-size: 8pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.small  {
	color: #000000;
	font-size: 8pt;
	font-family:  verdana,arial,Trebuchet;
}
	
.border { 
border-collapse: collapse;
border: 1px dotted #643916;
}
	
img	{border:0;} 

a img {border : none;}

* {margin: 0;}

html, body {height:100%;} 

html,body {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #000000;
	background-image: url('images/bg.png');
	background-repeat: repeat-x; 
}
	
#container {
	width: 900px; 
	background-image: url('images/bg-container.png');
	background-repeat: repeat-y; 
  position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px; /* the bottom margin is the negative value of the footer's height */
}
	
#header {
	width: 900px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#foto {
	width: 302px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

* html #header {height: 182px;he\ight: 182px}

#submenu, #content { 
	float: left; 
} 

#submenu {
	width: 240px;
	height: 300px;
	padding-top: 20px;
	padding-left: 20px;	
	padding-right: 0px; 
 	padding-bottom: 0px;
  margin: 0px;
}

#content {
	width: 550px;
	padding-top: 20px;
	padding-left: 40px;	
	padding-right: 0px; 
 	padding-bottom: 20px;
}

#content a:link {color: #C00000; text-decoration: none; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
#content a:visited {color: #C00000; text-decoration: none; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
#content a:hover {color: #000000; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}


.button {
	font-family: Verdana, sans-serif;
	font-size: 8pt; 
	color: #FFFFF0;
	background-color: #680002; 
	border: 1px solid #2C2C27;
}

#clear{
	clear: both;
}

#push {
	width: 900px;
	height: 58px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
}

#footer {
	position: relative;
	width: 900px;
	height: 58px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat; 
}

