@charset "utf-8";
/* CSS Document */

/* Gehele pagina */
body {
	background-color:#FDFFFF;
	background-image:url(/images/page_bg.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


/* Lettertype */
h1 {
	color:#4E71C8;
}
h2 {
	color:#2FA0F6;
}
h3 {
	color:#0D5CAC;
}
h4 {
	color:#4E71C8;
}
h5 {
	color:#4682B4;
}
h6 {
	color:#4169E1;
}

span {
	color:#4E71C8;
}

.krantenstijl {
	text-align:justify;
}


/* Tabellen */
table {
	border-collapse:collapse; 
}

table td, table th {
	padding:0; 
}

td {
	vertical-align:top;
}

td.top {
	padding:5px;
}

.container {
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:1000px;
	height:162px;
	background-image:url(/images/Header.png);
	background-repeat:no-repeat;
}

.body {
	width:1000px;
	height:100%;
	text-align:left;
}

.content {
	padding:10px;
	width:790px;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	vertical-align:top;
}

.footer {
	padding-top:30px;
	border:0px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:bottom;
	bottom:0;
}


/* Menu */
.menu {
	width:200px;
	vertical-align:top;
	height:auto;
}

.menu_top {
	color:#FDFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-image:url(/images/menu_top.png);
	height:33px;
}

.menu_middle {
	background-image:url(/images/menu_middle.png);
	background-repeat:repeat-y;
	height:auto;
}

.menu_bottom {
	background-image:url(/images/menu_bottom.png);
	height:6px;
}

.glossymenu{
	list-style-type:none;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0;
}

.subglossymenu {
	list-style-image:url(http://www.onskindheeft.nl/images/li.png);
	margin-top:0px;
	margin-left:20px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0;
}


/* Linken */
a:active {
	color:#4E71C8;
}

a:hover {
	color:#4E71C8;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a.news {
	color:#4E71C8;
}


/* Formulieren */
input, textarea {
	margin:2px;
	border:1px solid #0D5CAC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:transparent;
}

.menu input, .menu textarea{
	background-color:#F5FCFE;
}

.content input, .content textarea {
	background-color:#F5FCFE;
}

/* Lijsten */
li.linone {
	list-style:none;
}
ul li {
	list-style-image:url(/images/li.png);
}


/* Horizontale regel */
hr {
	border:none;
	height:5px;
	background:url(http://www.onskindheeft.nl/images/hr.png);
}

td.left {
	padding:0 0 10px 10px;
}
td.contact {
	padding:10px 0;
}

div.copyright p, div.copyright a {
	color:#4E71C8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}