/* Body */
* {
    margin: 0; 
    padding: 0;
}
body {
    font:12px Verdana,Arial,Tahoma,"Trebuchet MS",sans-serif;
    line-height:1.4em;
    text-align:center;
    padding: 0;
    color: black;
    width: 880px;
    background-color: #eee;
}
#wrap {
    background-color: #fff;
}

/* Header */
#header {
    clear: both;
}
#header img {
    border: none;
}
#header .banner_left, .banner_middle {
	float: left;
	height: 115px;
	margin-right: 1px;
}
#languages {
    float: right;
}
#languages .heading {
    font-weight: bold;
    margin-right: 5px;
}
#languages .lang {
    float: right;
    font-weight: normal;
    margin-right: 5px;
}
#languages a {
    text-decoration: underline;
    color: black;
}

/* navigation */
#navigation {
    clear: left;
    float: left;
    background-color: #cc0000;
    text-align: left;
    height: 1.5em;
    width: 100%;
    margin-bottom: 0.5px;
    margin-top: 1px;
}
#navigation .corner {
    float: left;
    width: 87px;
    height: 100%;
    background:red  url('../images/corner.jpg') top left no-repeat;
}
#navigation .webgen-menu-level1 {
    display: inline;
    list-style-type: none;
    color: white;
    border-right: 1px solid white;
    padding: 0 0.8em 0 0.6em;
    text-decoration: none;
}
#navigation .webgen-menu-item-selected {
    font-weight: bold;
    color: white;
}
#navigation a:link {
    color: white;
    text-decoration: none;
}
#navigation a:visited {
    color: #eee;
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
    color: white;
}

/* content */
#content {
    clear: left;
    text-align: left;
    margin: 1em;
    width: 860px;
}
#content h1 {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.6em 0 0.2em 0;
}
#content h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.4em 0 0.1em 0;
}
#content p {
    margin: 0.5em auto 0.5em auto;
}
#content a:link {
    text-decoration: underline;
    color: #cc0000;
}
#content a:visited {
    text-decoration: underline;
    color: #bb0000;
}
#content a:hover {
    text-decoration: underline;
    color: red;
}
#content ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 10px;
}
#content li {
    background-image: url('../images/red_square.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    margin-bottom: 3px;
}
#content dl {float: left; width: 100%; margin: 1em 5px 1em 5px; }
#content dt {clear: left; float: left; width: 8%; margin: 0; padding: 5px;  font-weight: bold; }
#content dd {float: left; width: 88%; margin: 0; padding: 5px; }


/* Footer */
#footer {
    clear:both; 
    font-size:0.9em; 
    width:100%; 
    line-height:1.5em; 
    color: #gray;  
    margin: 5px auto 10px auto; 
    background-color: #eee;
    border-top: 1px solid gray;
}
#footer p {margin:0; padding:0;}
#footer a {color:gray; border-bottom: 1px dotted #aaa;}
#footer a:hover {color:black; text-decoration: underline; border-bottom:1px dotted #fff;}

/* Various classes */
.left {float:left; width:49%; text-align:left;}
.right {float:right; width:49%; text-align:right;}

