/* Generieke Style Sheet - A.U. Luyer - http://www.luyer.nl/
   v1: 28 nov 2005
   v2: 6 jan 2008 - nwe huisstijl
*/
* {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
}

body {
	/*color: #555;*/
	background-color: #94c4db; /*#69ABC9;*/
	color: #000;
	font-size: small;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#main {
	/*width:expression(document.body.clientWidth > 800? "800px": "100%" ); /* MSIE */
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	padding: 0px;
}

/* Layout koptekst */
#kop, #onder {
	/*background-color: #f7974d;*/
	color: #3f2313; /* #2c1c18; */
	/* font-style: italic;
	border: 1px solid red; debug */
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1;
}
#kop {
	font-size: 65pt;
	font-style: italic;
	color: #3f2313;
	background: url(/templates/tomodachi/img/logobg.png) repeat-x;
}

#onder img {
	/* Dit moet buiten <table> vanwege MSIE */
	margin: 0px;
}

#kop div {
	font-family: 'Comic Sans MS', Times, cursive;
	padding-top: 20px;
}
#subkop, .contentheading {
	font-family: 'Comic Sans MS', Times, cursive;
	font-size: 25pt;
	padding-top: 0px ! important;
}

#kop i {
	color: #a8a9ac; /* #003893 ; #CC0042;*/
}

#kopte {
	color: #f7974d;
	text-align: center;
}

/* Layout menu */
.menu {
	width: 160px;
	color: #2c1c18;
	padding-right: 5px;
	padding-left: 2px;
	/*text-align: center; */
	line-height: 2;
	/*background: url(/bgmenu.gif) repeat-y;*/
	/*background: url(/mli2.png) no-repeat bottom left; /* voor MSIE... */
}

.menu a, .menu a:visited  {
	color: #2c1c18;
	text-decoration: none; 
}

.menu a:hover {
	color: #000; /*#cc0042;*/ 
	font-weight: bold;
}

.menu img {
	margin: 0px;
	padding: 0px;
	float: left;
}

.menu ul {
	padding: 0px;
}

.menu ul li {
	list-style-type: none;
}

/* Layout body tekst */
#inhoud {
	line-height: 1.5;
	font-size: 10pt;
	overflow: auto;
	/*background: #fff url(/bg.jpg) no-repeat bottom right; */
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family:  'Comic Sans MS', Times, cursive;
	clear: both;
	/* background-color: #eee;
	color: #f7974d; */
	padding: 2pt 0pt 2pt 0pt;
	margin-top: 0em;
	margin-bottom: 0em;
}

h1, .componentheading { font-size: large; margin-bottom: 0.5em; }
h2 { font-size: medium; }
h3 { font-size: 11pt; }

td, th {
	vertical-align: top;
}

th {
	font-weight: normal;
	font-style: italic;
}

ul {
	/* list-style-image: url(/ul.gif); */
	margin-top: 3pt;
}

img {
	margin: 3px;
	border: 0px;
}

a {
	text-decoration: none;
}

a:visited {
	color: #90C;
}

a:active {
	color: maroon;
}

a:hover {
	color: #cc0042;
}

hr {
	width: 90%;
	clear: both;
	margin-top: 2em;
	background-color: #003893; /* Pantone 287 */
	color: #003893;
	border-style: solid;
}

input, textarea {
	background-color: #eee;
	font-size: small;
}

p {
	margin-top: 0em;
}

.article_separator, .acymailing_footer {
	display: none;
}
