/*/*/
body {
}
/* stuff used everywhere */
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.6em;
  letter-spacing: 0.2em;
}
h3 {
  font-size: 1.55em;
  letter-spacing: 0.2em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.2em;
}
img {
  border: 0 none transparent;
  max-width: 100%;
}
.content {
  margin: 0.75em 0.75em 2em 0.75em;
  font-size: 1em;
}

/* main text area */
#container {
  float: none;
  width: 100%;
}
#container #mtitle {
  padding: 10px 0 1em 0;
  height: auto;
}
#breadcrumb {
  font-size: 0.9em;
  padding: 0.25em 0 0 0;
  height: auto;
}  
#breadcrumb a {
  text-decoration: underline;
  color: #00417d;
}

/* spalte 1 */

#column1 {
  float: none;
  width: 100%;
	margin-top: 1em;
  border-bottom: 1px solid black;
}
#column1 .content {
  margin: 0;
}
#column1 ul {
  font-size: 1.1em;
}
#column1 a {
  text-decoration: underline;
}
#column1 form {
  display: none;
}
/* spalte 2 */
#column2 {
  float: none;
  width: 100%;
}
#column2 .stg {
  float: none;
} 
#column2 .stg a.stgtext {
  font-size: 1em;
  padding: 0 0 0 0.35em;
} 

/* spalte 3 */
#column3 {
  float: none;
  width: 100%;
}
#column3 .content {
  margin: 0.75em 0 0 0.75em;
}
#column3 #logo {
  margin: 1.5em 0 0.25em 0;
}
#column3 #aktuell {
  display: none;
}
#column3 p.button {
  display: none;
}

/* footer */
#footer #fcolumn2 {
  width: 100%;
  padding: 0 0 1em 0;
  font-size: 0.9em;
}


