/*  
Das Stylesheet zum Webauftritt der Fa. ABBIS, © 2009 Detlef Reuter
*/
body           {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 62.5%;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#page_bg         {
	background-image: url(css_images/abbis_web0911-slice.png);
	background-repeat: repeat-x;
	background-color: #B1B3B4;
}
#page         {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(css_images/abbis_web0911-slice-02.png);
	background-repeat: no-repeat;
	padding: 1px;
	background-position: 3px 0px;
}
#header           {
	text-align: left;
	padding-top: 15px;
}
#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1      a{
	height: 100px;
	width: 200px;
	display: block;
	font-size: 10px;
	background-image: url(css_images/trans-100perc.gif);
}
/*topnav*/
#topnav  {
	color: #FFF;
	font-size: 1em;
	margin-left: 250px;
	margin-top: 15px;
	padding-right: 10px;
}
.topnavleft  {
	text-align: left;
	width: 200px;
	float: left;
	height: 20px;
	padding-bottom: 2px;
}
.topnavright  {
	width: 250px;
	float: right;
	padding-bottom: 2px;
	text-align: right;
}
#topnav a     {
	color: #FFF;
	text-decoration: none
}
#topnav a:hover     {
	color: #333;
	text-decoration: none
}

/*mainnav*/
#mainnav           {
	margin-left: 250px;
	padding-left: 0px;
	margin-top: 82px;
}
#mainnav a             {
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	margin: 0;
	padding-left: 0
}
#mainnav a:hover         {
	color: #D30032
}
#mainnav  .active a        {
	color: #D30032
}
#mainnav  .active a:hover        {
	color: #D30032
}
#mainnav li         {
	list-style-type: none;
	display: inline;
	padding-right: 22px;
	font-weight: bold;
}
/*subnav*/
#subnav         {
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 35px;
}
#subnav a:hover        {
	color: #D30032
}
#subnav  .active a       {
	color: #D30032
}
#subnav li        {
	background-image: url(css_images/abbis_web0911-subnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
}
#subnav li   a{
	text-decoration: none;
	color: #000;
}
/*subnav*/
#subnav         ul li a{
	color: #FFF;
}
#subnav li        ul{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#subnav li        ul li {
	background-image: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#subnav li        ul li a{
	background-image: url(css_images/abbis_web0911-arrow.png);
	background-repeat: no-repeat;
	background-position: -3px center;
	padding-left: 15px;
}
#subnav li ul li a:hover, #subnav li ul li.active a {
	background-image: url(css_images/abbis_web0911-arrowactive.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*sidebar*/
#sidebar   {
	margin: 0px;
	width: 230px;
	float: left;
}
#sidebar img {
	padding: 2px;
	border: 1px solid #FFF
}
/*infobox*/
.infobox {
	border: 1px solid #FFF;
	margin-left: 20px;
	margin-top: 45px;
	background-color: #929395;
}
.infobox h3{
	padding: 5px;
	background-color: #D6D6D6;
	color: #333;
}
.infobox p{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.1em;
	margin-top: 5px;
}
#content         {
	padding-top: 20px;
	color: #FFF;
	text-align: left;
	padding-bottom: 20px;
}
#content hr { visibility: hidden; clear: both }

.narrowcolumn      {
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0
}
.widecolumn {
	margin-bottom: 0;
	padding-top: 0px;
	padding-left: 20px;
}
.small   {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: right;
}
.small a {
	color: #333;
}
.small a:hover {
	color: #D30032;
}
.mapsgoogle    { margin-top: 4px; padding: 2px; border: solid 1px #c3e5ff }
/*table begin*/
table {
	margin-bottom: 15px;
	font-size: 1.3em;
	border: 1px dotted #FFF;
	line-height: 1.4em;
	margin-top: 5px;
}
th {
	padding: 7px 10px 5px;
	vertical-align: top;
	background-image: url(css_images/abbis_web0911-trans02.png);
	border: 1px dotted #ccc;
}
td {
	border: 1px dotted #CCC;
	padding: 6px;
	vertical-align: top;
	background-image: url(css_images/abbis_web0911-trans03.png);
}
table.team {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
table.team td{
	border: none;
	width: 32%;
	text-align: center;
	padding: 2px 2px 8px;
	background-image: none;
}
table.team img{
	padding: 3px;
	border: 1px solid #FFF;

}
table.distributor {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
table.distributor td{
	border: none;
	padding: 2px 2px 8px;
	background-image: none;
	width: 49%;
}
table.distributor img{
	padding: 3px;
	border: 1px solid #FFF;

}
/*table end*/
/*Begin Images*/
img.centered  { display: block; margin-right: auto; margin-left: auto }

img.alignright  {
	display: inline;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-top: 5px;
}
img.bordered, img.alignright, img.alignleft{
	padding: 3px;
	border: 1px solid #FFF;
}

img.alignleft  {
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 5px;
}
/*end images*/
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h2      {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0 0;
	color: #333;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
	border-bottom: 1px dotted #FFF;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0px;
	padding-left: 38px;
	color: #FFF;
	clear: right;
}
h6 {
	font-size: 0.9em;
	color: #666;
	line-height: 1.1em;
	margin-bottom: 3px;
	margin-top: 0px;
	font-style: normal;
}
.narrowcolumn       ul, widecolumn ul{
	padding-top: 0px;

}
.narrowcolumn       li, .widecolumn li{
	font-size: 1.3em;
	list-style-type: square;
	line-height: 1.5em;
	margin-left: 15px;
}
a       {
	color: #D30032;
	text-decoration: none
}
a:hover       {
	color: #333;
}
a img { border-style: none }
p          {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.bg_box {
	background-image: url(css_images/abbis_web0911-trans02.png);
	padding: 5px;
	border: 1px dotted #EEE;
	margin-bottom: 20px;
}

#footer_bg  {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D30032;
}
#footer  {
	color: #666;
	font-size: 1em;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.footerleft  {
	text-align: left;
	padding-bottom: 3px;
	width: 400px;
	float: left;
	margin-left: 250px;
}
.footermiddle  { text-align: center; padding-bottom: 3px; }
.footerright  {
	text-align: right;
	padding-bottom: 3px;
	width: 150px;
	float: right;
	padding-right: 5px;
}
#footer a     {
	color: #666;
	text-decoration: none
}
#footer a:hover     {
	color: #D30032;
	text-decoration: none
}
