/* Formulare */

input.halfbox {
  border: 1px solid #999;
}

input.box {
  border: 1px solid #999;
}

.buttonblock {
  margin-top:0.3em;
}

input.defaultbutton {
  background-color:#999;
  color:#fff;
  font-weight:bold;
  font-size:9pt;
  margin-top:0.3em;
  padding:0.2em 0.5em;
}

input.button {
    background-color:#999;
    color:#fff;
  font-weight:bold;
  font-size:9pt;
    margin-top:0.3em;
  padding:0.2em 0.5em;
}

/* Artikel */

h1 {
  color:#EABC08;
  font-size:16px;
	margin-bottom: .5em;
}

h2 {
  color:#EABC08;
  font-size:14px;
	margin-bottom: .3em;
}


h3 {
  color:#666;
  font-size:16px;
	margin-bottom: .5em;
}

h4 {
  color:#666;
  font-size:14px;
	margin-bottom: .3em;
}

h5 {
  font-size:14px;
	margin-bottom: .3em;
}


.content-view-line a {
  font-weight:bold;
  color:#666;
  text-decoration:underline;
}

.content-view-line a:hover {
  text-decoration:underline;
  color:#000;
}

.content-view-line h2 a {
  color:#666;
  font-weight:bold;
  text-decoration:none;
}

.content-view-line h2 a:hover {
  text-decoration:underline;
}

.content-view-full a {
  font-weight:bold;
  color:#666;
  text-decoration:underline;
}

.content-view-full a:hover {
  text-decoration:underline;
  color:#000;
}

.content-view-full h2 a {
  color:#666;
  font-weight:bold;
  text-decoration:none;
}

.content-view-full h2 a:hover {
  text-decoration:underline;
}


ul li {
	list-style-image: url("../images/list.gif");
	margin-left:-1em;
}

ol li {
  list-style-position: inside;
}

.warning h2 {
  color:#D40000;
  background: url(../images/alert.gif) no-repeat;
  padding-left:1.5em;
}

/* Bilder und Objekte */

.object-right {
	margin: 15px 0 5px 15px;
	width: auto;
}

.object-right img {
	float: right;
	margin: 15px 0 5px 15px;
	clear: both;
}

.object-right .class-image {
	float: right;
}

.object-right .class-image img {
	float: none;
}

.object-right .attribute-caption {
	margin: -.8em 0 0 15px;
	font-size: 90%;
	color: #999;
}

.object-left {
	margin: 15px 15px 5px 0;
	width: auto;
}

.object-left img {
	float: left;
	margin: 15px 15px 5px 0;
	clear: both;
}

.object-left .attribute-caption {
	font-size: 90%;
	color: #999;
	margin-top: -.8em;
}

.object-center {
	text-align: center;
	margin: 15px 0 5px 0;
	width: auto;
	clear: both;
}

.object-center .attribute-caption {
	font-size: 90%;
	color: #999;
	margin: -.8em auto;
}

.class-image {
	display: block;
}

img {
	border: 0px solid #fff;
}
