/* P C D T R */
@import "php/css.php";
/* font-size in pts */

#nav a {
	font-family: din2;
	font-size:28pt;
	color:#ccb;
	text-decoration: none;
}

#nav a:hover {
	font-family: din2;
	font-size:28pt;
	color:#bba;
	text-decoration: none;
}

#nav li.active a {
	font-family: din2;
	font-size:28pt;
	color:#cc060e;
	text-decoration: none;
}

#nav li.active a:hover {
	font-family: din2;
	font-size:28pt;
	color:#cc060e;
	text-decoration: none;
}

#subnav a {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#fff;
	text-decoration: none;
	background-color: #c4bfa8;	
}

#subnav a:hover {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#ddd;
	text-decoration: none;
	background-color: #c4bfa8;	
}

#subnav li.active a {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#cc060e;
	text-decoration: none;
	background-color: #c4bfa8;	
}

#subnav li.active a:hover {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#cc060e;
	text-decoration: none;
	background-color: #c4bfa8;	
}


#content .columns h1 {
	text-transform: uppercase;
	font-family: din2;
	font-size:20pt;
	color:#444;
	margin: 8px 0;
	background-color: #ccccaa;
}

#content .columns h2 {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#444;
	margin: 8px 0;
	background-color: #ccccaa;
}


#content #boxes #box-1 h2 {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#fff;
	background-color: #00a3ed;
}

#content #boxes #box-2 h2 {
	text-transform: uppercase;
	font-family: din2;
	font-size:14pt;
	color:#fff;
	background-color: #cc060e;
}
