/* CSS Document */

    /* LAYOUT */
        #container {
			width: 800px;
			\width: 820px;
			w\idth: 800px;
			margin-left: auto;
			margin-right: auto;
			background: #FFFFFF url(/fileadmin/LCS_reloaded/images_layout/hintergrund.gif) repeat-y;
		}
		
		#popupContainer {
			width: 800px;
			\width: 820px;
			w\idth: 800px;
			margin-left: auto;
			margin-right: auto;
			background-color: #ffffff;
		}

		#navi {      position:relative;
			padding: 15px 15px 25px 15px;
			background-color: #3B80C2;
			color: white;
                        z-index:10;
		}

		#upside {
                                                position:relative;
                                                margin-bottom: -148px;
			background-color: red;
                                                height:148px;
                                                width: 800px;
		}
                                #b1{
                                 
                                  top:0px;
                                  left:0px;
                                  height:148px;
                                  width:400px;
                                  background-color: white;
                                  z-index:8;
                                 }
                                #b2{
                                  top:-148px;
                                  position:relative;
                                  left:400px;
                                  height:148px;
                                  width:400px;
                                  margin-bottom:-148px;
                                  z-index:9;
                                 }

		#breadcrumb {
			padding: 5px;
			background-color: white;
			font-size: 0.85em;
			top:-148px;
			float: left;
         width: 550px;
         overflow: hidden;
         white-space: nowrap;
		}

		#content {
			float: left;
			padding: 5px 5px 5px 5px;
			background-color: white;
			line-height: 150%;
			width: 550px;
			min-width: 550px;
		}

		#service {
			float: right;
			margin: 0;
			margin-left: 0px;
			padding: 5px 15px 5px 5px;
			width: 200px;
			text-align:left;
			overflow: hidden;
			z-index: 99;
		}

		#footer {
			clear: both;
			padding: 5px 5px 25px 5px;
			margin-top: 5px;
			color: white;
			background-color: #3B80C2;
			font-size: 0.85em;
		}
		
    /* CONTENT-SPLITTING */

	    /* HOMEPAGE */

		#start_top {
/*
			border-bottom: solid 1px #3B80C2;
*/
			margin-bottom: 5px;
                                                width:550px;
                                                
			/* height: 130px; */
		}
		
		#start_top p {
			padding: 0;
		}

		#start_left {
			float: left;
			width: 47%;
			padding-right: 5px;
			border-right: solid 1px #3B80C2;
			overflow: hidden;;
		}
		
		#start_right {
			float: left;
			width: 47%;
			padding-left: 10px;
			overflow: hidden;
		}
		
	    /* PRODUCTS */

		#product_left {
			border-right: solid 1px #3B80C2;
			float: left;
			width: 65%;
			padding-right: 10px;
		}

		#product_right {
			float: left;
			width: 30%;
			padding-left: 10px;
		}

		#product_bottom {
		}
		
	    /* DOWNLOAD */

		#download_top {
/*
			border-bottom: solid 1px #3B80C2;
*/
			margin-bottom: 25px;
		}
		
		.download_left {
			float: left;
			width: 47%;
			padding-right: 10px;
		}
		
		.download_middle {
			float: left;
			width: 30%;
			padding: 0 10px;
		}
		
		.download_right {
			float: left;
			width: 47%;
			padding-left: 10px;
			border-left: solid 1px #3B80C2;
		}
		
		
		
		
		
		
		
		
		
/* CSS Document */

    /* GENERAL */
		html, body {
			margin: 0;
			padding: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.82em;         
			color: #555555;
		}

		hr {
			width: 100%;
			height: 1px;
			color: #fff;
			border: none;
			border-top: 1px solid #3B80C2; 
			margin: 1em 0;
		}
		
		.clear {
			clear: both;
		}
		
		.news_klein {
			font-size: 0.8em;
			text-transform: uppercase;
			padding: 0;
			margin: 0;
		}
		
		p {
			margin-top: 0.3em;
			line-height: 150%;
		}
		
		.divider {
			height: 1em;
		}
		
    /* LINKS */
		a:link, a:visited {
			text-decoration: none;
			color: #3B80C2;
			font-weight: bold;
		}

		a:hover {
			text-decoration: underline;
		}
		
		#navi a:link, #navi a:visited, #navi a:hover {
			text-decoration: none;
			color: white;
			font-weight: bold;
		}

		#footer a:link, #footer a:visited, #footer a:hover {
			text-decoration: none;
			color: white;
			font-weight: normal;
		}
		
		a.shoppingKart:link, a.shoppingKart:visited, a.shoppingKart:active, a.shoppingKart:hover {
         padding-left: 25px;
         padding-top: 4px;
         padding-bottom: 8px;
         height: 21px;
         background: url(../../images/web/einkaufswagen.jpg) no-repeat 0 0;
		}

		a.pricelist:link, a.pricelist:visited, a.pricelist:active, a.pricelist:hover {
         padding-left: 25px;
         padding-top: 2px;
         padding-bottom: 10px;
         height: 21px;
         background: url(../../images/web/icon_preisliste.gif) no-repeat 0 0;
		}

		a.PDFicon:link, a.PDFicon:visited, a.PDFicon:active, a.PDFicon:hover {
         padding-left: 15px;
         padding-top: 0px;
         padding-bottom: 4px;
         height: 21px;
         background: url(../../images/sonstiges/PDF_icon.gif) no-repeat 0 0;
		}

		a.ZIPicon:link, a.ZIPicon:visited, a.ZIPicon:active, a.ZIPicon:hover {
         padding-left: 15px;
         padding-top: 0px;
         padding-bottom: 4px;
         height: 21px;
         background: url(../../images/sonstiges/ZIP_icon.gif) no-repeat 0 0;
		}
		
		
    /* HEADLINES */
		h1 {
			font-size: 1.5em;
			font-weight: bold;
			line-height: 1em;
			margin: 0.8em 0 0.8em 0;
		}
		
		h2 {
			font-size: 1.3em;
			font-weight: bold;
			margin: 0.8em 0 0.8em 0;
			padding: 0;
			line-height: 1em;
		}
		
		h3 {
			font-size: 1.1em;
			font-weight: bold;
			margin: 0.8em 0 0.8em 0;
			padding: 0;
			line-height: 1em;
		}
		
		h3 a:link, h3 a:visited {
			margin: 1.3em 0 0.8em 0;
			color: #666666;
			text-decoration: none;
		}
		
		h3 a:hover {
			margin: 1.3em 0 0.8em 0;
			color: #5286C6;
			text-decoration: none;
			border-bottom: solid 1px #666666;
		}
		
		h4 {
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			padding: 0;
			margin: 0.5em 0;
		}

    /* FORMS */
form {
 margin: 0;
 padding: 0;
}
		#service input, #service select {
			font-size: 0.8em;
			width: 100%;
			margin-bottom: 2px;
		}

		input, select, file {
			margin: 0;
			padding: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.82em;
			color: #555555;
		}
      
      input.compactSearchbox {
         max-width: 200px;
         height: 14px;
      }
      
    /* LISTS */
		#content ul {
			list-style: none;
			margin: 0 0 0 5px;
			padding: 0;
		}
		
		#content ul li {
		padding-left: 12px;
		background: url(../images_layout/li_pfeil.gif) no-repeat 0 1px;
		margin-bottom: 0.5em;
		float: none;
		text-align: left;
		}

		ul {
			list-style: none;
			margin: 1em 0;
		}
		
		ul li {
		   padding-left: 12px;
			background: url(../images_layout/li_pfeil.gif) no-repeat 0 1px;
			margin-bottom: 0.2em;
		}

		ul li ul {
			margin-bottom: 0.2em;
		}

		ul li ul li {
		   padding-left: 12px;
			background: url(../images_layout/li_pfeil.gif) no-repeat 0 1px;
			margin-top: 0.2em;
			margin-bottom: 0.5em;
		}
		
		div#service ul {
		padding: 0;
		margin: 0;
		}

		div#service ul li {
		padding-bottom: 5px;
		background: url(../images_layout/li_pfeil.gif) no-repeat 0 0;
		}



    /* ALIGNMENT */
		.right {
			float: right;
		}
		
		.left {
			float: left;
		}

    /* IMAGES */
		img.border {
			border: solid 1px #CCCCCC;
			padding: 5px;
			margin: 10px;
		}
		
    /* IMAGES */
		img.border {
			border: solid 1px #CCCCCC;
			padding: 5px;
			margin: 10px;
		}
		

		.newsitem {
			padding: 0.5em;
			background: #DEDEDE;
		}



table, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
           color: #555555;
           font-weight: normal;
           text-decoration: none
         }


.service_highlight {
 border-bottom: solid 1px #3B80C2;
 padding: 0 0 5px 0;
 margin: -10px 0 0 0;
}



/*
#content img {
 padding: 5px;
}
*/


/* Tabelle als Liste mit Hover formatieren */
table.liste td {
	border-collapse: collapse;
	border: #3B80C2;
	border-width: 0 0 1px 0;
	border-style: none none solid none;	
	padding: 0.5em 0;
        margin: 0;
}

table.liste tr:hover {
	background-color: #E7EFF7;
	color: #fff;
}

table.liste tr.headline {
	background-color: #E7EFF7;
	color: #222222;
}

table.normal td {
  text-align:left;
  vertical-align:top;
  width:auto;
}

optgroup.produktauswahl {
  font-style: normal;
}

/* Images */
.imgtext-nowrap{ width:90%;}
.imgtext-table{ width:150px;}


.imgtext-nowrap td, .imgtext-table td{
  text-align:left;
  vertical-align:top;
  width:50%;
}

#languagemenu {
 text-align: left;
}

#languagemenu a {
 font-weight: normal;
}

.alert, .red {
   color: #ed1c24;
}

td.distributorListImage {   
   border: solid 1px #CCCCCC; 
   text-align: center; 
   width: 200px;
}


td.distibutorListText {   
   vertical-align: top;
   padding-left: 8px;   
}

.disclaimer {
      color: #666666;
      font-size: 10px;
   }
   
table.lanvantageOverview {
   padding:0;
   border:none;
}

table.lanvantageOverview td.iconCell
{
   width: 7%;
   padding-bottom: 12px;
}

table.lanvantageOverview td.textCell {
   width: 33%;
   padding-bottom: 12px;
   padding-right: 12px;
}

td span.iconCell
{   
   vertical-align: center;
   display: block;
   width: 55px;
   padding-top: 0;
   padding-bottom: 8px;
   
}

td span.textCell
{   
   vertical-align: center;
   display: block;
   width: 210px;
   padding-bottom: 8px;
   padding-right: 12px;
   padding-left: 0;
   padding-top: 8px;
}

td span.optionActivationKey {
   background-color:#D7DFEC; 
   border: dotted 1px grey; 
   padding: 4px; 
   font-weight: bold;
}

/* general table layout for lancom typical tables*/
table.lancomTable {
	border-collapse: collapse;
}
table.lancomTable thead{
   background-color: #3b80c2;
}
table.lancomTable tbody{
   background-color: #eeeeee;
}
table.lancomTable tbody.second{
   background-color: #ff0000;
}
table.lancomTable tfoot{
   background-color: #3b80c2;
}
table.lancomTable tbody tr.even{
   background-color: #ffffff;
}
table.lancomTable tbody.second tr.even{
   background-color: #ffd0d0;
}
table.lancomTable td, table.lancomTable th{
	font-size: 11px;
	padding:5px;
	padding-left:10px;
	text-align: left;
   font-family: verdana, helvetica;
   border: 1px dotted #ffffff;
}

table.lancomTable td {
   border: 1px dotted #888888;
}

table.lancomTable th{
   padding:10px;
	font-weight: bold;
	color: #ffffff;
}
table.lancomTable td{
}

.rearPortsCopytextContainer {
   width:550px;
   margin: 0;
   padding: 0;   
   /*border: solid 1px #3B80C2;*/
}

div.rearPortsCopytextContainer div {   
   padding: 5px;
   z-layer: 8888;    
   background-color: white; 
   border: #3B80C2 1px solid;    
}

.invisible {
   display:none;
}

.verticalAlignTop {   
   vertical-align: top;
}

/* LANvantage display: */
#lanvantage_info {

}
#lanvantage_info td {
   vertical-align:top;
   font-size: 0.9em;
}
#lanvantage_info td.header, #lanvantage_info td.label {
 font-weight:bold;
}
#lanvantage_info td.header {
 font-size: 1em;
}
#lanvantage_info td.label {
 padding-left: 3px;
}
#lanvantage_info td.value {
 white-space: nowrap;
 text-align:right;
}
#lanvantage_info td.uline {
   border-bottom: 1px solid #686868;
}
