/* CSS Document */

/* content */

/* 1. Der Kalender */
table.blogCalendar{
/* style for all the calendar table */
padding: 0;
margin: 0;
border-left: 1px solid #284949;
border-right: 1px solid #284949;
border-top: 1px solid #284949;
border-bottom: 1px solid #284949;
font: normal 10px  Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: center;
border-collapse: collapse;
background-color: #ffffff;
}

td.blogCalendarHeader {
/* the style for The calendar header, this includes the two link arrows and the date*/
margin: 0;
padding: 0;
background: #ffffff;
color: #fff;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

td.headerDate{
/* td style for the header date (ex. December 2007)*/
}

a.headerDate{
/* link style for the header date */
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
text-decoration: none;
}

td.headerArrow{
/*td the style for the header link arrows */
}

a.headerArrow{
/*link style for the header link arrows*/
font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
text-decoration: none;
}

td.dayName{
/*td style of the day abreviations (S M T W T F S) */
font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #000000;
background: #ffffff;
/* border-right: 1px solid #A2ADBC; */
border-bottom: 1px solid #284949;
border-top: 1px solid #284949;
/* border-left: 1px solid #A2ADBC; */
}

td.blogCalendarDay {
border-right: 1px solid #284949;
border-bottom: 1px solid #284949;
width: 20px;
height: 20px;
font: normal 10px  Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #000000;
/* background: url('bg_calendar.gif') no-repeat right bottom;  */
}

a.blogCalendarDay{
/* style for a normal link in the calendar (that is not in the actual day) */
text-decoration: underline;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff; text-decoration: none;
display: block;
/*  background: url('bg_calendar.gif') no-repeat right top;  */
}

td.blogCalendarToday {
/* Stil für "Heute" */
color: #284949;
font-weight: bold;
background: #d4e9e9;
}

a.blogCalendarToday {
/* link style for a link that is in the actual day */
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #6aa3ae;
}


.dropList {
list-style: none;
background: #AAFF11;
border-bottom: solid 1px #FF3333;
border-right: solid 1px #FF3333;
}

/* 2. MENÜS */

/* TOP MENU */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  width:  10px;
  height: 20px;

}

td.pill_m {
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  width:  10px;
  height: 20px;
}

#pillmenu {
	white-space: nowrap;
	height: 20px;
	float: none;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../Bilder/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
	float:left;
  display:block;
  height: 20px;
  line-height: 20px;
  padding: 0 11px;
  color: #ffffff;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
	float:left;
  display:block;
  height: 20px;
  line-height: 20px;
  padding: 0 11px;
  color: #d4e9e9;
  text-decoration: none;
}

#pillmenu a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
	float:left;
  display:block;
  height: 20px;
  line-height: 20px;
  padding: 0 11px;
  color: #d4e9e9;
  text-decoration: none;
}


/*Hauptmenü Link Konfiguration*/
a.mainlevel:link, a.mainlevel:visited {
	font-family: Verdana, Arial, sans-serif;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #284949;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
	height: 18px !important;
	width: 155px;
	text-decoration: none;
	background-image: url(../Bilder/buttons/menu_bg.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*Hauptmenü Mouseover*/
a.mainlevel:hover {
	background-position: 0px -28px;
	text-decoration: none;
	color: #ffffff;
}

a.mainlevel:active {
	background-position: 0px -56px;
	text-decoration: none;
	color: #ffffff;
}

/*Submenü Link Konfiguration*/
a.sublevel:link, a.sublevel:visited {
	font-family: Verdana, Arial, sans-serif;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #284949;
	text-align: left;
	padding-top: 5px;
	padding-left: 22px;
	height: 16px !important;
	width: 130px;
	text-decoration: none;
	background-image: url(../Bilder/indent.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*Submenü Mouseover*/
a.sublevel:hover {
	color: #ffffff;
	text-decoration: none;
}

a.sublevel:active {
	color: #ffffff;
    background-image: url(../Bilder/indent_sub_active.gif);
}

/* MENÜ GLOBAL AKTIV */
#active_menu {
	background-position: 0px -56px;
	color: #ffffff;
	font-weight: bold;
		font-size: 11px;
}

a#active_menu:hover {
	color: #f5f6d4;
}	
/* ENDE MENÜS */	


h3 {
	font-family: Verdana, Arial, sans-serif;
	text-indent: 15px;
	background: url(../Bilder/info_header_dot.png) no-repeat;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}	

/* Normale Links im Inhaltsbereich */
a:link, a:visited {
	color: #3d6060; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #699191;	text-decoration: none;
	font-weight: bold;
}


/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}


td.buttonheading {
	border: 0px solid #cccccc;
}

table.adminform {
width:100%;
}

.clr {
	clear: both;
}
.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#pathway_outer {
	width: 635px;
  float: left;
  margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
  float: none !important;
  float: left;
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
}

a.pathway {
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav <title>Bart Merlevede - Praxis f&uuml;r Krankengymnastik - Soest, Westfalen</title>
{
	width: 100%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #000000;
	background: transparent;
}

#buttons>ul#mainlevel-nav <title>Bart Merlevede - Praxis f&uuml;r Krankengymnastik - Soest, Westfalen</title> { width: auto; }

	ul#mainlevel-nav <title>Bart Merlevede - Praxis f&uuml;r Krankengymnastik - Soest, Westfalen</title>:hover
{
	color: #ffcc00;
	background: #D84203;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

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

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;

}


#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 625px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
    border-style: double;
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
    border-style: double;
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height:0px;
}
	/**
#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 0px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}
**/
/* Haupttitel */
.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

/* Text BUTTONS */

/* Zurück Button */
.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px double #81230a;
	width: auto;
	background: url(../Bilder/button_bg.png) repeat-x;
	line-height: 20px;
	margin: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px double #3d6060;
	width: auto;
	background: url(../Bilder/button_bg.png) repeat-x;
	line-height: 20px;
	margin: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	  color: #000000;
	  padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

/* LISTEN */
li
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	padding-left: 18px;
	padding-top: 0px;
	background-image: url(../Bilder/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	vertical-align: middle;
	font-weight: normal;
}

ul li.active a:active,
.li a:active,
li a:active {
	color: #FFFFFF;
}

/* TABELLEN */
TABLE { border-collapse:collapse;}

/* TabellenText - Haupttextgröße */ 
td {
	text-align: left;
	font-size: 12px;
}

.spezialtabelle td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
    border:1px;
	border-color:#e2e2e2;
	border-collapse:collapse;

}


/* BODY STYLE */
body {
	padding: 0px;
	font-family: Verdana, Arial, "Sans Serif";
	font-size: 11px;
	color: #000000;
	line-height: 140%;
}

#maincolumn,
#maincolumn_full {
  width: 580px;
    height: 665px;
    overflow: auto;
    overflox-x: hidden;
	scrollbar-face-color: rgb(124,161,161);
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-3dlight-color: rgb(124,161,161);
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-track-color: rgb(181,212,212);
scrollbar-darkshadow-color: rgb(61,96,96);
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
}

.Schrift01 {
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 10px;
	color: #333333;
}
/* Joomla core stuff */


table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 8px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}
/** BUTTONS**/
.button {
	color: #3d6060;
	font-family: Verdana, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border:solid 1px #3d6060;
	width: auto;
	background: url(../Bilder/button_bg.png) repeat-x;
	line-height: 18px !important;
	line-height: 16px;
	height: 20px !important;
	height: 20px;
	margin: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
/** EINGABEBOX**/
.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}
/* Formatierung Heder Komponentenbereiche*/
.componentheading {
	color: #3d6060;
	text-indent: 15px;
	text-align: left;
	padding-top: 8px;
	padding-left: 6px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../Bilder/ueberschrift_bg.gif) top left repeat-x;
}

.contentheading {
	height: 30px;
	color: #3d6060;
	text-indent: 15px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../Bilder/ueberschrift_bg.gif) top left repeat-x;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #3d6060;
	text-align:left;
}

div.separator {
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}

.contentcolumn {
	padding-right: 10px;
}


table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

/* Modulbox Konfiguration */
table.moduletable {
	width: 100%;
	font-size: 11px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

div.moduletable {
	width: 100%;
	font-size: 11px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Modulbox Überschrift */
table.moduletable th {
	background: url(../Bilder/subheader_bg.gif) repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
		margin-bottom: 15px;
}
/* Modul-Tabelle */
table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 15px;
}

/* Abstände zwischen Modulen */
div.moduletable  {
margin-bottom: 20px;
}

/* UMFRAGEN (POLLS) */

/*Umfragerahmen*/
table.pollstableborder td {

  background-color : #f99d1c;
    font-size: 11px;
  color: #000000;
  font-weight: normal;
}
/*noch nicht identifiziert*/
.sectiontableheader {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  background: #f0f0f0;
  padding: -2px;
}


/*LISTENANSICHT 1*/
.sectiontableentry1 {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  background: #fef4e2;
  padding: 1px;
}
/*LISTENANSICHT 2*/
.sectiontableentry2 {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  background: #fef4e2;
  padding: 1px;
}

/*noch nicht identifiziert*/
.small {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
/*noch nicht identifiziert*/
.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
/*noch nicht identifiziert*/
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
/*noch nicht identifiziert*/
table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}
/*noch nicht identifiziert*/
table.contenttoc td {
  padding: 2px;
}
/*Sub-Headlines Hintergrund???*/
table.contenttoc th {
  background: url(../Bilder/subheader_bg.gif) repeat-x;
  color: #c10303;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

/*Einbettung von Grafiken*/
div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 5px;
  background: #efefef;
  padding: 2px 2px;
  color: #000000;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}
