/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin: 0;
    padding: 0;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
    background-color:#336699;
	background-image: url(../images/Back_blue.jpg);
background-repeat: no-repeat;

}


	
/*******************************************************************************

 SCHRIFTEN

 *******************************************************************************/


/*  Heading Formatting */
h1 {color: #33CCFF;
	font-size: 19px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
h2 {
	color: #33CCFF;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
h4 {color: #999999;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
h5 {font-size:16px;;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {color: #666666;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;}

/*links*/
a:link {color: #33CCFF; text-decoration: none;
}
a:hover {color: #659FDE;
text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
img {border: 0 none;}

.contentheading {
	color: #33CCFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;	
	padding-top:20px;
	}
	
	.componentheading {
	color: #33CCFF;
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-top:20px;
	
	}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
