/*
Stylesheet voor Jeroen Teulings, interim management
door Nowton, Filip van Hoeckel, september-december 2008
*/

/*
GLOBAL
*/
body {
	text-align: center;
	margin: 0 auto;
	color: #FCFCFC;
	background-color: #663838;
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	}
a img {border: none;}

/*
TYPE
*/
body {
	font-family: Helvetica, Arial, sans-serif; 
	font-size:62.5%; 
	}
h1 {
	font-size:5em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: white;
	display: none;
}
h2 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: white;
}
p {margin:1em 0 1.2em;}
.col ol {list-style-type: none;}
.col ul {margin: 1em 1.5em;} 
.col ul li {list-style-type: disc;}
p, li {font-size:1.2em; line-height:1.4;}
#footer span {text-transform: uppercase; color: #663838; font-weight: bold; letter-spacing: 2px;}
#footer p {margin: 0;}
#credits {color: #ACACA8 }

/*
COLORS
*/
darkred {color: #663838;}
darkgrey { color: #ACACA8;}
lightgrey { color: #DDDED8;}
lightergrey { color: #F7F7F7;} 


/*
NAVIGATION
*/
.col a {
	color: #DDDED8; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px solid;
	}
a:hover {color: white;}
#menu { text-transform: uppercase;  background-image: url(../images/bg-menu.png); height: 57px;}
#menu ul {list-style-type:none; margin:0; padding: 0;} 
#menu ul li {/*display: inline; padding: .8em;*/float: left;}
#credits a {border: none; color: #DDDED8; text-decoration: none;}
/* Passive state */
#menu li.home {background:transparent url(../images/welkom.png) no-repeat;}
#menu li.services {background:transparent url(../images/diensten.png) no-repeat;}
#menu li.about {background:transparent url(../images/over.png) no-repeat;}
#menu li.contact {background:transparent url(../images/contact.png) no-repeat;} 
/* link styling */
#menu a {display:block; height:0; padding-top:57px; color:#000; overflow:hidden;}
/* Passive */
#menu a#item1 {background:transparent url(../images/welkom.png) no-repeat; width:171px;}
#menu a#item2 {background:transparent url(../images/diensten.png) no-repeat; width:214px;}
#menu a#item3 {background:transparent url(../images/over.png) no-repeat; width:141px;}
#menu a#item4 {background:transparent url(../images/contact.png) no-repeat; width:194px;}
/* Hover */
#menu a#item1:hover {background-position:center -57px; z-index:50;}
#menu a#item2:hover {background-position:center -57px; z-index:50;}
#menu a#item3:hover {background-position:center -57px; z-index:50;}
#menu a#item4:hover {background-position:center -57px; z-index:50;}
* html #menu a:hover {height:57px; he\ight:0;}
/* Active */
#home #menu .home a{	background-image: url(../images/welkom.png); background-position:  center -114px;}
#services #menu .services a{	background-image: url(../images/diensten.png); background-position:  center -114px; }
#about #menu .about a{	background-image:url(../images/over.png); background-position:  center -114px;}
#contact #menu .contact a{	background-image: url(../images/contact.png); background-position:  center -114px; }

/*
LAYOUT
*/
#wrapper {
	width: 720px; 
	padding:60px 120px 0 120px; 
	margin:0 auto; 
	background-image: url(../images/bg-wrapper.png);
	}
#header {}
#logo { width: 385px; margin:0px auto 16px auto; height: 52px; }
#logo a { width: 385px; height: 52px; display: block; background:url(../images/JT-logo-diap.png) no-repeat;}
#arena {height: 225px; margin-top: 18px; margin-bottom: 32px;}
#arena h2 {display: none;}
#maincontent { overflow: hidden;}
#footer {
	padding-top: 12px;
	width: 100%; 
	margin-top: 40px; 
	background-image: url(../images/bg-footer.png); 
	background-position: center top; 
	background-repeat: no-repeat;
	}
#credits, #credits a {margin-top: 40px; width: 100%; color: white;} 
.col {width: 336px; float: left;}
.left {text-align: right; margin-right: 24px;}
.right {text-align: left; margin-left: 24px;}

/*FORMS*/
#cform {margin-right: 0;}
form { font-size: 1em; margin-top: 1em;}
form ol {	margin:0;padding:0;list-style:none;}
form li {	border-bottom:1px solid; list-style:none;}
fieldset {	border:1px solid white;width:80%;padding:8px;}
label {
	text-align: right;
	width: 90px;
	display: inline-block;
	/*hide from IE display:-moz-inline-box;*/
	vertical-align: top;
	padding-top: 4px;
}
input, select,textarea {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size:1em;
	margin-left: 24px;
	margin: 2px 4px;
	padding:2px;
	width:210px;
	background-color: #E5E6E0;
}
input:focus, select:focus, textarea:focus { background-color:#ACACA8; }
input[type="submit"] {width:auto; float: right; margin-right: 20px;}
br { clear: both; }
/*Tools*/
.error {font-weight:bold;color:red;}
.comment {background-color: yellow; color: red; font-weight: bold;}
