body {
margin:0;
padding:0;
text-align: left;
background: white;
background-image: none;
}
textarea {
	background: #FFFFFF;
	font: 12px "Courier New", monospace;
}
.fett{
  font-weight:bold;
}
.rot{
  color:#cc0000;
}
.fettrot{
  color:#cc0000;
  font-weight:bold;
}
.highlight {
	border-bottom: 1px dotted #006DA3;
	padding: 0 1px;
	background: #E7F4FA;
	font-weight: bold;
}
/* ZUSATZ TYPOGRAFIE */
/* Quote hilight */
.quote-hilite {
	color: #FFFFFF;
	background: url(../images/q1_std.gif) no-repeat 10px 10px #006DA3;
	padding-right : 5px;
	padding-bottom: 10px;
	margin: 0;
}

.quote-hilite blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

.quote-hilite blockquote a {
	color: #FFFFFF;
}

.quote-hilite blockquote a:hover, .quote-hilite blockquote a:active {
	color: #FFFFFF;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #666666;
	font: bold 50px/40px "Times New Roman", Times, serif;
}


/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.clipnote {
	background: url(../images/clip-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.newspaper {
	background: url(../images/newspaper-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}
p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
}
/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 5px;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}

.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}

/* Caption Box */
.caption,
.captionBox,
.captionBox-hilite,
.story-hilite {
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 19px 0;
  position: relative;
  line-height: normal;
}

.captionBox h3,
.captionBox-hilite h3 {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  font-size: 125%;
  font-weight: bold;
  background: #FFFFFF;
  text-transform: uppercase;
}

.captionBox-hilite {
	border: 1px solid #006DA3;
}

.captionBox-hilite h3 {
	color: #006DA3;
}

.caption span.title {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  line-height: 14px;
  background: #FFFFFF;
  color: #999999;
}

.story-hilite h3 {
	position: absolute;
	top: 0px;
 	margin: 0 0 0 -2px;
 	padding: 0px 5px 0px 5px;
 	background: #006DA3;
	font-size: 125%;
	font-weight: bold;
 	color: #FFFFFF;
	text-transform: uppercase;
}

.story-hilite {
	border: 1px solid #006DA3;
	padding-top: 25px;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}

.box-hilite {
	border: 1px solid #006DA3;
	background: #E7F4FA;
}

/* Video, comment, rss style */
.video, .video:hover, .video:active {
	background: url(../images/video.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}
