/* CSS Styles */



body {
    min-width: 792px;
    font-size: 12px;
    text-align: center;
    margin:0;
    padding:0;
}

#wrapper div,
#wrapper td,
#wrapper p,
#wrapper li {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
}

#wrapper {
    width: 792px;
    margin: 0 auto;
    text-align:left;
}

#head {
    position: relative;
    width: 792px;
    height: 80px;
    background: #BFBFAF;
}

#container {
    clear: both;
    background: transparent url(/customImages/nav-bg-fixed.gif) repeat-y left top;
}

#mainNav {
    width: 160px;
    float:left;
    background:#DFDFD6;
    padding-top:20px;
}

#content {
    width: 624px;
    float: right;
    vertical-align: top;
    padding-bottom: 50px;
}


br.clearer {
    clear:both;
}

/* ############ Styles for the layout-component ################# */


/* ############ Generic styles ################# */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

#content a,
#content a:visited {
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	color: black;
        background: #eee;
	text-decoration: underline;
}

div.GlirariumLogin {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

div.TeamLogin {
	background: #ddd;
	border: 1px solid #999;
	padding: 5px;
}

.TeamLogin h5 {
	margin: 0;
}

span.CMSSearchHighlight {
	font-weight: bold;
	color: #990000;
}

div.TeamErrorMessage {
  width: 422px;
  background: #e3977d;
  border: 2px solid #c30;
  color: black;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  padding: 10px;
}

td.ContentCol,
td.TeaserCol {
    vertical-align: top;
}

table.Content {
    width: 624px;
}

td.ContentCol {
    width: 419px;
    padding: 20px;
}

td.TeaserCol {
    padding: 5px;
    padding-top: 20px;
    width: 155px;
}

.content .CMSSitemap ul,
.content .CMSSearchResults ul {
	list-style-image: url({{CMSTeam:portal_nav_bullet.gif}});
	margin: 0;
	margin-bottom: 0.75em;
	padding-left: 25px;
	line-height: 1.5em;
}


/* ############ END generic styles END ################# */

/* ############ Styles for the left navigation ################# */

#mainNav a,
#mainNav a:visited {
    color: black;
    text-decoration: none;
}

#mainNav a:hover {
    text-decoration: underline;
}


#mainNav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 12px;
    margin-bottom: 0.75em;
    line-height: 1.5em;
}

#mainNav ul ul {
    padding-left:0px;
}

#mainNav li {
    background: transparent url(/customImages/portal_nav_bullet.gif) no-repeat 0 4px;
    padding-left: 8px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5em;
}

#mainNav .selected {
    font-weight: bold;
    background: transparent url(/customImages/portal_nav_bullet_selected.gif) no-repeat 0 4px;
}

#mainNav li ul,
#mainNav li ul li ul,
#mainNav li ul li ul li ul,
#mainNav li.selected ul li ul ,
#mainNav li.inpath ul li ul {
    display: none;
}


#mainNav li.selected ul,
#mainNav li.inpath ul,
#mainNav li.inpath ul li.selected ul,
#mainNav li.inpath ul li.inpath ul {
    display: block;
    margin-bottom: 0;
}

/* ############ Styles for the top-navigation ################# */

#topNav {
    position: absolute;
    top: 50px;
    left: 10px;
}

#topNav ul {
    margin:0;
    padding: 0;
    list-style: none;
    width: 760px;
    float: left;
}

#topNav ul a {
    display: block;
    float: left;
    padding: 0 1.2em;
    line-height: 1.8em;
    text-decoration: none;
    border: 2px solid #696969;
    border-left-color: white;
    border-top-color: white;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    background-color: #DFDFD6;
}


#topNav ul a:hover,
#topNav ul li.selected a,
#topNav ul li.inpath a {
    background-color: #696969;
    color: white;
    border-color: white;
    border-left-color: black;
    border-top-color: black;
}

#topnav ul li {
    float: left;
}

/* ############ Styles for the language-selector ################# */

#langSel {
    position: absolute;
    top: 10px;
    left: 101px;
}

#langSel a,
#langSel span {
    display: block;
    float:left;
    padding: 0 1em;
    line-height: 1.7em;
    text-decoration: none;
    border: 1px solid #696969;
    border-left: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background-color: #DFDFD6;

}

#langSel a.frenchLang {
    background-color: #000;
    color: white;
}

#langSel a.first {
    border-left: 1px solid #696969;
}

/* ############ Styles for the footer ################# */

#footer {
    position: relative;
    clear: both;
    background: #BFBFAF;
    height: 80px;
}

img#logoBottom {
    position: absolute;
    top: -36px;
    left: 380px;
}




