*	{
	margin:0;
	padding:0;
}

body	{
	background-color: #555;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.container_12
{
	text-align: left;
	margin-bottom: 0px;
}

.element {
	overflow: hidden;
	margin-bottom: 10px;
}

#header {
   background-color: #DDD;
   height: 80px;
}

#main {
   background-color: #444;
   padding-top: 80px;
   padding-bottom: 50px;
}

#bottom {
   background-color: #555;
   color: #AAA;
}
#bottomTop {
   margin-bottom: 20px;
   padding-bottom: 20px;
}

#bottomTop .l3Inside .column4 {
   margin: 0px;
}
#bottomTop .l3Inside .column4 .element {
   margin: 10px;
   padding: 5px 10px;
   height: 230px;
   overflow: auto;
   background-color: #222;
}

#aktuell {
   margin-left: 0px;
   margin-right: 0px;
   width: 960px;
}
#bottomTop .column4 {
   width: 320px;
   float: left;
}

#content .column4 {
   width: 300px;
   #width: 296px;
   float: left;
   margin-bottom: 15px;
   overflow: hidden;
}
#content .column4 .element {
   margin: 0px;
   padding: 5px 10px;
}

/* TODO: klappt das dann noch? */
.clear {
  clear: both;
  visible: hidden;
  display: inherit;
  height: 1px;
  width: auto;
  background-color: lime;
}

#logo {
   padding: 0px;
   background-color: #FFF;
   position: relative;
   top: 30px;
   width: 200px;
   height: 80px;
   margin: 0px;
}
#logo .logoInner {
   position: absolute;
   top: 10px; left: 15px;
}



.tx-macinasearchbox-pi1 {
   position: relative;
   top: 25px;
   float: right;
   height: 32px;
   width: 100%;
   overflow: hidden;
}
#mailform input, #mailform textarea, .tx-indexedsearch-searchbox input, .tx-macinasearchbox-pi1 input {
   background-color: #FFF;
   border: solid 1px #444;
   font-size: 15px;
   padding: 5px 3px;
   color: #444;
}
.csc-mailform-field {
  margin-bottom: 5px;
}
.csc-mailform-field label {
  display: block;
}
#mailform input.csc-mailform-submit {
  background-color: #DDD;
  font-size: 11px;
  padding: 0px;
}

.tx-macinasearchbox-pi1 input.searchword {
  width: 170px;
  margin-right: 5px;
  height: 30px;
}
.tx-indexedsearch-searchbox-sword.sword {
  width: 320px;
  margin-right: 5px;
  height: 30px;
}
.tx-macinasearchbox-pi1 input.submit {
  background-color: #DDD;
  font-size: 11px;
  padding: 0px;
  position: absolute;
  top: 6px;
  right: 0px;
}
.tx-indexedsearch-searchbox-button.submit {
  background-color: #DDD;
  font-size: 11px;
  padding: 0px;
}

.border1 {
  border: solid 3px #BBB;
  background-color: #EEE;
  color: #444;
}

.tx-indexedsearch-resi {
  background-color: #EEEEEE;
  margin-bottom: 10px;
  padding: 5px 10px 0px 10px;
}
.tx-indexedsearch-result-number {
  padding-right: 5px;
}
.tx-indexedsearch-title {
   font-size: 15px;
   font-weight: bold;
}
.tx-indexedsearch-descr {
   padding: 5px 0px;
}
/**************************/
.ajax-loading, .ajaxloading {
	padding: 0px 0px 300px 0px;
	background-color: #222222;
	background-image: url(media/bg222222_12x138_balken.gif);
	background-image: url(media/ajax-gallery_222222-b.gif);
	background-repeat: no-repeat;
	background-position:center center;
	border: none;
}

/**************************/

/* Normale Tags*/

h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0;
	/* color: #001580; */
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 1em;
}

#mailform {
	padding: 0px 5px;
	margin-bottom: 0.5em;
	border: none;
}

.csc-mailform {
	border: none;
}

.align-center {
  text-align: center;
}
