body {
margin:0;
padding:0;
/*background-color: #666;*/
background: url(../images/wood_bg.jpg);
text-align:center;
}

/* Declaring font-family & appearance in "body *" is all you need for general text. */
body * {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* begin general link appearance */
a {
text-decoration: underline;
color: #333366;
}

a:link, a:visited {
text-decoration: underline;
color: #333366;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
/* end general link appearance */

/*
p {
margin:0;
padding:0;
}
*/

#wrapper {
margin:0px auto;
padding:0;
width:1000px;
/* height:670px; */
/*background: #FFF;*/
/* background: green; */
}


#header {
margin: 0px;
height: 150px;
width: 1000px;
text-align: left;
/* background: yellow; */
/*background: url(/template/fg-injektionen/images/header.jpg) no-repeat;*/
}

#header #members
{
	height: 150px;
	width: 250px;
	margin-right: 12px;
}

#header #members td
{
	height: 150px;
	vertical-align: center;
}

#header #logo {
	
	/*padding-top: 12px;*/
	/* correct padding +40 */
	padding-left: 5px;
	height: 56x;
	width: 682px;
	/*background: #333399;*/
}

#header #logo td
{
	height: 150px;
	vertical-align: center;
}


#mood_left {
	margin: 0px;
	padding: 0px;
	width: 150px;
	min-height: 410px;
	height:auto !important;  /* für moderne Browser */
	height: 410px;  /*für den IE */
	
}

#mood_right {
	margin: 0px;
	padding: 0px;
	width: 150px;
	min-height: 410px;
	height:auto !important;  /* für moderne Browser */
	height: 410px;  /*für den IE */
	
}

#mood_right img {
	margin-top: 120px;
}

#content {
margin: 10px 10px 0px 10px; /* top right bottom left */
padding: 0px 0px 0px 0px; /* top right bottom left */
text-align: left;
width: 660px;
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
color:#000;
/* font-size:12px; */
background: #FFF;
min-height: 440px;
height:auto !important;  /* für moderne Browser */
height: 440px;  /*für den IE */
}

/*
#content a
{
text-decoration: underline;
color: #000;
}

#content a:link, #content a:visited
{
text-decoration: underline;
color: #000;
}

#content a:hover
{
	text-decoration: underline;
	color: #666666;
}
*/

#rootnav
{
	margin: 0px;
	text-align: left;
	padding-top: 1px;
	width: 1000px; /* 1000 - padding-left */
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	background: #000;
}


#rootnav a
{
text-decoration: none;
color: #FFF;
font-size: 15px;
}

#rootnav a:link, #rootnav a:visited
{
text-decoration: none;
color: #FFF;
font-size: 15px;
}

#rootnav a:hover
{
	text-decoration: none;
	color: #FF3333;
	font-size: 15px;
}


#rootnav #selected a
{
font-weight: bold;
text-decoration: none;
color: #FF3333;
font-size: 15px;
}

#rootnav #selected a:link, #rootnav #selected a:visited
{
text-decoration: none;
color: #FF3333;
font-size: 15px;
}

#rootnav #selected a:hover
{
	text-decoration: none;
	color: #FF3333;
	font-size: 15px;
}


#subnav
{
	margin: 0px auto;
	text-align: left;
	padding-top: 1px;
	width: 1000px; /* 1000 - padding-left */
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	border-bottom: solid #000 2px;
	background-color: #FFF;
}


#subnav a
{
text-decoration: none;
color: #000;
font-size: 13px;
}

#subnav a:link, #subnav a:visited
{
text-decoration: none;
color: #000;
font-size: 13px;
}

#subnav a:hover
{
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}


#subnav #selected a
{
font-weight: bold;
text-decoration: none;
color: #FF3333;
font-size: 13px;
}

#subnav #selected a:link, #subnav #selected a:visited
{
text-decoration: none;
color: #FF3333;
font-size: 13px;
}

#subnav #selected a:hover
{
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}


#poweredby {
text-align: right;
margin:0px auto;
padding:0;
width:988px;
height:22px;
}

#poweredby img {
margin-top: 5px;
}