* {
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: small;
	letter-spacing: 0.06em;
}

a {
	color: black;
	border: 0;
}

img {
	border: 0;
}

p {
	line-height: 1.75em;
}
body {
	background: #343434;
}
#ersatz { display: none; }
#wrapper {
	width: 960px;
	margin: auto;
	margin-top: -10px;
	background: #f4f8eb;
	overflow: hidden;
}

#logo {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}

/* NAVIGATION BEGIN */

#navigation ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#navigation li {
	width: 173px;
	height: 90px;
	line-height: 90px;
	float: left;
	background: url(../assets/navi_bg.png);
	margin-right: -15px;
}


#navigation a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: larger;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation a:hover, .active a {
	background: url(../assets/navi_bg_active.png);
	color: white;
}
/* NAVIGATION END */

#header {
	float: left;
}
#header div { position: absolute; overflow: hidden; left: left: -500px; top: 100px; }
#sidebar_wrapper {
	width: 323px;
	background: url(../assets/bg_sidebar.png) repeat-y;
	margin: -264px -20px 0 0;
	float: right;
}

#sidebar {
	width: 280px;
	margin-left: 22px;
	border-left: 1px solid #bd2b33;
	border-right: 1px solid #bd2b33;
}

#sidebar div {
	margin: 50px 20px;
	text-align: right;
}
input.submit {
	border: 1px solid black;
	width: 200px;
}
#newsletter .ninput {
	width: 200px;
	border: 1px solid #bd2b33;
	margin: 10px 0;
	text-align: right;
}

.green {
	color: #bd2b33;
}
.grey {
	color: #ababab;
}

h4 {
	color: #bd2b33;
	font-weight: bold;
	text-transform: uppercase;
}

#footer {
	width: 960px;
	margin-top: -13px;
	height: 2em;
	background: #bd2b33;
	line-height: 2em;
}

#footer a:hover {
	text-decoration: none;
}
.left {
	margin-right: 100px;
}
#footer a {
	color: white;
	font-weight: bold;
}

#footer p {
	text-align: right;
	margin-right: 20px;
}
#begriffe ul {
	list-style-type: none;
}
#begriffe a:hover {
	text-decoration: none;
}
#startseite #content {
	margin-top: 350px;
}
#content {
	width: 550px;
	margin-top: 380px;
	margin-left: 30px;
}

#content a:hover {
	text-decoration: none;
}

h2 {
	color: #bd2b33;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

#kontaktform {
  margin-top: 1em;
}
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 200px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform textarea {
  height: 200px;
}
form.cmxform input, form.cmxform textarea {
  border: 1px solid #bd2b33;
  width: 250px;
}
form.cmxform input#submit {
  margin-left: 204px;
}
.other {
  display: none;
  visibility: hidden;
}
