/*
***********************************************************
Title: Main
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: february 2009
***********************************************************
*/


html,body {
	height:100%; /* needed for container min-height */
	}

body {
	background: #97341a;
	/* font: normal 69%/1.6em Tahoma, Verdana, Arial, Helvetica, sans-serif; */
  font: normal 69%/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	}
	
#container {
		width:960px;
		}
	
#container {
	position:relative;
	margin:auto;
	}
	
p {
	margin-bottom:10px;
	}

ul, ol {margin: 1em 0; padding-left: 2em;}
ul li {list-style: square;
     }
ul li li, ol li ul li {list-style: disc;}
ol li {list-style: decimal;}

	
#logo a {
	background: url(../img/logo-ruhrburo-header.gif) no-repeat;
	width:960px;
	height:209px;
	display:block;
	position : absolute;
	top: 10px;
	left: 0px;
	}



.align-left {
	text-align:left;
	}


.align-right {
	text-align:right;
	}

.align-center {
	text-align:center;
	}

.csc-textpic-caption {
	font-size:0.9em;
	padding-left:3px;
  padding-bottom:8px;
	}

#logo span, .hide, #breadcrumb {display:none;}


#page-description, #slogan {
	position:absolute;
	top:-1000px;
	}
	

a {
  color:#fff;
	}

a:hover {
	color:#ccc;
	text-decoration:underline;
	}

	
h2 {
 	font-size:1.6em;
	font-weight:normal;
	margin-bottom:10px;
  }

h2 a {
	color:#FECD08;
	}
  
h2 a, h3 a { text-decoration:none; }
  
	
h3 {
  font-size:1.3em;
	font-weight:normal;
		/* line-height:1.5em; */
	}
	
h4 {
  font-size:1.2em;
	font-weight:normal;
		/* line-height:1.3em; */
	}
	
h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration:none;
  }
  
h2,h3,h4,h5,h6 {
  padding-top:5px;
  margin-bottom:5px;
  font-family:Arial, Helvetica;
  font-weight:bold;
  }
  
h2,h3 {
  color:white;
  }

h3 {
 
  }
  
 

#header {
	height:229px;
	}
  
#main {
	margin-top:0;
	position:relative;

	}
	
	

/* ============ */
/*    footer    */	
/* ============ */
#footer {
	font-size:0.8em;
	color:#000;
	height: 30px;
  float:left;
	border-top:2px solid #000;
	width:960px;
	margin-top:60px;
  margin-bottom:30px;
	}

#footer-content {

	}





/* ========= */
/*  kolommen */	
/* ========= */



/* smal - breed  en  30 - 60 */	

#smal-breed-links, #smal-breed-rechts {
	display:block;
	float:left;
	display:inline;
	overflow:hidden;
	}

#smal-breed-links {
  width:210px;
  /* border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000; 
	background:white; */
	padding-right:30px;
  }
  

#smal-breed-rechts {
  width:720px;
  margin-top:24px;
  }
  
#smal-breed-links-content {
	display:block;
	float:left;
	width:210px;
	}




