body {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
}

a {
  color: #6a8694;
}

div#header {
  height: 130px;
  width: 880px;
  background: url(../images/background_header.jpg) no-repeat;
}

div#container {
  margin: 0 auto;
  width: 879px;
  background: url(../images/background.jpg) repeat-y center;
}

div#sidebar {
  width: 195px;
  float: left;
}

/* navigation */

div#navigation {
  margin-left: 16px;
  width: 178px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

div#navigation ul {
	clear: both;
  margin-left: 4px;
}

div#navigation ul li {
  list-style: none;
  line-height: 21px;
  border-bottom: 1px solid #fff;
}

div#navigation ul li a {
  text-decoration: none;
  display: block;
  padding: 0 0 0 15px;
  color: #fff;
}

div#navigation li.active {
  background: #f47820;
}

div#navigation li a:hover {
  background: #f47820;
}

ul.subnavigation {
  margin: 4px 0 7px 0;
}

ul.subnavigation li {
	border-bottom: 1px solid #6a8694 !important;
	padding-left: 10px;
  line-height: 18px !important;
}

ul.subnavigation li.subnav a {
	text-decoration: underline !important;
}

ul.subnavigation li a:hover {
  background: none !important;
  text-decoration: underline !important;
}

/* content */

div#content {
  width: 593px;
  float: left;
}

/* thumb */

div#thumb {
  margin-left: 5px;
  width: 64px;
  height: 273px;
  float: left;
  background: url(../images/background_sidebar.jpg) no-repeat;
}


/* search */

div#search {
  margin-top: 10px;
}

div#search h5 {
  margin-left:37px;
  color: #fff;
  font-size: 11px;
  padding: 5px 0;
}

div#search ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

div#search li {
  float: left;
}

li#search {
	padding-left: 17px;
	padding-right: 10px;
}

/* awards */

p.award {
  margin: 50px 0 20px 0;
  padding-left: 50px;
}

p.award img {
  border: 1px solid #000;
}


input#search {
	border: none;
}



br.clear {
  clear:both;
}

div#text {
  font-size:13px;
  color:#505050;
  line-height:20px;
  width:569px;
  float:left;
  padding: 0 12px;
}



div#text p {
 margin: 13px 0 13px 0;
}

div#text img {
	border: none;
}

div#text a {
  color:#6a8694;
  font-weight:bold;
}

div#text h2, div#text h1 {
  line-height:22px;
  text-align:left;
  font-size:17px;
  color:#7C7C7C;
}

div#text h4 {
  line-height:40px;
  text-align:left;
  color:#7C7C7C;
  font-size:13px;
}

div#text ul {
  margin-left:25px;
}

div#text ul.jcarousel {
  margin-left:0;
}

div#text div.left {
  width: 290px;
  float: left;
}

div.shadowed {
  float:right;
  background:url(../images/schatten.png) no-repeat bottom right !important;
  background:url(../images/schatten.gif) no-repeat bottom right;
  margin:10px 0 0 10px !important;
  margin:10px 0 0 5px;
}

div.shadowed img {
  display:block;
  position:relative;
  border:1px solid #BBBBBB;
  background-color:#fff;
  margin:-6px 6px 6px -6px;
  padding:1px;
}

div.error {
	margin:0 auto;
  width:440px;
	border:1px solid red;
	background-color:#FFF4F4;
	color:#000;
	padding:10px;
	text-align:left;
}

div.ok {
	margin:0 auto;
  width:440px;
	border:1px solid green;
	background-color:#E8FFEB;
	color:#000;
	padding:10px;
	text-align:left;
}

p.headline {
  padding:2px 4px;
  background:#CFE7E7;
  font-size:12px;
  color:#000;
}

table.proposal td {
  vertical-align:top;
  text-align:left;
  padding:10px 10px 15px 0;
  border-bottom:1px dashed #ccc;

}

table.proposal thead th {
  border-bottom:1px dashed #ccc;
}


input, textarea {
	font-size:13px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#000;
}

input.action {
	width:170px !important;
	background:#CFE7E7;
	padding:0 9px 0 9px;
	margin-right:4px;
	border:1px solid #000;
	color:#000;
	margin:0 10px;
}

input.disabled {
  color:#808080;
  background:#fff;
}

input.error, select.error, textarea.error {
  border:1px solid red;
	background:#FFF0F0;
}

div#aussen {
 width: 880px;
 margin: 0 auto;
 position: relative;
}

div#footer {
  clear: left;
  height: 30px;
  color:#485a63;
  text-align:right;
  margin:0 auto;
  background:url(../images/background_footer.jpg) no-repeat;
}

div#footer p {
  padding: 10px 0 5px 0;
  margin-bottom: 2px;
}


div#footer a {
  color:#485a63;
  text-decoration: none;
}

div#footer p {
  margin-right: 22px;
}

dt {
  width:110px;
  float:left;
}
dl.extended dt {
	width:250px;
  float:left;
}

.extended {
	padding-top: 30px;
}

table.own_gallery td {
  padding:3px 6px 3px 0;
}

fieldset.contactform {
  margin:0;
  padding:0 15px;
  border:0;
  border-top:1px solid #ccc;
  background:#F4F4F4 url(/images/background_fieldset.jpg) repeat-x;
}

fieldset.contactform legend {
	padding:0 .5em;
	color:#000;
	background:transparent;
	font-size:13px;
	height:25px;
}

fieldset.contactform legend span  {
  margin:0;
  color:#6a8694;
  font-weight:bold;
}

fieldset.contactform p {
  font-size:11px;
  margin:5px 0;
}

fieldset.contactform input, fieldset.contactform select {
  width:165px;
  margin:2px 0;
  padding:1px 2px;
}

fieldset.contactform select {
  width:172px;
}

fieldset.contactform textarea {
  width:300px;
  height:150px;
  margin:2px 0;
  font-size:13px;
  font-family:Arial,Helvetica,sans-serif;
  padding:2px;
}

fieldset.contactform table td.label {
  padding:0 20px 0 10px;
  text-align:right;
	font-size:12px;
}

.submit {
  border-style:solid;
  border-width:1px;
  background-color:#dae1e7;
  border-color:#000000;
  font-family:verdana,arial,helvetica;
  font-size: 11px;
}

fieldset.contactform input.checkbox {
  border: none;
  width: 15px;
}

label.error {
  display: block;
  color: red;
}

td.label {
  vertical-align: top;
}
