/*
  Nicolas Sell - CONTENiT AG - 17-02-09
*/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #600001;
	background-image: url('./images/hintergrund.gif');
	background-repeat: repeat;
}

.bodytext {
	margin: 0 10px 10px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	padding: 0;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: 0;	
}

a:link, a:hover, a:visited, a:active, a {
	color: #000;
	text-decoration: none;
}

.invisible {
  visibility:hidden;
}

div.main {
	width: 960px;
	height: 579px;

  position:absolute;
  margin:-290px 0px 0px -480px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  overflow: auto;
}

div.footer {
	width: 100%;
	height: 63px;
	background: url('./images/bottom2.jpg') top left no-repeat;
	clear: both;
	float: left;
	text-align: center;
}

div.footer ul {
  list-style-type:none;
  margin:2.6em 0 0 5em;
  padding:0;
  text-decoration:none;
}

div.footer li {
  display:inline;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 6em 0 0;
  padding:0;
}

div.footer li a, div.footer li a:link, div.footer li a:hover, div.footer li a:visited, div.footer li a:active {
  color: #FFEACB;
  font-size:14px;
  text-decoration:none;
}

div.top {
	width: 100%;
	height: 5px;
	background: url('./images/top2.jpg') top left no-repeat;
	clear: both;
	float: left;
}

* html div.top {
  margin-bottom: -7px;
  margin-top: -1px; 
}

div.bottom {
	width: 100%;
	height: 4px;
	background: url('./images/bottom1.jpg') top left no-repeat;
	clear: both;
	float: left;
}

* html div.bottom {
  margin-bottom: -11px; 
}

div.content {
	width: 100%;
	height: 392px;
	overflow: auto;
	background: url('./images/middle.jpg') top left no-repeat;
	clear: both;
	float: left;  	
}

* html div.content {
  background-attachment: fixed;
}

* html div.content_3 {
  width: 27% !important;
}

* + html div.content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 368px;
  background-attachment: fixed;
  background-position: center;
}

* + html div.content>* {
  width: 95.8%;
}

div.content h2 {
  padding: 0.5em;
}

div.content .csc-textpic-caption-c {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  width: 840px;
  overflow: auto;
  height: 271px;
}

div.header {
	width: 100%;
	height: 113px;
	background: url('./images/top1.jpg') top left no-repeat;
	clear: both;
	float: left;
}
