/** Globale Einstellungen und Bugfixes
------------------------------------------------------------- */

/* Globale Werte setzen */
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/**
* Korrektur des Italics-Bugs
*
* @bugfix
* @affected IE 5/Win, IE6
* @css-for  IE 5/Win, IE6
* @valid    yes
*/
* html body * { 
  overflow: visible; 
}
* html iframe, 
* html frame { 
  overflow: auto; 
}
* html frameset { 
  overflow: hidden; 
}


/**
* Korrekte Layout-Skalierung im IE 7 gewährleisten
*
* @bugfix
* @affected IE 7
* @css-for  all
* @valid    yes
*/

body { 
  /*position: relative;*/
  margin: 0;
  padding: 0;
}


/**
* Schriftgröße kontrollieren
*/
body, td, th, p { font: normal 75%/135% Tahoma, Arial, Helvetica, sans-serif; }
td, th, p { f\ont-size: 100%; }

/**
* Standardfarben setzen
*/
body#home {
  color: #408dbf;
  background: #a6cae2 url(/binary.ashx?id=230) top center repeat-x;
}
body {
  color: #408dbf;
  background:  #a6cae2 url(/binary.ashx?id=231) top center repeat-x;
}
body#layer {
  background: 0 none;
}


/** Layout (Aufbau der Seite)
------------------------------------------------------------- */
#header {
  width: 984px;
  padding-top: 168px; 
  height: 272px;
  background-color: transparent;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#home #header {
  padding-top: 37px; 
  height: 408px;
}

#mainContent {
  width: 984px;
  background-color: #FFF;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#home #mainContent {
  background:  #FFF url(/binary.ashx?id=232) top center repeat-x;
  min-height: 236px;
  overflow: visible;
  border-top: 0 none;
}



/* for Internet Explorer */
/*\*/
* html #home #mainContent {
  height: 236px;
  overflow: visible;
}
/**/

#specials-content {
  float:left;
  width: 828px; /* IE6 "has layout" zuweisen */
  overflow:hidden; /* Soll den Inhalt umschließen */
}
#specials {
  float: left;
  width: 193px; /* in Summe: 248px; */
  padding: 0 40px 0 15px;
  background-color:#FFF;
}
#content {
  float:right;
  width: 540px; /* in Summe: 580px; */
  padding-right: 40px;
  padding-bottom: 20px;
  background-color:#FFF;
}
#sidebar {
  float: right;
  width: 156px;
  background-color: #FFF;
}

#sidebarright {
  float: right;
  width: 156px;
  background-color: #FFF;
}

#sidebarleft {
  float: left;
  margin-left: 20px;
  width: 156px;
  background-color: #FFF;
}

#footer,
#functionBar {
  clear:both;
  width: 984px;
  height: 20px;
  background-color: #cce1ee;
  padding-top: 2px;
  margin: 0 auto;
  position: relative;
  overflow:hidden;
}
#functionBar {
  height: 26px;
  background-color: #fff;
}

/** Header-Styles
------------------------------------------------------------- */
#quickSearch {
  position: absolute;
  left: 744px;
  top: 168px;
  background-color: White;
  width: 220px;
  height: 28px;
  padding: 8px 0 0 20px;
  color: #2e82b9;
}
#home #quickSearch {
  top: 108px;
}

#quickSearch fieldset {
  display:inline;
  vertical-align: middle;
}
#quickSearch input.text {
  border: 1px solid #2e82b9;
  width: 134px;
  height: 16px;
  color: #808080;
  border: 1px solid #2e82b9;
  padding: 0 3px;
}

#quickSearch input.searchButton {
  cursor: pointer;
  border: 0;
  height: 18px;
  width: 18px;
  margin-left: 2px;
  background: transparent url('/binary.ashx?id=233');
}

#logo {
  position: absolute;
  left: 0px;
  top: 86px;
  width: 212px;
  height: 40px;
}
#logoRegional {
  position: absolute;
  left: 770px;
  top: 94px;
  width: 178px;
  height:14px;
  background: transparent url('/binary.ashx?id=1993') right bottom no-repeat;
  display:block;
}

#logoRegional #regional{
  position: relative;
  color: transparent;
  left: 65px;
  display:block;
  width: 178px;
  text-indent: -999px;
}


/**#logoRegional {
  width: 210px;
  left: 770px;
  }*/

/** Hauptnavigation
------------------------------------------------------------- */
#topNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 984px;
  float:left;
}

#primNav {
  float:left;
  line-height:normal;
}
#primNav ul {
  float:left;
  margin:0;
  padding:0;
  list-style:none outside none;
  height: 44px;  /* "has layout" für IE6 */
}
#primNav li {
  float:left;
  display:inline;
  margin:0;
  padding:0;
}
#primNav a,
#primNav span {
  float:left;
  display:block;
  margin:0;
  padding: 11px 13px 0 17px;
  font-weight: normal;
  height: 21px;
  color: #1f79b4;
  background-color: White;
  text-decoration:none;
}
#primNav .first a {
  float:left; 
  display:block;
  padding:0;
}
#primNav .first a:hover {
  cursor:pointer;
}
#primNav a:hover {
  background: #eef5f9 url(/binary.ashx?id=234) no-repeat  10px 16px;
}
#primNav .active span {
  background: #bbd6e8 url(/binary.ashx?id=234) no-repeat  10px 16px;
} 

#primNav #nav .menu li a.active{
background: #bbd6e8 url(/binary.ashx?id=234) no-repeat  10px 16px;
}

#primNav li.last {
  float:left; 
  display: block;
  padding:0;
  
}

#nav ul a{
z-index: 100;
display: block;
}

#nav ul.level2
{
  display: none;
clear: both;
  width: 100px;
}
#nav ul.level2 li
{
  display: block;
}
/*#nav li:hover ul.level2
{
  display: block;
  position: relative;
}
#nav li:hover ul.level2 a
{
  height: 30px;
}*/

#subnav li{
border-bottom:medium none;
border-top:1px dotted #ABCBE0;
}

#subnav li.first{
border-bottom:medium none;
border-top:none;
}

/** Service-Navigation
------------------------------------------------------------- */
ul#serviceNav {
  float:right;
  margin:0;
  padding:0 2px 0 0;
  list-style:none;
}
#serviceNav li {
  display:inline;
  margin:0;
  padding:0;
}
#serviceNav a {
  float:right; 
  display:block;
  width: 144px;
  height: 16px;
  margin: 11px 0 0 0;
  padding:0;
  background: transparent url(/binary.ashx?id=235) no-repeat right top;
}
#serviceNav a:hover {
background: transparent url(/binary.ashx?id=235)
no-repeat right -16px;
}

/** Startseite mit Teasern
------------------------------------------------------------- */
#teaserContainer {
  margin-top: -24px;
  z-index: 10;
}

#teaserUnder{
float: left;
}

#teaserUnder .teaser img{
float: right;
margin-left: 15px;
}

#teaserUnder .teaser{
  float: left;
  position: relative;
  width: 50%;
}

#teaserUnder .teaser .smallerInner p{
  color: #59595B;
  text-align:left;
}


#teaserUnder .teaser h2{
  color: #408DBF;
  font-weight: normal;
  font-size: 1.2em;
  height: 19px;
  padding-top: 1px;
  margin-left: 20px;
}

#teaserUnder .inner {
  padding: 2px 20px 0 20px;
  font-size: 0.9em;

}

.mainTeaser {
  float:left;
  position: relative;
  width: 325px;
  height: 192px;
  margin: 0 4px 0 0;
}
#mainContent .lastTeaser {
  margin: 0;
}

#teaserContainer .middleTeaser {
   width: 326px;
}
.teaserHeader {
  background: transparent url(/binary.ashx?id=236) no-repeat scroll 0 0;
  width: 325px;
  height: 5px;
  margin: 0;
  padding: 0;
  line-height: 5px;
  font-size: 1px;
}
* html .teaserHeader {
   background: transparent url(/binary.ashx?id=237) no-repeat scroll 0 0;
}
.mainTeaser .inner {
  padding: 8px 20px 0 20px;
}
.mainTeaser h1 {
  font-size:1.2em;
  line-height: 1.3em;   
  font-weight:normal;
  margin-bottom: 4px;
}
.mainTeaser h1 a:hover {
  text-decoration: none;
}
.mainTeaser p {
  font-size:0.9em;
  color: #58585a;
}

/** Teaser in Seiten außer #home
-------------------------------------------------------------*/
.teaser p.h{
font-size: 1.2em;
color: #418DBE;
font-weight: normal;
margin:0 0 0.1em;
}

.teaser p.text{

float:left;
width:350px;
}

#sidebarright ul.teaser li{
margin-top:-5px;
margin-bottom: -21px;
}

/** Styles für die "sidebar"
------------------------------------------------------------- */
#sidebar img,
#flashCounter {
  margin-bottom: 12px;
}


/** FunctionBar-Styles
------------------------------------------------------------- */
#functionBar ul{
  list-style: none;
  float:left;
  display: inline;
  margin: 1px 10px 0 248px;
}
#functionBar li{
  float: left;
  display: inline;
}
#functionBar li a {
  font-size:0.9em;
  padding: 0 20px 0 15px;
}
#functionBar li a.top {
  background: url(/binary.ashx?id=240) left center no-repeat;
}
#functionBar li a.back {
  background: url(/binary.ashx?id=241) left center no-repeat;
}
/** Footer-Styles
------------------------------------------------------------- */
#footer ul {
  list-style: none;
  float:right;
  display: inline;
  margin: 1px 12px 0 0;
}
#footer ul li {
  float: left;
  margin-left: 22px;
}
#footer ul li a {
  color: #4792c2;
  font-size:0.9em;
  padding-left: 8px;
  background: transparent url(/binary.ashx?id=234) no-repeat scroll 0 4px;
}
#footer ul li a:hover,
#functionBar ul li a:hover {
  text-decoration: none;
}



/** Hilfs-Klassen
------------------------------------------------------------- */
.clearBoth {
  clear: both;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.float--left {
  float: left;
}
.float--right {
  float: right;
}

/** Content-Styles   
------------------------------------------------------------- */

.readonly
{
  background-color: #EFEFEF;
  color: #7F7F7F;
}


/** Links und Anker
------------------------------------------------------------- */
a {
  color: #418dbe;
  text-decoration: none;
}
a:visited {
  color: #418dbe;
}
a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
  border: 0;
}

#teaserContainer a.textlink,
#content a.textlink,
#teaserContainer a,
#teaserUnder a{
  color: #418dbe;
  text-decoration: underline;
  padding-left: 10px;
  margin-left: 0.7em;
  list-style-position: outside;
  background: transparent url('/binary.ashx?id=238') 0 0.4em no-repeat;
}


/** Überschriften
------------------------------------------------------------- */ 
h1 {
  margin: 0 0 0.7em 0;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 125%;
}
h2 {
  margin: 0 0 0.1em 0;
  font-size: 1em;
  color: #59595b;
  line-height: 125%;
}
h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 125%;

}
h3.clear {
  clear: both;
  line-height: 125%;

}
h4 {
  font-size: 1em;
  font-weight: normal;
  line-height: 125%;

}

/** Absätze
------------------------------------------------------------- */
p {
  margin: 0 0 1.3em 0;
  color: #59595b;
}

p img {
  margin-top: 5px !important;
}



/** Bilder
------------------------------------------------------------- */
img {
  vertical-align: bottom;
}

/* Floatierung von Bildern im Richtext-Editor */
img.float--left {
  float: left;
  margin: 0 10px 10px 0;
}
img.float--right {
  float: right;
  margin: 0 0 10px 10px;
}

/** Listen und Aufzählungen
------------------------------------------------------------- */
ul, ol, dl {
  position: relative;
}

ul.teaser{
list-style:none;
}

#specials li .active{
  font-weight:bold;
}

#specials  ul li {
  list-style: none;
  padding-left: 10px;
  font-size: 0.9em;
  list-style-position: outside;
  background: transparent url('/binary.ashx?id=238') 0 0.4em no-repeat;
}
#specials ul li a {
  color: #2d84b9;
}

#content ul li ul {
  margin: 0.3em 0 0.6em;
}

#content ul li {
  list-style: none;
  color: #59595b;
  padding-left: 12px;
  margin: 0.5em 0;
  background: transparent url('/binary.ashx?id=242') 0 0.4em no-repeat;
}

#content ul li ul li {
  list-style: none;
  color: #59595b;
  padding-left: 12px;
  margin: 0 0 0 12px;
  background: transparent url('/binary.ashx?id=243') 0 0.4em no-repeat;
}

#content ul.download {
  border-top: 1px dotted #b8b3ad;
  margin:0;
  padding:0;
} 
#content ul.download li {
  background: none;
  display: inline;
  padding: 0;
  margin: 0;
} 
#content ul.download li a {
  color: #418dbe;
  display: block;
  padding: 0.4em 0 0.4em 12px;
  background: transparent url('/binary.ashx?id=244') left center no-repeat;
  border-bottom: 1px dotted #b8b3ad;
}

#content.conclusionList {
  font-weight: bold;
}

.smallInner a {
  color: #418dbe;
  text-decoration: underline;
  padding-left: 10px;
  margin: 0 0 0 5px;
  background: transparent url('/binary.ashx?id=238') 0 0.4em no-repeat;
}


.inner img{
padding-bottom: 10px;
}

/** Energielexikon
------------------------------------------------------------- */
.glossarySearch {
  float: left;
  width: 440px;
  height: 26px;
  padding: 12px;
  border-right: 1px solid #056aac;
  background: transparent url('/binary.ashx?id=245') top left no-repeat;
  overflow:hidden;
}
.glossarySearch fieldset {
  display: inline;
  vertical-align: middle;
}
.glossarySearch input.text {
  width: 134px;
  height: 16px;
  color: #808080;
  border: 1px solid #408dbf;
  margin: 0 3px;
}
.glossaryState {
  float: left;
  width: 72px;
  height: 50px;
  display:block;
  padding: 0;
  border-left: 1px solid #94bfdb;
  background: transparent url('/binary.ashx?id=246') top left no-repeat;
  overflow:hidden;
  text-align: center; 
}
.glossaryState div.inner {
  margin: 5px;
  padding:0;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  background-color: transparent;
  overflow:hidden;
}

.glossaryNavi {
  clear: both;
  width: 524px;
  height: 20px;
  padding: 14px 4px 14px 10px;
  margin-bottom: 30px;
  background-color: #e5eff6;
  overflow:hidden;
}

.glossaryTabs h2 {
  color: #0066a9;
}

#content .glossaryChars td,
#content .glossaryChars td.active,
#content .glossaryChars td.over {
  padding: 0 5px 0 5px;
  color: #0168aa;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.glossaryChars td.active {
  background-color: #fff;
}

.glossaryChars td.over {
  text-decoration: none;
  background-color: #fff;
}

input.glossSearchButton {
  margin-left: 2px;
  cursor: pointer;
  border: 0;
  height: 22px;
  width: 62px;
  background: transparent url('/binary.ashx?id=251') no-repeat;
}

div.gloss {
  color: #59595b;
  margin: 0 0 1.3em 0;
}

/** Formulare
------------------------------------------------------------- */

form {
  margin: 0;
}

.error {
  color: #FF0000;
}

.gf_hint {
  color: #808080;
}

select,
input,
textarea {
  /* Für Safari */
  font-size: 99%; 
}

input,
textarea {
  padding: 1px 3px;
}

input {
  vertical-align: middle;
}

textarea {
  font-family: Verdana, sans-serif;
}

/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}
form#userForm table {
  width: 514px;
}
form#userForm th {
  text-align: left;
  font-weight: normal;
  width: 263px; /* in Summe 275px */
  height: 23px;
  padding-left: 12px;
}

form#userForm td {
  width: 252px;
  padding: 2px 0;
}
form#userForm td p {
  margin: 0 0 0 12px;
  padding: 0;
  color: #59595b;
}
form#userForm th, form#userForm td {
  background-color: #f2f7fb;
  border-bottom: 2px solid white;
  vertical-align: middle;
}

/* Projektdokumentation: Hinweise */
form#userForm td.last {
  width: 21px;
  margin: 0;
  padding: 6px 3px;
}

img.helpIcon {
  cursor: help;
}

form#userForm fieldset div.helpText {
  position: absolute;
  background-color: #bfd9ea;
  color: #0067a6;
  font-size: .9em;
  padding: 10px;
  width: 150px;
  /*top: 468px;*/
  left: 740px;
  display: none; 
  z-index: 2;
}
/* --------- Ausrichtung der Hilfetexte ---------- */
/*
* html form#userForm fieldset div.shortDescriptionHelpText {
  top: 452px;
}
*:first-child + html form#userForm fieldset div.shortDescriptionHelpText {
  top: 453px;
}

form#userForm fieldset div.resultsHelpText {
  top: 569px;
}
* html form#userForm fieldset div.resultsHelpText {
  top: 548px;
}
*:first-child + html form#userForm fieldset div.resultsHelpText {
  top: 538px;
}

form#userForm fieldset div.uploadedFilesListHelpText {
  top: 670px;
}
* html form#userForm fieldset div.uploadedFilesListHelpText {
  top: 644px;
}
*:first-child + html form#userForm fieldset div#_ctl1_uploadedFilesListHelpText {
  top: 626px;
}

form#userForm fieldset div.methodsMediaHelpText {
  top: 771px;
}
* html form#userForm fieldset div.methodsMediaHelpText {
  top: 743px;
}
*:first-child + html form#userForm fieldset div#_ctl1_methodsMediaHelpText {
  top: 715px;
}

form#userForm fieldset div.communicationChannelsHelpText {
  top: 872px;
}
* html form#userForm fieldset div.communicationChannelsHelpText {
  top: 840px;
}
*:first-child + html form#userForm fieldset div#_ctl1_communicationChannelsHelpText {
  top: 800px;
}

form#userForm fieldset div.applicationOfFundsHelpText {
  top: 972px;
}
* html form#userForm fieldset div.applicationOfFundsHelpText {
  top: 940px;
}
*:first-child + html form#userForm fieldset div#_ctl1_applicationOfFundsHelpText {
  top: 890px;
}

form#userForm fieldset div.sustainabilityHelpText {
  top: 1625px;
}
* html form#userForm fieldset div.sustainabilityHelpText {
  top: 1550px;
}
*:first-child + html form#userForm fieldset div#_ctl1_sustainabilityHelpText {
  top: 1455px;
}
*/

form#userForm input.text, 
textarea {
  width: 244px;
}
* html textarea {
  height: 80px;
}
form#userForm input.gf_file {
  width: 244px;
  background-color: #ffffff;
}

form#userForm input.zipcode {
  width: 60px;
}

form#userForm input.city {
  width: 174px;
  margin-left: 2px;
}

form#userForm .gf_selectbox {
  width: 252px;
}

#content div.gf_validationsummary ul li,
#content p.error,
#content label.error {
  color: #FF0000;
  background-image: none;
  padding-left: 0px;
}


/** Formulare
------------------------------------------------------------- */
form#userForm legend {
  margin: 0 0 0.8em -0.4em;  
  padding: 1px 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #408dbf;
}

form#userForm fieldset {
  border: 0;
  margin-bottom: 1.5em;
}

form#userForm label {
   color: #408dbf;
}

form#userForm input, 
form#userForm select, 
form#userForm textarea {
  border: 1px solid #d9e8f2;
}

p.submit {
  text-align: right;
  padding-right: 25px;
}

form#userForm input.gf_submit,
form#userForm input.gf_confirm,
form#userForm input.gf_back {
  cursor: pointer;
  color: #408dbf;
  background-color: #FFFFFF;
}
input.gf_submit {
  font-weight: bold;
}
form#userForm input.gf_confirm {
  float: right;
}

form#userForm div.gf_removeItem a {
  background: transparent url('/binary.ashx?id=243') 0 0.4em no-repeat;
  padding-left: 12px;
  margin-left: 12px;
}

form#userForm div.gf_addNewItem a {
  background: transparent url('/binary.ashx?id=243') 0 0.4em no-repeat;
  padding-left: 12px;
  margin-left: 12px;
/*  display: none;*/
}

.copyCode textarea {
  width: 468px;
}

.textHint {
  font-weight: bold;
  color: red;
}

.goToUploadLink {
  display: block;
  margin-bottom: 10px;
  text-align: right;
}



/** Buttons
------------------------------------------------------------- */
input.button {
  background: transparent url(/binary.ashx?id=247) no-repeat 0 0;
  height: 22px;
  width: 114px;
  padding: 0 6px 0 0;
  margin: 0;
  font-family: Arial, sans-serif; /* Der FF kann die Schriftattribute hier nicht von Body erben */ 
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #0066aa;
  cursor: pointer;
  border: 0;
  overflow: visible; /* IE 7 submit-width bug */
}

/** Content-Teaser
------------------------------------------------------------- */
#content .teaser {
  vertical-align: top;
  margin: 20px 0;
  list-style: none;
}
#content .teaser img {
  margin-right: 10px;
  float: right;
}
#content .teaser ul {
  margin: 0px;
}
#content .teaser h2 {
  font-size: 1.2em;
  padding-top: 1px;
  height: 19px;
  color: #408dbf;
  font-weight: normal;
}
#content .teaser .smallInner {
  width: 350px;
  float: left;
  color: #59595b;
}

#content .smallInner p{
  width: 350px;
  float: left;
  color: #59595b;
}

#content .teaser .inner {
  padding: 1px 10px 0px 0px;
}
div.clearDiv {
  clear: both;
}

/** Hilfs-Klassen
------------------------------------------------------------- */
.alttext {
  display: none;
}
.error {
  color: #d80033;
}

/** PLZ-Eingabe
------------------------------------------------------------- */
#plzLayer {
  position: absolute;
  top: 140px;
  left: 270px;
  z-index: 200;
  width: 470px;
  background: transparent url('/binary.ashx?id=285') no-repeat;
  background-position: 2px 2px;
  padding: 0 2px 2px 0;
}

#plzLayer form {
  padding:0;margin:0
}

#plzLayer div.searchContent {
  height: 80px;
}

#plzLayer img {
  position: relative;
  top: -15px;
  left: 15px;
  float: left;
}

#plzLayer input.text {
  margin-left: 43px;
  margin-top: 20px;
  width: 120px;
  border: 1px solid #545454;
}

input.plzButton {
  cursor: pointer;
  border: 0px;
  width: 61px;
  height: 18px;
  margin: 20px 0px 0px 5px;
  background: transparent url('/binary.ashx?id=284') no-repeat;
}

#plzLayer div.errorMessage {
  color: #FF0000;
  margin-left: 110px;
}

.layerContent {
  z-index: 10002;
  border: 1px solid #0066AA;
  background-color: #FFFFFF;
  padding: 1px;
}

.layerContent h2 {
  padding: 5px 0px;
  font-size: 1.3em;
  color: #FFFFFF;
  background-color: #72a9cf;
  padding-left: 100px;
}

div.plzClose {
  clear: both;
  background-color: #cde0ee;
  text-align: right;
}

a.closeButton {
  display: block;
  font-weight: bold;
  color: #0066AA;
  padding-right: 16px;
  background: transparent url('/binary.ashx?id=279') right no-repeat;
}


/** Übersichtsseite Dokumentationsbogen
------------------------------------------------------------- */
div.verify {
  margin: 20px 0 0.5em 0;
}
div.printVerify {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 0 0;
  position: relative;
  top: 17px;
}

/** Projektliste
---------------------------------------------------------------- */
table.projects{
  width:100%;
}

table.projects thead{
  background-color: #4c94c4;
  color:#FFFFFF;
  font-weight:bold;
  text-align:left;
}

#content table.projects tbody td a{
  text-decoration: underline;
  background: none;
  padding: 0;
}
#content form.projects {
  margin-bottom:5px;
  vertical-align:middle;
}
#content form.projects select,
#content form.projects input{
  border: 1px solid #4c94c4;  
}
#content form.projects #submit{
  cursor: pointer;
  border: 0;
  height: 18px;
  width: 38px;
  background: transparent url('/binary.ashx?id=252') no-repeat;
}
div.tooltip{
  z-index:3;
  position:absolute;
  width: 300px;
  display:none;
  border: 1px solid #4c94c4; 
  padding: 5px;
  background-color: #f2f7fb;
}

/* Filterung */
#content table.projectfilter {
  background-color: #f2f7fb;
  width: 100%;
  vertical-align:middle;
}
#content table.projectfilter td {
  padding:0;
  vertical-align: middle;
  padding: 3px 2px;
  border: 0;
}
#content table.projectfilter td input {
  overflow: hidden;
}

/* Paginierung */
#projectspagebrowser{
  text-align:center;
  margin-top:10px;
}
#projectevaluation table tr td{
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
#content #projectspagebrowser a{
  text-decoration: underline;
  background: none;
}

.pagebrowser .buttons .first,
.pagebrowser .buttons .prior {
  margin-right: 7px;
}
.pagebrowser .buttons .next,
.pagebrowser .buttons .last {
  margin-left: 7px;
}

/** Projektdetailseite
---------------------------------------------------------------- */
.gallery a {
  border: 1px solid #408DBF;
  display: block;
  width: 156px;
  height: 156px;
  float: left;
  margin: 0 15px 15px 0;
}

#ratingBlock {
  clear: both;
}


/** Projektbewertungsformular
---------------------------------------------------------------- */
#content select#_ctl1_evaluation ,
#content #evaluation input.text,
#content #evaluation p.gf_submit input{
  border: 1px solid #4c94c4; 
  background-color: #f2f7fb;
}


/** Tabellen 
------------------------------------------------------------- */
#content table {
  margin-bottom: 0;
  text-align: left;
}

#content table th {
  color: #0066aa;
  font-weight: bold;
  padding: 2px 2px 2px 10px;
  background-color: #fff;
  border-bottom: 1px solid #58585a;
}
#content table td {
  padding: 5px 8px;
  color: #58585a;
  border-bottom: 1px solid #b8b3aa;
}
#content table .odd td {
  background-color: #fff;
}
#content table .even td {
  background-color: #f2f7fb; 
  border-bottom: 1px solid #b8b3aa;
}

#content table td.icon img {
  padding-top: 3px;
}
#content table td {
  vertical-align:top;
}
#content table.radio td {
  border-bottom: none;
}
#content table.radio td label {
  padding: 1px 10px;
}
#content table td  p {
  margin: 0;
  padding: 0;
}
#content table td span {
  white-space: nowrap; 
  }

#home #ariadne strong{
  display: inline;
  padding-left: 13px;
  margin-left: 15px;
  margin-top: 200px;
  color: #1773B0;
  font-weight: normal;
  background: transparent url(/binary.ashx?id=1246) no-repeat 0 4px;
}

#ariadne{
  position: relative;
  font-size: .92em;
  padding: 0 5px;
  /*margin-bottom: 20px;*/
  padding-bottom: 20px;
  margin-left: 5px;
  min-height:0px;
  clear:both;
  }
  
#home #ariadne{
  position: relative;
  font-size: .92em;
  padding: 0 5px;
  /*margin-bottom: 20px;*/
  padding-bottom: 20px;
  margin-left: 5px;
  margin-top: 20px;
  min-height:0px;
  clear:both;
  }

#ariadne ol {
  margin: 4px 0 0 0;
  padding: 0;
}
#ariadne li {
  display: inline;
  list-style: none;
  margin: 0 3px 0 0;
}
#ariadne a,
#ariadne strong {
  color: #408DBF;
  font-weight: normal;
  text-decoration: none;
  padding: 0 0 0 13px;
  background: #FFF url('/binary.ashx?id=1250') no-repeat 0 4px;
}
#ariadne strong {
  color: #58585A;
  font-weight: normal;
}
#ariadne li.first a {
  background: transparent url(/binary.ashx?id=1246) no-repeat 0 4px;
}
#ariadne a:hover,
#ariadne a:focus,
#ariadne a:active {
  text-decoration: underline;
}

#pagebrowser{
  background:url(/binary.ashx?id=1280) no-repeat scroll 0 0 #4C95C4;
  color:#FFFFFF;
  height:25px;
  margin-left:-5px;
  overflow:hidden;
  padding:8px 0 0 5px;
  width: 550px;
}

#pagebrowser a:visited{
  color:#FFFFFF;
}

#pagebrowser a{
  color:#FFFFFF;
}

#pagebrowser .pages{
  text-align: center;
  display: inline; 
}

#content #projectspagebrowser #pagebrowser .next a{
  empty-cells:hide;
  padding-right:17px;
  /*text-decoration:none;*/
}

#pagebrowser .next{
  float:right;
  width:100px;
  display:inline;
  position:absolute;
  right:172px;    
}

#pagebrowser .next img{
  padding-bottom: 4px;
  padding-left: 5px;
}

#pagebrowser .prev{
  float:left;
  width:100px; 
  display:inline; 
  position:absolute;
  left:225px;    
}

#pagebrowser .prev img{
  padding-bottom: 4px;
  padding-right:5px;
}
#pagebrowser .prev img{
  padding-bottom: 4px;
  margin-right: 5px;
}
#pagebrowser .prev a{
  empty-cells:hide;
  padding-left:17px;
}

