/*
*********************************************************************************
* Allgemeine Daten
*
* Projektname : Aerztezentrum Kirchheim
* Autor       : Ingenieurbuero MKdesign
* Dateiname   : main.css
* Typ         : Stylesheet Definition
* Datum:      : 06.06.2008
*
*********************************************************************************
*/


/*
*********************************************************************************
* Inhalt
*********************************************************************************
*/

.error
{
  font-size:13px; 
  color:#ff0000;
  font-weight: bold;
}

#print 
{
  display: none;
}

h1
{
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
  margin-top: 20px;
}

h2
{
  font-size: 14px;
  color: #3e4961;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3
{
  font-size: 13px;
  color: #3e4961;
  margin-top: 20px;
  margin-bottom: 5px;
}

img
{
  border-color:#d4d0cf
}

.center a 
{
  color: #58688c;
  text-decoration: none;
}

.center a:hover 
{
  color: #9a0000;
}

.heading
{
  font-weight:bold;
}

.title
{
  color: #58688c;
  font-size: 15px;
  font-weight:bold;
}

.title2
{
  color: #58688c;
  font-size: 12px;
  font-weight:bold;
}

.small
{
  font-size: 11px;
}

.image_left 
{
  margin-right: 17px;
  margin-bottom: 17px;
  margin-top: 5px;
  float: left;
  xmargin-left: -45px;
  z-index: 501;
  position: relative;
}

.image_left_inner 
{
  margin-right: 17px;
  margin-bottom: 17px;
  margin-top: 5px;
  float: left;
  margin-left: 0px;
}

.image_right 
{
  margin-right: 0px;
  margin-bottom: 17px;
  margin-top: 5px;
  float: right;
  margin-left: 17px;
}

ul 
{
  font-size: 13px !important;
  line-height: 17px !important;
  color: #000000 !important;
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: disc !important;
}

li 
{
  font-size: 13px !important;
  line-height: 17px !important;
  color: #000000 !important;
  margin-left: 15px !important;
  margin-bottom: 0px !important;
  text-indent: 0px !important;
  padding: 0px !important;
  background-image: none !important;
}

/* Startseite */
.startpage_black 
{
  color:#000000;
}

.startpage_gray
{
  color:#808080;
}

.startpage_blackbold
{
  color:#000000; 
  text-decoration:none;
  font-weight: bold;
}

.startpage_phone
{
  font-size:9px;
  xcolor:#000000; 
  text-decoration:none;
  font-weight: normal;
}

.startpage_graybold
{
  color:#808080;
  font-weight: bold;
}

.startpage_floor_center
{
  background-color:#7592C1;
}

.startpage_floor_center2
{
  background-color:#005496;
}

.startpage_floor_tr
{
  background-color:#f3f3f4;
}

.startpage_floor_std
{
  font-size:9px;
}

.startpage_floor_bold
{
  font-size:9px;
  font-weight:bold;
}

.startpage_image
{
  border-color:#555555
}

/*
*********************************************************************************
* Formulare
*********************************************************************************
*/

#tabledark
{
  font-size:9pt;
  font-weight:bold;
  line-height:150%;
  color:#000000;
  height: 26px;
  background-color:#CCDEE9;
  padding-left: 3pt;
}

#tablemedium
{
  font-size:9pt;
  line-height:150%;
  color:#000000;
  height: 26px;
  background-color:#E6F0F4;
  padding-left: 3pt;
}

#tablemedium a:link, #tablemedium a:active, #tablemedium a:visited
{
  color:#555555;
}

#tablelight
{
  font-size:10pt;
  line-height:150%;
  color:#000000;
  height: 26px;
  background-color:#F3F9FB;
  padding-left: 3pt;
}

#tablelight2 
{
  font-size:10pt;
  line-height:150%;
  color:#000000;
  height: 26px;
  background-color:#EAF2FA;
  padding-left: 3pt;
}



