/* content.css */
#content {
	font-size: 100%;
}

#content h1 {
	margin: 25px 0 10px 0;
	
	font-size: 182%; /* 24px */
	color: #d00000;
}

#content h2 {
	margin: 0 0 5px 0;
	
	/* font-size: 108%; /* 14px */
	font-size: 130%;
	color: #d00000;
	font-weight: bold;
}

#content h3 {
	margin: 0;
	
	font-size: 100%; /* 13px */
	font-weight: bold;
	color: #d00000;
}

h1.graphical,
h2.graphical
{
	background-repeat: no-repeat;
	text-indent: -22222px;
	overflow: hidden;
}

#content p,
#content ul,
#content ol,
#content dl,
#content address
{
	margin: 0 0 15px 0;
	line-height: 138.5%; /* 18px */
}

#content li {
	padding-left: 20px;
	background-image: url('/fileadmin/web/images/common/list_item.background.gif');
	background-position: 0 8px;
	background-repeat: no-repeat;
}

#layout a,
#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;
	clear: both;
}

#content .csc-textpic .csc-textpic-text {
	clear: none;
}

#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;
	
	width: 205px;
	
	margin: 45px 0 15px 0;
}
.box_teaser h1,
.box_teaser h2,
.box_teaser h3,
.box_teaser h4,
.box_teaser h5,
.box_teaser h6
{
	position: absolute;
	top: -31px;
	left: 0;
	
	height: 31px;
	width: 195px;
	
	padding: 0 0 0 10px;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 210%;
	white-space: nowrap;
	text-align: left;
	
	background-image: url('/fileadmin/web/images/common/teaser-head.background.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.box_teaser .csc-textpic-text {
	z-index: 100;
	
	min-height: 50px;
	height: auto !important;
	height: 50px;
	
	padding: 10px 15px 25px 70px;
	
	line-height: 108%; /* 14px */
	text-align: right;
	
	background-image: url('/fileadmin/web/images/common/teaser.background.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
}
.box_teaser .csc-textpic-text a {
	position: absolute;
	bottom: 15px;
	right: 5px;
	
	display: block;
	margin: 5px 0 0 0;
	
	color: #d40000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
}
.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: 10px;
	left: 10px;
	
	z-index: 99;
}

.box_teaser .foot {
	display: block;
	height: 16px;
	
	background-image: url('/fileadmin/web/images/common/teaser-foot.background.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* box image small */
.box_small {
	position: relative;
	
	float: left;
	display: block;
	vertical-align: top;
	
	width: 130px;
	height: 130px;
	
	margin: 0 10px 55px 0;
	padding: 0;
	
	text-align: center;
}
* html .box_small {
	margin: 0 4px 35px 0;
}
.box_small .csc-textpic-image dt {
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 100;
	
	overflow: hidden;
	
	display: block;
	width: 130px;
	height: 115px;
	
	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 a {
	z-index: 99;
}
.box_small .csc-textpic-image dd {
	position: absolute;
	bottom: -35px;
	left: 0;
	
	width: 130px;
	
	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;
}

.box_category h3 {
	width: 420px;
	height: 49px;
	
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	
	background-image: url('/fileadmin/web/images/common/prices.background.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	
	line-height: 49px;
	text-transform: uppercase;
}