/*
Theme Name: VideoLogic
Theme URI: http://www.videologic.nl/
Description: WordPress thema voor VideoLogic
Author: Danny van Kooten
Version: 1.0
*/

* {
    margin: 0px;
    padding: 0px;
    
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	overflow:scroll;
	text-align: center;
	background: url('images/bgc.gif') left top repeat-x #fff;
}
body, td, th, a, input, textarea, selec, div {
    font: 11px Tahoma, Arial;
	color: #393939;
}
td {
	vertical-align: top;
}
a {
    color: #8c0000;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	text-decoration: underline;
}
.relwrap {
	position: relative;
	width: 796px;
	margin: 0px auto auto auto;
	text-align: left;
}
.wrap {
	background-image: url('images/wlogo.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.relwrap div {
	float: left;
}
.wrap {
		border-right: 1px solid #e5e5e5;
	width: 796px;
}
.footer {
	clear: both;
	width: 100%;
	height: 21px;
}
.footer, .footer a {
	color: #737373;
}
.footer ul {
	padding: 0px 0px 0px 49px;
}
.footer ul li {
	background: #e5e5e5;
	line-height: 21px;
	width: 734px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	padding: 0px 0px 0px 12px;
}
.tdnav {
	background-image: url('images/bblock.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
.navigation {
	background-image: url('images/navbgc.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
.navigation ul, .navigation ul li, .footer ul, .footer ul li {
	list-style: none;
	float: left;
}
.navigation ul {
	padding: 0px 0px 0px 49px;
}
.navigation ul li {
	width: 185px;
}
.navigation ul li.top, .navigation ul li.bot {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}
.navigation ul li.top {
	background-image: url('images/navlitop.gif');
}
.navigation ul li.bot {
	background-image: url('images/navlibot.gif');
}
.navigation a {
	display: block;
	color: #fff;
	padding: 12px 40px 12px 9px;
	background: #8c0000;
	border-left: 1px solid #7e0000;
	border-bottom: 1px solid #a94040;
}
.navigation a:hover {
	background: url('images/arrow.gif') 150px center no-repeat #8c0000;
}
.content {
	line-height: 16px;
	width: 472px;
	padding: 23px 18px 18px 66px;
}
.content h1 {
	margin-bottom: 6px;
    font: 22px Tahoma, Arial;
	color: #8c0000;
}
.content h2 {
	margin-bottom: 3px;
    font: 18px Tahoma, Arial;
	color: #8c0000;
}
.content p{
margin-bottom:10px;
}
