/******************/
/*  MAIN SECTION  */
/******************/

img {
	border: 0 none;
}
a:link, a.arrow {
	color: #6699CC;
	text-decoration: none;
}
a:visited, a.arrow:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover, a.arrow:hover {
	text-decoration: underline;
	color: #6699CC;
}
a:active, a.arrow:active {
	text-decoration: none;
	color: #6699CC;
}

a.arrow:link {
	display: block;
	width: 150px;
	height: 22px; 
	margin-top: 10px;
	padding-left: 20px;
	background: transparent url('../img/link_arrow.gif') 0 1px no-repeat;
}

a.videolink1 {
	display: block;
	width: 176px;
	height: 22px; 
	background: transparent url('layout_01_text_FILES/ButtonVideoDemo.gif') center left no-repeat;
}

a.videolink1:hover {
	background: transparent url('layout_01_text_FILES/ButtonVideoDemo_hover.gif') center left no-repeat;
}

a.videolink1:active {
	background: transparent url('layout_01_text_FILES/ButtonVideoDemo_active.gif') center left no-repeat;
}

a.videolink2 {
	display: block;
	width: 78px;
	height: 22px; 
	background: transparent url('layout_01_text_FILES/ButtonVideo.gif') center left no-repeat;
}

a.videolink2:hover {
	background: transparent url('layout_01_text_FILES/ButtonVideo_hover.gif') center left no-repeat;
}

a.videolink2:active {
	background: transparent url('layout_01_text_FILES/ButtonVideo_onKlick.gif') center left no-repeat;
}

a.demolink1 {
	display: block;
	width: 78px;
	height: 22px; 
	background: transparent url('layout_01_text_FILES/ButtonDemo.gif') center left no-repeat;
}

a.demolink1:hover {
	background: transparent url('layout_01_text_FILES/ButtonDemo_hover.gif') center left no-repeat;
}

a.demolink1:active {
	background: transparent url('layout_01_text_FILES/ButtonDemo_onKlick.gif') center left no-repeat;
}

ul.greybullet {
	margin: 0;
	padding: 10px;
}

ul.greybullet li {
	background: url(layout_01_text_FILES/bullet.gif) 0 7px no-repeat;
	padding:  2px 0 2px 10px;
	list-style: none;
}

ul.redbullet {
	margin: 0;
	padding: 10px;
}

ul.redbullet li {
	background: url(layout_01_text_FILES/bullet_red.gif) 0 7px no-repeat;
	padding:  5px 0 5px 20px;
	list-style: none;
}

ul.csc-bulletlist li {
	background: url(layout_01_text_FILES/bullet_red.gif) 0 7px no-repeat;
	padding:  5px 0 5px 20px;
	list-style: none;
}

h1, h2, h3, h4 {
	color: black;
	margin: 5px 0;
}

div.csc-header h1, div.csc-textpicHeader h1 {

	margin: 10px 0;
	font-family: Helvetica, Arial,
	sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 26px;
}

div.csc-textpic {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

p.csc-subheader, p.lead, p.leadcenter {
	margin: 10px 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #999999;
}

p.leadcenter {
	margin: 0 auto;
	text-align: center;
	width: 700px;
}



h1.headline {
	margin:  15px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
}


strong {
	font-weight: bold;
	color: #000000;
}


div.quote {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	background: url(layout_01_FILES/quotation_open.gif) left top no-repeat;
}

div.quote blockquote {
	background: url(layout_01_FILES/quotation_close.gif) right bottom no-repeat;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 17px 5px 18px;
	font-size: 14px;
	line-height: 17px;
	color: #00497d;
}

div.quote span.name {
	display: block;
	padding: 5px 17px 0 18px;
	font-size: 11px;
	line-height: 12px;
}

div.quote span.company {
	display: block;
	padding: 4px 17px 0 18px;
	font-size: 11px;
	line-height: 12px;
}

div.filelinks {
	margin: 5px 0 0 0;
	/*margin: 0 5px 10px 5px !important; 
	margin: 0 5px 0 5px;*//* TODO box problematik IE */
}

div.item {
	display:block;
	background: url('layout_01_FILES/download_icon.gif') 0 8px no-repeat;
	padding: 5px 5px 5px 20px;
}

.filelinks span{
	display:block;

}

.filelinks a {
	text-decoration: none;
	color: #6699CC;
}
