/* 
    Stylesheet JM Business Information
    Autor: Michael Wahl, Jan 2008
*/

html, body{

    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;
    margin: 0; 
    padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }


p{
	color: #666;
	font-size: 10pt;
}

#ar_table /*Tabellen formatieren*/
{
 	border-collapse:separate; 
 	border-spacing:3px;
 	padding: 3px 5px 2px 5px;
 	width: 100%;
 	vertical-align:top; 
 	overflow:hidden;
 	empty-cells:show;
}

TD 
{ 
	border:2px white solid; 

}

#box_all {
	position: relative;
	width: 90%;
	min-width: 600px; /* to allow room for images and long words */
  	margin: 0 0 0 0;
  	text-align: left;
  	background-color: #ffffff;
  	border: 0;
}
  * html div#box_all {
  	height: 80%;  /* Workaround Internet Explorer bis Version 6 */
}



#box_header, #box_footer {
	position: relative;
	width: 90%;
	min-width: 600px; /* to allow room for images and long words */
    font-size: 1.0em;
    margin: 0 0 0 0; 
    padding: 0em;
    text-align: left;
    border: 0 solid #ff0000;
  }
  
#box_header {
      background-color: #ff1111;
  }
#box_footer {
      background-color: #76839A;
  }

#box_nav {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0; /* Opera needs this! Moz would automatically assume this as default */
    font-size: 0.83em;
    float: left; 
    width: 170px;
    margin: 0 0 0 0; 
    padding: 0;
    background-color: #cccdce; 
    border: 0;
  }
  * html #box_nav {
  	height: 100%;  /* Workaround Internet Explorer bis Version 6 */
}


#box_info{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0; /* Opera needs this! Moz would automatically assume this as default */
    font-size: 0.9em;
    float: right; 
    width: 180px;
    margin: 0 0 0 0; 
    padding: 0;
    background-color: #cccdce; 
	border: 0;
  }
  * html #box_info {
  	height: 100%;  /* Workaround Internet Explorer bis Version 6 */
}

#box_contentwrap {
position: relative; 
padding: 0 180px 0 170px;
}

#box_content{
    position: relative;  /* to enable further positioned divs inside content area */
	z-index: 600; /* to make sure if long words overflow they show above the right column */ 
	background: #fff;
	padding: 0 0 0px 5px;
	margin: 0;
  }
  * html div#box_content {
  	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  
#div_contact{
	text-align: left;
    margin: 0 0 0 0; 
    padding: 50px 10px 10px 300px;
    border: 0;
  }
  
#div_tagcloud {
	text-align: center;
    *float: center; 
    margin: 5px 10px; 
    padding: 5px;
    background-color: #cc6666; 
    border: 0;
  }
#div_ARtable {
    position: relative;
	text-align: left;
    *float: center; 
    font-size: 0.6em;
    float: left; 
    *width: 180px;
    margin: 0 0 0 0; 
    *padding: 0.1em 0.5em 0.3em 1em;
    background-color: #ffcdce; 
	border: 0;
  }

#imagestrip { background-image: url(../images/BusinessInformation.gif) !important; background-repeat: no-repeat; margin-top: 3px; margin-bottom: 3px; background-position: right top; width: 90%; height: 110px; }

ul.leftCol { 
	*margin: 4px 0px 6px 10px;
	padding: 4px 0px 6px 10px;
 
	list-style: none; }

li { 
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #666; 
	font-size: 10pt; 
	background-position: 0 0; 
	text-indent: 6px; 
	}

p.leftCol{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000041; 
	font-size: 10pt; 
	padding: 3px 0px 3px 5px; 
}

h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #76839A;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;  
	color:#ffffff;
	font-size: 10pt; 
	font-weight: bold;
	background-color: #76839A;
	padding: 1px 10px 1px 10px;
	margin: 0 0 0 0 
}

h4
{
	font-size: small;
	font-weight: bold;
	color: #76839A;
	margin:5px 0 5px 10px;
}


dt
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding: 0 3px 0 3px;
	margin: 0 5px 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding: 0 3px 0 3px;
	margin: 0 5px 15px 5px;
}
#img_report
{
border-top: 10px solid #FFAA22;
border-bottom: 1px solid #a0a0a0;
border-left: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;

}



img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}
a{
	color:#000;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

ul.leftCol li a{
	color:#000000;
	text-decoration:none;
}
ul.leftCol li a:hover{
	color:orange;
	text-decoration:underline;
}

h3.leftCol a{
	color:#ffffff;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:orange;
	text-decoration:underline;
}


