/******************************************/
/* teaser big    / gradient_box          */
/******************************************/
#col_2_boxes .gradient_box {
  	width: 16.9em;
	min-height: 20px;
	clear:both;
}
#col_2_boxes .gradient_box p{
	color: #444;
}
.teaser_big, .gradient_box {
  	width: 18.2em;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 2px;
	min-height: 24px;
}
*html .teaser_big, *html .gradient_box {
	height: 294px;
}
.teaser_big h1, .gradient_box h1, div.csc-default div.col_1_leftHeader h1 {
	font: bold 12px/23px Arial, Helvetica, sans-serif;
	color: #d9000b;
}

.teaser_big a, .gradient_box a, div.csc-default div.col_1_rightContent a {
	color: #444;
	text-decoration: none;
}
.teaser_big a:hover, .gradient_box a:hover, div.csc-default div.col_1_rightContent a:hover {
	text-decoration: underline;
}
.teaserLinkArrow:after{
    content: " »"; 
}
.teaser_big p, .gradient_box p, div.csc-default div.col_1_rightContent p {
	color: #444;
/*	padding: 15px 20px;*/
}
.teaser_big p {
/*	min-height: 238px;*/
	padding-bottom: 16px;
	padding-right: 8px;
}
*html .teaser_big p, *html .gradient_box p{
/*	height: 238px;*/
}

#col_1 div.csc-default div.topleft{
	width: 18.2em;
}

.teaser_big div.topleft, .gradient_box div.topleft, #col_1 div.csc-default div.topleft{
	display: block;
	background: url("../img/tb.png") top left no-repeat white;
	padding: 2em 0 0 0;
}

.teaser_big div.topright, .gradient_box div.topright, #col_1 div.csc-default div.topright {
	display: block;
	background: url("../img/tb.png") top right no-repeat white;
	padding-top: 8px;
	min-height: 72px;
	margin: -2em 0 0 1em;
}

.teaser_big div.bottomleft, .gradient_box div.bottomleft, #col_1 div.csc-default div.bottomleft {
	display: block;
	height: 24px;
	margin-top: -2.0em;
	background: url("../img/tb.png") bottom left no-repeat white;
}

.teaser_big div.bottomright, .gradient_box div.bottomright, #col_1 div.csc-default div.bottomright {
	display: block;
	background: url("../img/tb.png") bottom right no-repeat white;
	height: 24px;
	margin-left: 3.0em;
}


/******************************************/
/* info teaser                            */
/******************************************/
.info_teaser {
	width: 186px;
	margin: 10px 0 0 0;
	padding: 3px;
	border: 1px solid #adc7d2;
}
.info_teaser h1 {
	font: bold 12px/23px Arial, Helvetica, sans-serif;
	color: #60748b;
	margin: 0 0 3px 0;
	padding: 0 0 0 35px;
	background: #e5e8e9 url(../img/icon_info.jpg) no-repeat;
}
.info_teaser ul {
	background: #e5e8e9;
	list-style-type: none;
	padding: 8px 10px 8px 38px;
}
.info_teaser ul li {
	background: #e5e8e9 url(../img/info_teaser_bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 13px;
}
.info_teaser ul li a {
	text-decoration: none;
}
.info_teaser ul li a:hover {
	text-decoration: underline;
}

/******************************************/
/* contact                                */
/******************************************/
.csc-mailform {
	width: 578px;
	margin: 0 0 10px 0;
	border: none;
}
.csc-mailform .field {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	min-width: 262px;
	min-height: 30px;
}
*html .csc-mailform .field {
	width: 262px;
	height: 30px;
}
.csc-mailform label {
	font-weight: bold;
	display: block;  
	width: 262px;
	color: #444;
}
.csc-mailform select {
	width: 260px;
	border: 1px solid #adc7d2;
}
.csc-mailform input {
	width: 260px;
	border: 1px solid #adc7d2;
	background: #e5e8e9;
}
.csc-mailform .submit {
	width: 100px;
	border: 1px solid #adc7d2;
	color: #444;
}
.csc-mailform textarea {
	background: #e5e8e9;
	border: 1px solid #adc7d2;
	width: 533px;
	height: 113px;
	float: left;
}

/******************************************/
/* breadcrumb-navigation                  */
/******************************************/

#breadcrumb-navigation {
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 8px;
	width: 770px;
	min-height: 20px;
	background-color: #FFFFFF;
	color: #444;
}

#breadcrumb-navigation p{
	color: #444;
}

#breadcrumb-navigation a{
	color: #737574;
}


