html { height: 100%; }

body
{
	height: 100%;
	background-color: white;
	margin: 0;
	background-image: url(../images/bg-grubbe.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #9b9b9d;
}

h1, h1.contentheading, h1.componentheading
{
	font-size: 1.6em;
	color: #9b9b9d;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2, h2.contentheading, h2.componentheading
{
	font-size: 1.3em;
	color: #9b9b9d;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3
{
	font-size: 1.1em;
	color: #9b9b9d;
	margin: 0px 0px 0px 0px;
}

img { border: 0; }

p, li, td { font-size: 1.2em; }

li { color: #808285; }

p
{
	font-size: 1.2em;
	color: #808285;
	margin: 0px 0px 14px 0px;
	text-align: left;
}

.text-blau
{
  color: #699bb6;
}

.lineheight-plus
{
  line-height: 160%;
}

.no-justify
{
  text-align: left;
}

a
{
	text-decoration: none;
	color: #6ba0be;
}

a:hover
{
	text-decoration: underline;
	color: #44738E;
}

a:active { color: #44738E; }

#main
{
	width: 900px;
	margin: 29px 7px auto 43px;
}

#header
{
  width: auto;
  height: 46px;
  margin-bottom: 30px;
}

#header #logo
{
  float: left;
}

/* Navi oben */
#navi_oben
{
	width: auto;
	height: 46px;
}

/*#navi_oben ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#navi_oben ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
}*/


#navi_oben a, #navi_oben li li a, #navi_oben li
{
	text-decoration: none;
	text-transform: uppercase;
	color: #9b9b9d;
	font-size: 1.2em;
	font-weight: normal;
	width: auto;
}

#navi_oben a:hover, #navi_oben a#currentPage
{
	color: black;
	text-decoration: none;
}

/* Inhalt */

#content-top-image
{
  height:85px;
}

#content
{
  width: 814px;
  padding: 0 43px 43px 50px;
}

.tabelle-bilddaten td
{
  padding-right: 20px;
  width: 120px;
}

#div-searchForm
{
  padding-left: 400px;
}

.search { margin-top: 20px; }
.search .inputbox { margin-right: 4px; }


/* dfContactTable */

.dfContactTable th, .dfContactTable td { font-size: 1.2em; }

.dfContactTable th { text-align: left !important; }
