/*
 * WFIS Europe stylesheet
 *
 * M. Teßmer, 2006
 *
 * $Id$
 */

body {
	background-color: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

#menu div {
        color: #000;
        background-color: #eee;
}
a {
	text-decoration: none;
	color: #369;
	border-bottom: 1px dashed #369;
}
a:hover {
	border-bottom: 1px dashed #49515C;
	color: #49515C;
}
p {
        color: #000;
        background-color: #fff;
}


/* header line */
#header {
	color: white;
        background-color: #ddd;
}
#logo {
	text-align: right;
	font-family: serif;
	font-weight: bold;
	font-size: medium;
	background: #fff url("share/wfis.gif") no-repeat left;
	float: left;
	color: #444;
	padding: 2em;
	margin-left: 1em;
	width: 20em;
}
#logo h1 {
	font-size: x-large;
	text-align: center;
        margin-left: 2em;
}

/* navigation menu bar */
#menu {
	background-color: #eee;
	color: black;
	float: right;
	border: 1px solid #d0d0d0;
	font-size: small;
	margin: 0.5em;
	padding: 1em;
	line-height: 16px;
	letter-spacing: 1px;
        font-size: smaller;
}
#menu a {
	text-decoration: none;
	color: #369;
	border-bottom: 1px dashed #369;
}
#menu a:hover {
	border-bottom: 1px dashed #49515C;
	color: #49515C;
}
#menu ul {
	padding: 0px;
        background-color: #eee;
	padding-right: 1em;
	margin: 1em 0px 0px 0px;
	float: left;
	list-style-type: none;
}
#menu ul li {
	background-color: #eee;
        color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/* language menu */
div#langmenu {
	float: left;
	margin-left: 2em;
	text-align: center;
        font-size: smaller;
        border: 1px solid #ccc;
        background-color: #fff;
}
#langmenu ul {
	list-style-type: none;
	background-color: #fff;
	color: black;
	border: 1px solid #fff;
	padding: 0.4em;
	margin: 0px 0.5em 0px 0px;
	margin-left: 1em;
}
#langmenu ul li {
	background-color: #fff;
        color: black;
}
#langmenu-header {
	display: inline;
	font-size: small;
	font-weight: bold;
	float: left;
}


/* main content area */
#body {
	clear: both;
	padding: 0px;
	margin: 0px; 
	background-color: #fff;
	color: #000;
}

/* news column */
div#news {
	margin-left: 1em;
	width: 17em;
	background-color: #fff;
	color: #000;
	float: left;
	font-size: smaller;
	padding: 1em;
}
#news div.entry {
	background-color: #eee;
	padding: 0px;
	border: 1px solid #d0d0d0;
	margin-bottom: 1em;
}
#news div.entry h1 {
	background-color: #eee;
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #d0d0d0;
        padding: 0.1em;
        text-align: center;
        color: #666;
}
#news div.entry p {
        margin: 0px;
        padding: 0.2em;
        background-color: #fff;
        color: #000;
}


/* content column */
div#content {
	padding: 0.7em;
	margin: 0px 1em 0px 19.5em;
	background-color: #fff;
	color: black;
        font-size: medium;
}

#content h1 {
        color: #666;
        font-family: serif;
        background-color: #fff;
        text-align: left;
}

#content h2 {
        color: #666;
        background-color: #fff;
}

#content p {
        font-size: medium;
        color: #000;
        background-color: #fff;
        margin: 0em;
        text-align: justify; 
}

#content p em {
        font-style: italic;
}

#content div ul {
        font-size: medium;
        list-style-type: circle;
        color: #000;
        background-color: #fff;
}

/* footer line */
#footer {
	background-color: #eee;
	text-align: center;
	font-size: smaller;
	padding: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	clear: both;
	color: #444;
	margin: 10px 0px 0px 0px;
        border-top: 1px solid #d0d0d0;
}

