/*
  main.css, v1.0 2009/05/22 21:28:00 b2wei
  Gestaltung, Design Andreas Schmieding : Grafikdesigner
  http://www.andreasschmieding.com

  Technische Umsetzung Andreas Buchwald : B2wei : Webentwicklung
  http://www.b2wei.net

  Copyright (c) 2009 lungenarztzentrum-koeln.de
*/

/*
  schrift grau:            #505155
  schrift hauptnavi:       #ffffff
  schrift hauptnavi over:  #d9351c
  schrift subnavi:         #40221c
  schrift subnavi over:    #d9351c
  linien subnavi over:     #f1e3c9
  bg hauptnavi:            #865d48
  bg hauptnavi aktiv:      #d8c1a0
  bg newsteser-box header: #78605a
  rahmen newsteaser-box:   #7e756f          
  
  900px Breite: 56.25em
*/

/* ----- Common CSS --------------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}
body {
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-top: 0.69em;
  width: 100%;
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  color: #000;
  text-align: center;
}
a {
  color: #d9351c;
  text-decoration: underline;
}
a:link,
a:visited {
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
}
p {
  line-height: 1.2em;
}
h1 {
  font-size : 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  padding-bottom: 0.5em;
  font-size: 1.1em;
}
h1, h2, h3 {
  font-weight: normal;
  color: #d9351c;
}
h1, h2, p {
  padding-bottom: 0.9em;
}
p, ul, fieldset, #fontSize {
  font-size: 0.8em;
}
hr {
	clear: both;
}
img {
  border: none;
}
.hide, .submitHidden {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px;
  width: 1px;
}
.clearBoth {
  clear: both;
}

/* ----- Layout Common ------------------------------------------------------ */
#wrapHeader,
#wrapMainNav,
#wrapContent,
#wrapFooter {
	margin: 2em;
  text-align: left;
}

/* ----- Layout Header ------------------------------------------------------ */

/* ----- Logo --------------------------------------------------------------- */

/* ----- Layout Content ----------------------------------------------------- */
#wrapContent {
}
#boxContentLeft {
}
#wrapBoxContent {
}
#boxContent {
}
#boxContentRight {
}

/* ----- Layout Contentfooter ----------------------------------------------- */
#contentFooter {
	margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #000;
}
.gotoTop {
  float: right;
}
.gotoTop a {
  padding-right: 15px;
  background: url(../res/blt_goto_top.gif) right top no-repeat;
}
.printVersion {
  float: left;
}
.printVersion a {
  padding-left: 18px;
  background: url(../res/printer.gif) no-repeat;
}
.lastAccess {
  clear: both;
}

/* ----- Layout Footer ------------------------------------------------------ */
#wrapFooter {
	margin-top: 2em;
  padding: 0.5em 0.5em 0.5em 12.5em;
}

#wrapFooter p {
  font-size: 0.7em;
  padding-bottom: 0.1em;
}
#wrapFooter p a {
  color: #40221c;
  text-decoration: underline;
}
#wrapFooter p a:link,
#wrapFooter p a:visited {
}
#wrapFooter p a:focus,
#wrapFooter p a:hover,
#wrapFooter p a:active {
	color: #40221c;
  text-decoration: none;
}

/* ----- Hauptnavigation ---------------------------------------------------- */

/* ----- Subnavigation ------------------------------------------------------ */

/* ----- BreadCrumb --------------------------------------------------------- */
#breadCrumb {
	padding-bottom: 3.5em;
  font-size: 0.7em;
}
#breadCrumb a {
  text-decoration: none;
}
#breadCrumb a:link,
#breadCrumb a:visited {
}
#breadCrumb a:focus,
#breadCrumb a:hover,
#breadCrumb a:active {
	text-decoration: underline;
}

/* ----- Content ------------------------------------------------------------ */
#boxContent ul {
  padding-left: 1em;
}
#boxContent ul li {
  margin-top: 0.2em;
}
#boxContent ul li ul {
  font-size: 1em;
}

/* ----- Globale Suche ------------------------------------------------------ */
#globalSearch {
	margin-bottom: 1em;
	color: #505155;
}
#globalSearch #search,
.submit {
}
#globalSearch input#search {
  width: 11.25em;
  font-size: 1em;
	color: #505155;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
	background: transparent;
  border: 1px solid #7e756f;
}
#globalSearch #search:focus,
#globalSearch #search:hover {
	background: #fff;
}
#globalSearch label {
/*	color: #efefef;*/
}
.searchResultItem {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #7e756f;
}

/* ----- JewelBox rechte Seite ---------------------------------------------- */

/* ----- Kontakt ------------------------------------------------------------ */
#content label {
  display: block;
}
#content input,
#content textarea {
  margin-bottom: 0.6em;
  width: 16em;
  display: block;
}
#content textarea {
  width: 28em;
  height: 12em;
}
#content input:focus,
#content input:hover,
#content textarea:focus,
#content textarea:hover {
}
#content .csc-mailform-submit,
.submitButton {
  padding: 0.1em 0.3em;
  width: auto !important;
}
.checkBoxInput {
  width: auto !important;
}

/* ----- FileLink	----------------------------------------------------------- */
.fileLink img {
	vertical-align: middle;
}

/* ----- Bild im Text ------------------------------------------------------- */
.csc-textpic-imagewrap {
  
}
.csc-textpic-imagewrap dd {
  display: block;
}
.csc-textpic-caption {
  display: inline;
  font-size: 0.7em;
  font-style: italic;
}
