/*


	Author:      Stijn Henderickx
	Last update: 2009-04-15
	Media:       site

ToC

    1. Font sizes and styles
    2. Margins
    3. Standard elements
    4. Link styles
    
*/



/********************************/
/* ------ Font sizes and styles */
/********************************/

h1   { font-size: 1.8em; /* 22px */ }
h2   { font-size: 1.6em; /* 20px */ }
h3   { font-size: 1.4em; /* 18px */ }
h4   { font-size: 1.2em; /* 16px */ }
h5   { font-size: 1.2em; /* 14px */ }
p    { font-size: 1.0em; /* 10px */ }
body { 
	font-family: Arial, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	background-color: #201F20;
}



/******************/
/* ------ MARGINS */
/******************/

p { 
	padding: 3px 0; 
	line-height: 1.5em;
	font-size: 1.1em;
}



/*****************************/
/* ------ STANDARD ELEMENTS */
/*****************************/

	#wrapper { 
		min-height: 300px; 
		width: 974px;
		margin: 0px auto; 
	}

	#header {
		height: 47px;
		width: 974px;
		padding-top: 14px;
	}

		#header #logo {
			width: 170px;
			float: left;
		}
		
		#header #contact {
			float: right;
			width: 500px;
			text-align: right;
			padding-top: 15px;
		}
		
		
		
	#navigation {
		height: 30px;
		background-image:url(../images/menu-bg.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		width: 974px;
		border: 0px;
	}

	#navigation #menu {
		border-top: 4px solid #17356a;
	}
	
	#navigation #fancorner, #navigation #webshop {
		background-color: #e2e2e2;
		border-bottom: 1px solid #c4c4c4;
		padding-bottom: 10px;
	}

	#navigation #menu-left {
		position:absolute; 
		top:0px; left:-17px; 
		width:20px; 
		background:url(../images/shadow-left.png) top repeat-y; 
		height: 123px
	}
	
	#navigation #menu-right {
		position:absolute; 
		margin:auto; 
		top:0px; right:-18px; 
		width:20px; height:123px; 
		background:url(../images/shadow-right.png) top repeat-y;
	}
	#navigation .reclame-img {
		padding: 3px;
		clear: both;
	}
	
	.breadcrumbs {
		color: #999999;
		padding: 15px 0 0 10px;
	}

	#body {
		height: 557px;
		width: 954px;
		border: 10px solid #2A2A29;
		margin-top: 20px;
		position: relative;
		background-color: #2A2A29;
	}
	
	#body-content {
		width: 954px;
		margin-top: 20px;
		position: relative;	
	}
	
	.content {
		padding: 0 10px 10px 10px;
	}
	
		.projects {
			padding: 10px 0 17px;
			margin-left: 20px;
		}
	
			.projects li {
				list-style-type: disc;
				line-height: 25px;
			}
	.content ul {
		list-style-type: disc;
		margin: 5px 0 20px 15px;
	}
	
	.content ul li {
		line-height: 1.6em;
	}
	
	.content img {
		padding-top: 20px;	
	}

	#main {
		border: 4px solid #000000;
		height: 470px;
	}
	
	#picture-info {
		background-color: #1B1B1A;
		border-top: 1px solid #272A25;
		height: 80px;
		overflow: hidden;
		font-size: 0.8em;
	}
	
	#description {
		padding: 10px 0 5px 30px;
		width: 800px;
		float: left;
	}
	
	#picture-navigator {
		float: right;
		width: 77px;
	}
	
	#picture-navigator ul li {
		float: left;
	}
	
	#picture-navigator ul li a {
		font-family: "Lucida Sans";
		font-size: 3.0em;
		text-decoration: none;
		padding: 10px 5px 0 5px;
		display: block;
		height: 65px;
		border: 0px;		
	}
	
	#picture-navigator ul li a:hover {
		height: 68px;
		border-bottom: 2px solid #B60000;
		background-color: #000000;
	}
	
	#picture-x-of {
		width: 80px;
		height: 28px;
		font-size: 2.0em;
		padding-top: 7px;
		text-align: center;
		position: absolute;
		top: 437px;
		left: 871px;
		float: left;
		background: transparent url(../images/bck_transparent.png);
		z-index: 50000;
	}
	
	#footer {
		margin-top: 40px;
		border-top: 1px solid #000000;
		padding: 15px 0 0 5px;
		font-size: 1.1em;
	}
	
	.navpanellayer {display: none;}

/**********************/
/* ------ LINK STYLES */
/**********************/

a:link { color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #b3b3b3; }
a:visited { color: #939393; text-decoration: none; border-bottom: 1px solid #434343; }
a:hover, a:active{ color: #FFFFFF; border-bottom: 1px solid #434343; }

#content a:link, #content a:visited{ color: #17356a; text-decoration: none; border-bottom: 1px dotted #17356a; font-weight: bold; }
#content a:hover, #content a:active{ color: #17356a; border-bottom: 1px solid #17356a; }

.highlight a:link, .highlight  a:visited{ color: #17356a; text-decoration: none; border-bottom: 1px dotted #17356a; font-weight: bold; }
.highlight  a:hover, .highlight  a:active{ color: #17356a; border-bottom: 1px solid #17356a; }

#footer #links a:link, #footer #links a:visited{ color: white; text-decoration: none; border-bottom: 1px dotted white; font-weight: bold; }
#footer #links a:hover, #footer #links a:active{ color: white; border-bottom: 1px solid white; }
#footer #info a:link, #footer #info a:visited{ color: white; text-decoration: none; border-bottom: 1px dotted white; font-weight: bold; }
#footer #info a:hover, #footer #info a:active{ color: white; border-bottom: 1px solid white; }

.slider-block a:link, .slider-block a:visited, .slider-block a:hover, .slider-block a:active { color: #17356a; text-decoration: none; border: 0px; font-weight: normal; }

/*********************/
/* ----------- FORMs */
/*********************/

.field{clear:both;padding:10px 0;}
.field .label{padding-bottom:0;border:none;}
.field label{display:block;}
.field ul{padding:7px 0 14px;}
.field small{display:block;}
.field ul small{padding:0 0 0 24px;}
.field label,.field label{display:inline;}
.field small,.field small{display:block;padding:3px 0 1px 210px;}
.field small{font-family:"Lucida Grande","Lucida Sans",Arial,sans-serif;}
.field label, .field .label{float:left;width:150px;padding:5px 10px 0 0; font-size: 1.2em;}
.field .label{height:30px;}
.field ul {font-weight: normal;}
.Actions {padding: 15px 0 15px 0;}
.action:focus {color: #dadada; border: 0px;}

span.message {
	color: #666666;
	background-color:#FFEBE8;
	margin:10px; 
	padding:10px;
	width: 370px;
}

.button {
	height: 36px;
	width: 144px;
}

input.text, textarea {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 4px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input.text:focus, textarea:focus {
	background-color: #e1e1e1;
	border: 1px solid #666666;
}


/*********************/
/* ------ LOGIN FORM */
/*********************/

/* -- CSS for the login form -- */

#LoginForm div.field input{
	width: 300px;
	border: 1px solid #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd ;
	padding: 5px 4px;
	background-color: #ededed;
	margin-bottom: 5px;	
	font-size:11px;	
}

#LoginForm div.field input.checkbox {
	height : 26px;
	font-size : 18px;
	font-weight : lighter;
	width : 16px;
}

#LoginForm div.field input:focus, #LoginForm div.field textarea:focus{
	background-color:#fff;
}

#LoginForm {
    width: 500px;
    margin: 40px auto;
	background-color: #DDD;
	padding: 10px;
}

#LoginForm > h1 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
	color: #434343;
}

#LoginForm > p {
    display: none;
}

#LoginForm fieldset {
	border : 0px solid #CCCCCC;
	padding: 0px;
}

#LoginForm label {
    font-size: 10px;
	color: #434343;
}

#LoginForm label.left {
	float: left;
	width: 8em;
	margin-top : 6px;
}

#MemberLoginForm_LoginForm_error {
    font-size: 10px;
    color: red;
    font-weight: bold;
}



.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

	
	
	

