/* print.css */

/* base */
body {
 	background: white;
	
	font-family: "Trebuchet MS", Arial, Verdana;
 	font-size: 10pt;
 	color: black;
}

a {
	color: black;
	text-decoration: none;
}

#topmenu,
#navigation,
#sidebar,
#footer .menu
{
	display: none;
}

#content {
	margin: 1cm 0 0 0;
}

#footer {
	font-size: 8pt;
}

/* common */
.no-print {
	display: none;
}

/* content */
#content h1 {
	margin: 0 0 15px 0;
	
	font-size: 16pt;
	color: #d00000;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 15px 0;
	
	font-size: 14t;
	color: #3a3a3a;
	font-weight: bold;
}

#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #d00000;
}

h1.graphical,
h2.graphical
{
	background-repeat: no-repeat;
	background-position: 0 -222222px;
	overflow: hidden;
}

#content p,
#content ul,
#content ol,
#content dl,
#content address
{
	margin: 0 0 15px 0;
	clear: both;
}
#content ul {
	list-style-position: outside;
	list-style: circle;
}
#content li {
	padding-left: 15px;
}

#content a {
	color: #b40d15;
}

/* csc content */
#stage .csc-textpic-image {
	margin: 0;
	padding: 0;
}

#content .csc-textpic {
	overflow: hidden;
	height: 1%;
}

#content .csc-textpic-text {
	margin: 10px 0 25px 0;
}

#content .csc-menu-4 {
	margin: 0 0 15px 0;
	
	font-size: 100%; /* 13px */
	line-height: 138.5%; /* 18px */
}
#content .csc-menu-4 dt,
#content .csc-menu-4 dd
{
	padding-left: 35px;
}
#content .csc-menu-4 dt {
	background-image: url('/fileadmin/web/images/common/arrow.red.gif');
	background-position: 0 1px;
	background-repeat: no-repeat;
}

/* box teaser */
.box_teaser {
	position: relative;
	overflow: hidden;
	
	width: 205px;
	height: 139px;
	
	margin: 15px 0 15px 0;
	
	background-image: url('/fileadmin/web/images/common/teaser.background.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.box_teaser h1,
.box_teaser h2,
.box_teaser h3,
.box_teaser h4,
.box_teaser h5,
.box_teaser h6
{
	position: absolute;
	top: 0;
	left: 0;
	
	height: 30px;
	
	padding: 0 0 0 10px;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 108%; /* 14px */
	line-height: 210%;
	white-space: nowrap;
}
.box_teaser .csc-textpic-text {
	z-index: 100;
	
	padding: 45px 15px 0 70px;
	
	line-height: 108%; /* 14px */
	text-align: right;
}
.box_teaser .csc-textpic-text a {
	position: absolute;
	right: 5px;
	bottom: 12px;
	
	color: #d40000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.box_teaser .csc-textpic-text a:hover {
	text-decoration: underline;
}
.box_teaser .csc-textpic-text a img {
	position: relative;
	top: 2px;
}
.box_teaser .csc-textpic-image img {
	position: absolute;
	top: 45px;
	left: 10px;
	
	z-index: 99;
}

/* box image small */
.box_small {
	position: relative;
	overflow: hidden;
	
	float: left;
	display: block;
	vertical-align: top;
	
	width: 200px;
	height: 200px;
	
	margin: 0 10px 25px 0;
	padding: 0;
	
	text-align: center;
}
.box_small .csc-textpic-image dt {
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 200px;
	height: 185px;
	
	padding: 15px 0 0 0;
	
	text-align: center;
	
	background-image: url('/fileadmin/web/images/common/image-small.foreground.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.box_small .csc-textpic-image dt div {
	margin: 0 auto;
}
.box_small .csc-textpic-image dd {
	position: absolute;
	bottom: 5px;
	left: 0;
	
	width: 200px;
	
	text-align: center;
}

/* box image small */
.box_large {
	width: 625px;
	height: 470px;
	
	padding: 30px 0 0 0;
	
	text-align: center;
	
	background-image: url('/fileadmin/web/images/common/image-large.background.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}