
/**
 * 
 * Markus Zerres
 * 
 */
html, body {
  margin: 0;
  padding: 0;
  font: 12px/150% Verdana;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #494949;
  background: #f3ecdf url(images/bg-global.gif) repeat-x center top;
  height: 100%;
}

input {
  font: 12px/160% "Verdana";
  color: #494949;
}

textarea, select {
  font: 12px/160% "Verdana";
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #7a282c;
  text-decoration: none;
}

.content a:link, .content a:visited {
  color: #7a282c;
  text-decoration: underline;
}

.item-list a:link, .item-list a:visited, .more-link a:link, .more-link a:visited, .WebYepMenuItem a:link, .WebYepMenuItem a:visited{
  color: #7a282c;
  text-decoration: none;
}

a:hover {
  color: #7a282c;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0 0 0 -0.5em;
  padding: 0.35em;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em 0;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 10px;
  list-style-type: none;
  list-style-image: none;
}


ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block; 
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
}

.button{
border: #7a282c 1px solid;
color: #7a282c;
font-size: 11px;
text-align:left;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
background-color:#dfdfdf;
cursor:pointer;
display:inline;
width:auto;

}
.text{
background-color:whitesmoke;
color:#000;
border:1px solid black;
}
.select{
background-color:whitesmoke;
color:#7a282c;
}

/**
 * Layout
 */

#wrapper #container {
  margin: 0 auto;
  padding: 0;
  width: 950px;
  height: 100%;
  min-height:100%;
  background: url(images/bg-content.jpg) repeat-y top;
  border-bottom: 1px #ccc solid;
}

#wrapper #container #header {
  height: 156px;
  background: url(images/header-teaser.jpg) no-repeat top left;
}

#wrapper #container .sidebar1 {
  margin: 0 0 5em;
  width: 216px;
  float: left;
}

#wrapper #container .sidebar1 .block {
  margin: 0 0 15px 0;
}

#wrapper #container .sidebar2 {
  margin: 0;
  padding: 15px 0 0 15px;
}

#wrapper #container .sidebar2 .block {
  margin: 0 0 15px 0;
}

#sidebar1-margin {
  margin: 0 0 0 16px;
}

#sidebar2-margin {
  margin: 0 16px 0 0;
}

#sidebar-left .block {
  padding: 0 0 0 0;
}

#sidebar-right .block {
  padding: 0 0 0 0;
}

.block .content {
  margin: 0.5em 0;
}
  
.block-search {
  margin: 0.5em 0;
  padding: 10px 0 0 0
}

.container-inline {
	margin: 10px 0 0 0
}

.sidebar1 .block {
  margin: 20px 0 20px 0;
  padding: 24px 12px 0 12px;
}

.sidebar2 .block {
  margin: 20px 0 20px 0;
  padding: 24px 12px 0 12px;
}

.sidebar1 .block h2, .sidebar2 .block h2 {
  color: #70242d;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 150%;
  margin: 0;
  padding: 5px 5px 2px 15px;
 /*background: transparent url(images/tab-block.png) no-repeat top;*/
 }
 
 .rounded-top{
  height: 2em;
  background: transparent url(images/tab-block.png) no-repeat top; }


* html .rounded-top { /*Hack fŸr IE */
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tab-block.png');
}

.sidebar1 .content, .sidebar2 .content {
  margin: 0;
  padding: 5px 5px 0 5px;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
}
#center .content {
  margin: 0;
  padding: 20px 30px 20px 30px;
}

/* Now we add the backgrounds for the main content shading */

#sidebar-left {
	float:left;
	width: 216px;
}

#sidebar-right {
	float:right;
	width: 216px;
}

#center {
  float: left;
  width: 501px;
  min-height: 400px;
}

#abc {
  padding: 30px 18px 5em 18px;
  margin: 0 0 0 15px;
}

.more-link {
	text-align: right;
}

.more-link span {
	border-left: 1px solid #7a282c;
	border-top: 1px solid #7a282c;
	margin: 0;
	padding: 2px 0 0 2px;
}

/**
 * Header
 */

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#logo {
	text-align: right;
	width: 950px;
	height: 124px;
}

/**
 * Primary navigation
 */

#primary-box {
	width: 950px;
	height: 32px;
	background: url(images/tab-primary-links.jpg) no-repeat left top;
}

ul.primary-links {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 .6em;
  padding: .3em 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: +2px;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #520f0f;
  text-decoration: none;
}

/**
 * Secondary navigation
 */
 
 #secondary-links {
 }
 
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  clear: right;
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}


















#center .content ul li {
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

.floatclear {clear: both}

/**
 * Footer
 */

#wrapper #container #footer {
  margin: 1em 0 1em 0;
  color: #898989;
  height: 2em;
  padding: 10px 0 10px 0;
  text-align: center;
  /*background: url(images/shadow-bottom.png) no-repeat bottom;*/
}

.footer-style {
text-align:center;
}

#footer .WebYepMenuItem {
  margin: 0;
  padding: .3em 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: +2px;  
}

#footer .WebYepMenuItem a, #footer .WebYepMenuItem a:link, #footer .WebYepMenuItem a:visited {
  margin: 0 .6em;
  padding: .3em 0 0;
  color: #000;
  font-size: 12px;
  font-weight: normal;display: block;
  float:left;

}

#footer .WebYepMenuItem a:hover, #footer .WebYepMenuItem a.active {
  color: red;
  text-decoration: none;
}

#footer .WebYepMenuSelected {
  color: red;
  text-decoration: none;
  float:left;
}

#footer .WebYepMenuSeperator {
  border-top-width: 2px;
  border-top-style: dashed;
  border-top-color: #990000;
}