@CHARSET "ISO-8859-1";
/* INHALTSVERZEICHNIS
   L - LAYOUT TEXT PROPERTIES
   C - CONTENT TEXT PROPERTIES
	1 - ALIGNMENT
	2 - HEADLINES
	3 - UNORDERED LIST
	4 - ORDERED LIST
	5 - TABLE-DESIGN: tabelle-rot-gelb-grau
	6 - CSC-ELEMENTE
	*/
	
/* 0 - LAYOUT TEXT PROPERTIES */
body {
	font-family:arial;
	font-size:11px;
	color:#C0C0C0;
}

/* C - CONTENT TEXT PROPERTIES */
.bodytext {
	margin-top:0px;line-height:17px;
}
div#content a, div#content a:visited {
   color:#720900;text-decoration:none;
}
div#content a:hover {
   text-decoration:underline;
}
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
	
	
/* 1 - ALIGNMENT */
p.align-left, div.align-left, td.align-left, h3.align-left {
	text-align: left;
}
p.align-center, div.align-center, td.align-center, h3.align-center {
	text-align: center;
}
p.align-right, div.align-right, td.align-right, h3.align-right {
	text-align: right;
}
td.valign-top {
	vertical-align:top !important;
}
td.valign-middle {
	vertical-align:middle !important;
}
td.valign-bottom {
	vertical-align:bottom !important;
}

/* 2 - HEADLINES */
h1, h2 , h3 , h4, h5, h6 {
   font-family:arial;
   color:#202020;
}
h1.h1-seitenueberschrift {
	font-size:21px;
	margin-bottom:20px;  
}
h1.h1-videoofthemonth {
	padding:0px 1px;
	margin:0px 0px 10px 0px;
	font-size:16px;
	color:#F1F1F1;
	display:block;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#b1383d;
}
h3.h3-absatzueberschrift {
	font-size:14px;
	padding:25px 0px 8px 0px;
	margin:0px;	
}
h3, h3.h3-fetthervorgehoben {
	font-size:12px;
	padding:5px 0px 3px 0px;
	margin:0px;
}
/* 3 - UNORDERED LIST
   from default dynamicCSS */
ul.component-items { 
	color: #186900;
	list-style-type: circle;
}
ul.action-items {
	color: #8A0020;
	list-style-image: url(img/red_arrow_bullet.gif);
}
/* 4 - ORDERED LIST 
   from default dynamicCSS */
ol.component-items-ordered {
	color: #10007B;
	list-style-type: lower-roman;
}
ol.action-items-ordered {
	color: #8A0020;
	list-style-type: lower-greek;
}

/* 5 - TABLE-DESIGN: tabelle-rot-gelb-grau
   volle Breite von 762px,
	roter Kopfbereich,
	gelbe Spaltenueberschrift,
	graue Zellen-Rahmen,
	Schatten unterhalb  */
table.tabelle-rot-gelb-grau {
	border:none;
	width:762px;
	background-color:#A0A0A0;
	border-spacing:3px;
	background-image:url(img/bg-shadow-762-bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:6px;
}
table.tabelle-rot-gelb-grau th {
	text-align:left;
	background-color:#80180f;
	border:none;
	padding:0px 2px;
	color:#FFF080;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
}
table.tabelle-rot-gelb-grau td {
	border:none;
	vertical-align:top;
	background-color:#FFFFFF;
	padding:0px 2px;
	font-size:11px;
}
table.tabelle-rot-gelb-grau td a {
	font-weight:normal !important;
	color:#80180f;
	text-decoration:none;
}
table.tabelle-rot-gelb-grau td a {
	text-decoration:underline;
}
table.tabelle-rot-gelb-grau td p {
	margin:0px;
	padding:0px;
}

/* 6 - CSC-ELEMENTE */
div.csc-frame-rulerBefore, div.csc-frame-rulerAfter {
	width:90%;
	margin:15px auto;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#A0A0A0;
}
dd.csc-textpic-caption {
	font-size:11px;
	font-style:italic;
	color:#202020;
	background-color:#F1F1F1;
	padding:0px 3px;
}