﻿/* style.css - american football club de enschede broncos stylesheet */
/* Copyright 2007 Sander van Kampen webmaster at enschede-broncos.nl */


/* design */
/* font and colors */
body {
background: url('images/background/bggrad3.jpg') repeat-x;
background-color: #FFFFFF;
color: #000000;
font-family: verdana, serif;
font-size: 10pt;
margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
}

h1 {
letter-spacing: -1px;
margin-top: 1em;
margin-left:6em;
text-transform: capitalize;
font-size: 27pt;
font-family: sans-serif;
font-weight: bold;
}

h2 {
letter-spacing: 0px;
text-transform: capitalize;
font-size: 12pt;
font-family: verdana, serif;
margin-bottom: 1em;
margin-top: 1px;
}

h3 {
letter-spacing: 0px;
text-decoration: underline;
text-transform: uppercase;
font-size: 10pt;
font-family: verdana, serif;
font-weight: bold;
margin-bottom: 2px;
margin-top: 2px;
}

h4 {
letter-spacing: 0px;
text-transform: capitalize;
font-weight: bold;
font-size: 10pt;
font-family: verdana, serif;
margin-top: 5px;
}

object {
position:absolute;
padding-top: 1em;
padding-left: 47em;
}
/* end of font and colors */

/* bullets */
ul.none {
list-style-type: none;
/*text-indent: -38px;*/
/*padding: 1em;*/
}

ul.disc {
list-style-type: disc;
}

ol.decimal {
list-style-type: decimal;
}
/* end of bullets */
/* end of design */



/* structure */

/* header */
#header {
height: 159px;
background-color: #ffffff;
border: 1px solid #000000;
background-image: url('images/background/hoek.gif');
background-repeat: no-repeat;
background-position: left;
}
/* end of header */

/* maincontent */
#maincontent {
background-color: #ffffff;
border: 1px solid #000000;
position: inherit;
}
/* end of maincontent */

/* menu */
#menu {
float: left;
text-transform: capitalize;
background-color: #ffffff;
position: absolute;
margin-top:-1px;
}

#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#menu ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#menu ul li a {
 display: block;
 padding: 4px 10px 4px 10px;
 border-left: 10px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #036;
 color: #fff;
 text-decoration: none;
 width: 120px;
}

#menu ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #69f;
 color: #fff;
}
/* end of menu */

/* text */
#text {
padding-top: 0em;
padding-left: 12em;
}

#text table 
{
table-layout: auto;
}

#text table tr td img 
{
width: 70px;
padding: 1em;
}


#textlittle {
padding-top: 0em;
padding-left: 12em;
padding-bottom: 6em;
}

#textlittle table 
{
table-layout: auto;
}

/*#textlittle table tr td
{
padding: 1em;
}
*/
/* end of text */


/* news */
#news {
font-size: 80%;
width: 600px;
border: 1px solid #000000;
padding: 1em;
overflow: auto;
width: 435px;
margin-left: 15em;
margin-bottom: 2em;
height: 240px;
}
/* end of news */

/* footer */
#footer {
background-color: #ffffff;
border: 1px solid #000000;
font-size: 8pt;
text-align: center;
padding: 1em;
}
/* end of footer */
/* end of structure */


/* end of style.css - american football club de enschede broncos stylesheet */