@charset "UTF-8";
/* CSS Document */
- 
* {
	margin: 0;
	padding: 0;
}
:focus
{
  -moz-outline-style: none;
}

html, body {
	background: #000000;
	color: #000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	width: auto;
	height:100%;
	margin: 0;
	
	padding: 0;
	border:0px solid #ffff33;
	
	
}
code {
	background: #333333;
	font-family: Courier, monospace;
	font-size: 16px;
	color: #FFF;
	padding: 3px;
		
}
a {
	color: #ccc;
	text-decoration:none;
}
a:hover {
	color: #727272;
	text-decoration:underline;
	
}
#container {
	height: 100%;
	margin: 0 auto ;
	background-color:#333333;
		
}
.text{
	color:#dbdbdb;
	font-size:12px;
	text-decoration:none;
}
/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
.forfull {
	width: auto;
}
.for800 {
	width: 740px;
}
.for1024 {
	width: 955px;
}
/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

#logo{
	background-image:url(../images/logo.gif);
	background-position: center ;
	background-repeat:no-repeat;
	background-color:#303030;
	height:71px;
	overflow:visible;
	margin: 0;
	padding: 0;
	border: solid 0px #FF0000;
}
#header {
	width: auto;
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	background-position: 0 -80px;
	background-color:#333333;
	height:90px;
	border: solid 0px #FF0000; 
	color: #000;
	text-align: center;
	
	position: relative;
	
	border:0px solid #55ffff;
}
#header p{
	
	color:#999999;
	position:relative;
	height:13px;
	width:738px;
	top:-10px;
	left:-0px;

	
	background-color:#303030;
	
	
}
#header p a{
	color:#999999;
}
#navigation {
	position: relative;
	top:0px;
	left:0px;
	width: 780px;
	height: 10px;
	line-height: 20px;
	text-align: left;
	
	border: solid 0px #FF0000; 
}

#navigation ul {
	display: inline;
	height: auto;
	width: auto;
	border: solid 0px #FF0000; 
	
}
#navigation li {
	display: inline;			
	list-style: none;
}
#navigation a {
	text-decoration: none;
	overflow:hidden;
	color: #FFF6E1;
	padding: 0 41px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navigation a:hover {

	
	text-decoration:underline;

	
	
}

#aboutimage{
	width:330px;
	height:400px;
	float:left;
	background-color:#333333;
	border: solid 0px #FF0000;
}

#about_content{
	height:100%;
	width:440px;
	float:left;
	border: solid 0px #FF0000;
	background-color:#333333;
	color:#cccccc;
	overflow:visible;
	font-size:12px;
}
#about_content h1{
	margin:0;
	padding:0;
	font-size:14px;
	color: #FFF6E1;
}
#clientslist{
	color:#cccccc;
	width:670px;
	font-size:12px;
	
}
#clientslist h1{
	margin:0;
	padding:0;
	font-size:14px;
	color: #FFF6E1;
}
	

#maincontent{
	height:100%;
	width:100%;
	background-color:#333333;
	border: solid 0px #FF0000; 
	overflow:visible;
	
	

}
#maincontent p{
	margin-left:40px;
	float:left;
	color:#cccccc;
}

	

#maincontent h1{
	font-size:14px;
	margin:0;
	padding:0;
	
}
#maincontent a{
	color:#FFF6E1;
	
}
#maincontent a:hover{
	color:#CCCCCC;
}


#textbox_index{
	float:left;
	margin:30% 20px 0 20px;
	padding:0px;
	height:500px;
	
	vertical-align:middle;
}
#indeximage{
	float:left;
}
#tabel_order{
	width:100%;
}
#iframe{
	margin-top:-60px;
	border: solid 0px #FF0000;
	overflow:hidden;
	z-index:0;
	height:90%;
	background-color:#333333;
	
}
	
#footer {
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	clear: both;
	background-color:#333333;
	color:#636363;
	z-index:100;
	border:0px solid #f44fff;
	
	
	
}
#footer p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:70px;
	background-image:url(../images/footer.gif);
	background-color:#333333;
	height:80px;
	background-repeat:repeat-x;
	background-position:left;
	border:0px solid #ffffff;
	position:relative;
	top:140px;
	word-spacing:10px;
	overflow:visible;
	
	
}
#leeg{
	background-color:#333333;
	height:30px;
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
border-bottom:2px #000000 solid;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
width:50%;
}

#linkscontent{
	margin-left: 40px;	
	font-size:18px;
	background-color:#FF0000;
	border: 1px #FF0000 solid;
	list-style:none;
}

#linkscontent h2{
	margin:0px;
	padding:0px;
	font-size:12px;
}
