/* Start of CMSMS style sheet 'MGbelgium_screen' */
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

/*
This layout depends on modified news summary template

<!-- Start News Display Template -->
{foreach from=$items item=entry}

<h3>
	{$entry->titlelink}
</h3>

<p>
{$entry->category}
{if $entry->author}
	by {$entry->author}
{/if}

{if $entry->formatpostdate}
<strong>
		{$entry->formatpostdate}
</strong><br />
{/if}


{if $entry->summary}
 {eval var=$entry->summary}
</p>
  <p class="textright">[{$entry->morelink}]</p>

{else if $entry->content}
		{eval var=$entry->content}
</p>
{/if}

{/foreach}
<!-- End News Display Template -->

Copy paste this template to your news summary template and delete from here
*/

body {
margin: 0 auto;
padding: 0;
font-size: 12px;
	line-height: 13px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
background: #474747;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 1006px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 0px 0;
border: 0;
}

#avmenu {
float: right;
width: 190px;
font-family: Arial, Helvetica, sans-serif;
margin: 0px 15px 0px 0px;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 190px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}


/* first level */
#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 5px 0 0 10px;
background: #ffffff;
border-left: 0px solid #e1005a;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 0px solid #ffffff;
}

#avmenu li a.menuactive {
background: #d6d6d6;
color: #e1005a;
border-left: 10px solid #ffffff;
}


/* second level */
#avmenu li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 24px;
background: #f4f4f4;
border:0;
}	

#avmenu li li a:hover {
background: #eaeaea;
color: #286ea0;
border:0;
}

#avmenu li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border:0;
}

/* third level */
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 34px;
background: #f4f4f4;
border:0;
}	

#avmenu li li li a:hover {
background: #eaeaea;
color: #286ea0;
border:0;
}

#avmenu li li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border:0;
}

#topnav {
width: 849px;
height: 30px;
margin: 0 0 4px 3px;
padding-left: 151px;
background-color: #dddddd;
white-space:nowrap;
}

#flashmovie {
background-color: #dddddd;
border-bottom:5px solid #FFFFFF;
float: left;
height: 355px;
margin-left: 4px;
width: 775px;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
	background-image: url(images/contentback.gif);
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#main{
background: #ffffff;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a:link {color: #286ea0; text-decoration: none;} /* unvisited link */
a:visited {color: #286ea0;  text-decoration: none;} /* visited link */
a:hover {color: #286ea0; text-decoration: none;} /* mouse over link */
a:active {color:#286ea0; text-decoration: none;} /* selected link */


a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 0px 0 10px 0;
border-top: 8px solid #C10000;
width: 1000px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
color: #2884c6;
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.button a {
background: url('images/buttonback2.jpg'); 
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
padding-top: 3px;
padding-right: 10px;
padding-left: 10px;
margin-top: 3px;
margin-right: 1px;
float: left;
height: 20px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
text-decoration: none;
}

.button a:hover {
background: url('images/buttonback.jpg'); 
background-repeat: repeat-x;
text-decoration: none;
}


#left1 {
	background-color: #f6edee;
	float: left;
	width: 373px;
        margin-top: 5px;
	margin-right: 10px;

}
#left1 p {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 11px;
	line-height:normal;
}
#left1 td {
	padding-left: 30px;
	font-size: 11px;
	vertical-align:top;
	line-height:normal;
}
#left1 a {
	border-bottom: 1px dotted #286EA0; 
}

#left1 a:visited{
	border-bottom: 1px dotted #286EA0; 
}

#left1 ul
{
	width: 28em; 
	list-style-position:inside; /* room for 2 columns */
}

#left1 ul li
{
	float: left;  width: 13em;  /* accommodate the widest item */
	list-style-type:disc;
	line-height:normal;
	padding-left: 6px;

} /* stop the floating after the list */

#left1 ul li a
{
	border-bottom: 1px dotted #286EA0; 
}

#left1 br
	{clear: left;} /* separate the list from what follows it */
#left1 div.frontlist
{
	font-size: 11px;
	margin-bottom: 1em;
	margin-left: -15px;
}

#right1 {
	background-color: #f6edee;
	float: left;
	width: 373px;
	margin-top: 5px;
}
#right1 p {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 11px;
	line-height:normal;
}
#right1 td {
	padding-left: 30px;
	font-size: 11px;
	vertical-align:top;
	line-height:normal;
}
#right1 a {
	border-bottom: 1px dotted #286EA0; 
}
#right1 a:visited{
	border-bottom: 1px dotted #286EA0; 
}

#right1 ul
{width: 30em;  /* room for 2 columns */}
#right1 ul li
{
	float: left;  width: 15em;  /* accommodate the widest item */
	list-style-type:none;
	line-height:normal;
} /* stop the floating after the list */
#right1 br
	{clear: left;} /* separate the list from what follows it */
#right1 div.frontlist
{
	font-size: 11px;
	margin-left: -13px;
	margin-bottom: 1em;
}
#left1 div.frontlist ul
{
margin: 0px;
padding: 0px;
margin-left: 35px;

}
#left1 div.frontlist ul
{
margin-top: 10px;
}
#left1 div.frontlist li
{
float: none;
width: 160px;
line-height: 1.2em;
padding: 0px;
list-style-type: none;
background-image: url("images/front_arrow.png");
background-repeat: no-repeat;
background-position: 0 1px;
padding-left:13px; 

}
#left1 div.frontlist li.reset{margin-top: -14.35em;}
#left1 div.frontlist li.col1{margin-left: 0px;}
#left1 div.frontlist li.col2{margin-left: 185px;}
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
}
.headmg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e1005a;
	background-color: #FFFFFF;
	float: left;
	width: 325px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.arrowz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

.arrowz a {
	text-decoration: none;
	color: #990000;
}
.arrowz a:hover {
	text-decoration: none;
	color: #2884c6;
}


.icon1 {
float: left;
	height: 15px;
	width: 15px;
	background-image: url(images/vbelgicon.png);
margin-top: 4px;
}

.menustyle{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
margin-top: 3px;
margin-bottom: 5px;
text-decoration: none;
}
.menustyle a{
text-decoration: none;
}
.menustyle a:hover{
color: #C03;
text-decoration: none;
}


#newsletter {
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#hotdeal {
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#destinations {
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bmap {
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#belgiumv {
	margin-left:5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* End of 'MGbelgium_screen' */

