/*
dvb-arts template
css by the kados inc.
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #707070;}

a:hover {color: #e60000;}

body {
	background-color: url(img/bg.gif) #ffffff;
	font: normal 62.5% Verdana,sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}

.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 2.2em;}
h2 {font-size: 1.2em;}
blockquote {
	background: white;
	border-bottom: 1px solid #e60000;
	border-top: 1px solid #e60000;
	color: #e60000;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #e60000;}

/* misc */
.clearer {clear: both;}
.main .padded {padding: 0 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 840px;
	border: 1px solid #e60000;
}

/* header */
.header {
	float: left;
	width: 810px;
	height: 100px;
	font: 12px bold Verdana,sans-serif;
	text-align: right;
	padding-top: 30px; padding-bottom: 30px;
	background: url(http://www.dvb-arts.be/cms/templates/dvbkados/img/logo_dvb.png) top left no-repeat;
}

.header a {
text-decoration: none;
margin-right: 15px;
padding-left: 15px;
font-weight: bold;
}

.header a:visited;
{
text-decoration: none;
padding-right: 15px;
padding-left: 15px;
padding-top: 30px;
}

.search {
}

.search fieldset {
position: relative;
top: 30px;
right: -610px;
width: 200px;
color:#707070;
width: 190px;
height: 20px;
border: none;
}

.search_string {
width: 140px;
margin-left: 0;
}

#searchbutton {
vertical-align: middle;
height: 17px;
width: 17px;
}


/* structure */
.top {
	color: #707070;
	float: left;
	font: normal 1.4em Verdana;
	text-align: center;
	width: 640px;
}
.subnav {
	float: left;
	width: 160px;
padding-left: 16px;
}
.main {
	float: left;
	width: 640px;
	padding-left: 10px;
}
.main h1 {
	padding-bottom: 5px;
}
.main_right {
	float: right;
	width: 0px;
}

/* sub-navigation */
.subnav h1 {
	font-color: #707070;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {
margin: 0;
padding: 0;
}

.subnav ul ul {margin-left: 10px; padding: 1px;}

.subnav li {
	list-style: none;
}
.subnav li a {	
	color: #707070;
font-size: 12px;
font-weight: bold;
	display: block;
	padding: 8px 0 8px 12px;
	width: 160px;
	text-decoration: none;
}

.subnav .menu-current a {	
	color: #e60000;
font-weight: bold;
	display: block;
	padding: 8px 0 8px 12px;

	text-decoration: none;
}

.subnav .menu-child a {	
	color: #707070;
font-weight: normal;
	display: block;
	padding: 8px 0 8px 12px;
	width: 150px;
	text-decoration: none;
}

.subnav ul ul li a {	
	color: #707070;
	display: block;
	padding: 8px 0 8px 12px;
	width: 150px;
	text-decoration: none;
font-size: 11px;
font-weight: normal;
}

.subnav li a:hover {
	color: #e60000;
font-weight: bold;
border-bottom: 1px solid #707070;
}



/* footer */
.footer {
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: right;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #e60000;}