﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#page_margins
{
	margin: 0px;
	padding: 0px;

	min-height:100%; /* real browsers */
}

#page
{
	font-family: Arial;
	font-size:0.9em;
}
* html #page_margins { height:100% !important; }
   
/* allocate space for footer ... */
#page { padding-bottom: 70px; }


/* Definition des Gerüstes Headerzeile und unterhalb 2 Spalten */
#header
{
	background-color: #ffffff;
	height: 95px;
	border-bottom: solid 4px #000000;
}
#headerleft
{
	float: left;
	/*width: 29em;*/ /* Standard-Wert */
	width: 10em;
	padding-left: 1em;
}
#headerright
{
	width: auto;
	margin-left: 5em;
	/* für überschrift */
	font-size: 1.7em;
	/*font-style: italic;*/
	font-weight: bold;
	/*instead of linehight padding-top */
	/*line-height: 99px;*/
	padding-top: 1em;	
}
.LogInInfo
{
	font-size: 0.6em;
	font-weight: normal;
}

.LogInInfo a
{
	color: #ffe68c;
	border: solid 1px #ffe68c;
	text-decoration: none;
	margin-left: 10px;
	padding: 1px;
}

.LogInInfo a:visited, a:active
{
	color: #ffe68c;
	border: solid 1px #ffe68c;
	text-decoration: none;
}


.headerIcons
{
	float: left;
	margin-right: 25px;
}
.headerText
{
	margin-top: 10px;
}

#nav
{
	background-color: #ffffff;
	color: White;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li
{
	display: inline;
	margin-right: 25px;
	letter-spacing: 0.5px;
	font-size: 0.8em;
}

#nav a
{
	color: inherit;
	text-decoration: none;
}
#nav a:hover
{
	background-color: #ffffff;
}

#main_content
{
	margin: 1em 10em;
}

#col1
{
	float: left;
	/*width: 29em;*/ /* Standard-Wert */
	width: 20em;
	margin: 0.5em;
}

#col2
{
	width: auto;
	/*margin-left: 29em;*/ /* Standard-Wert */
	margin-left: 20em;
	/*height: 40em;
	overflow: auto;*/
}

#col2_content
{
	padding-top: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
}

#footer { 
  	position:relative !important; 
  	/*min-width: 740px; 
  	max-width: 80em;*/ 
  	margin: 0 auto; 
  	/* move #footer to its position ... */
  	margin: -70px auto 0;
	
	border: 0 none;
	padding: 0;
  }
 
#footer_content { 
    text-align: left;
    padding: 10px 20px;
    margin: 0 0px;
  }


/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix
{
	display: block;
}

/* Clearen per Overflow */
.floatbox
{
	overflow: hidden;
}

/* IE-Clearing: ... */
#ie_clearing
{
	display: none;
}

/**
 * @section hidden elements | Versteckte Elemente
 * @see     ...
 *
 * Skip-Links und versteckte Inhalte
 */

/* Klassen für unsichtbare Elemente im Basislayout */
.skip, .hideme, .print
{
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
}

/* Skip-Links für Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active
{
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}


/* Sonstige Definitionen */

/* Keyfolder */
.keyfolder
{
	border: solid 2px #000000;
}
.keyfolderHeader
{
	border-bottom: solid 2px #000000;
	font-weight: bold;
}
.keyfolderContent
{
}
.keyfolderTable
{
	border-collapse:collapse;
}
.keyfolderTable th
{
	text-align: left;
	font-weight: normal;
}
.keyfolderTable tr td
{
	border: solid 1px #000000;
}
.menueIcon
{
	vertical-align: middle;
	margin-top: 3px;
}

/* gesundheitsdienstleistungen */
.navigationClass
{
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
	height: 10em;
}

.navigationClass a
{
	text-decoration: none;
	font-weight: bold;
}
.navigationClass a:hover
{
	text-decoration: inherit;
}

.navigationClass ul
{
	list-style: square;
	margin-left: 20px;
	padding: 0px;
	font-size: 0.95em;
}

.menueClosedDirectory
{
	list-style: disc;
}
.menueOpenDirectory
{
	list-style: circle;
}

.activeSubMenue
{
}

h1
{
	font-size: 1.2em;
}
h2
{
	font-size: 1.1em;
}

.naviContentClass
{
	background-color: #b2d9ff;
	z-index:3;
}

.naviContentClass ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #b2d9ff;
	z-index: 0;
}

.naviContentClass ul li
{
	display: inline;
	margin-left: 15px;

}

.naviContentClass a
{	text-decoration: none;
	font-weight: bold;
	color: #3d5682;
}

.naviContentClass a:hover
{
	text-decoration: inherit;
	color: #000000;
}

.contactList
{
	margin: 0px;
	padding: 0px;
}

.contactList td
{
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #666666;
}

.LogOutButton
{
}

.meetingContainer
{
}

.meetingHeader
{
	float: left;
	width: 350px;
	padding-top: 1em;
	text-align: center;
}
.meetingImage
{
	float:left;
}
.meetingDocuments
{
	clear: left;
}

.meetingContainerImage
{
	height: 200px;
}

.newTable
{
	border: none;
}
	
.newTableHeader
{
	font-weight: bold;
}
