/* $Id: text.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.

  Modifide for Drupal.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 14px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  color: #535353;
  text-align: justify;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2 {
  font-size: 17.07px;
  font-weight: normal;
  margin-top: 10px;
}

#header h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
  font-size: 13px;
  font-weight: bold;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: square;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 10px;
}

.klein {
	font-size: 0.7em;
}

a {
	color: #4cd6c6;
	text-decoration: none;
}

a:hover {
	color: #187c70;
	text-decoration: underline;
}

.anhaengernavi .view-content .item-list ul {
	list-style: none;
	list-style-type: none;
	background: #e6e4e4;
}

.anhaengernavi .view-content .item-list ul li {
	list-style: none;
	list-style-type: none;
	margin: 0px;
}

.anhaengernavi .view-content .item-list ul li:hover {
	background: #4cd6c6;
}

.anhaengernavi .view-content .item-list ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}

.anhaengernavi .view-content .item-list ul li:hover a {
	text-decoration: none;
	color: #fff;
}

.anhaengernavi .view-content .item-list a.active {
	color: #fff;
	background: #4cd6c6;
}

.anh_uebersicht_title a {
	display: block;
	background: #e6e4e4;
	text-align: center;
	color: #666;
	line-height: 30px;
}

.anh_uebersicht_title a:hover {
	color: #fff;
	background: #4cd6c6;
	text-decoration: none;
}

div.status {
	background: #dffffb;
	border: #4cd6c6;
	padding: 5px 10px;
}
