/* @group Print */
.print {
	display: none;
}
/* @end */

.clear {
	clear: both;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/Background.jpg) repeat-x;
	background-color: #19446e;
}

* html body {
	height: 100%;
}

input {
	color:#999999;
}

ul {
	margin: 0px;
	padding: 0px;
}

td {
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	vertical-align: top;
}

a {
	color: #005da8;
}

img {
	border: 0px;
}

h1 {
	color: #005da8;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #00a9ff;
	font-size: 15px;
	font-weight: normal;
	margin-top: -10px;
	margin-left: 60px;
}

h3 {
	color: #8ad2ff;
	margin-bottom: 5px;
}

h4 {
	color: #005da8;
	font-size: 12px;
	vertical-align: text-bottom;
	margin-bottom: 0;
	margin-top: 0;
}

h5 {
	color: #8ad2ff;
	font-size: 12px;
	vertical-align: text-bottom;
	margin-bottom: 0;
	margin-top: 10px;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
}

/* ------------------------- */

.Container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;	
	background: #ecf1f9;
	position:relative;
}

* html .Container {
	height: 100%;
}

.Top {
	height: 150px;
	background-color: white;
}

.Logo {
	width: 316px;
	height: 119px;
	background: url(../images/dot.gif) repeat ;
	padding-right: 35px;
	float: right;
}

.TopSchatten {
	height: 7px;
	background: url(../images/TopSchatten.jpg) repeat-x;
}

/* @group OptionsBar */

.OptionsBar {
	padding: 0px 10px;
	height:50px;
}
/*OptionsBar wird in ie7 von navie überschrieben*/
.OptionsBarTable {
	width: 100%;
	border-spacing: 5px;

}

.Suchen{
	width:200px;
}
/*Suchen wird in ie7 von navie überschrieben*/
.OptionsBarTable td {
	padding: 0px;
	vertical-align: middle;
}

.OptionsBar_SearchCell {
	font-size: 1px;
	line-height: 0px;
	/*width: 10px;*/
}

.OptionsBarTable td p{
	padding: 0px!important;
	margin: 0px!important;
}

.SearchField {
	border: 1px solid #8ad2ff;
	font-size: 12px;
	color: #8ad2ff;
	padding-left: 5px;
}

.OptionsBar_SearchCell input.SearchField {
	border: 1px solid #8ad2ff;
	font-size: 12px;
	color: #8ad2ff;
	padding-left: 5px;
	width:161px;
}

.OptionsBar_SearchCell input.SearchButton {
	margin: 0px;
	padding: 0px;
	margin-bottom: -7px;
	margin-left: 5px;
}

.OptionsBar_EmptyCell_1 {
	width: 100px !important;
	background-color: #8ad2ff;
}

.OptionsBar_HighspeedClipsCell {
	width: 154px;
	border: 1px solid #8ad2ff;
	text-align: right;
	padding: 2px 5px 0px 5px !important;
	color: #8ad2ff;
	font-size: 12px;
}

.OptionsBar_HighspeedClipsCell p {
	margin: 0px;
	padding: 0px;
}

.OptionsBar_HighspeedClipsCell a {
	color: #3888c3;
	text-decoration: none;
}

.OptionsBar_HighspeedClipsCell a:hover {
	text-decoration: underline;
}

.OptionsBar_HighspeedClipsCell .HighspeedClipIcon {
	float: left;
}

/* @group Second Navigation */

.SecondNavigationCell {
	background-color: #CFE8FB;
	width:510px;
}

.SecondNavigation {
	list-style: none;
	padding-left: 5px;
	color: #005da8;
}

.SecondNavigation li {
	float: left;
	padding: 1px 7px 0px 7px;
	font-size: 12px;
	background: url(../images/SecondNavigation.Separator.gif) no-repeat right center;
}

.SecondNavigation li.last {
	background: none;
}

.SecondNavigation a {
	color: #005da8;
	text-decoration: none;
}

.SecondNavigation a:hover {
	text-decoration: underline;
}

.SecondNavigation li.current {
	font-weight: bold;
}



/* @end */

/* @group LangSwitcher */
.LangSwitcher {
	list-style: none;
	float: left;
	margin-left:15px;
	list-style: none;
	padding-right: 5px;
	color: #005da8;
}

.LangSwitcher li {
	float: left;
	padding: 1px 7px 0px 7px;
	font-size: 12px;
	background: url(../images/SecondNavigation.Separator.gif) no-repeat right center;
}

.LangSwitcher li.last {
	background: none;
}

.LangSwitcher li.current {
	font-weight: bold;
}

.LangSwitcher a {
	color: #005da8;
	text-decoration: none;
}

.LangSwitcher a:hover {
	text-decoration: underline;
}


/* @end */

.OptionsBar_EmptyCell_2 {
	width: 90px;
	background-color: #8ad2ff;
	height:15px;
}

/* @end */

/* @group Navigation */

.Navigation {
	float: left;
	width: 200px;
	padding-bottom: 40px;
}

.Navigation_1st_layer {
	list-style: none;
	text-align: right;
	padding-top: 20px;
	margin-left: 20px;	
}

.Navigation_1st_layer li {
	color: #005da8;
	padding: 1px 1px;
	background-image: none;
	padding-right: 16px;
	line-height:16px;
}

.Navigation_1st_layer li.active {
	margin-top: 5px;
	color:#005da8;
	font-weight:bold;
	background: transparent url(../images/nav-li.gif) scroll 171px 4px no-repeat;
/*	padding: 0px;!important*/
}

.Navigation_1st_layer li.active a {
	color:#005da8;
	font-weight:bold;
}

.Navigation_1st_layer li a {
	color: #005da8;
	text-decoration: none;
}

.Navigation_1st_layer li.active a:hover {
	text-decoration: none;
}

.Navigation_1st_layer li a:hover {
	text-decoration: underline;
}

/* @group 2. Ebene */

.Navigation_1st_layer li .Navigation_2nd_layer {
	margin: 0px;
	margin-right:-16px;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px solid #FFFFFF;
	border-color: #90c236;
	background-color:#ecf1f9;
	border:none;
}

.Navigation_1st_layer li .Navigation_2nd_layer li {
	padding: 0px 16px 2px 0px;
	color: #a5c311;
	background-image: none;	
}

.Navigation_1st_layer li .Navigation_2nd_layer li.active {
	background: none;
	color: #517A2D;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	background: url(../images/Arrow.gruenAufHellblau.gif) no-repeat right;
}

.Navigation_1st_layer li .Navigation_2nd_layer li.active a {
	color: #73ae32;
	font-weight:bold;
}

.Navigation_1st_layer li .Navigation_2nd_layer li a {
	color: #73ae32;
	font-weight:normal;
}

.Navigation_1st_layer li .Navigation_2nd_layer li.active img {
	padding-left:50px;
}

/* @group 3. Ebene */

.Navigation_1st_layer li .Navigation_2nd_layer li .Navigation_3rd_layer {
	margin: 0px;
	padding: 0 0px;
	/*border-color: #90c236;*/
	list-style: none;
	text-align: right;
}

.Navigation_1st_layer li .Navigation_2nd_layer li .Navigation_3rd_layer li {
	padding: 0px 15px 2px 0px;
	font-size: 11px;
	color: #517A2D;
	background-image: none;	
	
}

.Navigation_1st_layer li .Navigation_2nd_layer li .Navigation_3rd_layer li.active {
	color: #517a2d;
}

.Navigation_1st_layer li .Navigation_2nd_layer li .Navigation_3rd_layer li.active a {
	color: #73ae32;
}

.Navigation_1st_layer li .Navigation_2nd_layer li .Navigation_3rd_layer li a {
	color: #517A2D;
}

.Navigation_2nd_layer, .Navigation_3rd_layer {
	display:none;
}

.Navigation_1st_layer .active .Navigation_2nd_layer {
	display:block;
}

/* @end */

.Content {
	line-height: 1.4em;
	padding: 20px 16px 40px 0;
	color: #737576;
	float:right;
	width:604px;
}

.Content td {
	line-height: 1.4em;
}

/* @group TYPO3-Stile überschreiben */

/* @group Extentions */

/* @group tt_news */

.News {
	
}

.News h1 {
	color: #005da8;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/dottedLine.blau.gif) repeat-x 0 12px;
}

.News h1 span {
	background-color: #ecf1f9;
	padding-right: 5px;
}


.News h2 {
	color: #00a9ff;
	font-size: 13px;
	font-weight: bold;
	margin: 0px !important;
	margin-bottom: -10px !important;
}

.News h2 a {
	color: #00a9ff;
	font-size: 13px;
	text-decoration: none;
}

.News h2 a:hover {
	text-decoration: underline;
}

.News .backToList {
	padding-left: 12px;
	background: url(../images/Arrow.blau.links.gif) no-repeat 0 4px;
}

#button_bg {
	height: 150px;
	margin-top: -20px;
	margin-bottom: 20px;
}

#button_01{
	width: 290px;
	height: 110px;
	float: left;
	margin-top: 15px;
	
}

#button_02 {
	width: 290px;
	height: 110px;
	float: right;
	margin-top: 15px;
}

/* @end */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background:none;
	font-size: 11px;
	color: #005da8;
	font-style: italic;
}


/* @end */

.csc-header-n4 {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n4 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n4 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n4 h1 {
	padding-left: -25px;
	text-decoration: none;
	background: none !important;
}


.csc-header-n4 h5 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n5 {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n5 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n5 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n5 h5 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n6 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n6 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n6 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n6 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n7 {
	background: none;
	padding-left: 0;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n7 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n7 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n7 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n8 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n8 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n8 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n8 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n9 {

	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n9 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n9 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n9 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n10 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n10 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n10 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n10 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n11 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n11 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n11 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n11 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n12 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n12 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n12 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n12 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n13 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n13 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n13 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n7 h13 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n14 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n14 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n14 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n14 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n15 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n15 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n15 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n15 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n16 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n16 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n16 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n16 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n17 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n17 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n17 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n17 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n18 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n18 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n18 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n18 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n19 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n19 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n19 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n19 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n20 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n20 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n20 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n20 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n21 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n21 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n21 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n21 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n22 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n22 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n22 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n22 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n23 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n23 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n23 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n23 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n24 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n24 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n24 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n24 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n25 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n25 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n25 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n25 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n26 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n26 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n26 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n26 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n27 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n27 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n27 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n27 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n28 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n28 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n28 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n28 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n29 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n29 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n29 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n29 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n30 {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n30 a {
	text-decoration: none;
	color: #00a9ff;
}

.csc-header-n30 a:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
}

.csc-header-n30 h5 {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
}
.csc-textpic-image {
	margin: 0px !important;
}

/* @end */
.camsys {
	
}
/* @group camsys */

.camsys_headline_bg {
	background: url(../images/dottedLine.blau.gif) repeat-x 0 12px;
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 0;
	height: 18px;
}

.camsys_headline {
	color: #005da8;
	font-size: 12px;
	vertical-align: text-bottom;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0px;
	padding-right: 5px;
	background: url(../images/dot_lightblue.gif) repeat;
	float: left;
}

.camsys_cam {
	width: 150px;
	height: 105px;
	float: right;	
}
.camsys_txt {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px !important;
}

.camsys_shortTXT {
	margin-bottom: 40px;
	color: #00a9ff;
}
/* @end */

.cam_dot_bg_top {
	background: url(../images/dot_blue_light.gif) repeat-x 0 11px;
	margin-bottom: 0;
	margin-top: 10px;
}	

.cam_dot_bg {
	background: url(../images/dot_blue_light.gif) repeat-x 0 3px;
	margin-bottom: 0;
	margin-top: 0px;
}

.cam_detail_sheet {
 color: #00a9ff ;
}

.cam_detail_sheet a{
	color: #00a9ff;
	text-decoration: none;
	font-size: 12px;
}

.cam_detail_sheet a:hover{
	color: #00a9ff;
	text-decoration: underline;
	font-size: 12px;
}


.cam_detail_datasheet {
	background: url(../images/pdf_new.gif) no-repeat;
	padding-left: 25px;
}

.cam_detail_datasheet a{
	color: #00a9ff;
	text-decoration: none;
	font-size: 12px;
}

.cam_detail_datasheet a:hover{
	color: #00a9ff;
	text-decoration: underline;
	font-size: 12px;
}
.cam_detail_head_austattung {
	font-size: 12px;
	font-weight: bold;
	color: #00a9ff;
}

.cam_detail_austattung {
		font-size: 12px;
	color: #005da8;
}

/*group*/

.clip {
	margin-top: 20px;
}

.clip_bgdot{
	background: url(../images/dottedLine.blau.gif) repeat-x 0 12px;
}
	

.clip_headline_bg {
	background: url(../images/dottedLine.blau.gif) repeat-x 0 12px;
	color: #005da8;
	font-size: 12px;
	vertical-align: text-bottom;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
}

.clip_headline {
	color: #005da8;
	font-size: 12px;
	vertical-align: text-bottom;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
	width:65px;
	background: url(../images/dot_lightblue.gif) repeat;
}

.clip_zusatz {
	margin-top: 10px;
	color: #1a6bb4;
	font-size: 12px;
}

.clip_film {
	margin-top: 25px;
	margin-left: 25px;
	width: 250px;
	float:right;
}

.clip_content {
	margin-top: 10px;
	height:130px;
}

.clip_left {
	margin-top: 25px;
	width: 310px;
	height:200px;
	float: left;
}
/* end group*/

/* @group Mailform */
.csc-mailform {
	border-style: none;
}

.csc-mailform-filed {
	height: 25px;
	width: 600px;	
}

.label {
	width: 200px;
}


/* @end */

/* @group ne_aktuelles */
.ne_aktuelles_date {
	font-size: 14px;
	color: #00a9ff;
	width: 70px;
}

.ne_aktuelles_dot {
	background: url(../images/dot_blue_light.gif) repeat-x 12px;
	width: 250px;
}

.ne_aktuelles_headline {
	width: 200px;
}

.ne_aktuelles_content {
	
}

.ne_aktuelles_image {
	
}

.ne_aktuelles_contentMimage {
	
}

.csc-header br, .csc-header img {
	display:none;
}

/* @end */

/* @group Sitemap */

.csc-sitemap {
	
}

.csc-sitemap ul {
	
}

.csc-sitemap li {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* @end */

/* @Mailformplus */

.mailformplus_error {
	color:#CC0000;
}

.Content ul.csc-menu li {
	display: inline;
	background-image: none;
	padding-left:0;
	padding-right:15px;
}

/* @end */

/* Default - Header */
.Top {
	background-image: url('/fileadmin/user_upload/images/Top_6.jpg');
	background-repeat: no-repeat;
}

.LogoLeft {
	top:530px;
	left:30px;
	position:absolute;
	width:130px;
	overflow:hidden;
}

.LogoLeft a {
	text-decoration:none;
}

.LogoLeft a:hover {
	text-decoration:underline;
}

/* === Productmatrix FCE === */

.productmatrix {
	width:605px;
	height:297px;
	background: white url(../images/productmatrix-bg.gif) scroll top left no-repeat;
	position:relative;
	margin-bottom:20px;
}

.productmatrix .cam1 {
	position:absolute;
	left:46px;
	top:59px;
	width:130px;
	height:92px;
}

.productmatrix .cam1 .bigImage img {
	width:130px;
	height:92px;
}

.productmatrix .cam2 {
	position:absolute;		
	left:206px;
	top:123px;
	width:97px;
	height:61px;
}

.productmatrix .cam2 .bigImage img {
	width:97px;
	height:61px;
}

.productmatrix .cam3 {
	position:absolute;			
	left:336px;
	top:163px;
	width:83px;
	height:64px;
}

.productmatrix .cam3 .bigImage img {
	width:83px;
	height:64px;
}

.productmatrix .cam4 {
	position:absolute;
	left:462px;
	top:205px;
	width:78px;
	height:69px;
}

.productmatrix .cam4 .bigImage img {
	width:78px;
	height:69px;
}

.productmatrix .tooltip {
	display:none;
	position:absolute;
	left:-112px;
	top:-200px;
	width:316px;
	height:197px;
	padding:0;
	background:transparent url(../images/tooltip.png) scroll top left no-repeat;
	overflow:hidden;
}

.productmatrix .tooltip .tooltipInner {
	padding:10px 10px 30px 10px;
	color:white !important;
}

.productmatrix .tooltip .tooltipInner h1 {
	font-size:16px;
	line-height:18px;
	margin-bottom:6px;
	color:white !important;
}

.productmatrix .tooltip .tooltipInner ul li {
	background:none;
	list-style-type:disc;
	margin-left:20px;
}

.productmatrix .tooltip .tooltipInner ul li{
	line-height:14px;
}

.productmatrix .smallImage {
	position:absolute;
	display:none;
	left:0;
	top:0;
}

.productmatrix .bigImage {
	position:absolute;
	left:0;
	top:0;
}

/* === News at Home === */

.newsLatestItem {
	background:white;
	margin-bottom:12px;
	padding:10px;
	color:#005DA8;
}

.newsLatestItem a img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.newsLatestItem h1 {
	color:#005DA8;
	margin:0 0 6px 0;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
}

.newsLatestItem p, .newsLatestItem ul {
	color:#005DA8;
	margin:0 0 6px 0;
}

.newsLatestItem h2, .newsLatestItem h3, .newsLatestItem h4, .newsLatestItem h5, .newsLatestItem h6 {
	color:#005DA8;
	margin:0 0 6px 0;
	font-size:12px;
	font-weight:bold;
}

.newsLatestItem .newsMore a {
	display:block;
	background:transparent url(../images/morelink.gif) scroll 0 2px no-repeat;
	color:white;
	text-decoration:none;
	clear:both;
	padding:0 0 0 3px;
	width:55px;
}

.newsLatestItem .newsMore a:hover {
	display:block;
	background:transparent url(../images/morelink-hover.gif) scroll 0 2px no-repeat;
	color:white;
	text-decoration:none;
}

.news-single-img {
	float:left;
}

/* === Newsblock FCE === */

.news_block {
	width:614px;
	overflow:hidden;
}

.news_block_one, .news_block_two {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background:white;
	width:297px;
	min-height:140px;
	height:auto !important;
	height:140px;
}

.news_block_one_inner, .news_block_two_inner {
	padding:10px;
	color:#00aaff;
}

.news_block_one_inner h1 {
	padding:10px;
	color:#00aaff;
	text-transform:uppercase;
	margin:0;
	padding:0;
	line-height:28px;
	margin-bottom:12px;
}

.news_block .morelink a {
	display:block;
	background:transparent url(../images/morelink.gif) scroll 0 2px no-repeat;
	color:white;
	text-decoration:none;
	clear:both;
	padding:0 0 0 3px;
	width:55px;
}

.news_block .morelink a:hover {
	display:block;
	background:transparent url(../images/morelink-hover.gif) scroll 0 2px no-repeat;
	color:white;
	text-decoration:none;
}

.news_block_two_left {
	width:130px;
	float:left;
}

.news_block_two_right {
	float:right;
	width:147px;
}

.news_block_two_right h1, .news_block_two_right h2 {
	margin:0;
	padding:0;
	color:#0863ac;
} 

.news_block_two_right h2 {
	margin-bottom:2px;
	font-size:13px;
} 

.news_block_two_right h1 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:12px;
} 

