*{ margin: 0; padding: 0; }* 
body { 
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 25px;
	background: #fff url(../images/birte/pastelback.jpg);
}

a 			{ color: #317486; text-decoration: none; }
a:hover 	{ color: #808080; }
p 			{ margin: 0 0 15px 0; }
h1 			{ line-height: 28px; }
/*h1 			{ font-weight: bold;  margin: 20px 0 0; }*/
/*h1 a 		{ color: #666; }*/
/*h1 a:hover 	{ color: #E4FFD3; background: inherit; }*/
/*h2 			{ font-weight: bold; margin: 0 0 12px; }*/
/*h4 			{ color: #808080; background: inherit; font-weight: normal; font-size: 12px; }*/
hr 			{ border: none 0; border-top: 1px solid #999; height: 1px; }

#content 	{ width: 900px; margin: 0 auto; background: url(../images/birte/intro.jpg) no-repeat;}

#logo 		{ margin: 0 0px 0px 50px; height: 72px; width: 42px; float: left; background: url(../images/birte/faery.gif) no-repeat; }

#intro { 
	clear: both;
	/*background: url(../images/birte/intro.jpg) no-repeat;*/
	height: 147px;
	padding-top: 30px;
	/*margin: 10px 0 0px;*/
	/*padding: 30px 40px 0 0;*/
}
	#intro h1	{ font-size: 22px; text-align: right; color: #4C8734; margin: 0; padding-right: 30px; }
	#intro h3 	{ text-align: right; color: #4C8734; margin: 0; padding-right: 30px; }
	#intro p 	{ text-align: right; color: #4C8734; margin: 0; padding-right: 30px; }
	
#left { 
	clear: left;
	float: left;
	width: 205px;
	padding: 0px 5px 15px 15px;
	margin: 0 0px 15px 7px;
	background:  url(../images/birte/leftbg.jpg) repeat ;
	border-bottom: 1px solid #ccc;
	border-right: 3px solid #FFF;
	font-family: Arial;
	font-size: 13px;
	color: #4C8734;
	line-height: 20px;
}
#left hr { border: none 0; border-top: 1px dashed #4C8734; height: 1px; }
#left a  { color: #dd5b0c; text-decoration: none; }


#right {
/*	margin: 0px 15px 20px 0;*/
	padding: 30px 20px 30px 20px;
	border-left: 0px dotted black;
	float: left;
	width: 617px;
	background-color: #FFF;
	background:  url(../images/birte/leftbg.jpg) repeat;
	color: #0000FF; /*#436c77;*/
	font-family: arial;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	line-height: 18px;
}
	#notice 	{ list-style-type: none; list-style: none; padding: 12px 10px 1px;  color: #808080; border-top: 1px dotted #aaa; font-size: 11px;}
	
	#address 	{ list-style-type: none; margin: 0 0 20px 0; padding: 12px 14px 1px; background: #f4f4f4 url(../images/birte/noticebg.gif) no-repeat bottom right; color: #808080; }
	#address ul { list-style-type: none; }

/*	#left a, #right a { color: #317486; }*/

	#left h3 	{ padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 	{ padding: 0 0 8px; }

#footer 		{ clear: both; border-top: 0px dotted #ccc; padding: 10px 0; margin: 0 0 15px; font-size: 11px; color: #808080; }
	#footer a 	{ color: #4CA031;  }
	#col1 		{ float: left; width: 225px; padding: 7px 35px 0 5px; margin: 0 0 0 40px; }
	#col2 		{ float: left; width: 225px; padding: 7px 0 0 40px; border-left: 1px dotted #BBB; }
	#col3 		{ float: left; width: 215px; padding: 7px 0 0 40px; border-left: 1px dotted #BBB; }


#menu 				{ padding-top: 30px; margin-left: 7px; }
/*	#menu li 		{ font-size: 14px;  }*/
/*	#menu li a 		{ color: #436c77; }*/
/*	#menu li a:hover{ background: url(../images/birte/tabhover.gif) no-repeat right bottom; color: #FFF; }*/

/* MENU **********************************************************/
.menu 										{ width:845px; font-size:18px; position:relative; z-index:100; }

/* hack to correct IE5.5 faulty box model */
* html .menu 								{ width:845px; w\idth:845px; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 									{ padding:0; margin:0; list-style-type:none; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 									{ float:left; /*width:150px;*/ position:relative; padding-left: 5px; padding-right: 10px;  }

/* style the links for the top level */
.menu a, .menu a:visited 					{ display:block; font-size:14px; text-decoration: none; color: #436c77; /*width:150px;*/  line-height:30px; padding-left: 10px; }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 		{ /*width:150px;*/ display: inline; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background: #98E6FA; }

/* style the second level hover */
/*.menu ul ul a.drop:hover					{ width: 150px; }*/

/*.menu ul ul :hover > a.drop 				{ background: red; }*/

/* style the third level background */
/*.menu ul ul ul a, .menu ul ul ul a:visited{ background: #98E6FA; }*/

/* style the third level hover */
/*.menu ul ul ul a:hover 					{ background: #98E6FA; }*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 								{ visibility:hidden; position:absolute; height:0; top:30px; left:0; /*width: 150px;*/ }

/* position the third level flyout menu */
/*.menu ul ul ul							{ left: 170px; top:0px; }*/

/* position the third level flyout menu for a left flyout */
/*.menu ul ul ul.left 						{ left:-150px; }*/

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 								{ position:absolute; top:0; left:0; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 		{ background: #98E6FA; color:#000; height:auto; line-height:15px; padding:5px 0px; padding-left: 10px; width:150px; border-bottom: 1px solid white; color: #436c77; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited { w\idth:150px; }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover			{ color:#fff; background-color: #98E6FA;  }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul							{ visibility:visible; ; }
/* keep the third level hidden when you hover on first level list OR link */
/*.menu ul :hover ul ul						{ visibility:hidden; }*/
/* make the third level visible when you hover over second level list OR link */
/*.menu ul :hover ul :hover ul				{ visibility:visible; }*/
.menu ul li:hover 							{  /*width: 170px;*/ }