@charset "UTF-8";
/* CSS Document */

*{	
    font-family: Helvetica;
}
/*forma*/
html,body {
	margin: 0 auto;
	height:auto;
	color: #333;
	background:#F29839 url(../imagenes/afbeeldingen/backgr.png) no-repeat;
	background-position: 100% 190%;
	}

#container {
position: relative;
margin: 5px auto; 
width: 1000px;
background:#FFFFFF url(../imagenes/afbeeldingen/backs_00.png) no-repeat;
background-position: 97% 90%;
min-height: 100%;
height: 100%;
border:5px groove #F29839;
filter: alpha (opacity=90);
-moz-opacity: 0.9;
opacity:0.9;
}

#header{
position:relative;
background:url(../imagenes/afbeeldingen/logo_02.png) no-repeat;
width:100%;
height:200px;
}

#adres{
text-align: right;
padding: 15px 20px 0px 0px;
font-family: georgia;
font-size: 11px;

}

#kruimel{
	font-style:italic;
	color: #666;
	font-size:13px;
font-style:italic;
margin-left:4px;
}
#wrapper{
	text-align: left;
	margin: 0px auto;
	border:0;
	width: 1000px;
	min-height:100%;
	
}

#col1{
	float: left;
	width: 200px;
	padding-bottom: 20px;
	margin-left: 5px;
	font-size: 12px;
}

#menu{
	display:block;
	width: 180px;
	border-right: red solid 1px;
	margin: 10px 0px 30px 0px;
	padding: 5px 0px 5px 5px;
	background:#FFFFFF url(../imagenes/afbeeldingen/backs_06.png) no-repeat;
    background-position: right bottom;
}

#content { 
	float: left;
	width: 59%;
	padding-bottom: 20px;
	 font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
}


#col2 {
	float: right;
	width: 190px;
	padding-bottom: 20px;
	margin-right: 5px;
}

#footer{
	clear:both;
	width:995px;
	height:25px;
    font-family: georgia;
	font-size: 9px;
    background:url(../imagenes/afbeeldingen/MLB-Portal_09.gif) no-repeat;
	background-position:left;
	text-align:right;
	padding: 5px 5px 0px 0px;
	border-top:#F29839 solid 1px;
}
/*textos y linqueados*/
p{
	font-size:14px;
}

h1{
	font-family: Georgia;
	font-size: 18px;
	color: #F29839;
	font-style: italic;
	}

h2{
	font-family: Helvetica;
	color: #666;
	font-style: italic;
	font-size:14px;
}

h3 {
	font-family: Helvetica;
	font-size: 13px;
	color: #000;
	text-decoration: bold;
	}
h4{
	font-family: Helvetica;
	font-size: 11px;
	color: #000;
	
	}

#menu a{
	display: block;
	font-family: Georgia;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#menu a:hover{
	font-family: Georgia;
	font-size: 12px;
	color: #F29839;
	text-decoration: none;
	
}

#content a{
	color: #F29839;
	text-decoration: none;
}
#content a:hover{
	color: red;
	
}


#col1 a{
	font-family: Helvetica;
	color: #666;
	text-decoration: none;
}	
#col1 a:hover{
	font-family: Helvetica;
	color: #F29839;
	text-decoration: none;
}

#footer a{
	font-family: Georgia;
	font-size: 10px;
	color: #000;
	text-decoration:none;
}
#footer a:hover{
	font-family: Georgia;
	font-size: 10px;
	color: #F29839;
	text-decoration:none;
}	

#kruimel a{
	font-style:italic;
	color: #000;
    text-decoration:none;
}
#kruimel a:hover{
	font-style:italic;
	color: #F29839;
	text-decoration:none;
}	


#header a{
	font-family: Georgia;
	color: #000;
	text-decoration: none;
}
#header a:hover{
	font-family: Georgia;
	color: #F29839;
	text-decoration:underline;
}
/*noticias*/
.newsList a{
	display: block;
	font-family: Georgia;
	font-size: 14px;
	color: #F29839;
	padding-left: 2px;
	/*background-color:#F29839;*/
	text-decoration: none;
}
.newsList a:hover{
	display: block;
	/*font-family: Georgia;
	font-size: 12px;*/
	color: #666;
	padding-left: 2px;
	text-decoration: none;
}


#agenda a{
    background-image:url(../imagenes/afbeeldingen/MLB-Portal_05.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	display: block;
	font-family: Helvetica;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#agenda a:hover{
	background-image:url(../imagenes/afbeeldingen/MLB-Portal_05.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	display: block;
	font-family: Helvetica;
	font-size: 16px;
	color: red;
	text-decoration: none;
}

fieldset { 
	border: 1px solid #F29839;
	}
/*-the class of the unordered news list
.newsLi -the class of each newslist LI item
.newsTitle -the class of the H1 news title
.postInfo -the class of the paragraph containing the date and author information for each post
.oldernewsheading -the h2 class for the "older news" heading
.oldnews -the class of the unordered "older news" list
imagenes*/

img{
	margin: 0px 5px 0px 0px;
	
}
/*formularios*/

