/*** LEFT - UNTERMENÜ ***/

#left ul {
	text-align:right;
	list-style-type:none;
}

#left ul li {
	margin-top:5px;
}

#left ul li + li {
	border-top:1px solid #82B5DB;
	padding-top:5px;
}

#left ul li a {
	color:#0066B4;
	text-decoration:none;
	padding-right:20px;
	background-image:url(images/dot_inactive.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

#left ul li a:hover {
	background-image:url(images/dot_active.gif);
}

/*** CENTER ***/

#center h2 {
	font-size:220%;
	line-height:130%;
	margin-bottom:30px;
	font-weight:normal;
	color:#0066B4;
}

#center .box h2 {
	font-size:150%;
	margin-bottom:10px; margin-top:25px;
	font-weight:normal;
}

#center h3 {
	font-size:150%;
	line-height:130%;
	margin-bottom:10px; margin-top:25px;
	font-weight:normal;
}

#center p {
	margin-bottom:7px;
	margin-left:1px;
}

#center ul, #center ol {
	padding-left:20px;
	margin-bottom:5px;
	margin-top:5px;
}

#center ul { 	list-style-image:url(images/li.gif); }

#center ul li, #center ol li {
	padding-bottom:10px;
}

#center ol ul { margin-left:20px; }

/* Zweispaltige Listen */

#center ul.rows2 li {
	float:left;
	width:47%; margin-right:2%;
}

#center ul li.inactive {
	color:#999999;
}

/* dl */

dl {
	width:100%;
	clear:both;
	display:block;
}

dt {
	display:block;
	font-weight:bold;
	width:30%;
	float:left;
	clear:both;
}

dd {
	width:65%;
	margin-left:35%;
}

/* Nodes */

#center .node {
	padding-bottom:15px;
}

#center .node + .node {
	padding-top:15px;
	border-top:1px dashed #BBBBBB;
}

#center .node h2	{
	font-size:150%;
	margin-bottom:10px;
	font-weight:normal;
}

#center .node .meta {
	font-weight:bold;
	color:#999999;
	margin-bottom:5px;
}

/* Suche */

dl.search-results dd {
	border-bottom:1px solid #BBBBBB;
	margin-bottom:20px;
}

dl.search-results p.search-info { display:none; }

/* Mitarbeiter */
div.mitarbeiter {
	border:1px solid #BBBBBB;
	padding:5px;
	overflow:hidden;
	width:100%;
	margin-bottom:5px;
}

div.mitarbeiter img {
	float:left;
	margin-right:10px;
}

/* Praxisliste */

ul.praxenliste {
	list-style-type:none;
}

ul.praxenliste img {
	float:right;
	margin-left:10px;
	display:block;
}

ul.praxenliste li {
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #BBBBBB;
}

ul.praxenliste .ansprechpartner {
	color:#0066B4;
	cursor:help;
}

/* Messages */

div.messages {
	padding:5px;
	border:1px solid #0066B4;
	background-color:#E7EDF7;
	margin-bottom:20px;
	
	box-shadow: 0px 0px 20px #DDDDDD;  
	-webkit-box-shadow: 0px 0px 20px #DDDDDD;
	-moz-box-shadow: 0px 0px 20px #DDDDDD;
}

/* Breadcrumbs */

#center .breadcrumb {
	margin-bottom:15px;
	font-size:85%;
	border-bottom:1px solid #E0E0E0;
}

/*** RIGHT ***/

#right div {
	background-color:#E7EDF7;
	padding:10px;
	margin-bottom:5px;
}

#right div div { margin-bottom:10px; padding:0px; background-color:transparent; }

#right h2 {
	color:#0066B4;
	font-size:110%;
	border-bottom:1px solid #0066B4;
	margin-bottom:10px;
}

#right h3 {
	color:#0066B4;
	font-size:100%;
  line-height:110%;
  margin-bottom:5px;
}

#right p {
	font-size:90%;
	line-height:120%;
}

#right ul {
	list-style-type:none!important;
}

#right ul ul {
	padding-left:10px;
}

/***
 * FORMULARE
 ***/
 
.form-item .description { font-size:80%; color:#999999; }

.form-item { margin-bottom:10px; }
 
input.form-text {
	border:1px solid #0066B4;
	padding:3px;
}

input.form-submit, a.button {
	background-color:#0066B4;
	border-width:1px;
	border-style:solid;
	border-color:#82B5DB #82B5DB #00335A #00335A;
	padding:3px;
	color:#FFFFFF;
}

input.form-submit:active, a.button:active {
	background-color:#00335A;
	border-color:#00335A #00335A #82B5DB #82B5DB;
}

a.button {  
  text-decoration: none;
	padding:4px;
}

input.form-file {
	border:1px solid #0066B4;
	padding:3px;
}

select.form-select {
	/*border:1px solid #0066B4;*/
}

select.form-select option { padding:3px 10px 0px 3px; }

span.form-required {
	color:#990000;
}

fieldset {

	padding:10px;
}

label {
	font-weight:normal;
	display:block;
}

/***
 * FOOTER
 ***/

#footer { text-align:right; padding-top:10px; }
#footer a.top-link { margin-right:10px; }
 
a.top-link {
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	padding-right:20px;
}


/***
 * TABELLEN
 ***/
 
table {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
}
 
table tr th {
  padding: 2px 3px;
  background-color: #FFFFFF;
}

table tr td {
  padding: 2px 3px;
}

table tr.odd td {
  background-color: #D9EAF5;
}

table tr.even td {
  background-color: #FFFFFF;
}
