/*
Lansuite Style-Definitions

For detailed Information see:
http://lansuite-docu.orgapage.de/index.php?title=Stylesheets

Format:
name {
  Positioning, Width, Height
  Margin, Border, Padding
  Float, Clear, Allign, White-space
  Colors, Background, Backgroundimages
  Font-size, -weight and -family
}
*/

/* Main-Template */
div#DateLogout {
  text-align: right;
  font-size: 11px;
}

.maintabelle {
	width: 100%;
	background-image: url(images/main_oben_bg.png);
	height: 25px;
	background-repeat: repeat-x;
	background-position: top;
}
.tebelle_links {
	background-image: url(images/links.png);
	width: 71px;
}
.tebelle_rechts {
	background-image: url(images/rechts.png);
	height: 100%;
	width: 71px;
}


div#Logo {
  position: absolute;   top: 10px;    left: 10px;   z-index: 10;
}
div#Banner {
  position: absolute;   top: 20px;    right: 4px;   z-index: 5;
}
div#BoxesLeft {
	position: absolute;
	top: 100px;
	left: 7px;
	width: 180px;
	z-index: 50;
}
div#Content {
  position: absolute;   top: 100px;   right: 190px;   left: 190px;    z-index: 100;
  margin: 0px 2px 10px 2px;   padding: 8px 4px 10px 8px;
  background: #eee6e6;
}
div#ContentFullscreen {
  position: absolute;   top: 40px;    right: 10px;    left: 10px;   z-index: 10;
  margin: 0px 2px 10px 2px;   padding: 8px 4px 10px 8px;
  background: #eee6e6;
}
div#BoxesRight {
  position: absolute;   top: 100px;   right: 4px;   width: 180px;   z-index: 50;
}
div#Footer {
  margin: 8px 0px 0px 0px;
  color: #bbbbbb;
  text-align: center;
}
div#Footer a {
  color: #bbbbbb;
}
/* Boxes */
.Box {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
li.BoxHelpClose {
	width: 18px;
	display: inline;
	font-size: 10px;
	list-style: none;
}
ul.BoxContent {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 160px;
	list-style-image: none;
	list-style-type: none;
}
.Help {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	
}
.boxheadcaption {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #DC7314;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
}
.boxcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.bannerbg {
	background-image: url(images/bannerbg_blau.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 122px;
}
.cscllogorot {
	background-image: url(images/cscllogo_rot.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
}
.bannerschatten {
	background-image: url(images/bannerschatten1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 122px;
}
.cscllogograu {
	height: 122px;
	background-image: url(images/cscllogo_grau.png);
	background-repeat: no-repeat;
	background-position: 10% 15px;
}
.TLC {
	background-image: url(images/TLC.png);
	background-repeat: no-repeat;
	background-position: 75% 20px;
	height: 122px;
}
.kabel {
	background-image: url(images/lankabel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 122px;
}
.leuchten {
	background-image: url(images/leuchten.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 122px;
}


.bannerschatenrechts {
	background-image: url(images/bannerschatten2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 122px;
}
.linie {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 122px;
}
.mainbg {
	background-image: url(images/csclbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
