/* Copyright Mark van der Meer 2006-2008 | www.highway-intersections.net */
/* Highway-Intersections.net v2.2 'Morgenstern' */
/* main.css for www.highway-intersections.net */
/* --- */ 
/*
   __   _      __                       _      __                      __  _                           __ 
  / /  (_)__ _/ / _    _____ ___ ______(_)__  / /____ _______ ___ ____/ /_(_)___  ___  ___   ___  ___ / /_
 / _ \/ / _ `/ _ \ |/|/ / _ `/ // /___/ / _ \/ __/ -_) __(_-</ -_) __/ __/ // _ \/ _ \(_-<_ / _ \/ -_) __/ 
/_//_/_/\_, /_//_/__,__/\_,_/\_, /   /_/_//_/\__/\__/_/ /___/\__/\__/\__/_/ \___/_//_/___(_)_//_/\__/\__/  
       /___/                /___/                          

  ______          _                               
 / _____)        | |                              
| /      ___   _ | | ____ ____   ____ ____   ____ 
| |     / _ \ / || |/ _  )  _ \ / _  |    \ / _  )
| \____| |_| ( (_| ( (/ /| | | ( ( | | | | ( (/ / 
 \______)___/ \____|\____)_| |_|\_||_|_|_|_|\____)
                                                  
  ______                                                          
|  ___ \                                   _                     
| | _ | | ___   ____ ____  ____ ____   ___| |_  ____  ____ ____  
| || || |/ _ \ / ___) _  |/ _  )  _ \ /___)  _)/ _  )/ ___)  _ \ 
| || || | |_| | |  ( ( | ( (/ /| | | |___ | |_( (/ /| |   | | | |
|_||_||_|\___/|_|   \_|| |\____)_| |_(___/ \___)____)_|   |_| |_|
                   (_____|                                       
                              
(http://www.network-science.de/ascii/ - stop)    

*/
/* --- */
body		{
				color: #000000;
				background-color: #ffffff;
				font-family: Trebuchet MS, Calibri, DejaVu-Sans, fantasy;
	}
img			{
				border: 0px;
	}
h2			{
				margin: 10px;
				padding: 5px;
				font-size: 14pt;
				color: #ffffff;
	}
h3			{
				margin: 10px;
				padding: 5px;
				font-size: 12pt;
				text-align: right;
	}
tt			{
				font-family: DejaVu Sans, Verdana;
				font-style: italic;
				font-size: 7pt;
	}
ul			{
				text-align: left;
				line-height: 125%;
	}
a:link		{
				color: #ffffff;
	}
a:hover		{
				color: #ffffff;
				background-color: #000000;
	}
a:visited	{
				color: #ffffff;
	}
a img:hover		{
				border: 0px;
	}
/* --- */
.logo 		{
				width: 150px;
				height: 104px;
				float: left;
				margin: 2px;
				margin-top: 5px;
	}
.header		{
				width: 800px;
				float: right;
				margin: 2px;
				margin-top: 5px;
	}
.mededeling	{
				height: 50px;
				margin: 5px;
				padding: 5px;
				border-style: solid;
				border-width: 2px;
				border-color: #db2929;
				background-color: #ffffff;
				color: #000000;
				font-family: Verdana;
				font-size: 90%;
				filter: alpha(opacity=90);
				-moz-opacity: 0.90;
				opacity:0.90;
	}
.mainframe	{
				width: 958px;
				margin: auto;
				text-align: center;
	}
/* --- Content - Here are the common settings for the content area settled, for the specific color settings see black.css, blue.css and red.css ---- */
.content	{
				width: 800px;
				float: right;
				margin: 2px;
				margin-bottom: 10px;
	}
.content-top {
				height: 20px;
				width: 800px;
	}
.content-main {
				width: 800px;
				color: #ffffff;
	}
.content-content {
				margin: 10px;
				padding: 5px;
				text-align: left;
				font-style: normal;
				font-size: 9pt;
				border: solid 0px #ffffff;
	}
.content-content2 {
				margin: 10px;
				padding: 5px;
				text-align: left;
				text-decoration: none;
				font-style: normal;
				font-size: 7pt;
				border: solid 0px #ffffff;
	}
.content-interupt {
				margin: 10px;
				padding: 10px;			
	}
.content-bottom {
				height: 20px;
				width: 800px;
	}
/* --- Vmenu - Settings for the Vmenu, changes affects every page --- */ 
.vmenu		{
				width: 150px;
				float: left;
				margin: 2px;
				margin-bottom: 5px;
				text-align: right;
				font-size: 9pt;
				font-style: normal;
				background-color: #333333;
	}
.vmenu-top	{
				background: url('../gfx/black/vmenu-top.gif') no-repeat;
				height: 20px;
				width: 150px;
	}
.vmenu-main {
				background-color: #333333;
				width: 150px;
	}
.vmenu-content {
				margin: 10px;
				padding: 5px;
				border-right: solid 5px #000000;
	}
.vmenu-content2 {
				margin: 10px;
				padding: 5px;
				border-right: solid 5px #2e5585;		
	}
.vmenu-content3 {
				margin: 10px;
				padding: 5px;
				border-right: solid 5px #802a2a;		
	}
.vmenu-interupt {
				margin: 10px;
				padding: 10px;			
	}
.vmenu-bottom {
				background: url('../gfx/black/vmenu-bottom.gif') no-repeat;
				height: 20px;
				width: 150px;
	}
/* --- */
.vmenu-content a {
				display: block;
	}
.vmenu-content2 a {
				display: block;
	}
.vmenu-content3 a {
				display: block;
	}
.vmenu-content a:link		{
				color: #ffffff;
				text-decoration: none;
	}
.vmenu-content2 a:link		{
				color: #ffffff;
				text-decoration: none;
	}
.vmenu-content3 a:link		{
				color: #ffffff;
				text-decoration: none;
	}
.vmenu-content a:visited	{
				color: #ffffff;
				text-decoration: none;
	}
.vmenu-content2 a:visited	{
				color: #ffffff;
				text-decoration: none;
	}
.vmenu-content3 a:visited	{
				color: #ffffff;
				text-decoration: none;
	}
.vmenu-content a:hover {
				background-color: #ffffff;
				color: #000000;
				display: block;
	}
.vmenu-content2 a:hover {
				background-color: #ffffff;
				color: #36648b;
				display: block;
	}
.vmenu-content3 a:hover {
				background-color: #ffffff;
				color: #8b1a1a;
				display: block;
	}
/* End of main.css */ 