/* Stylesheet "CoachingTraining" :: v1 (27-07-2008) */
/* Coded by "WeCode"  */
/* You may learn from this CSS and use its techniques in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2008 "CoachingTraining" and may not be used by anyone but us. */ 

/*
	Style Index
	---------------------
	
	$1 - Site Structure Styles
		$1.1 - General Styles
		$1.2 - Main Layout Styles
		$1.3 - Shared Styles
		
	$2 - Content Styles
		$2.1 - General Content Styles
		$2.2 - Heading Styles
		$2.3 - Paragraph Styles
		$2.4 - Link Styles
		
	$3 - List Styles
		$3.1 - General Lists
		$3.2 - Main Navigation
		$3.3 - Content Lists
		
	$4 - Image Styles
		$4.1 - General Image Styles

	$5 - Form Styles
		$5.1 - General Form Styles

	$6 - Table Styles
		$6.1 - General Table Styles
		
*/ 







/*** $1 - Site Structure Styles ***/

		/* 1.1 - General Styles */
		
			* {
				margin:0;
				padding:0;
			}
						
		/************************/
	
		/* 1.2 - Main Layout Styles */
			
			body {
				color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;
				font-size:12px;
				line-height:16px;
				margin: 50px 0 50px 0;
			}
			
				body#home {background: #950000;}
				body#coachen {background: #6c40ae;}
				body#trainen_communiceren {background: #b52330;}
				body#training_coaching {background: #a2bfe7;}
				body#provocatief_coachen {background: #ce3432;}
				body#verdieping_coaching {background: #77a308;}
				body#werven {background: #183d72;}
				body#cv {background: #166a74;}
				body#contact {background: #950000;}
			
			#container {
				background-color: #fff;
				background-repeat: no-repeat;
				background-position: bottom left;
				margin: 0 auto;
				min-height: 620px;
				overflow:hidden;
				width:910px;
			}
			
			* html #container {
				height:620px;
			}
			
				body#home #container {background-image: url(../images/bg_container_home.jpg);}
				body#coachen #container {background-image: url(../images/bg_container_coachen.jpg);}
				body#trainen_communiceren #container {background-image: url(../images/bg_container_trainen_communiceren.jpg);}
				body#werven #container {background-image: url(../images/bg_container_werven.jpg);}
				body#cv #container {background-image: url(../images/bg_container_cv.jpg);}
				body#contact #container {background-image: url(../images/bg_container_contact.jpg);}
				body#training_coaching #container {background-image: url(../images/bg_container_training_coaching.jpg);}
				body#provocatief_coachen #container {background-image: url(../images/bg_container_provocatief_coachen.jpg);}
				body#verdieping_coaching #container {background-image: url(../images/bg_container_verdieping_coaching.jpg);}

			#content{
				float:left;
				width:580px;
				height: 380px;
				margin:0 5px 0 0;
				padding:16px 0 16px 0;
			}
			
			#sidebar{
				background: url(../images/logo.gif) no-repeat 15px 15px;
				float:left;
				padding: 150px 0 0 5px;
				width:300px;
			}
 			
		/************************/







/*** $2 - Content Styles ***/

		/* 2.1 - General Content Styles */

			a:link, a:visited {
				color: #950000;
			}
			
			a:hover {
				color:#000;
				text-decoration:none;
			}
							
		/************************/
	
		/* 2.2 - Heading Styles */
			
			h1, h2, h3, h4, h5, h6 {
				color: #950000;
				font-size: 12px;
				margin: 0 0 0 0;
			}

		/************************/
	
		/* 2.3 - Paragraph Styles */		
			
			p {
				margin:0 0 16px 0;
 			}
			
		/************************/
	
		/* 2.4 - Link Styles */
			
			#content .submenu li a {
				background: url(../images/bg_li_sub.gif) no-repeat center left;
				padding: 0 0 0 18px;
			}
			
			#content .submenu li.current a {
				background: url(../images/bg_li_sub_current.gif) no-repeat center left;
			}
			
			#sidebar li a {
				background: url(../images/bg_nav_li.gif) no-repeat center left;
				font-weight: bold;
				text-decoration: none;
				padding: 0 0 0 30px;
			}
			
			#sidebar li.current a {
				background: url(../images/bg_nav_li_current.gif) no-repeat center left;
			}
		
		/************************/







/*** $3 - List Styles ***/

		/* 3.1 - General Lists */
		
			ul li{
				list-style:none;
			}
			
		/************************/
	
		/* 3.2 - Main Navigation */
		
			#sidebar li {
				line-height: 21px;
				padding: 0 0 0 5px;
			}
			
			#content .submenu {
				margin: 0 0 24px 0;
			}
			#content .submenu li {
				display: inline;
				margin: 0 5px 0 0;
			}
			
		/************************/
	
		/* 3.3 - Content Lists */
		
			#content ul {
				margin: 0 0 14px 0;
			}
			#content ul ul {
				margin: 0 0 0 0;
			}
			#content li {
				list-style:square;
				margin:0 0 0 14px;
			}
			#content li li {
				list-style:disc;
				margin:0 0 0 24px;
			}					
			
		/************************/







/*** $4 - Image Styles ***/

		/* 4.1 - General Image Styles */
		
			img {
			}
					
			a img {
				border: none;
			}
			
			#content img {
				padding: 0 0 10px 10px;
			}
			
		
		/************************/







/*** $5 - Form Styles ***/
			
		/* 5.1 - General Form Styles */
		
		/************************/







/*** $6 - Table Styles ***/

		/* 6.1 - General Table Styles */
