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

/* Gehele pagina */
body {
	background-color:#FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


/* Lettertype */
h1 {
	color:#721100;
}
h2 {
	color:#A52A2A;
}
h3 {
	color:#8B4513;
}
h4 {
	color:#A0522D;
}
h5 {
	color:#D2691E;
}
h6 {
	color:#CD853F;
}

span {
	color:#721100;
}

.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:170px;
	background-image:url(http://www.onskindheeft.nl/images/header.png);
}

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

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

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

.footer {
	border : 0px;
	margin-top:auto;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	vertical-align : bottom;
	color : #721100;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : smaller;
	bottom:0;
}


/* Menu */
.menu {
	width:205px;
	vertical-align : top;
	height : auto;
	border-right:#FFFFCC solid 5px;
}

.news {
	width:205;
	vertical-align : top;
	height : auto;
	background-color:
}
.menu_top {
	color:#FFFFCC;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-image:url(http://www.onskindheeft.nl/images/menu_top.png);
	height:33px;
}

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

.menu_bottom {
	background-image:url(http://www.onskindheeft.nl/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 : #721100;
}

a:hover {
	color : #721100;
}

a:link {
	color : #000000;
}

a:visited {
	color : #000000;
}

a.news {
	color:#721100;
}


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

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

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

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


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