/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 14px/1.4 Arial, Helvetica, FreeSans, sans-serif;
  color: #000000;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 18px;
  margin-top: 60px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.datum {
	font-size: 10px;
}
.re {
	font-style: italic;
	color: #003300;
}
.zaehler {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #003300;
}
.mtop {
	margin-top: 60px;
}
#kopf {
	width: 960px;
	background-repeat: no-repeat;
	background-image: url(img/kopf.jpg);
	height: 252px;
}
/* `Formulare (siehe /d/960_form/layout)
----------------------------------------------------------------------------------------------------*/
#formular,
#formular280,
#formular380 {
	padding: 0px;
}
#formular .checkbox,
#formular280 .checkbox
#formular380 .checkbox {
	width: 20px;
}
#formular input[type="radio"],
#formular280 input[type="radio"],
#formular380 input[type="radio"] {
	width: auto;
}
#formular input, 
#formular textarea {
	width: 300px;
}
#formular280 input, 
#formular280 textarea {
	width: 280px;
}
#formular380 input, 
#formular380 textarea {
	width: 380px;
}
#menu {
	margin-top: 1px;
	height: 48px;
	background-image: url(img/menu.jpg);
}
#menu .top {
	margin-top: 5px;
}
#content {
	margin-top: 20px;
}
#content .aktuell {
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url(img/bggruen.jpg);
}
#content .mail {
	margin-top: 20px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url(img/bggruen.jpg);
}
.antwort {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url(img/bggelb.jpg);
}
h6 {
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}
