
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 50px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header.png) top center no-repeat; 
width: 746px;
height: 150px;
margin: 0px 0px 10px 0px;
padding: 20px 0px 0px 20px;
color: white;
font-size: 50px;
text-align: ;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:visited {
color: white;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:link {
color: white;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
width: 520px;
margin: 0px 0px 0px 220px;
padding-top: 25px;
padding-left: 20px;
border: 0px navy;
color: white;
}

#stuff a:link {
color: white;
text-decoration: none
}
#tabele {
width: 510px;
margin: 0px 0px 0px 0px;
padding-top: 20px;
padding-left: 0px;
border: 0px navy;
color: white;



}
img {
border: none;
} 

}
.style2 {
	font-size: medium;
}
.style3 {
	font-size: small;
}
.style4 {
	margin: 10px;
}

.style5 {
	margin-top: 0px;
	margin-bottom: 24px;

}
.style6 {
	text-align: left;
}
.style7 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) top center no-repeat; 
width: 800px;
height: 50px;
margin: 0;
padding: 0;
clear: both;
}

