/****************************************************************************************************
Author	:	Peter de Graaff
Date		:	Mon, 10 Dec 2007 12:00:00 GMT
Website	:	http://www.degraaff-multimedia.nl/
****************************************************************************************************/

/****************************************************************************************************
Begin Miscellaneous
****************************************************************************************************/
*
{
	margin: 0;
	padding: 0;
	
}

img
{
	border: 0;
	vertical-align: middle;
}

a
{
	text-decoration: underline;
	color: #555;
	
		
}

a:hover
{
	text-decoration: none;
	color: #333;
	
}
input {
  width: 50%;
  height:20px;
}

textarea {
  width: 50%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #7f9db9;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #fff;
  background-color: #5d65ae;
  border: 1px solid #fff;
}
.button {
  width: auto;
  cursor: pointer;
  }
#main.combo {
color: #000;
  background-color: #d6d6d6;
  }

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: "trebuchet ms", helvetica, sans-serif;
	line-height:normal;
	color: #555;
}

/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
	background: url('../img/backgr_tile.jpg') repeat-x;
	position:absolute;
	top: 50%;
	width: 100%;
	height: 596px;
	margin-top: -298px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
	background: url('../img/innersection.jpg') no-repeat;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 924px;
	height: 596px;
	margin-left: -462px;
	margin-top: -298px;
}

/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{
	width: 300px;
	height: 88px;
	font-size:0.9em;
	padding-top: 125px;
	padding-bottom: 32px;
	padding-left:10px;
}

#navigation li
{
	float: left;
	height: 88px;
	width: 70px;
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{
	color: #fff;
	display: block;
	height: 50px;
	width: 75px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
}

#navigation a:hover
{
	color: #111;
	text-decoration: none;
}




/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content
{	
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	width: 924px;
	height: 310px;
	
}
#main
{
	padding-left:40px;
	overflow:auto;
	width:645px;
	height:310px;
	}

#main h1
{
	font-size: 230%;
	color: #333;
	padding-bottom: 5px;
}

#main p
{
	color: #555;
	
}


#rightcontainer
{
	width: 220px;
	float:right;
	list-style-type: none;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

#rightcontainer h4
{
	font-size:150%;
	padding-bottom:20px
}

#navcontainer 
{ 
	width: 200px;
	float:left 
}

#navcontainer ul
{
	margin-left: 35px;
	list-style-type: none;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:16px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 180px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	background:url(../img/balletje.gif) top left no-repeat;
	padding-left: 0px;
	padding-bottom: 13px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #5d65ae;
	background:url(../img/balletje.gif) top right no-repeat;
	
}

/****************************************************************************************************
Begin Copyright
****************************************************************************************************/
#copyright
{
	padding-top: 3px;
	width: 696px;
	height: 10px;
	text-align: right;
	font-size: 80%;
}

#copyright a
{
	color: #fff;
}
#copyright p
{
	color: #fff;
}
/********************/
/*  COMMON CLASSES  */
/********************/

#main img.left {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
#main img.center {clear:both; float:none; display:block; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
#main img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}
#main img.rightnoborder {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:0px solid rgb(150,150,150);}

.main a {color:rgb(102,102,255); font-weight:bold; text-decoration:none;}
.main a:hover {color:rgb(42,90,138); text-decoration:underline;}
.main a:visited {color:rgb(42,90,138);}

.main a img {border:solid 1px rgb(150,150,150);}
.main a:hover img {border:solid 1px rgb(220,220,220);}
