/*-----------------------------------------------------------------------------
Dr. Lauser Screen Stylesheet

version:   1.0
date:      17/06/08
author:    Christine Kirchmeier
website:   www.sightdesign.de
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;	
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.right {
	float: right;
}

img.right {
	margin: 3px 0 4px 15px;
}

.left {
	float: left;
}

img.left {
	margin: 3px 15px 4px 0;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body {	
	font: 62.5%/1.5  Arial, Verdana, sans-serif;
	background: #efefef url(../images/bg.gif) repeat-x 50% 0;
	color: #313131;	
	text-align: center;
}

#wrapper { 
	width: 955px;	
	position: relative;
	padding: 0;
	text-align: left;  
	margin: 0 auto;
	background: #fff url(../images/bg-wrapper.jpg) repeat-y 0 0;
}

* html #wrapper {
	/*width: 951px;*/
}

/* General elements
-----------------------------------------------------------------------------*/

h1 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #8e1f30;
	font-size: 1.5em; /* Equivalent to 15pt */
	font-weight: normal;
	background: url(../images/h1.jpg) no-repeat left bottom;
	line-height: 1.0em;
}
	
h2 {
	font-size: 1.3em; /* Equivalent to 20pt */
}
	
h3 {
	font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4 {
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5 {
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite {

}

blockquote {
  margin-left: 20px
}

ul, ol, dl {
  list-style: none;
}

#content ul, #content ol, #content dl {
  padding: 0 0 0 20px;
  margin: 5px 5px 5px 10px;
}

#content ul {
	list-style-type: square; 
}

li, dd, dt {
	
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #8e1f30;
}

a:hover {
	text-decoration: underline;
	color: #8e1f30 ;
}

a:visited {
	color: #666;
}

p { 
	margin: 0 0 1em 0; 
}

address {
	font-style: normal;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	width: 955px;
	height: 138px;
	margin: 0 0 32px 0;
	background: url(../images/header.jpg) no-repeat;
}

#static {	
	padding: 0 26px 0 0;
}

#static div {
	float: right;
	height: 22px;
	padding: 57px 0 3px 3px;
	background: url(../images/bg-static1.gif) no-repeat left bottom;	
}

#static a {
	display: block;
	float: left;	
	padding: 3px 7px 2px 7px;
	margin: 0 1px 0 0;
	color: #313131;
	background: #c6c6c6 url(../images/bg-static.gif) repeat-x right top;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 17px;
}

#static a:hover {
	color: #111;
	background: #d0d0d0 url(../images/bg-static-a.gif) repeat-x right top;
}

#static a.last {	
	margin: 0;
}

#logo {
	width: 550px;
	margin: 16px 0 0 310px;
	padding: 28px 0 0 23px;
	color: #777;
	background: url(../images/praxis.gif) no-repeat;
}

#logo h1 {
	margin: 2px 0 0 0;
	padding: 0;
	color: #777;
	font-size: 1.0em; /* Equivalent to 18pt */
	font-weight: normal;
	background: none;
}

#logo h1 span {
	display: none;
}


/* Main Navigation
-----------------------------------------------------------------------------*/
#mainnav {	
	float: left;
	width: 184px;
	padding: 0;
	margin: 0 0 0 25px;
	background: url(../images/bg-mainnav.jpg) no-repeat right top;
}

#mainnav ul.menu {		
	margin: 10px 15px 20px 0;
	padding: 0;	
	font-size: 1.2em;
}

#mainnav ul.menu li {
	padding: 0 0 1px 0;
	background: url(../images/dot-black.gif) repeat-x left bottom;
	font-size: 1.2em;
}

#mainnav ul.menu li a {
	display: block;
	padding: 6px 3px 3px 12px;
	margin: 0;
	color: #313131;
	background: url(../images/nav-arrow-1.gif) no-repeat 0 0.8em;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1em;
}

#mainnav ul.menu li a:hover, #mainnav ul.menu li.active a:hover {
	color: #8e1f30;
	background: url(../images/nav-arrow-2.gif) no-repeat 2px 0.8em;
}

#mainnav ul.menu li#current a {
	padding: 5px 3px 1px 12px;
	margin: 0 0 1px 0;
	color: #8e1f30;
	background: url(../images/nav-arrow-3.gif) no-repeat left bottom;
}

#mainnav ul.menu li.active a {
	background: url(../images/nav-arrow-1.gif) no-repeat 2px 0.8em;
}

/* Sub Navigation 1
-----------------------------------------------------------------------------*/

#mainnav ul.menu li ul {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

#mainnav ul.menu li ul li {
	background: url(../images/dot-black.gif) repeat-x left top;
}

#mainnav ul.menu li ul li.last {
	background: none;
}

#mainnav ul.menu li ul li a {
	display: block;
	padding: 6px 0 3px 24px !important;
	background: url(../images/nav-arrow-1.gif) no-repeat 12px 0.8em !important;
	color: #626262 !important;
	font-size: 0.55em !important;	
}

#mainnav ul.menu li ul li a:hover {
	color: #8e1f30 !important;
	background: url(../images/nav-arrow-2.gif) no-repeat 14px 0.8em !important;
}

#mainnav ul.menu li ul li#current a {
	color: #8e1f30 !important;
	background: url(../images/nav-arrow-2.gif) no-repeat 12px 0.8em !important;
}

#mainnav ul.menu li.active ul li.active a {
	background: url(../images/nav-arrow-1.gif) no-repeat 14px 0.8em;
}

/* Sub Navigation 2
-----------------------------------------------------------------------------*/

#mainnav ul.menu li ul li ul {
 margin: 0;
}

#mainnav ul.menu li ul li ul li {
	background: url(../images/dot-black.gif) repeat-x left top;
}

#mainnav ul.menu li ul li ul li.last {
	background: none;
}

#mainnav ul.menu li ul li ul li a, #mainnav ul.menu li ul li#current ul li a {
	display: block;
	padding: 6px 0 3px 36px !important;
	background: url(../images/nav-arrow-1.gif) no-repeat 24px 0.8em !important;
	color: #828282 !important;
	font-size: 0.38em !important;	
}

#mainnav ul.menu li ul li ul a:hover, #mainnav ul.menu li ul li#current ul li a:hover {
	color: #8e1f30 !important;
	background: url(../images/nav-arrow-2.gif) no-repeat 26px 0.8em !important;
}

#mainnav ul.menu li ul li ul li#current a {
	color: #8e1f30;
	background: url(../images/nav-arrow-2.gif) no-repeat 24px 0.8em !important;
}

/* News
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 195px;
}

.newsBox {
	width: 173px;
	padding: 7px 11px 5px 11px;
	margin: 0 0 0 0;
	background: #5c5c5c url(../images/bg-news.jpg) repeat-y left top;
	color: #313131;
	font-size: 1.1em;
}

.newsBox .date {
	margin: 6px 0 0 0;
	background: url(../images/dot-red.gif) repeat-x left bottom;
	color: #8e1f30;
	line-height: 1.5em;	
}

#sidebar h2, #sidebar h3 {	
	margin: 0;
	padding: 3px 3px 2px 13px;
	background: #8e1f30 url(../images/news-header.gif) repeat-y left top;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
}

.newsBox p {
	margin: 0.3em 0 0.5em 0;	
	font-size: 1em;
	line-height: 1.2em;
}

.newsShadow {	
	background: url(../images/newsbox_bottom.gif) no-repeat left top;
}


/* Content
-----------------------------------------------------------------------------*/
#main {
	
}

#content {
	width: 483px;
	float: left;
	padding: 33px 20px 10px 18px;
	margin: 0 0 20px 6px;
	background: #fff url(../images/bg-content.jpg) no-repeat left top;
	color: #313131;
	line-height: 1.3em;
	font-size: 1.2em;
}

.article {
	margin: 0 0 20px 0;
}

.contentBox {
	padding: 9px 10px 17px 15px;
	margin: 0 0 15px 0;
	color: #343434;
	line-height: 1.5em;
	background: #dfe1e3 url(../images/contentbox_bg.gif) repeat-x left bottom;
}

.contentBox .header {
	margin: -9px -10px 9px -15px;	
	padding: 2px 5px 2px 15px;
	line-height: 2em;
	background: #333 url(../images/contentbox_header_bg.gif) repeat-x left bottom;
	color: #46cf07;
}

.contentBox h1 {
	padding: 0 0 0 25px;
	line-height: 2em;
	background: url(../images/arrow_contentbox.gif) no-repeat 0 0.3em;
	color: #46cf07;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 34px;
	width: 955px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	background: url(../images/footer.jpg) no-repeat left top;
	color: #b6b6b6;
	line-height: 1.2em;
	text-align: center;
}

#footer a {
	color: #b6b6b6;
}

#leftFooter {
	float: left;
	margin: 0 0 0 12px;
}

#rightFooter {
	float: right;
	margin: 0 12px 0 0;
}

/* Forms
-----------------------------------------------------------------------------*/

input, textarea {	
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 1.2em;
}

#sidebar form.search {
	margin: 0 0 13px 0;
}

#sidebar form.search input {
	float: left;
	width: 120px;
	height: 14px;
	padding: 2px 3px 3px 3px;
	border: 1px solid #777;	
}

#sidebar form.search button {
	float: left;
	width: 61px;	
	height: 21px;	
	padding: 0 0;
	margin: 0 0 0 6px;
	overflow: visible;
	background: url(../images/search.gif) no-repeat left top;
	font-size: 1.1em;
	cursor: pointer;
	border: none;
}

#search {
	margin: 0 0 13px 0;
}

/* Tables 
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}

/* Sitemap 
-----------------------------------------------------------------------------*/

.xmap h2 {
  display: none;
}

.xmap ul {
  margin: 0 0 0 20px;
  list-style-type: square;
}

.xmap ul ul {
  margin: 0 0 0 20px;
}

/* Search 
-----------------------------------------------------------------------------*/

.results h3 {
  margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #8e1f30;
	font-size: 1.5em; /* Equivalent to 15pt */
	font-weight: normal;
	background: url(../images/h1.jpg) no-repeat left bottom;
	line-height: 1.0em;
}

.results ol {
  margin: 0 0 20px 20px;
  list-style-type: square;
}

.results ol li {
  margin: 0 0 10px 0;
  list-style-type: square;
}

.results ol h4 {
  font-size: 1.1em;
}

.results .small {
  font-size: 1.1em; 
  color: #777;
}

.results .highlight {
  color: #000;
  font-weight: bold;
}

.search_result h3 {
   margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #8e1f30;
	font-size: 1.5em; /* Equivalent to 15pt */
	font-weight: normal;
	background: url(../images/h1.jpg) no-repeat left bottom;
	line-height: 1.0em;
}

.search_result .inputbox {
  border: 1px solid #777;	
}

.search_result button {
	width: 61px;	
	height: 21px;	
	padding: 0;
	overflow: visible;
	background: url(../images/search.gif) no-repeat left top;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
}

.search_result .phrase {
	border: 1px solid #777;	
	padding: 10px;
	margin: 10px 0;
}

.search_result .only {
	border: 1px solid #777;	
	padding: 10px;
	margin: 10px 0;
}

/* Kontaktformular 
-----------------------------------------------------------------------------*/

#emailForm label {
  float: left;
  width: 160px;
}

#emailForm div.contact_email {
  margin: 0 0 10px 0;
}

#emailForm input, textarea {
  width: 250px;
  border: 1px solid #777;
}

#emailForm textarea {
  height: 100px;
}

#emailForm div.contact_email_checkbox label {
  float: none;
  width: auto;
}

#emailForm div.contact_email_checkbox input {
  width: auto;  
  border: none;
}

#emailForm div.contact_email_checkbox {
  margin: 0 0 15px 0;
}

#emailForm button {
	width: 61px;	
	height: 21px;	
	padding: 0;
	overflow: visible;
	background: url(../images/search.gif) no-repeat left top;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

input.invalid, textarea.invalid {
  border: 1px solid #900 !important;
}

label.invalid {
  color: #900 !important;
}

div.error {
  padding: 5px 6px;
  margin: 0 0 15px 0;
  border: 1px solid #8e1f30;
  color: #8e1f30;
}

dt.message {
  font-weight: bold;
}

li.latestnews {
  padding: 0 0 0 10px;
  background: url(../images/list.gif) no-repeat 1px 5px;
}
