/* Formulare */
div.factbox, div.content-view-embed
{
    width: 14em;
}

div.factbox-design, div.content-view-embed
{
    font-family: "Courier new", courier, monospace;
    font-size: 1em;
    background-color: #f8fafb;
    margin: 0.75em 0 0.75em 0;
    border: 1px dashed #cad8e3;
    white-space: pre;
    overflow: auto;
    width: 480px;
}

div#maincontent div.factbox-design h2, div#maincontent div.content-view-embed h2
{
    font-size: 1.2em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}


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:8pt;
  margin-top:0.3em;
  padding:0.1em 0.1em;
}

input.button {
    background-color:#999;
    color:#fff;
  font-weight:bold;
  font-size:8pt;
    margin-top:0.3em;
  padding:0.1em 0.1em;
}

input.box {width:200px;border: solid 1px #999; padding:0 .1em;}

textarea.box {border: solid 1px #999;padding:0 .1em;}

input.button-disabled {
      background-color:#f1f1f1;
    color:#fff;
  font-weight:bold;
  font-size:8pt;
    margin-top:0.3em;
  padding:0.1em 0.1em;
}

input file {
    background-color:#999;
    color:#fff;
  font-weight:bold;
  font-size:9pt;
    margin-top:0.3em;
  padding:0.1em 0.1em;
}



/* Artikel */

h1 {
  color:#003399;
  font-size:16px;
	margin-bottom: .5em;
}

h2 {
  color:#003399;
  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;
}

/* aus core.css */

textarea {
  width:100%;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em !important;
    float: left;
}

div.block div.left, div.viewbar div.left
{
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right, div.viewbar div.right
{
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

div.button-left
{
    float: left;
}

div.button-right
{
    float: right;
}



