
/*Corporate-Design-Farben:

Gelb Vollton aus CD: f9e398
Blau Logo Vollton: 0059a7
Blau Logo Vollton abgedunkelt: 024d8f

Gelb aufgehellt: fff1c2
Gelb abgedunkelt: e9deb9

Blau aufgehellt: e0efff
Blau aufgehellt abgedunkelt: bcd1e7


# # # # # # # # RIDDER # # # # # # # # #

Blau = Pantone 288 = 100 70 23 = 0 64 132 = #004084 
= angepasst auf #003a7b = 0 58 123
Hellblau = e0efff

Grün = Pantone 346 = 50 0 45 0 = 140 201 163 = #8cc9a3
Gründ abgedunkelt: 7fbea2
Hellgrün = dbf5e5
Hellgrün abgedunkelt = bcddc9

*/

/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
*
{
	padding: 0;
	margin: 0;
	border: 0px;
}

*:focus
{
	outline: 0;
}

html
{
	height: 100.1%;
	font-size: 75%;
	overflow-y: scroll;
}

body
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	text-align:center;
	background-color: #e0efff;
}

b, strong
{
	font-weight: bold;
	color: #024d8f;
}

img, a img
{
	border: none;
}

/* ================== Layout ======================== */

article
{
}

#wrapper
{
	width:980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	/*-moz-box-shadow: 0px 0px 10px 5px #7d96b3;
	-ms-box-shadow: 0px 0px 10px 5px #7d96b3;
	-o-box-shadow: 0px 0px 10px 5px #7d96b3;
	-webkit-box-shadow: 0px 0px 10px 5px #7d96b3;*/
	box-shadow: 0px 0px 10px 5px #7d96b3;
	/*-webkit-border-radius: 40px 80px 0px 0px;
	-moz-border-radius: 40px 80px 0px 0px;
	-ms-border-radius: 40px 80px 0px 0px;
	-o-border-radius: 40px 80px 0px 0px;*/
	border-radius: 40px 40px 0px 0px;
}

#sidebar
{
	width:280px;
	float:right;
	padding-right: 20px;
}

.maincont
{
	margin: 0 360px 30px 0;
	padding-left: 20px;
}

.clr
{
	visibility: hidden;
	clear: both;
}

#kontaktblock, #terminblock
{
	background-color: #e0efff;
	width: 250px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 25px 0px;
	font-style: normal;
}

#kontaktblock p, #terminblock p
{
	margin: 0.8em 0 0 0;
	font-size: 1em;
	line-height: 1.4em;
}

#kontaktblock h2
{
	color: #0059a7;
	padding: 0 0 0 10px;
	margin: 0px;
	font-size: 1.4em;
	letter-spacing: 1.65em;
}

#terminblock h2
{
	color: #0059a7;
	padding: 0 0 0 10px;
	margin: 0px;
	font-size: 1.4em;
	letter-spacing: 0.7em;
}

#kontaktblock header, #terminblock header
{
	background: #bcd1e7;
	margin: 0px -10px 0px -10px;
	height: 1.5em;
}

.rebue
{
	text-align: right;
}

/* =============================== Typo ============================== */

 h1
{
	color: #024d8f;
	font-size: 1.65em;
	font-weight: normal;
	margin: 0em 0 0.45em;
}

h2
{
	color: #024d8f;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 1.55em 0 0.55em;
}

h3
{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1.25em 0 0.45em;
}

h4
{
	color: #024d8f;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin: 1.55em 0 0.25em;
	padding-bottom: 3px;
	border-bottom: 1px solid #dbe5f3;
}

p
{
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0.25em;
	margin-bottom: 1em;
}

article ul, ol
{
	line-height: 1.5em;
}

article li
{
	margin: 0px 0px 0.5em 1.3em;
}

hr
{
	border-top: 1px solid #8096bd;
	border-bottom: 1px solid #fff;
}

a, a:link, a:visited
{
	color: #024d8f;
	text-decoration: underline;
}

#logotext a
{
	text-decoration: none;
}

a:hover
{
	color: #000;
	background-color: #e0efff;
	text-decoration: none;
}

table
{
	width: auto;
	border-collapse: collapse;
	margin: 2px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

tr, td
{
	text-align: left;
	vertical-align:top;
	background-color: transparent;
	padding: 1px 9px 1px 0px;/*border: 1px solid #fff;*/
}

th
{
	text-align: left;
	vertical-align:top;
}

.red
{
	color: #f00;
	font-weight: normal;
}

/* ================== Kopfbereich ========================= */
#logo
{
	text-align: center;
	background: #f9e398;
	/*background-image: url(../img/logo-lungenarztpraxis-leiner-wischmann.png);*/
	background-position: center;
	background-repeat: no-repeat;
	height: 116px;
	margin: 15px 0 0px 0;
	padding: 10px 0 0 0;
	border-radius: 10px 10px 0px 0px;
}

#kopfbogen
{
	background-image: url(../img/kopfbogen.png);
	background-repeat: no-repeat;
	height: 65px;
}

#logo a
{
	text-decoration: none;
	padding: 0;
	border: none;
	background: none;
}

#logotext
{
	background: #f9e398;
}

#logotext h1
{
	text-align: center;
	font-size: 1em;
	color: #0059a7;
	margin: -0.2em 0 0 0;
	padding-bottom: 0.5em;
}

#headerbild
{
	background-image: url(../img/headerbild3.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#querspry
{
	height: 0px;
	background-color: #dbf5e5;
	text-align: left;
}

header a:hover
{
	background: none;
}

/* ================== Bilder ========================= */


.imgcontainer
{
	/*float: left;*/
	width: 600px;
	background-color: #e0efff;
	padding: 10px 10px 10px 10px;
	margin: 5px 20px 15px 0px;
}

.imgcontainer img
{
	max-width: 600px;
	height: auto;
}

.imgcontainer p
{
	margin: 8px 0 0 0;
	font-size: 0.9em;
	line-height: 1.25em;
}

.imgcontainer250
{
	float: left;
	background-color: #e0efff;
	width: 250px;
	padding: 10px 10px 10px 10px;
	margin: 5px 20px 15px 0px;
}

.imgcontainer250 img, .imgcontainer250 iframe
{
	max-width: 250px;
	height: auto;
}

.imgcontainer250 p, .imgcontainer-portrait p
{
	margin: 8px 0 0 0;
	font-size: 0.85em;
	line-height: 1.25em;
}

.imgcontainer-portrait
{
	float: left;
	background-color: #e0efff;
	width: 180px;
	padding: 10px 10px 3px 10px;
	margin: 5px 20px 15px 0px;
}

.imgcontainer-portrait img
{
	max-width: 180px;
}

/* ==================== Footer ====================== */


#fussbogen
{
	background-image: url(../img/fussbogen.png);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 65px;
}

footer
{
	color: #0059a7;
	background-color:#f9e398;
	text-align: left;
}

footer p
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height:1.5em;
	margin: 0 0 0.25em 0;
	padding: 0.5em 0 0 20px;
}

footer address
{
	width:660px;
	margin: 00px 0 20px 0px;
	font-style: normal;
}

#globalnavi
{
	float: right;
	padding: 0px 10px 0 0;
}

#globalnavi a
{
	color: #0059a7;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: underline;
}

#globalnavi a:hover
{
	color: #003a7b;
	background-color: #fff;
	text-decoration: none;
}

#fotocredit
{
	margin-top: -10px;
	padding-bottom: 20px;
	font-size: 0.7em;
}

/* =================== Navi waagerecht statisch =================*/

/*#quer
{
	font-size: 0.9em;
	text-align: left;
}

#quer ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

#quer li.topmenu
{
	float:left;
}

.topmenu a
{
	float:left;
	width:128px;
	text-align:left;
	font-weight:bold;
	border-right:2px solid #fff;
	padding:1px 5px;
	border-collapse:collapse;
	color:#003a7b;
	text-decoration:none;
	background-color:#dbf5e5;
	margin:0;
}

.topmenu ul
{
	display:none;
}

.submenu a
{
	font-size:0.9em;
	font-weight:normal;
	width:130px;
	position:relative;
	clear:both; /* special IE6 */
/*	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left:none;
	border-right:none;
	padding:1px 5px;
	border-collapse:collapse;
	color:#003a7b;
	text-decoration:none;
	background-color:#dbf5e5;
	margin:0;
}

#quer a:hover, .topmenu.on a
{
	color:#003a7b;
	background-color:#bcddc9 !important;
}

.topmenu:hover ul
{
	display:block;
	z-index:500;
}
*/

/* =================== Navi Breadcrumb =================*/

#breadcrumb
{
	margin-bottom: 20px;
	font-size: 0.9em;
}

#breadcrumb p
{
	color: #003a7b;
	background: #fff1c2;
	margin: 0px 0px;
	padding: 7px 0px 8px 20px;
}

#breadcrumb p a
{
	color: #003a7b;
	text-decoration: underline;
	background: none;
	padding: 7px 10px 10px 10px;
}

#breadcrumb p a:hover
{
	text-decoration: underline;
	background: #e9deb9;
	padding: 9px 10px 10px 10px;
}

#breadcrumb .aktiv
{
	text-decoration: none;
	font-weight:bold;
	background: #e9deb9;
	color: #003a7b;
	padding: 9px 10px 10px 10px;
	margin-left: 5px;
}

/* =================== Navi waagerecht Spry =================*/


#platzhalter
{
	margin: 10px 0 0 0;
	background: #fff1c2;
	height: 26px;
}

#querspry
{
	margin: 10px 0;
	font-size:1em;
}

.breitbutton
{
	width:188px;
}

.schmalsubbutton
{
	width:125px;
}

/* BeginOAWidget_Instance_2141544: #MenuBar */
/* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
	these rules, with the exception of the images used for down or right pointing arrows, which are in the file SpryMenuBasic.css
	
	 These assume the following widget classes for menu layout (set in a preset)
	.MenuBar - Applies to all menubars - default is horizontal bar, all submenus are vertical - 2nd level subs and beyond are pull-right.
	.MenuBarVertical - vertical main bar; all submenus are pull-right.
	
	You can also pass in extra classnames to set your desired top level menu bar layout. Normally, these are set by using a preset. 
	They only apply to horizontal menu bars:
		MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
		MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
		MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned.  
		MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered', 
						and centered in its parent container.
		MenuBarFullwidth - Grows to fill its parent container width.
 
	In general, all rules specified in this file are prefixed by #MenuBar so they only apply to instances of the widget inserted along
	with the rules. This permits use of multiple MenuBarBasic widgets on the same page with different layouts. Because of IE6 limitations,
	there are a few rules where this was not possible. Those rules are so noted in comments.
	
*/

#MenuBar
{
	background-color:#fff1c2;
	font-family: Verdana, Geneva, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
												MenuItem, and MenuItemLabel
												at a given level all use same definition for ems.
												Note that this means the size is also inherited to child submenus, 
												so use caution in using relative sizes other than
												100% on submenu fonts. */
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	padding:5px 0;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	border-width:0px;
	border-style: none none none none;
}

/* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar 
in this section. These have very low specificity, so be careful not to accidentally override them. */

.MenuBar br
{ /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
	display:none;
}

.MenuBarLeftShrink
{
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}

.MenuBarRightShrink
{
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}

.MenuBarFixedLeft
{
	float: left;
	width: 980px;
}

.MenuBarFixedCentered
{
	float: none;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}

.MenuBarFixedCentered br
{
	clear:both;
	display:block;
}

.MenuBarFixedCentered .SubMenu br
{
	display:none;
}

.MenuBarFullwidth
{
	float: left;
	width: 100%;
}

/* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
#MenuBar .MenuItemContainer
{
	padding: 0px 0px 0px 0px;
	margin: 0; 	/* Zero out margin  on the item containers. The MenuItem is the active hover area.
				For most items, we have to do top or bottom padding or borders only on the MenuItem 
				or a child so we keep the entire submenu tiled with items.
				Setting this to 0 avoids "dead spots" for hovering. */
}

#MenuBar .MenuItem
{
	padding: 0px 0px 0px 5px;
	background-color:#fff1c2;
	border-right:2px solid #fff;
}

#MenuBar .MenuItem a:visited
{
	padding: 0px 0px 0px 5px;
	background-color:#f00;
	border-right:2px solid #fff;
}

#MenuBar .MenuItemFirst
{
	border-right:2px solid #fff;
}

#MenuBar .MenuItemLast
{
	border-style: none none none none;
}

#MenuBar .MenuItem .MenuItemLabel
{
	text-align:left;
	line-height:1.4em;
	color:#024d8f;
	background-color:transparent;
	padding: 0px 0px 0px 10px;
	width: 115px;
}

.SpryIsIE6 #MenuBar .MenuItem .MenuItemLabel
{
	width:1em; /* Equivalent to min-width in modern browsers */
}

/* First level submenu items */
#MenuBar .SubMenu .MenuItem
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	background-color:#fff1c2;
	padding:1px 2px 1px 0px;
	border-width:1px;
	border-color: #ffffff #ccc #cccccc #cccccc;
	/* Border styles are overriden by first and last items */
	border-style: solid none none none;
}

#MenuBar .SubMenu .MenuItemFirst
{
	border-style: solid none none none;
}

#MenuBar .SubMenu .MenuItemFirst .MenuItemLabel
{
	padding-top: 6px;
}

#MenuBar .SubMenu .MenuItemLast
{
	border-style: solid none none none;
}

#MenuBar .SubMenu .MenuItemLast .MenuItemLabel
{
	padding-bottom: 6px;
}

#MenuBar .SubMenu .MenuItem .MenuItemLabel
{
	text-align:left;
	line-height:1em;
	background-color:transparent;
	color:#024d8f;
	padding: 5px 0px 5px 10px;
	width: 180px;
}

/* Hover states for containers, items and labels */
#MenuBar .MenuItemHover
{
	background-color: #e9deb9;
	border-color: #ffffff #cccccc #cccccc #cccccc;
}

#MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel
{
	background-color: transparent; /* consider exposing this prop separately*/
	color: #024d8f;
}

#MenuBar .MenuItemHover .MenuItemLabel
{
	background-color: transparent;
	color: #024d8f;
	outline: none;
}

#MenuBar .SubMenu .MenuItemHover
{
	background-color: #e9deb9;
	border-color: #ffffff #cccccc #cccccc #cccccc;
}

#MenuBar .SubMenu .MenuItemHover .MenuItemLabel
{
	background-color: transparent;
	color: #003a7b;
}

/* Submenu properties -- First level of submenus */
#MenuBar .SubMenuVisible
{
	background-color: transparent;
	min-width:0%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
	border: none;
	/*-moz-box-shadow: 2px 2px 15px 0px #7c8981;
	-ms-box-shadow: 2px 2px 15px 0px #7c8981;
	-o-box-shadow: 2px 2px 15px 0px #7c8981;
	-webkit-box-shadow: 2px 2px 15px 0px #7c8981;*/
	box-shadow: 2px 2px 15px 0px #7c8981;
}

#MenuBar.MenuBar .SubMenuVisible
{/* For Horizontal menubar only */
	top: 100%;	/* 100% is at the bottom of parent menuItemContainer */
	left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem, 
					and your personal taste.
					0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0 
					on MenuItemContainer and MenuItem on the parent
					menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align 
					the dropdown with the left of the menu item label.*/
	z-index:10;
}

#MenuBar.MenuBarVertical .SubMenuVisible
{
	top: 0px;
	left:100%;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
}

/* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
#MenuBar .MenuLevel1 .SubMenuVisible
{
	background-color: transparent;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
	top: 0px;	/* If desired, you can move this down a smidge to separate top item''s submenu from menubar - 
				that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
				vertically 'centered' on its invoking item */
	left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a 
				negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
				to use px or ems to get the offset you want. */
}

/* IE6 rules - you can delete these if you do not want to support IE6 */

/* A note about multiple classes in IE6.
 * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
 * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
 * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
 * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this 
 * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'. 
 * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
 * syntax for that. Since IE6 both applies rules where 
 * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden. 
 * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would 
 * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins. 
 * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
 * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the 
 * css style block to make it easy to delete if you want to drop IE6 support.
 * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
 * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
 */
.SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */
{
	background-color: transparent; /* consider exposing this prop separately*/
	color: #003a7b;
}

.SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */
{
	background-color: transparent; /* consider exposing this prop separately*/
	color: #003a7b;
}

.SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */
{
	margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
}

	
/* EndOAWidget_Instance_2141544 */
