/* CSS Document */

/* START - first example */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#CFD0FE;
	
	}
	
	#menublue750 {
	width: 750px;
	
	
	float: left;
	margin: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	
	font-style: normal;
	
	}

#menuwhite550 {
	width: 550px;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	float:right;
	
	
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000066;
	
	text-decoration: none;
	
	font-style: normal;
	
	
	}
	#menu100 {
	width: 150px;
	font-weight: bold;
	float: left;
	}
#estonia  { background: url(../images/flags/estonia.gif) no-repeat top left; }
#germany  { background: url(../images/flags/germany.gif) no-repeat top left; }
#hungary  { background: url(../images/flags/hungary.gif) no-repeat top left; }
#netherlands  { background: url(../images/flags/netherlands.gif) no-repeat top left; }
#norway  { background: url(../images/flags/norway.gif) no-repeat top left; }
#portugal  { background: url(../images/flags/portugal.gif) no-repeat top left; }
#romania  { background: url(../images/flags/romania.gif) no-repeat top left; }
#sweden  { background: url(../images/flags/sweden.gif) no-repeat top left; }
#ukraine  { background: url(../images/flags/ukraine.gif) no-repeat top left; }
#uk  { background: url(../images/flags/united_kingdom.gif) no-repeat top left; }
 /* set millions of background images */
.rbroundbox { background: url(../images/background/c00.gif) repeat; }
.rbtop div  { background: url(../images/background/tl.gif) no-repeat top left; }
.rbtop      { background: url(../images/background/tr.gif) no-repeat top right; }
.rbbot div  { background: url(../images/background/bl.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/background/br.gif) no-repeat bottom right; }

 /* height and width stuff, width not really needed. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent  { margin: 0 5px; }
.rbroundbox { width: 100%; margin: 1em auto; }

 /* set millions of background images */
.rbroundboxw { background: url(../images/background/c00w.gif) repeat; }
.rbtopw div  { background: url(../images/background/tlw.gif) no-repeat top left; }
.rbtopw      { background: url(../images/background/trw.gif) no-repeat top right; }
.rbbotw div  { background: url(../images/background/blw.gif) no-repeat bottom left; }
.rbbotw      { background: url(../images/background/brw.gif) no-repeat bottom right; }

 /* height and width stuff, width not really nessisary. */
.rbtopw div, .rbtopw, .rbbotw div, .rbbotw {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontentw  { margin: 0 5px; }
.rbroundboxw { width: 100%; margin: 1em auto; }




/*  END  - first example */