/*
Innomed Magdeburg-German
www.innomed-magdeburg.de
Start: 23.11.2006
Letzte Aenderung: 29.11.2006
*/

/* Reset all */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
html, body {
  line-height: 1.2em;
  color: #3d3d3d;
  font: 100.1% Arial, Verdana, sans-serif;
  background: url(images/dotline.gif) repeat-y 307px 0;
  height: 100%;
}
 
body
{
  background: #fff url(images/bg.gif) repeat-x;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	margin: 0.9em 0;
}

a,.active
{
  text-decoration: none;
  color: #003755;
}

a:hover
{
  color: #54b6db;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Die kleine Linkbox oben rechts */
#homelink {
	position: absolute;
	top: 25px;
	left: 38px;
	width: 228px;
	height: 85px;
}

#homelink span {
	visibility: hidden;
}

#topright
{
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 20px;
  background: #013b5b;
  font-size: 70%;
  font-weight: 600;
  color: #fff;
}

#topright a
{
  color: #fff;
  text-decoration: none;
}

#topright a:hover
{
  color: #54b6db;
}

#navbar-bg
{
  width: 977px;
  background: transparent url(images/bg.gif) 0 119px;
  height: 119px;
  float: left;
}

/* Der Container begrentzt alle Ebenen, bis auf #topright */
#container
{
  width: 977px;
  background: url(images/dotline.gif) repeat-y 307px 0;
  min-height: 100%;
  position: relative;
  font-size: 90%;
}

* html #container
{
  height: 100%;
}

#header
{
  background: transparent url(images/header2.gif) no-repeat;
  width: 100%;
  height: 139px;
  float: left;
}

.mainnav
{
  display: inline;
  float: left;
  font-size: 90%;
  font-weight: 600;
  margin-left: 37px;
  background: url(images/nav2-bg.gif) repeat-x;
  height: 40px;
}

.last
{
  visibility: hidden;
}

.selected .subdiv, .selected .subdiv .last
{
  visibility: visible;
}


.mainnav li
{
  float: left;
  padding: 14px 37px 0 17px;
  margin: 0;
  /*display: inline;*/
  list-style: none none;
  background: transparent url(images/nav-point.gif) no-repeat 0 18px;
  color: #72d9ff;
}

.mainnav li a
{
  float: left;
}

.subdiv
{
  display: none;
}

.selected .subdiv
{
  line-height: 1em;
  display: block;
  position: absolute;
  top: 256px;
  left: 0;
  float: left;
  background: transparent url(images/watermark.jpg) no-repeat left bottom;
  padding: 32px 0 0 37px;
  width: 270px;
  list-style: none none;
  color: #54b6db;
  font-size: 100%;
  clear: both;
  height: 400px;
}

* html .selected .subdiv
{
  width: 307px;
}

.selected a
{ 
  color: #72d9ff;
}

.subdiv a, .selected .selected a
{
  color: #003755;
}

.selected .subdiv ul, .selected .subdiv li, .selected .subdiv li a
{
  display: block;
  float: none;
}

.selected .subdiv li
{
  list-style: none none;
  background: transparent url(images/r-arrow.gif) no-repeat 0 4px;
  padding: 0 0 0 22px;
  margin: 0 0 22px 0;
}

* html .selected .subdiv .selected
{
  margin-bottom: 38px;
}


.subdiv .selected a
{ 
  color: #72d9ff;
}

.subdiv a:hover
{
  color: #72d9ff;
}

/* Suchformular-Container*/
#search
{
  position: absolute;
  top: 150px;
  left: 703px;
  float: right;
}
/* Suchformular Text: Suche*/
#search span
{
  font-size: 80%;
  padding: 5px 10px 0 3px;
  float: left;
}

#search input
{
  border: 1px solid #afafaf;
  height: 20px;
  width: 154px;
  float: left;
}

#search #go-button
{
  padding-bottom: 4px;
  font-size: 100%;
  height: 21px;
  width: 36px;
  background: transparent url(images/go-button.gif) no-repeat;
  color: #fff;
  font-weight: 600;
  border: none;
  margin-left: 3px;
}

* html #search #go-button
{
  padding: 0;
}

*+html #search #go-button
{
  padding-top: 3px;
}

#heading-bar
{
  width: 977px;
  background: transparent url(images/nav-bg.jpg) no-repeat 170px 0;
  float: left;
  height: 79px;
  position: absolute;
  top: 179px;
  left: 0;
}

#header h1
{
  font-size: 146%;
  color: #72d9ff;
  background: transparent url(images/heading-point.gif) no-repeat left center;
  padding-left: 22px;
  float: left;
  position: absolute;
  top: 223px;
  left: 37px;
  z-index: 1;
}

#heading-bar img
{
  float: right;
  margin: 4px 28px 0 0;
}

/* Inhaltscontainer */
#content
{
  line-height: 1.2em;
  width: 594px;
  float: right;
  padding: 17px 30px 50px 0;
  font-size: 90%;
  color: #3d3d3d;
}

* html #content
{
  width: 624px;
  w\idth: 594px;
}

#content h2
{
  font-size: 140%;
  padding: 1em 0;
  /*float: left;*/
  width: 99%;
  line-height: 1.2em;
}

.memberimg
{
  position: absolute;
  top: 220px;
  left: 354px;
}

.spacer
{
  clear: both;
  height: 75px;
  width:100%;
}

h3
{
  font-size: 120%;
  margin: 20px 0 5px 0;
  color: #013b5b;
}

#content a
{
 text-decoration: underline;
}

#content ul
{
 margin-left: 30px;
}

#content ul li
{
 list-style: disc;
 line-height: 1.4em;
}

#content ul li ul li
{
 list-style: circle;
}

.FSF_form
{
 width: 553px;
 background: #f1f1f1;
 border: 1px solid #8f8f8f;
 padding: 20px;
 float: left;
 margin-bottom: 15px;
}

#content .FSF_input
{
 padding: 3px;
 border: 1px solid #afafaf;
 margin-right: 5px;
 float: left;
}

.FSF_submit
{
 padding: 2px;
 border: 1px solid #afafaf;
 float: left;
}

.FSF_pagination
{
 width: 553px;
 border: 1px solid #8f8f8f;
 padding: 20px;
 line-height: 1.6em;
 float: left;
 margin-bottom: 20px;
}

.FSF_result
{
 margin: 2em 0;
}

.FSF_resultLink
{
 font-size: 80%;
}

.FSF_pagetitle .FSF_resultLink
{
 font-weight: 600;
 font-size: 100%;
 margin-bottom: 3px;
}

.FSF_lastchange
{
 color: #8f8f8f;
}

.verein
{
 /*border-bottom: 1px dotted #8F8F8F;*/
 /*padding: 20px 0 50px 0;*/
 width: 100%;
 float: left;
 clear: both;
}

#content h4
{
 font-size: 100%;
 font-weight: 600;
 margin: 1.3em 0 0.6em 0;
}

#content h4 strong
{
 color: #013B5B;
}

.newsitem
{
 margin-bottom: 30px;
}

.newsitem h4, .partner h3
{
 background: #F1F1F1;
 border: 1px solid #ccc;
 padding: 5px;
}

hr
{
 background: #ccc;
 border-color: #ccc;
}

.contact th
{
 text-align: left;
}

#map
{
border: 1px solid #51971B;
width: 98.5%;
height: 300px;
background: #fff;
margin: 5px 0 0 4px;
}

.newsletter a
{
 background: url(images/pdf-ico.gif) no-repeat left center;
 padding-left: 20px;
}

.dotline {
 border-bottom: 1px dotted #8F8F8F;
 margin: 18px 0 25px 0;
 float: left;
 width: 100%;
}

#mininews {
 position: absolute;
 left: 35px;
 top: 295px;
 width: 250px;
}

/* unsichtbare Links*/
a.invisible:link, a.invisible:visited, a.invisible:hover, a.invisible:active, a.invisible:focus {
 text-decoration:none !important;
 color:#3D3D3D;
}
