html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family:"Trebuchet MS", sans-serif;
  font-size:14px;
  line-height:24px;
	color:#666;
  background:url('/con/cms/images/bg-body.png') #fff repeat-y;
  text-align:left;
}

a {
  text-decoration:underline;
  color:#dc1026;
}

a:hover {
  color:#ac0006;
}

a img {
  border:none;
}

p {
  margin:0 0 1em 0;
}

h1, h2 {
  font-weight:normal;
  font-family:"Trebuchet MS", sans-serif;
  color:#dc1026;
  font-size:22px;
  line-height:24px;
  margin:1em 0 0.5em 0;
}

.firstHeading {
  margin-top:0;
}

h3 {
  font-weight:bold;
  font-size:16px;
  color:#dc1026;
  margin:1em 0 0.2em 0;
}

h4, h5, h6 {
  font-weight:bold;
  color:#dc1026;
  margin:1em 0 0 0;
  font-size:1em;
}

.center {
  text-align:center;
}

#container {
  position:relative;
  background:url('/con/cms/images/bg-header.png') transparent no-repeat;
  min-height:100%;
  width:935px;
}

* html #container {
  height:100%;
}

#site-title {
  position:absolute;
  top:-100px;
  text-indent:-9999px;
}

#languages {
  position:absolute;
  right:328px;
  top:40px;
  font-size:11px;
  line-height:16px;
  font-family:"Tahoma", sans-serif;
}

#languages a {
  color:#808080;
  text-decoration:none;
  padding:0 0 0 20px;
  margin-left:20px;
  background-color:transparent;
  background-position:left center;
  background-repeat:no-repeat;
}

#languages a:hover {
  color:#404040;
}

#languages a.de { background-image:url("/con/cms/images/flag-de.gif"); }
#languages a.fr { background-image:url("/con/cms/images/flag-fr.gif"); }
#languages a.it { background-image:url("/con/cms/images/flag-it.gif"); }
#languages a.en { background-image:url("/con/cms/images/flag-en.gif"); }

#headertitel {
  position:absolute;
  left:250px;
  top:230px;
  height: 50px;
}

#headertitel h2 {
  font-family:"Garamond", "Times News Roman", "Times", serif;
  font-size: 40px;
  line-height:50px;
  margin:0;
  padding:0;
}

#content {
  padding:289px 0 100px 53px;
  background:url('/con/cms/images/bg-sidebar.png') transparent no-repeat 53px 280px;
  min-height:446px;
}

* html #content {
  height:446px;
}

#sidebar {
  width:150px;
  float:left;
}

#sidebar h2 {
  font-size:14px;
  color:#808080;
  margin-bottom:0.2em;
  margin-top:0;
}

#main {
  float:right;
  width:682px;
}

#footer {
  z-index:1;
  width:910px;
  height:67px;
  background:url('/con/cms/images/bg-footer.png') transparent no-repeat;
  padding:17px 0 0 25px;
  margin:-84px 0 0 0;
  font-family:"Tahoma", sans-serif;
  font-size:14px;
  line-height:22px;
  color:#fff;
  text-align:center;
}

#footer a {
  color:#fff;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

