* {
  padding: 0px;
  margin: 0px;
  border: none;
  text-decoration: none;
  font: normal 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #222;
}

body {
  background: #fff;
}

a:hover {
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em b, i b, b i, b em,
strong i, strong em, em strong, i strong {
  font-style: italic;
  font-weight: bold;
}

#container {
  margin: 0 auto;
  width: 910px;
}

#header {
  position: relative;
  height: 87px;
  background: #faa61a;
  background: url(../images/s2dlogo.jpg) top left no-repeat;
  
}

#breadcrumb {
  height: 17px;
  line-height: 17px;
  text-align: right;
  background: #faa61a;
  padding-right: 10px;
}

#maincontainer {
  position: relative;
  background: #fff;
}

#content {
  width: 460px;
  position: relative;
  top: 30px;
  left: 205px;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  border-bottom: 1px solid #767676;
}

#menucontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
}

#menu {
  position: absolute;
  width: 180px;
  top: 10px;
  left: 10px;
}

#rechteSpalte {
  min-height: 300px;
  height: auto !important;
  height: 300px;
  width: 260px;
  position: absolute;
  padding: 10px;
  left: 690px;
  top: 10px;
}

/* @group Contentstuff */
/***********************/

#content h1 {
  padding-bottom: 3px;
  font-size: 16px;
  color: #faa61a;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 1px solid #767676;
}

#content p {
  text-align: justify;
  margin-bottom: 16px;
}

#content ul, #content ol, #content pre, #content code, #content blockquote {
  margin-bottom: 16px;
}

#content ul li {
  margin-left: 15px;
}

/* @end */

/* @group Menues & Navigation */
/******************************/

#menu ul {
  list-style: none;
}

#menu ul li a {
  display: block;
  width: 160px;
  height: 17px;
  padding: 3px 0 0 10px;
  border-bottom: 1px dotted #eee;
  background: #767676;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active {
  background: #f1f1f1;
  color: #faa61a;
}

#menu ul li a.active:before {
  content: "\003E \0020";
}

#menu .hidden, #menu dfn, #breadcrumb .hidden, #breadcrumb dfn {
  display: none;
}

#breadcrumb, #breadcrumb * {
  color: #fff;
}

#menu ul li ul li a {
  font-size: 10px;
  background: #c1c1c1;
  color: #fff;
  text-decoration: none;
  padding-left:30px;
  width:140px;
}

#menu ul li ul li a:hover, #menu ul li ul li a.active {
  font-size: 10px;
  background: #333;
  color: #faa61a;  
}
/* @end */

/* @group OthersMenues & Navigation */
/***********************/


/*Forms*/

input
{
	background-color:#c1c1c1;
	margin-bottom:12px;
}

table.csc-loginform tr td, td.csc-form-labelcell
{
	line-height:8px;
	height:8px;
        white-space:nowrap;
}

table.csc-loginform p, p.csc-form-label-req
{
	margin:0px;
	padding:0px;
	line-height:8px;
	height:8px;
}

.tx-mininews-pi1-fp_listrowField-datetime {
  display: none;
}

.tx-mininews-pi1 .tx-mininews-pi1-fp_listrow p.tx-mininews-pi1-fp_listrowField-title {
  font-weight: normal;
}

#rechteSpalte h1 {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}

