
html { 
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #564b47;  
  text-align:center;
  margin:0px;
  padding:0px;
}

.tx-wfqbe-pi1 {
  font-size: 9px;
}

p,pre, h1 {
  margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #00b1f0;
	background-color: transparent;
}

h1.csc-firstHeader {
	color: #00b1f0;
	font-size:20px;
	font-weight: bold;
}



a { 
	color: #e43145;
	background-color:transparent;
	text-decoration: none; 
}
 
/*  positioning-layers statisch und absolut */
#box {
  width:980px;
  margin: 0px auto;
  padding:0px;
  text-align:left;
}

/*
 * header **********************************************************************
 */

#kopf {
	background-color:transparent;
}

#kopf h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #ffffff;
	background-image: url(../img/header-bg.gif);
	background-repeat:repeat-x;

	padding:5px 15px;
	margin:0px
}

#kopf a img {
	border: 0px;
}

#kopf p {
	padding:10px;
	margin:0px;
}

/*
 * links ***********************************************************************
 */

#links {
	width:220px;
	padding:0px;
	float:left;
	background-color:#ffffff;
}

#links a img {
	border: 0px;
}

/*
 * inhalt **********************************************************************
 */
#inhalt {
	width:760px;
	padding:0px;
	float:left;
	overflow: auto;
	text-align:justify;
}

/*
 * rechts **********************************************************************
 */
#rechts {
	display: none;
	width:175px;
	padding:0px;
	float:left;
	background-color:#ff99cc;
}

#footer {
	font-size: 11px;
	text-align: right;
	color: #ffffff;
	padding:5px 15px;
	margin:0px;
}

