/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #306AAB;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .8em;
  /*color: #000000;*/
  color: #ffffff;
}

.bg-main {
  background-color: #306AAB;
  background-image: url(../grafik/bg_main.jpg);
  background-repeat: no-repeat;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #1D54A3;
	text-decoration: none;
	font-weight: bold;
}


/*
  Absatz
*/

p,
p.content-block,
div.content-block {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

p.richtext-listen,
div.richtext-listen {
  margin: 0;
  padding: 0;
}

/*
  Ueberschriften
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

h4.content-subtitle,
h5.content-subtitle {
  font-weight: bold;
}

h4.content-subtitle {
  margin-bottom: 1em;
}

/*
  Bild
*/

img {
  border: 0;
}

img.bilderrahmen {
  border: 1px solid #FFFFFF;
}

/*
  Listen
*/

ul, li {
  list-style-type: none;
}

ul.layout,
ul.richtext-list,
ul.cms-list {
  margin: 0;
  padding: 0 0 0 16px;
}

li.layout,
li.richtext-list,
li.cms-list-item  {
  margin: 0;
  padding: 0 0 5px 0;
  list-style-image: url(../grafik/listensymbol.gif);
}

ol.layout,
ol.richtext-list,
ol.cms-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style-type: decimal;
}

ol.layout li,
ol.richtext-list li,
ol.layout li.layout,
ol.richtext-list li.richtext-list,
ol.cms-list  li.cms-list-item {
  list-style-type: decimal;
  list-style-image: none;
}

ul.leer {
  margin: 0;
  padding: 0;
}

li.li-leer {
  margin: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
}


/*
  Formular
*/

.leer {
}

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
}

/*
  Tabellen
*/

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
  position: relative;
  margin: 0;
  padding: 0;
	width: 100%;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
	font-size: .8em;
}

.zitat {
  font-style: italic;
}

.text-alles-gross-geschrieben {
	text-transform: uppercase;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}
