/* fontsetting headline h1 */
h1 {
	font-size: 140%;
}

h2 {
  font-size: 130%;
}

/* headline h2 with border-bottom */
h3 {
	font-size: 120%;
	background: #000;
	padding: 0.6em;
	color: #FFDB50;
	border-bottom: 1px solid #fff;
}

/* fontsetting headline h3 */
h4 {
	font-size: 110%;
	background: #000;
	padding: 0.6em;
	color: #FFDB50;
	border-bottom: 1px solid #fff;
}

/* fontsetting headline h5 */
h5 {
	font-size: 120%;
         background-image: url(../images/bg_quick.gif); 
	padding: 0.6em;
	color: #000000;
         border-right: #000000 1px solid; 
         border-top: #000000 1px solid;
         border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
         background-repeat: repeat-x;
}

/* fontsetting in the contentRightDiv */
.ct-c3 p {
  padding: 0.6em;
  font-size: 100%;
}

.ct-c3 p a {
	color: #000;
}

.ct-c3 p.bodytext {
  border-bottom: 1px solid #fff;
}

/* contentImage setting left and right (Startsite) */	
.csc-frame-frame1 {
  float: left;
  width: 18em;
}

/* overwritting contentImageRight float (Startsite) */
.csc-frame-frame2 {
  float: right;
  width: 18em;
}

/* quickstart font settings */
.csc-frame-frame1 p,
.csc-frame-frame2 p {
  color: #000;
  font-size: 100%;
  padding: 0.6em;
  margin-bottom: 2em;
  background: #FFF url(../images/bg_quick.gif) repeat-x left top;
  border-top: 1px solid #fff;
}

.csc-frame-frame1 a,
.csc-frame-frame2 a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.csc-textpic-imagewrap,
.csc-textpic-image,
.csc-textpic-firstcol,
.csc-textpic-lastcol {
  margin: 0;
  padding: 0;
 /* margin-bottom: -0.7em;*/
}

/* fontsetting main content */
.ct-c2 p {
  font-size: 100%;
  padding-bottom: 1.2em;
}

.ct-c2 a {
 color: #000;
 text-decoration: underline;
}

.ct-c2 ul {
  margin: 0;
  padding: 0;
  padding-bottom: 1.2em;
}

.ct-c2 ul li {
  margin-left: 1.5em;
}

/* fontsetting footerDiv */
#footer {
  text-align: right;
  font-size: 100%;
  color: #FFF;	
}