/*************************\
*                         *
*    Termae Traiectum     *
*        main.css         *
*                         *
\*************************/

@import './form.css';
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/background_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial;
}
#logo {
	position: absolute;
	left: 521px;
	top: 20px;
}

/* Hyperlinks */
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#weblog a {
	color: #ca006b;
	text-decoration: none;
}
#weblog a:hover {
	color: #a30057;
	text-decoration: none;
}

/* Navigation */
#navigation {
	position: absolute;
	left: 90px;
	top: 260px;
}
#navigation ul li {
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	line-height: 13pt;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#navigation ul li.top {
	color: #ca006b;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 8pt;
	background-image: url(../images/bullet_top_inactive.gif);
	line-height: 17pt;
	background-position: 0px 4px;
}
#navigation ul li.topactive {
	background-image: url(../images/bullet_top_active.gif);
}
#navigation ul li.sub {
	color: #666;
	font-weight: normal;
	background-image: url(../images/bullet_sub_inactive.gif);
}
#navigation ul li.subactive {
	color: #666;
	background-image: url(../images/bullet_sub_active.gif);
	font-weight: bold;
}
#navigation ul li.top a {
	color: #ca006b;
	text-decoration: none;
}
#navigation ul li.top a:hover {
	color: #a30057;
	text-decoration: none;
}

/* Content */
#content_holder {
	position: absolute;
	left: 290px;
	top: 150px;
	width: 725px;
	background-image: url(../images/line_spacer.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 40px 0px;
}
#content_holder #text {
	width: 470px;
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 80px 0px;
	float: left;
}
#content_holder #text p {
	color: #666;
	font-size: 9pt;
	line-height: 15pt;
	letter-spacing: 0.05em;
	margin: 0px 0px 10px 0px;
}
#content_holder #text ul {
	margin: 0px 0px 5px 0px;
}
#content_holder #text ul li {
	font-size: 9pt;
	color: #666;
	letter-spacing: 0.05em;
	line-height: 15pt;
	margin: 0px 0px 0px 15px;
	list-style-type: square;
}
#content_holder #weblog {
	width: 210px;
	margin: 0px 0px 40px 40px;
	float: left;
}
#content_holder #weblog p {
	color: #666;
	font-size: 9pt;
	line-height: 13pt;
}
#content_holder #text a {
	color: #ca006b;
	text-decoration: none;
}
#footer {
	clear: both;
	height: 18px;
	margin: 0px 0px 00px 0px;
}
#footer #colofon {
	float: right;
	width: 210px;
	text-align: left;
	margin: 0px 5px 0px 0px;
	color: #666;
	font-size: 9pt;
	line-height: 13pt;
	clear: right;
}
#footer #slogan {
	float: left;
}

/* Error Navigation */
#content_holder #text ul.error_navigation {
	margin: 0px;
	list-style-type: none;
}
#content_holder #text ul.error_navigation li {
	padding: 0px 0px 0px 20px;
	line-height: 13pt;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	list-style-type: none;
}
#content_holder #text ul.error_navigation li.top {
	color: #ca006b;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 8pt;
	background-image: url(../images/bullet_top_active.gif);
	line-height: 17pt;
	background-position: 0px 4px;
}
#content_holder #text ul.error_navigation li.sub {
	color: #666;
	font-weight: normal;
	background-image: url(../images/bullet_sub_inactive.gif);
}
#content_holder #text ul.error_navigation li.top a {
	color: #ca006b;
	text-decoration: none;
}
#content_holder #text ul.error_navigation li.top a:hover {
	color: #a30057;
	text-decoration: none;
}

/* Projecten */

table.project {
	color: #666;
	font-size: 8pt;
	width: 470px;
	border-bottom: 1px solid #ca006b;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}
table.project tr td {
	vertical-align: top;
}
table.project tr td.label {
	height: 18px;
	width: 90px;
	font-weight: bold;
}
table.project td.image {
	width: 102px;
}
table.project td.image img {
	border: none;
	margin: 0px 0px 10px 0px;
}

#readmore {
	font-size: 11px;
/* 	text-transform: uppercase; */
	color: #ca006b;
	margin: 18px 0px 2px 0px;

	cursor: pointer;
}

ul#twitter {
	list-style-image: url(../images/twitter.gif);
}

/* Headers */
h2 {
	color: #ca006b;
	font-size: 15pt;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
h3 {
	color: #ca006b;
	font-size: 9pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}
h4 {
	font-size: 9px;
	text-transform: uppercase;
	color: #ca006b;
	margin: 8px 0px 2px 0px;
}
h5 {
	font-size: 8px;
	text-transform: uppercase;
	color: #ca006b;
	margin: 8px 0px 2px 0px;
	text-decoration: underline;
}

.align_left {
	float: left;
	
}
.align_right {
	float: right;
}

/* Colors */
.purple {
	color: #ca006b;
}
.darkpurple {
	color: #a30057;
}
.grey {
	color: #666;
}
.darkgrey {
	color: #333;
}
