/* Copyright © 2007-2009 ATV Scorpio */
/* Author: Matthijs van der Made, Pascal Marcelis en Tim de Hoog */
/* Mailname author: webmaster@atvscorpio.nl */

/* Manipuleren van de standaard HTML tags */
html, body{
	margin: 0px;
	padding: 0px;
	font-family: trebuchet MS;
	font-size: 11px;
	text-align: center;	
	background-image: url('http://www.atvscorpio.nl/afbeeldingen/website/bg_scorpio2.gif'); 
}

table.gastenboek{
	border:#009900 solid 1px;
}

/* Tekst opmaak */
h1{
	margin: 2px;
	color: #FFFF33;
	font-size: 12px;
	text-align: center;
	background-image: url('http://www.atvscorpio.nl/afbeeldingen/website/td_h2.gif');
}
h3{
	margin: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
p {
	color: #006600;
	margin: 2px;
}
p.groot {
	color: #006600;
	margin: 2px;
	font-size: 14px;
}
p.afdrukken {
	float: right;
	margin-right:8px;
	font-size:12px;
}


/* Hyperlink opmaak */
#afbeelding a:hover{
	background:none; !important;
}

a {
	color:#009900;
	text-decoration:none;
}

a:hover {
	background-color:#FFFF33;
	color:#006600;
	text-decoration:none;
}

/* Hyperlink voor condoleance gastenboek */
a.condoleance {
	color:#000000;
	text-decoration:none;
}

a.condoleance:hover {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}


img{
	border: 0px;
}

#afbeelding a:hover{
	background-color: none;
}


input{
	width: 105px;
	color: #006600;	
}
textarea{
	color: #006600;
	width: 350px;
	font-family: trebuchet MS;
	font-size: 11px;		
}
select{
	color: #006600;
	font-family: trebuchet MS;
	font-size: 11px;		
}


/* Manipuleren van de DIV's  van de layout*/
#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 953px;
	height: auto;
	text-align: left; 
	
}
#onderhoud {
	background-color: #FFF;
	border: 1px solid #FF0000;
	color: #006600;
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:4px;
}

#foutmelding{
    margin-left: auto;
    margin-right: auto;
    width: 613px;
    height: auto;
	text-align: left;    
}

#header{
	height: 100px;
}

#kolomen div div {
	background-color: #FFF;
	border: 1px solid #009900;
}
#kolomen div div div{
	border: 0px;
	margin: 2px;
	overflow: scroll;
	overflow-x : hidden; 
}

#afbeelding{
	height: 80px;
}

#menu {
	margin-top: 0px;
    width: 980px;
	cursor: pointer;
    height: 20px;
	behavior:url(csshover.htc);	
}

#kolomen{
	margin-top: 16px;
	height: 460px;
}

#kolom1{
	width: 151px;
	float: left;

}

#kolom2{
	width: 613px;
	float: left;
	margin-left: 19px;
	
}

#kolom3{
	width: 151px;
	float: left;
	margin-left: 19px;
	
}

#laatste_nieuws{
	height: 220px;
}

#kalender{
	height: 223px;
	margin-top: 15px;
}

#voorpagina_nieuws{
	height: 219px;
}

#voorpagina_nieuws div {
	height: 196px;
}

#voorpagina_content {
	margin-top:16px; 
	height: 223px;
/* 302 */	
}

#voorpagina_content div{
	height: 200px;
/* 276 */	
}

#content{
	margin-top:0px;
	height: 460px;
}

#content div{
	margin-top:0px;
    height: 436px;
	font-family: trebuchet MS;
	font-size: 11px;
	color: #006600;
}

#zoeken {
	height: auto; /* was 90px */
}

#fotos{
	margin-top: 15px;
	text-align: center;
	padding-bottom: 2px;
}

#sponsor{	
	margin-top:15px;
	height: auto;
	border: 1px dashed red;
	overflow: hidden;
}

#statistieken{	
	margin-top:16px;
	height: auto;
	border: 1px dashed red;
	overflow: hidden;
}


#footer{
	margin-top: 15px;
	background-color: #FFF;
	border: 1px solid #009900;
	font-size:11px;
	color: #006600;
	float: none;
	width: 953px;
	text-align: center;	
}


/* De classes */
.lees_meer{
	display:block;
	width: 120px;
	background-image:url('http://www.atvscorpio.nl/afbeeldingen/website/green_arrow.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}


/* Het hele menu geneuzel, iets opgeschoont */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 106px;
	float: left;
	z-index: 2;
}
 
#menu a, #menu h2 {
	text-align:center;
	color:  #FFFF33;
	background: #009900;
	display: block;
	border: 1px solid #FFF;
	margin: 0;
	padding: 2px 2px;
	z-index: 2;
	font: bold 1.0em/1.4em trebuchet ms, verdana, arial, helvetica, sans-serif, georgia;
	text-decoration: none;
	background-image: url('http://www.atvscorpio.nl/afbeeldingen/website/td_h2.gif');
	cursor: hand;
}
 
 
#menu a:hover {
	color: #009900;
	background: #FFFF33;
}
 

#menu ul ul {
	position: absolute;
	z-index: 500;
	z-index: 2;
}
 
#menu ul ul ul {
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 2;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;text-align:center
}
 
#menu ul li {
	float: left; width: 100%;
}

#menu ul li a {
	height: 1%;
} 

#zoeken form{
	margin: 0px;
	padding: 0px;
}