@charset 'utf-8';
@import url(reset.css);
/* @import url(lightbox.css); */

/* ----------------------------------------------------- All browsers */


html {
  	overflow-y: scroll;
}



body {
	color:#232323;
	font-family:"Lucida Grande", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align: center;
	}

#wrapper { 
    	width: 930px;
    	background: none;
    	margin: 0 auto 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ueberschrieben. */
	height:100%;
}


h1 {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;	
	font-size:18px;
	color:#d6000e;
	margin:20px 0 7px 0;
	line-height:23px
	}

h1 a:hover {
	text-decoration: underline 
}

h2 {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;	
	font-size:14px;
	color:#d6000e;
	margin:12px 0 5px 0;
	line-height:19px
	}	

embed {
	margin:10px 0 7px 0;
	}	
	
p {
	padding:7px 0 7px 0;
	}

#content a, #spalte-links-content a {
	color:#232323;
	text-decoration:none;
	}

#content a:hover,
#content a:focus,
#spalte-links-content a:hover,
#spalte-links-content a:focus
{
	color:#d6000e;
	text-decoration:underline;
	}


/*    ..............................  HINTERGRÜNDE .............................. */

body {
	background-image:url(../images/bg/bg-vertikal.png);
	background-repeat:repeat-y;
	background-position: top center;
	background-color:#d9d9d9; 
	}

#bg-horizontal {
	background-image:url(../images/bg/bg-horizontal.png);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	z-index:1;
	}

#bg-header {
	background-image:url(../images/bg/bg-header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
	width:100%; 
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	z-index:2;
	}


/*    ..............................  SPALTE LINKS mit LOGO und SUBNAVI  .............................. */


#spalte-links {
	position:relative;
    	margin-left: 0;
	float:left;
	width:273px;
	height:100%;
	z-index:10;
	}
	
#spalte-links-content {
	margin:0 20px 0 20px;
	}
	
#spalte-links-content ul.liste-punkte {
	margin: 5px 0 5px 0;
	}

#spalte-links-content ul.liste-punkte li {
	padding:0px 5px 10px 18px;
	background-image:url(../images/buttons/button-liste-punkte.png);
	background-repeat:no-repeat;
	background-position:top left;
	}

	
	
/*    ..............................  SUBNAVI  .............................. */

	
ul#subnavi li {
	height:27px;
	padding:11px 5px 0 6px;
	background-image:url(../images/bg/bg-subnavi.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

ul#subnavi li:hover {
	background-color:#f7f7f7;
	}		
	

ul#subnavi li a {
	color:#232323;
	text-decoration:none;
	display:block;
	height:27px;
	}

ul#subnavi li a:hover  {
	color:#d6000e;
	text-decoration:none;
	}	
ul#subnavi li a.active  {
	color:#d6000e;
	text-decoration:none;
	}	




/*    ..............................  SPALTE RECHTS  .............................. */


#spalte-rechts {
	position:relative;
    	margin-left: 303px;
	height:100%;
	z-index:10;
	}


/*    ..............................  NAVI HEADER .............................. */

ul#navi-header {
	width:642px;
	margin:0;
	padding:0;
	top: 0;
	z-index:30;
	}

ul#navi-header li {
	display:inline;
	float:left;
	height:142px;
	}

ul#navi-header li a span {
	visibility:hidden;
	font-size:1px;
	line-height:1px;
	}	

ul#navi-header a {
	color:#FFFFFF;
	display:block;
	background-image:url(../images/bg/navi-header.png);
	height:134px;
	text-decoration:none;
	}

ul#navi-header .unternehmen a 				{ width:157px; background-position:0 0;}
ul#navi-header .service a					{ width:95px; background-position:-157px 0;}
ul#navi-header .telekommunikation a			{ width:193px; background-position:-252px 0;}
ul#navi-header .netzwerktechnik a			{ width:170px; background-position:-445px 0;}


ul#navi-header .unternehmen a:hover, 		ul#navi-header .unternehmen a.active		{ background-position:0 -150px;}
ul#navi-header .service a:hover,			ul#navi-header .service a.active			{ background-position:-157px -150px;}
ul#navi-header .telekommunikation a:hover,	ul#navi-header .telekommunikation a.active	{ background-position:-252px -150px;}
ul#navi-header .netzwerktechnik a:hover	,	ul#navi-header .netzwerktechnik a.active		{ background-position:-445px -150px;}


/*    ..............................  NAVI BREADCRUMB .............................. */


#navi-breadcrumb {
	display:inline;
	height:33px;
	margin:0;
	padding:0;
	position:relative;
	margin:0 0 30px 5px;
	width:620px;
	font-size:10px;
	z-index:20;
	
	}
	
#navi-breadcrumb a {
	color:#707070;
	text-decoration:none;
	background-image:url(../images/bg/navi-breadcrumb-pfeil.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display: inline;
	padding:10px 7px  9px 27px;
	}


#navi-breadcrumb a:hover {
	color:#000;
	text-decoration: underline;
	}
	


/*    ..............................  CONTENT  .............................. */

#content {
	position:relative;
	padding: 25px 30px 10px 0px;
	z-index:10;
	min-height:620px;
	}
	
#content .float-right {
	float:right;
	margin: 5px 2px 20px 15px;
	}
	
#content img {
	padding-left: 20px;
	padding-top: 20px;
}	
/*    ..............................  CONTENT  News Startseite  .............................. */


#content .news {
	background-image:url(../images/bg/bg-news.png);
	background-position:center top;
	background-repeat:no-repeat;
	}

.news img {
	float:right;
	margin-left:6px;
}	

#content .news h1 {
	background-image:url(../images/bg/bg-news.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:12px 0 12px 0;
	margin-bottom: 20px;
	}

#content .news h2 {
	background-image:url(../images/buttons/button-news.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:15px;
	padding:1px 0 2px 25px;
	/* clear:right; */
	}

#content .news p {
	padding-left: 25px;
	}		
	
	
/*    ..............................  CONTENT  Produktauswahl  .............................. */


#content ul.produktauswahl {
	width:160px;
	}

#content ul.produktauswahl li {
       padding:10px 5px 8px 10px;
       background-image:url(../images/bg/bg-produktauswahl.png);
       background-repeat:no-repeat;
       background-position:top center;
       list-style-image:none;
       }   
       

#content ul.produktauswahl li:hover {
	background-color:#f7f7f7;
	}		
	
#content ul.produktauswahl li a {
       color:#232323;
       text-decoration:none;
       display:block;
       }	

#content ul.produktauswahl li a:hover  {
	color:#d6000e;
	text-decoration:none;
	}	
#content ul.produktauswahl li a.active  {
	color:#d6000e;
	text-decoration:none;
	}	
	
#content ul {
	padding:5px 50px 0px 0px;
	margin:0 0 0 15px;
	list-style-image:url(../images/buttons/content-liste-dot.gif);
	}

#content ul li {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	}
	
		
/*    ..............................  CONTENT  Download-Tabelle  .............................. */
		

table.download-table {
	margin-top:15px;
	}


table.download-table tr {
	background-image:url(../images/bg/bg-download.png);
	background-repeat: repeat-x;
	background-position:top left;
	}
table.download-table td {
	padding: 6px 0 6px 0;
	}

table.download-table td.spalte-1 {
	padding-left:20px;
	font-weight:bolder;
	background-image:url(../images/buttons/button-download.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	}		
	
		
/*    ..............................  FOOTER  .............................. */


#footer {
	clear:both;
	width:100%;
	background-image:url(../images/bg/bg-footer.png);
	background-repeat:repeat-x;
	margin:20px 0 0 0;
	position:relative;
	bottom:0;
	color:#fff;
	font-size:11px;
	line-height:15px;
	text-align:left;
	}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#CCCCCC;
	}	

#footer-adresse {
	width:930px;
	background-image:url(../images/bg/bg-footer-verlauf.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:90px;
	margin: 0 auto 0 auto;
	padding:0;
	}
	
#footer-adresse #text {
	padding-top:15px;
	}	

#footer-partner {
	float:right;
	width:500px;
	text-align:right;
	margin-top:15px;
	}
#footer-partner img {
	float:right;
	margin:0 5px 0 10px;
	}			
			

.csc-mailform-field {
margin:0 0 6px;
}

.csc-mailform-field label {
border-bottom:1px dashed #D2D2D2;
float:left;
margin:0 10px 0 0;
padding:2px 0 1px;
width:280px;
}

.csc-mailform-field select {
font-size:11px;
margin:0;
padding:0;
width:264px;
}

.csc-mailform-field input {
font-size:11px;
margin:0;
padding:0;
width:260px;
}

.csc-mailform-field textarea {
font-size:11px;
height:70px;
padding:1px;
width:260px;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div { }


