/* $Id: style.css,v 1.24 2007/12/22 23:24:26 goba Exp $ */

/*
** HTML elements
*/
body {
  color: #000;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body, p, td, li, ul, ol {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
h1 {
  color: #369;
  font-size: 1.6em;
  margin-bottom:10px;
}
table { border-collapse: separate !important; }

table.listing a {
text-decoration:none;

}

table.listing {
font-size:12px;
}


table.listing a, table.listing a:link, table.listing a:visited, table.listing a:active {
color:black;
}

table.listing  a.nachname, table.listing a.nachname:link, table.listing a.nachname:visited, table.listing a.nachname:active {
color:#369;
}

table.listing ul {
margin:0 !important;
padding-left:15px;
}

table.listing li {
margin:0;
}

a.nachname:first-letter {
font-size:16px;
}


#main.grundbegriffe p {
font-size: 12px;
line-height:1.4em;
margin-top:10px;
margin-bottom:4px;
}

#main.grundbegriffe h2 {
margin-top:30px;

}
#main.grundbegriffe h2 a {
color:#369;

}


#main.grundbegriffe ul, #main.grundbegriffe li, #main.grundbegriffe ul li a {
font-size:12px;
}


tr.odd td, tr.even td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #800;
}
a:hover, a:active {
  font-weight: bold;
  color: #de0000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
  
}

div.content p {
font-size:13px;
line-height:1.4em;
}

a.nachname {
  color: #369;
}
address { font-style: normal; }
blockquote {
  border-left: 4px solid #69c;  /* LTR */
  padding: 0 15px;
  margin: 25px 100px 25px 50px; /* LTR */
  color: #696969;
  text-align: left; /* LTR */
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  color: #369;
}
.item-list .title {
  color: #369;
  font-size: 0.85em;
}

/*
** Page layout blocks / IDs
*/
.container {
	border: 1px solid #ccc;
	width: 980px;
	margin: 5px auto;
}
#primary-menu {
  border-collapse: separate;
  background-color: #e0edfb;
  border-bottom: 10px solid #369;
}
#primary-menu tr {
  height: 150px;
}
td#home {
  background: #fff;
}
td#home img {
	margin: 0 0 0 10px;
}
td#home a:link img, td#home a:visited img {
  background: transparent url(logo-active.jpg) repeat; /* LTR */
}
td#home a:hover img {
  background: transparent url(logo-hover.jpg) repeat; /* LTR */
}
.primary-links, .primary-links a:link, .primary-links a:visited {
  background: #fff url(../images/fp-header.png) no-repeat;
  color: #369;
}
.primary-links a:hover {
  color: #000;
}
#primary-menu .primary-links {
  /*background: transparent url(header-b.jpg) left top no-repeat;*/
  font-size: 0.79em;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #369;
}
#secondary-menu {
  border-collapse: separate;
  background-color: #369;
  border-bottom: 10px solid #fff;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited {
  color: #e4e9eb;
}
.secondary-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#secondary-menu .secondary-links {
  font-size: 0.65em;
}
ul.links li {
  border-left: 1px solid #ff8c00; /* LTR */
}
#navlist li {
  border-left: 1px solid #369; /* LTR */
}
#subnavlist li, ul.primary-links li, ul.secondary-links li {
  border-left: 1px solid #fff; /* LTR */
}
#navlist li.first, #subnavlist li.first, ul.links li.first {
  border: none;
}
.tabs {
  /*margin: 15px 0;*/
  display: none;
  
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #369;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px;
  background: #fff url(tabs-off.png) left top no-repeat; /* LTR */
  border-color: #69C;
  border-width: 2px;
  border-style: none solid none none; /* LTR */
  height: auto;
  margin-right: 10px; /* LTR */
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #369 url(tabs-on.png) left top no-repeat; /* LTR */
  border-right: 2px solid #369; /* LTR */
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #ff4500;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px; /* LTR */
  text-decoration: none;
  border-right: none; /* LTR */
}
.tabs ul.secondary li a {
  background: #fff url(tabs-option-off.png) left center no-repeat; /* LTR */
  padding: 10px 0 10px 25px; /* LTR */
  margin: 0;
}
.tabs ul.secondary li a.active {
  background: #fff url(tabs-option-on.png) left center no-repeat; /* LTR */
  color: #369;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff url(tabs-option-hover.png) left center no-repeat; /* LTR */
  color: #FF4500;
}
#content {
  background-color: #fff;
}
#content td.border {
	width: 4px;
	background: #fff url( border.jpg ) no-repeat;
	padding: 0;
	margin: 0;
}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right; /* LTR */
  vertical-align: middle;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 0.85em;
  margin: 0.2em;
}
#search .form-text {
  width: 9em;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px;
  margin: 20px 35px 0 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#site-info {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.site-name {
  font-size: 1.2em;
  display: none;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #ff8c00;
  text-decoration: none;
}
.site-slogan {
  font-size: 0.8em;
  font-weight: bold;
  display: none;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
.nav {
  padding: 0;
  margin: 0;
}
#sidebar-right {
  font-size: 0.75em;
  width: 175px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 25px 10px 75px 10px;
  vertical-align: top;
}
#sidebar-left {
  /*border-right: 3px solid #f5f5f5;*/
}
#sidebar-right {
}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
.node .content {
  text-align: left; /* LTR */
  font-size: 0.85em;
  line-height: 1.3;
}
.comment .content {
  text-align: left; /* LTR */
  font-size: 0.85em;
  line-height: 1.3;
}
#footer-message {
  padding: 15px 100px 30px 100px;
  font-size: 0.85em;
  text-align: center;
  color: #aaa;
  background: #fff;
}
#footer-people { background: #fff; }
#footer-people-content {
	background: transparent url(../images/footer-people.gif ) top right no-repeat;
	width: 729px;
	height: 132px;
}
table#footer-menu {
  background-color: #369;
  color: #e4e9eb;
}
#footer-menu td {
  padding: 5px;
  font-size: 0.75em;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited {
  color: #e4e9eb;
}
#footer-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 1.3em;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
#content .title, #content .title a {
  color: #369;
}
.content h1 {
  color: #369;
  font-size: 1.9em;
  margin-bottom:20px !important;
}

.content h1.title {
  color: #369;
  font-size: 1.9em;
  margin-bottom:20px !important;
}
.content h2 {
color: #369;
  font-size: 1.5em;
  margin:30px 0 10px 0;
}
.content h3 {
  color: #69c;
  font-size: 1.5em;
}
.content h4 {
  color: #8be;
  font-size: 1.3em;
}
.content h5 {
  color: #96c6f6;
  font-size: 1.15em;
}
.submitted {
  color: #999;
  font-size: 0.79em;
}
div.links {
  color: #ff8c00;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0;
  margin: 0;
}
.box h2 {
  font-size: 9px;
}
.block .title h3 {
  border-bottom: 2px solid #69c;
  color: #369;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px 10px 10px;
  margin-bottom: .25em;
  /*background: transparent url(icon-block.png) left center no-repeat;*/
}
#sidebar-left .block .title h3 {
  border-bottom: none;
  color: #369;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}

.block .content {
  padding: 5px;
}
.block {
  /*margin-bottom: 1.5em;*/
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2.5em 0;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.83em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #fff;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1em;
  padding: 10px 0 12px 19px; /* LTR */
  background: transparent url(icon-comment.png) left center no-repeat; /* LTR */
}
.comment .new {
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right; /* LTR */
  margin: 10px;
}
div.links {
  font-size: 0.75em;
}
div.links .prev, div.links .next, div.links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0; /* LTR */
  background: transparent url(arrow-next.png) right center no-repeat; /* LTR */
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0; /* LTR */
  background: transparent url(arrow-next-visited.png) right center no-repeat; /* LTR */
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0; /* LTR */
  background: transparent url(arrow-next-hover.png) right center no-repeat; /* LTR */
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px; /* LTR */
  background: transparent url(arrow-prev.png) left center no-repeat; /* LTR */
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px; /* LTR */
  background: transparent url(arrow-prev-visited.png) left center no-repeat; /* LTR */
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px; /* LTR */
  background: transparent url(arrow-prev-hover.png) left center no-repeat; /* LTR */
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel h3 {
  background-color: #369;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
div.admin-panel .body {
  background: #fffaf0;
}

/*
** Module specific styles
*/
.content .active {
  color: #de0000;
}
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; /* LTR */
  border-left: 1px solid #fafafa; /* LTR */
}
#tracker th img {
  float: right; /* LTR */
}
#tracker tr.even, #tracker tr.odd {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0; /* LTR */
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 15px 0 15px 0;
  background-color: #fff;
}
#forum table {
  width: 100%;
  border: 2px solid #69c;
}
#forum table tr th {
  text-align: center;
  background: #69c;
  color: #fff;
  font-size: 0.75em;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img {
  margin: 0;
}
#forum tr.odd {
  background: #e0edfb;
}
#forum tr.even {
  background: #fff;
}
#forum td {
  padding: 0.5em;
}
#forum td.container {
  color: #000;
  background: #369 url(forum-container.jpg) right top no-repeat; /* LTR */
  border: 2px solid #69c;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 20px 0 20px 35px; /* LTR */
  background: transparent url(forum-link.png) left center no-repeat; /* LTR */
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

#sidebar-left {
	padding: 0;
	margin: 0;
	width: 220px;
}
#sidebar-left-inner {
	background: transparent url( sidebar-bg.jpg ) repeat-y;
}

#sidebar-left .block { padding: 0px; }
#sidebar-left .block .content { padding: 0px; }

ul.menu {
	border: medium none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	margin-top:35px;
}

ul.menu ul {margin-top:0;}

ul.menu li {
	
	width:205px;
	margin: 0;
}

ul.menu li a {
	border-top: 1px solid #b9b5a9;
	display:block;
	font-weight:bold;
	padding: 5px 0px 5px 10px;
}



ul.menu li li {
	border-top: none;
	border-bottom: none;
	
}

ul.menu li ul.menu li a {
background-image:url(../images/bullet.png);
background-repeat:no-repeat;
background-position: 12px 9px;
}



ul.menu a:link {  color: #336699;  display:block;}
ul.menu a:visited { color: #336699;  }
ul.menu a.active { color: #fff;  text-decoration:none; font-weight: bold; background-color:#336699 !important; }
ul.menu a:hover { color: #fff;  text-decoration:none;background-color:#bbb; }
ul.menu li li a.active {background-color:#99b2cc !important;}
ul.menu li:first-child { border-top: 0 none; }
ul.menu li:last-child { border-bottom: 0 none; }

ul.menu li li a {padding-left:25px; color:black !important; font-size:11px; border:0px; font-weight:normal;}
/*
li.leaf {
	list-style-image: url( menu-leaf.png );
	list-style-type: square;
	padding: 0.2em 0.5em 0 0;
}
*/

ul.menu ul.menu li {list-style-type:square !important;}

li.leaf,
li.collapsed,
li.expanded {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}

.block ul { padding: 0; }

#shadow-1,
#shadow-2 {
	clear: both;
	width: 228px;
	height: 15px;
	display:none;
}
#shadow-1 { background: transparent url( schatteno.jpg ) no-repeat; }
#shadow-2 { background: transparent url( schattenu.jpg ) no-repeat; }


/* die mittlere hauptspalte
--------------------------------------------------------- */
td#main-container {
	margin: 0;
	padding: 0;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 30px 10px 50px 10px;

	/* fix background overlapping text in IE (aka Peekaboo Bug) */
	position: relative;
}


/*	pinnwand
	views-view-grid.tpl.php
--------------------------------------------------------- */
table.pinnwand-title {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pinnwand-title td {
	height: 45px;
	margin: 0;
	padding: 0;
	background: transparent url( pinnwand-title.jpg ) no-repeat scroll 225px 0;
}

.pinnwand {
	margin: 0;
	padding: 0;
	width: 100%;
}
.pinnwand-bg { background: transparent url( pinnwand-bg.jpg ); }
.pinnwand-lo { width: 17px; height: 18px; background: transparent url( pinnwand-lo.jpg ) no-repeat; }
.pinnwand-o { height: 18px; background: transparent url( pinnwand-o.jpg ) repeat-x; }
.pinnwand-ro { width: 17px; height: 18px; background: transparent url( pinnwand-ro.jpg ) no-repeat; }
.pinnwand-l { width: 17px; background: transparent url( pinnwand-l.jpg ) repeat-y; }
.pinnwand-lu { width: 17px; height: 18px; background: transparent url( pinnwand-lu.jpg ) no-repeat; }
.pinnwand-u { height: 18px; background: transparent url( pinnwand-u.jpg ) repeat-x; }
.pinnwand-ru { width: 17px; height: 18px; background: transparent url( pinnwand-ru.jpg ) no-repeat; }
.pinnwand-r { width: 17px; background: transparent url( pinnwand-r.jpg ) repeat-y; }


/* die innere flaeche der pinnwand selbst */
table.views-view-grid {
	width: 100%;
	overflow: hidden;
}

/* pinnwand gridview (viele notizen)
--------------------------------------------------------- */
/*.view-display-id-page_1 .cell { width: 232px; }*/
.view-display-id-page_1 .cell-head {
	height: 46px;
	background: transparent url( cell-head.png ) no-repeat;
}
.view-display-id-page_1 .cell-item {
	width: 220px;
	min-height: 100px;
	background: transparent url( cell-item.png ) repeat-y;
	padding: 0 3px 0 10px;
}
.view-display-id-page_1 .cell-item .field-content p { margin: 0; }
.view-display-id-page_1 .cell-foot {
	height: 34px;
	background: transparent url( cell-foot.png ) no-repeat;
}


/* pinnwand notiz einzelansicht
--------------------------------------------------------- */
.view-display-id-page_2 .cell { width: 416px; }
.view-display-id-page_2 .cell-head {
	height: 89px;
	background: transparent url( cell-head-big.png ) no-repeat;
}
.view-display-id-page_2 .cell-item {
	width: 417px;
	background: transparent url( cell-item-big.png ) repeat-y;
	padding: 0 16px 0 18px;
}
.view-display-id-page_2 .cell-item .field-content p { margin: 0; }
.view-display-id-page_2 .cell-foot {
	height: 66px;
	background: transparent url( cell-foot-big.png ) no-repeat;
}


/* pinnwand "anhang" 1: neue nachricht schreiben (link)
--------------------------------------------------------- */
.view-display-id-attachment_1 {
	display: block;
	width: 220px;
	height: 66px;
	float: left;
	margin: 0em 0 0 0;
	background: transparent url( cell-foot-big.png ) no-repeat;
	padding: 7px 1px 3px 25px;
}

/* pinnwand "anhang" 2: zurueck zur pinnwand (link), nur bei einzelansicht
--------------------------------------------------------- */
.view-display-id-attachment_2 {
	display: block;
	width: 220px;
	height: 66px;
	float: right;
	margin: 0em 0 0 0;
	background: transparent url( cell-foot-big.png ) no-repeat;
	padding: 7px 1px 3px 25px;
}

/* diese spezialstyles nicht bei den views-maps anhaengen anzeigen
	therapeuten maps ansichten
--------------------------------------------------------- */
.view-id-map_therapeuten .view-display-id-attachment_1,
.view-id-map_therapeuten .view-display-id-attachment_2 {
	display: block;
	width: auto;
	height: auto;
	float: none;
	background: transparent none;
	padding: 0;
}

.view-id-map_therapeuten td { font-size: 10px; }


/* notiz-zettel eingabe
--------------------------------------------------------- */
#node-form { background: #ffff99; }



/* weitere specials...
--------------------------------------------------------- */

/* feldgruppe kontakt */
fieldset.group-telfax {
display:none;
	border: 0 none;
	background: #F7CDCF;
	width: 350px;
	float: left;
}
.group-telfax legend {
	display: none;
	background: #F7CDCF;
	border: 1px solid #e7bDbF;
	font-weight: bold;
}
.field-field-akadem-titel,
.field-field-vorname,
.field-field-name { float: left; margin-right: 0.45em; }

.field-field-adresse { clear: left; }
.field-field-telefon { clear: left; }
fieldset.group-telfax .adr {
	display: block;
}
fieldset.group-telfax .field-type-text {
	margin-bottom: 0;
}

/* adresse */
.content h3 {
	display: none;
}
.adr {
	display: none;
	background: #F7CDCF;
	float: left;
	padding: 10px 5px;
}



/* feldgruppe therapieverfahren */
fieldset.group-psychotherapie {
	border: 0 none;
	background: #E6FFE6;
	width: 350px;
	float: right;
}
.group-psychotherapie legend {
	display: none;
	background: #E6FFE6;
	border: 1px solid #d6eed6;
	font-weight: bold;
}


/* feldgruppe besonderheiten */
fieldset.group-weiteres {
	width: 350px;
	border: 0 none;
	float: left;
	background: #E9E9E9;
}


/* die karte */
.field-field-karte {
display:none;
}


/* hervorhebung von uebergeordneten therapieverfahren */
.field-field-therapeut-verfahren .field-items {
	font-weight: bold;
	color: #666;
}

.field-type-text {
	margin-bottom: 1em;
}



.taxonomy {display:none;}


/* SZ 2010 */

table.profil p, table.profil ul, table.profil li {
font-size:14px !important;
}

table.profil h3 {
margin: 0 0 3px 0;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:14px;
}

table.profil ul {
margin: 0px 0 30px 0;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:14px;
}

table.profil div.profilAdress {
margin:10px 0 40px 0;
text-align:right;
}

table.profil p.hinweis {
color:#336699;
margin: -5px 0 30px 0;
font-size:12px !important;
}

a.anker {

display:none !important;

}

p.legende {
font-size:13px;
}

p.legende a, 
p.legende a:hover,
p.legende a:active,
p.legende a:visited,
p.legende a:link {
color:#336699;
font-size:13px;
}

#metanavigation {
width: 980px;
	margin: 20px auto;

}

#metanavigation p {
	float:right;
	margin:0;
	color:#999;
	
	margin-right:20px;
}

#metanavigation p a{
	font-weight:normal;
	color:#999;
	font-size:12px;
}

#metanavigation p a:hover{
	font-weight:normal;
	color:#333;
	font-size:12px;
	
}

ul.sitemap li {
list-style-type:none;

}

ul.sitemap a {
font-size:12px;
color:black;
}

ul.sitemap li.first {
margin-bottom:5px;
margin-top:5px;
}

ul.sitemap li.first a{
font-size:14px;
}

ul.sitemap li.first ul.second li  {
margin-top:5px;
color:#6699CC;
}

ul.sitemap li.first ul.second li ul li {
list-style-type:square;
margin:0;
color:black;
}

ul.sitemap li.first ul.third li  {
list-style-type:square;
}

ul.sitemap li.first ul.third li a {
font-size:12px;
margin:0;
font-weight:normal;
color:#666;
}

ul.sitemap li.first ul.second li a{
font-size:12px;
}

div.telefon {
margin:0 0 50px 0;
}

div.telefon h3 {
font-size:15px;

}
td#sidebar-right {padding:0px;}

td#sidebar-right div.rightcolumn  {margin: 35px 0 40px 0px; padding:0px; background-color:#e5eaec;  }




td#sidebar-right  h2 {color:#336699;margin:0px 0 10px 0; }

div.telefon img {
width:110px;
margin:10px 0 0 5px;
}


div.telefon, div.karte {
background-color:#f2f8fa;
padding:10px;
margin:3px 0 3px 3px;
}

