/* CSS Document */

  html body { font-size:medium; line-height:medium; }
/*alle versies IE volgen:*/
* html body { font-size:small; line-height:small;}
/*alleen IE6 snapt:*/
* html body { f\ont-size:medium; l\ine-height:medium;}





/* hiermee zet je voor alle elementen de m en p op 0, hoef je alleen de uitzonderingen op te geven */
* {
	margin: 0;
 	padding: 0;
}

body {
	/*background-color:#280014;*/
	background-image:url("images/namenwand_auschwitz_1600.jpg");
  	background-position: top center;
  	background-repeat: repeat;
  	background-attachment: fixed;
	/*scrollbar-face-color:#000000;
	scrollbar-arrow-color: #61337B;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #61337B;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #61337B;)*/
	text-align:left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	/*font-size: small;  voor IE5/5.5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 12px; /* juiste grootte */
	line-height: 1.5em;
	color: #000000;
	min-height:100%;
	_height:100%;
}

#container {
	position:absolute;
	width: 830px;
	left: 120px;
	min-height:100%;/*  voor Firefox, minimale hoogte opgeven, NIET hoogte anders rekt de container niet mee bij langere pagina's  */
	_height:100%;/* voor IE want kent min-height niet en heeft toch een hoogte nodig, als de tekst inhoud langer is rekt container toch mee */	
	voice-family: "\"}\"";
	voice-family:inherit;
	width:830px;
	float:left;
}





/*table caption{
	color:#FFFFFF;
	font-size:110%;
	text-align:right;
	padding-bottom:5px;
	padding-left:4px;
	letter-spacing:0.1em;
}*/
/*#table-holder {
	width:820px;
	height:auto;
}*/
#menu {
	position:absolute;
	left:380px;
	width: 380px;
	height: 200px;
	text-align:right;
}
#menu table td{
	width: auto;
	text-align:right;
	color:#333333;
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
	padding:0px 6px 0px 6px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-left-color:#993366;
	border-right-color:#993366;
}
#menu table td a{
	width: auto;
	text-align:center;
	color:#990000;
	font-size:14px;
}
#menu table td a:hover{
	width: auto;
	text-align:center;
	color:#CC9933;
	font-size:14px;
}
#menu table td a:visited{
	width: auto;
	text-align:center;
	color:#990000;
	font-size:14px;
}



table th {
	vertical-align:top;
}
table td{
	letter-spacing:0.2em;
	font-size:85%;
	font-weight:500;
	vertical-align:top;
	/*padding:8px 12px 8px 12px;*/
}
table td.rubriekstitel{
	width: 20%;
	text-align:left;
	vertical-align:top;
}


#transparant {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	z-index: 1;
}
#contentNormal {
	padding: 0 0em 0 4em;
	z-index: 1;
	position: relative;
	width: 810px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:750px;
}

p {
	font-size:13px;
	font-weight:500;
	line-height:2em;
	letter-spacing:0.05em;
	padding-top:8px;
	padding-bottom:12px;
	color:#000000;
}


h1 {
	margin-top:40px;
	margin-bottom:20px;
	font-size:18px;
	letter-spacing:0.2em;
	font-weight:bold;
	color:#333333;
}
h2 {
	font-size:12px;
	letter-spacing:0.2em;
	text-align:left;
	font-weight:bold;
	color:#333333;
	margin-top:30px;
}
h3 {
	font-size:16px;
	letter-spacing:0.1em;
	text-align:left;
	font-weight:500;
	color:#666666;
	margin-top:30px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.steun{
	font-size:12px;
	text-align:right;
	line-height: 1.5em;
	color:#663333;
	clear:both;
}

.kleiner {
	font-size:80%;
	text-align:left;
	letter-spacing:0.05em;
	line-height:12px;
	color:#663333;
}

a {
	color:#990000;
	font-weight:bold:
}
a:link {
	color:#663333;
	font-weight:bold:
}
a:visited{
	color:#663333;
	font-weight:bold:
}
a:hover{
	color:#660000;
	font-weight:bold:
}
a:active{
	color: #663333;
	font-weight:bold:
}

p img {
	border-spacing: 10px;
	border:#ffffff thin solid;
	padding: 10px;
}

/* formulier */


input, select {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	height: 16px;
	width: 350px;
	color:#663333;
	border: 1px solid #663333;
	padding: 0px;
	margin: 0 0 4 0px;
}

textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	height: 16px;
	width: 300px;
	color: #000066;
	border: 1px solid #3399CC;
	padding: 3px;
	margin: 0 0 0 0px;
}

input.submit {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 12px;
	height: 30px;
	width: 90px;
	color:#990000;
	border: 2px solid #663333;
	background-color: #ffffff;
	cursor:pointer;
	padding: 0px;
	margin-bottom: 5px;
}

#tekstemail {
	position:relative;
	margin-top:2px;
	left:0px;
	top:0px;
	width:450px;
	height:100%;
	overflow:hidden;
	padding-right: 21px;
	text-align:left;
}

#button {
	position:relative;
	left:0px;
	top:0px;
	width:50px;
	height:20px;
}
