body { /* de stijlen voor het hele document */
	margin: 0;
	padding: 1em;
	font: 12px arial;
}

a { /* de stijlen voor de links */
	color: #CF7123;
}

a:hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: #9ecf39;
}

a:visited { /* de stijlen voor de bezochte links */
	color: #CF7123;
}

#container { /* de stijlen voor het omvattende deel van de navigatie, inhoud en voet */
	width: 855px;
	height: 100%;
	margin: auto;
	padding: 0.5em;
	border: 1px solid #CF7123;
	text-align: left;
}

#header { /* de stijlen van de header, het logo */
	height: 130px;
	margin: 0 0 0.5em 0;
	border: 1px solid #CF7123;
	background: #CF7123; 
}

#header .img { 
	text-align:center;  
	margin:2px;
}


#menu 
{
    float: left;  
    width:855px; 
}

#menu #na
{
	margin: 0 0 0.5em 0;  
	height:40px;
}

#menu #na ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;  
}

#menu #na li
{
    float: left;
}

#menu #na  a
{
    display:block;
    float: left;
    height: 20px;
    margin-right: 1px;
    padding: 10px 20px 0 20px;
    text-decoration: none;
    font-size:10pt; 
	background: #CF7123;
	color: #ffffff;
}

#menu #na a:hover
{
    color: #9ecf39;

}


#nav { /* de stijlen van de navigatie */
	margin: 0;
	padding: 0;
	float: left;
}

#nav a { /* de stijlen voor de links in de navigatie */
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #CF7123;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #CF7123;
	color: #ffffff;
}

#nav a:hover { /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
color: #9ecf39;
}

#content { /* de stijlen voor de inhoud, de tekst */
	float: left;
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	width: 500px;
}

#content h2 { /* de stijlen voor de kopjes in de inhoud */
	border: 1px solid #CF7123;
	/*text-indent: 0.5em;*/
   	/*border-bottom: 1px solid #CF7123;*/
	font-size: 11pt;
	color: White;
	margin: 0 0 0.2em 0;
	padding: 0.5em;
	background: #CF7123;
}

#content p { /* de stijlen voor de alinea's in de inhoud */
	padding: 0 0.5em 0.2em 0.5em; 
	line-height:200%; 
	font-size:11pt;
    text-indent: none; 
	
}

#content .top { 
    padding: 0.5em;
    font-family:²Ó©úÅé;	 
    font-weight:bold;
    line-height:200%; 
	font-size:10pt;
    text-indent: none;
    border: 1px solid #CF7123;
    /*border-right: 1px solid #CF7123;
    border-bottom: 1px solid #CF7123;*/
}

#content .title { 
    margin:0;
    padding: 0.5em 0.5em 0.2em  0.5em;
    color: #CF7123; 
    font-size:12pt; 
    font-weight:bold;
    text-indent: none; border-bottom:1px solid gray;

}



#news { /* de stijlen voor de kolom links, het nieuws */
	width: 160px;
	border: 1px solid #CF7123;
	float: left;
	padding: 0;
	margin: 0 0 0 0.5em;
	margin-bottom: 1em;
}

#news h2 { /* de stijlen voor de kopjes in de kolom nieuws */
	border: 1px solid #CF7123;
	font-size: 10pt;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #CF7123;
    text-align:center;	
}

#news p { /* de stijlen voor de alinea's in de kolom nieuws */
	margin: 1em;
}

#news .img
{
    margin: 10px  auto;
    text-align: center;
}

#news h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height:160%;
}
#news h1 a
{
    text-decoration: none;
    color: #3C7BCF;
}
#news h1 a:hover
{
    border: none;
    background: #B8D03B;
    color: #FFFFFF;
}
#news h1 a:visited
{
    text-decoration: none;
    color: #3C7BCF;
}

#news .text
{
    font-size: 10pt;
    margin: 5px 0 10px 0;
    line-height:180%;
    text-align:center;
    
}

#post
{
    border: 1px solid #CF7123;
    margin: 0 auto;
	padding: 0;
	float: left; 
	width:165px;
}

#post .title
{
    border: 1px solid #CF7123;
	font-size: 10pt;
	color: #ffffff;
	margin: 0;
	padding: 0.5em 0 0.5em 0 ;
	background: #CF7123;
    text-align:center; 
    font-weight:bold; 
}

#post .entry
{ 
    float:left;
    padding-bottom: 10px;
    width:165px;
}

#post .entry .img
{
    margin: 10px  auto;
    text-align: center;
}

#post .text
{
    font-size: 10pt;
    padding:15px 5px 5px 5px; 
    line-height:180%;
}

#post .text .color
{
    color:#6666FF;
}

#post .text .star
{
    color:#F7BC5B;
}

#post .text .price
{
    color:red;
    font-size:11pt;
    font-weight:bold;
}

#post h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height:180%;
}

#post h1 a
{
    text-decoration: none;
    color: #3C7BCF;
}

#post h1 a:hover
{
    border: none;
    background: #B8D03B;
    color: #FFFFFF;
}

#post h1 a:visited
{
    text-decoration: none;
    color: #3C7BCF;
}


#footer { /* de stijlen voor de voet, de copyright */
	clear: both;
	text-align: center;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#footer p { /* de stijlen voor de alinea's in de voet */
	margin: 0;
	padding: 0;
}