/* ----  The core HTML elements ---- */

body {
	background-color: #e8e8e8;
	color: black;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

#pageContainer {
	background-color: white;
	width: 850px;
	position: relative;
	margin: 30px auto 20px 30px;
}

#leftSpacer {
	background-color: #df7923;
	width: 25px;
	height: inherit;
	margin: 30px auto 0px 0px;
	position: relative;
}

#header {
	width: 825px;
	height: 135px;
	margin: 0px auto auto 25px;
	position: relative;
	background: url(http://www.smartgridvehicle.org/images/SGV-Banner.jpg) no-repeat scroll;
}

#footer {
	width: 850px;
	margin: 0px auto auto 30px;
	position: relative;
	font-size: 0.6em;
	text-align: center;
}

#mainMenu {
	background-color: #bfbfbf;
	width: 779px;
	height: 35px;
	margin: 0px 25px auto;
	position: relative;
	list-style-type: none;
	border: 3px solid white;
	font-size: 1.0em;
	z-index: 1;
}

#mainMenu li
{
	background-color: #bfbfbf;
	display: inline-block;
	height: 25px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

#mainMenu li.selected
{
	background-color: #ededed;
	border-bottom: 3px solid #ededed;
}

#mainMenu li a
{
	font-weight: normal;
	color: black;
	position: relative;
	top: 4px;
}

#mainMenu li a:hover
{
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

#mainMenu li.selected a
{
	font-weight: bold;
	color: #df7900;
	text-decoration: none;
}

#subMenu {
	background-color: #ededed;
	width: 779px;
	height: 30px;
	margin: 0px 25px auto;
	position: relative;
	top: -3px;
	list-style-type: none;
	border: 3px solid white;
	font-size: 0.8em;
}

#subMenu li
{
	background-color: #ededed;
	text-decoration: none;
	display: inline-block;
	height: 20px;
	padding: 5px 10px;
	position: relative;
}

#subMenu li.selected
{
	background-color: white;
}

#subMenu li a
{
	font-weight: normal;
	color: black;
	position: relative;
	top: 4px;
}

#subMenu li a:hover
{
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

#subMenu li.selected a
{
	font-weight: bold;
	color: #df7900;
	text-decoration: none;
}

#pageContent {
	width: 700px;
	position: relative;
	padding-bottom: 20px;
	margin-left: 75px;
}

/* externe Links .. wie soll sowas gekennzeichnet werden */

a {
	font-weight: bold;
}

a:link {
	color: rgb(227,120,38);
	text-decoration: none;
}

a:visited {
	color: rgb(131,67,23);
	text-decoration: none;
}

a:active {
	color: rgb(227,120,38);
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 50px;
	margin-bottom: 0px;
	vertical-align: bottom;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #993366;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: "#993366";
	margin-top: 30px;
	margin-bottom: 0px;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
}

table {
	border: none;
	font-size: 1em;
}

td {
	font-family: Helvetica, Arial, sans-serif;
}

th {
	font-family: Helvetica, Arial, sans-serif;
}

/*Die beiden Haupttabellen-Typen "science" vs "nature" */

span.small-text td {
	font-size: 0.7em;
}

/* ----  TEST CODE only ! ---- */

.header-text {
	font-size: 0.7em;
}

.h2-text {
	font-weight: bold;
	font-size: 1.4em;
	color: #993366;
}

.footnote-text {
	font-size: 0.85em;
	font-weight: normal;
}

.small-text {
	font-size: 0.7em;
	font-weight: normal;
}

.content-summary {
	font-style: italic;
}

.logo-footer {
	font-size: 0.7em;
	font-weight: normal;
	padding-bottom: 3.0em;
}

.faq-question {
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
}

.faq-answer {
	font-weight: normal;
	margin-left: 1em;
	margin-right: 1em;
}

/* evt obsolete ? .. */

.smalltext {
	font-size: 0.7em;
	font-weight: normal;
}