/*   
Theme Name: Kochido Template
Theme URI: http://www.kochido.nl/
Description: Kochido template.
Author: Said Boulaayoun
Author URI: http://www.dactis.nl
Version: 1.0
*/

html {
	margin-left: -1px;
	overflow-Y: scroll;
}
body {
margin: 0;
color: #868686;
font-family: Tahoma, Verdana;
font-size: 12px;
background: #080901;
}
div.container{
position: relative;
margin: auto;
width: 950px;
padding: 0 0 0 0;
}
div.links{
float: left;
width: 160px;
height: 400px;
margin: 0;
padding: 0;
}
.links img{
border: 0;
}
div.midden{
float: left;
width: 790px;
margin: 0;
padding: 0;
background: #131313;
}
div.middenboven{
width: 790px;
height: 80px;
padding: 0;
margin: 0;
background: #080901 url('images/rechtsboven.gif') no-repeat top right;
}
div.menu{
width: 790px;
height: 25px;
padding: 0;
margin: 0;
background: #970200 url('images/menulinks.gif') no-repeat top left;
color: #ffffff;
}
.menu ul{
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
}
.menu ul li{
	display: inline;
} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
	float: left;
	text-decoration: none; /* removes the underline from the menu text */
	color: #ffffff; /* text color of the menu */
	padding: 0 10px 0 10px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	font-weight: normal;
}
.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.menu ul li a:hover, .menu ul li .current{
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
} /* change the background color of the list item when you hover over it */
div.header{
width: 790px;
height: 180px;
border-bottom: 2px solid #970200;
margin: 0px;
padding: 0px;
}
.content{
float: left;
width: 450px;
margin: 10px 0 20px 10px;
padding: 0;
}
.content img{
border: 0;
}
.nieuws{
float: right;
width: 275px;
margin: 10px 10px 0 0;
padding: 0 0 10px 0;
background: #2b2b2b;
font-size: 11px;
}
div.nieuws2{
float: right;
width: 275px;
height: 500px;
margin: 10px 10px 0 0;
padding: 0;
}
.content h1{
width: 450px;
margin: 0 0 10px 0;
color: #970200;
font-weight: bold;
font-size: 18px;
}
.content h2{
width: 450px;
margin: 0 0 10px 0;
color: #ffffff;
font-weight: bold;
font-size: 15px;
}
.content p{
margin: 0 0 20px 0;
line-height: 150%;
}
.nieuws ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 0px dashed #010000;
	border-bottom: 0px solid #fff;
	}
.nieuws li {
	margin: 0 0 0 0;
	padding: 10px 5px 10px 5px;
	background: none;
	border-bottom: 1px dashed #010000;
	}
.nieuws a:link,
.nieuws a:visited {
	color: #868686;
	text-decoration: none;
	}
.nieuws a:hover {
	color: #868686;
	text-decoration: underline;
	}
.nieuws h1{
width: 250px;
margin: 5px 0 0 5px;
color: #ffffff;
font-weight: bold;
font-size: 14px;
}
.content a:link,
.content a:visited {
	color: #970200;
	text-decoration: none;
	}
.content a:hover {
	color: #970200;
	text-decoration: underline;
	}
.youtube_gallery{
position: relative;
float: left;
}
div.plaatje{
float: right;
width: 275px;
margin: 10px 10px 0 0;
padding: 0;
}
	/* Lijst links
	----------------------------------------------------------------------------------------------
	*/

#allelinks{
margin: 0 0 50px 0;
padding: 0 0 50px 0;
color: #ffffff;
}
#allelinks ul {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
	}
#allelinks li {
	margin: 0 10px 10px 10px;
	padding: 4px;
	background: #970200;
	}
#allelinks a:link,
#allelinks a:visited {
	text-decoration: underline;
	color: #ffffff;
	}
#allelinks a:hover {
	color: #ffffff;
	text-decoration: none;
	}
li ul, li ol {
	margin: 0 2em;
	}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
	}
ul {
	list-style-type: disc;
	}
.content ul {
	margin: 0 0 10px 10px;
	list-style: none;
	}
.content ul ul {
	margin: 0 0 10px;
	}
.content ul li {
	padding: 0 0 0 13px;
	background: url('images/bullet-list-bw.gif') no-repeat 0 8px;
	}
.content ol li {
	padding: 0;
	background: none;
	}
