/* Deze website is gebouwd door Kroon Creationsİ en is auteurrechtelijk beschermd. */
/* Alle recht op inhoudelijke informatie is gereserveerd door het Vlaardings Musical Gezelschap. */
/* Het is niet toegestaan om zaken zonder toestemming te kopieren of over te nemen. */
/* Voor meer informatie zie deze website of zie www.krooncreations.nl */
/********************************************************************************/

@import url(../Style/mktree.css);

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

body {
	background-image: url(../Images/bg.png);
	background-repeat:repeat-x;
	background-color: #B3B3B3;
	color: #333333;
	font: normal 62.5% sans-serif;
	padding: 13px 0;
	
}

a {color: #B30000;}
a:hover {color: red;}

big {font-size: 1.1em;}
.red {color: red;}

h1,h2,h3 {color: #ff0000; padding: 8px 0 2px;
text-shadow: 2px 2px 2px gray;} 

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: bold 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

form { margin: 0; padding: 0;}
table,form {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

.activepage a {
	color: #FF0000;
}
.content li:hover{
    list-style-position:outside;
	list-style-type: square;
	margin: 0;
}
.content li {
    list-style-position:outside;
    list-style-type: disc;
	margin: 0;
}
/* structure */
#wrapper {
	background: white;
	margin: 0 auto;
	width: 762px;
}
#container {
	/*background: #FBF9F4;*/
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 100%; /*750px;*/
}
#two-columns {
    background: white url(../Images/two-columns.png) repeat-y;
}

/* header */
/* main */
.logo {
	background: url(../Images/logo1.png) no-repeat;
	height: 200px;
	width: 220px;
	margin-top: -16px;
	margin-bottom: -45px;
	margin-left: 5px;
	position: absolute;
	z-index: 200;
	border: none 1px #E1E1E1;
}
.header {
	background: white;
	height: 125px;
}
.header h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.login {padding: 13px 20px; width:150px;}
.login input[type="text"], input[type="password"], .login textarea {
    font: normal 62.5% sans-serif;
    font-size: 12px;
	margin-bottom: 4px;
    display: block;
    padding: 2px;
    border: solid 1px #E1E1E1; 
    background-color: white;
} 
::selection { /* Safari */
	background: #ffb7b7;
}
::-moz-selection { /* Firefox */
	background: #ffb7b7;
}
.btn {
    font: normal 62.5% sans-serif;
    font-size: 12px;
	padding: 5px;
    border: solid 1px #E1E1E1;
	background-color: #E6E6E6;
}
.btnhov {   
    border-color: #c63 #930 #930 #c63; 
}
/* menu-buttons */
div.button {width:90px; height:18px; top:0px; left: 0px; margin-top:2px; border: solid 1px #E1E1E1; }
div.button a  {width:85px; height:18px; display:block; padding-left:5px; font: bold .8em; text-align:left;}
div.button a:link {color: black; text-decoration:none;}
div.button a:visited {text-decoration:none;}
div.button a:hover {color:#F33; background-color:#E1E1E1; border-color: #c63 #930 #930 #c63;}
div.button.activepage a {background-color:#E1E1E1;}

.flashbalk {
	/*background: #FBF9F4;*/
	height: 218px;
	/*border-bottom: 15px solid #E1E1E1;
	border-top: 15px solid #E1E1E1;*/
	z-index: 2;
}
.flash {
	height: 218px;
	width: 774px;
	margin-left: -6px; */
	z-index: 2;
}

/* main */

.scrollbar { 
    height: 320px; 
    overflow-y: scroll; /* scrollbar rechts */
}
.scrollbars { 
	height: 320px;
	overflow: scroll; /* scrollbar ook onder */
}
/* bottom 
.bottom {
	background: #DCDAC9 url(images/bottom.jpg) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}
*/

/* footer */
.footer {
	background: #000000;
	border: solid #B70004;
	border-top-width: 4px;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 69%;}
.footer .left .left-L {width: 60%; float: left;}
.footer .left .left-R {width: 40%; float: right;}
.footer .right {width: 30%; 
    text-align: right; 
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.menu .content {
	padding: 13px 13px 13px 13px;
	float: left; 
}
.menuleft {float: left; width: 220px; height: 137px;}



/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 69%;}
.col2 .right {width: 28%;}
.content {padding: 13px 20px 13px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}
.right .content img {margin-left:-10px; width: 200px;} 

.foto {
	cursor: pointer;
	border-color: gray;
	border:solid 1px;
	border-color: #c63 #930 #930 #c63;
}

#KledingTabel td {
    border-bottom-width: 1px; 
    border-bottom-style: dotted; 
	border-bottom-color: #999999;
}
th{ /* tabel header */
    background-color: #A0A0A0;
	text-align: left;
}
tr.highlight{ 
    background-color: #ffb7b7;
    cursor: pointer;
}
#inform {
	background: white url(../Images/two-columns.gif) repeat-y;
	font-size: 1.3em;
	line-height: 1.3em;
	height: 100%;
	margin: 0 auto;
	padding: 13px 2px 13px 20px;
}
#SectionIntern td {
    border-bottom-width: 1px; 
    border-bottom-style: dotted; 
	border-bottom-color: #999999;
}
