@charset "utf-8";
/* CSS Document */


/*CRIMPEN OUTPUT Matrix*/
#crimp_output{color:#000000;}
#crimp_output table {border-collapse:collapse;width:680px;}
#crimp_output th{background:#EFEFEF;border: 2px solid #DDDEDF;font-size:12px;font-weight:bold;padding:5px;}
#crimp_output td{border: 1px solid #DDDEDF;padding:5px;}

#kapa {color:#000000;font-family: Verdana,Helvetica;font-size:12px;}
#kapa b {font-family: Verdana,Helvetica;font-size:12px;font-weight:bold;}
#kapa td{border: 0px solid #DDDEDF;padding:5px;}

.top{
	width:100%;
	height:16em;
	background:#fff url('/fileadmin/site/crimpen/img/top-header_975304.jpg') no-repeat;		
}


/*Submenü Leftbox*/
.navi{
}
/* navigation */


.navi ul {
	border-top: 1px solid #EAEADA;
}
.navi li {
	list-style:url('/fileadmin/site/crimpen/img/li-arrow-black.gif');
	border-bottom: 1px solid #EAEADA;
	/*border-bottom: 1px solid #4f4f4f;*/
	border-right: 0px solid #4f4f4f;
}
.navi li a {
	font-size: 1.1em;
	color: #554;
	background:#fff;	
	display: block;
	padding: 6px 0 6px 4px;
	text-decoration: none;
	width: 95%;
}
.navi li a:hover {
	background: none;
	list-style:url('/fileadmin/site/crimpen/img/li-arrow-red.gif');	
	color: #C90F14;	
	font-weight:bold;
}
.navi li a.active, li a.active:visited {
	font-size: 1.1em;
	background: #fff;
	color: #C90F14;	
	display: block;
	padding: 6px 0 6px 4px;
	text-decoration: none;
	font-weight:bold;
	width: 95%;
}
.navi li a.sub1{
	font-size: 1.0em;
	background:#F7F7F7;
	color: #654;	
	display: block;
	margin-left: 20px;
	padding: 3px 0 3px 2px;
	text-decoration: none;
	font-weight:normal;
	width: 88%;
	list-style:url('/fileadmin/site/crimpen/img/li-arrow-red.gif');		
}

.navi li a.sub1:hover {
	font-weight:normal;
	background:#F7F7F7;
	font-weight:bold;
	background:#eaeaea;
}

.navi  li a.sub1active {
	font-size: 1.0em;
	background:#F7F7F7;
	color: #2655ac;	
	display: block;
	margin-left: 20px;
	padding: 3px 0 3px 2px;
	text-decoration: none;
	font-weight:bold;
	width: 88%;
	list-style:url('/fileadmin/site/crimpen/img/li-arrow-red.gif');		
}
.navi li a.sub1active:hover {
	font-weight:bold;background:transparent;
}

/* Elemente deaktivieren */
#views{display:none;}


/***********************************
	MOBILE
***********************************/
@media screen and (max-width: 759px){


}
/* For Smartphones, Tablets or other Displays less then 499px ====================== */
@media screen and  (max-width: 499px) {

    
}


