/*
-----------------------------------------------
ECC Handel Printcss
Author:  Fridjof Detzner 
Version:  07. September 2006
----------------------------------------------- */

/*  misc
----------------------------------------------- */



.body,body, p, tr, td {
   background: white;
   font-size: 11pt;
   line-height:180%;
}

/* ausblenden
----------------------------------------------- */

div#navigation, div#sidebar, div#footer, div#search, div#header {
   display: none;
}

/*  Header
-----------------------------------------------

h1#logo a
{
	position:static;  Hack IE: TextLinks auf transparenten PNG's klickbar 	
	display: inline;
	width: auto;
	height: auto;
	background-image: none;
	border:0;
	filter: none;
}
div#header h1 a {text-decoration:none !important;}   
div#header h1 { font-size:16pt !important;}

*/

/*  modify
----------------------------------------------- */


h1 { font-size:14pt !important; font-weight:bold !important;}
h2 { font-size:12pt !important; font-weight:bold !important;}


div#container {
	width:90% !important;
	margin: 0 5% !important;
   }
div#container, div#wrapper, div#content {
   width: auto ;
   overflow:visible !important;
   padding: 0 ;
   border: 0 ;
   float: none;
   height:auto;
   color: black;
   background: transparent none;
}

ul { list-style-image:none !important; list-style-type: disc !important;}

a:link, a:visited {
   color: #3F629B;
   background: transparent;
   text-decoration: none;
   }
   
div#content a:link:after, div#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#content a[href^="/"]:after {
   content: " (http://www.ecc-handel.de" attr(href) ") ";
   }
   
/*  Buttons Themengebiete umbrechen
----------------------------------------------- */

/*  Box für die Branchen
----------------------------------------------- */

div.teaserbox ul li,
div.teaserbox2 ul li
{
	float:none;
	display:block;
	list-style:none !important;
	border-width:0;
	height:auto;
	width:80%;
	margin:0 0 1em 0;
	background: none;
}


div.teaserbox ul li a, div.teaserbox ul li a:visited,
div.teaserbox2 ul li a, div.teaserbox2 ul li a:visited
{
	display:block;
	border:1px solid #CCC;
	border-width:1px;
	height:auto;
	width:auto;
	color:black;
	text-decoration:none;
	font:bold 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.teaserbox ul li a, div.teaserbox ul li a:visited {	padding: 5px 5px 5px 35px;}
div.teaserbox2 ul li a, div.teaserbox2 ul li a:visited  {	padding: 5px 5px 5px 15px;}
