@charset "utf-8";
body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1
{
border-bottom-color:#8F2C2D;
border-bottom-style:dotted;
border-bottom-width:1px;
color:#8F2C2D;
line-height:40px;
width:550px;
}

img

{
border:none;
}


.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.wrapper {
	background-color: #fff;
	border: 1px solid #fff;
}

.twoColFixLtHdr #header {
	background-color: #57080A;
	background-image: url(../../images/bg_header_b.gif);
	background-repeat: repeat-x;
	height: 88px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.logo {
	width: 241px;
}
.menuTop {
	width: 650px;
	float: right;
	text-align: right;
	padding-right::20px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}


.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.leftside {
	background-color: #ebebeb;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*padding-left: 10px;*/
}

.rightside {
	background-color: #ebebeb;
	padding-top: 5px;
	/*padding-right: 10px;*/
	padding-bottom: 10px;
	padding-left: 5px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../../images/bg_header_b.gif);
	background-repeat: repeat-x;
	width:95%;
	margin-left: auto;
	margin-right:auto;
} 
.twoColFixLtHdr #footer p {
        text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer a, #footer a:visited, #footer a:active, #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #ebebeb;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{
	margin: 0 5px;
	background-color: #993333;
}
.r2{
	margin: 0 3px;
	background-color: #993333;
}
.r3{
	margin: 0 2px;
	background-color: #993333;
}
.r4{
	margin: 0 1px;
	height: 2px;
	background-color: #993333;
} 

.r1fb{
	margin: 0 5px;
	background-color: #8F2C2D;
}
.r2fb{
	margin: 0 3px;
	background-color: #8F2C2D;
}
.r3fb{
	margin: 0 2px;
	background-color: #8F2C2D;
}
.r4fb{
	margin: 0 1px;
	height: 2px;
	background-color: #8F2C2D;
} 

.r1b{
	margin: 0 5px;
	background-color: #57080A;
}
.r2b{
	margin: 0 3px;
	background-color: #57080A;
}
.r3b{
	margin: 0 2px;
	background-color: #57080A;
}
.r4b{
	margin: 0 1px;
	height: 2px;
	background-color: #57080A;
}

.rtopw, .rbottomw{display:block}
.rtopw *, .rbottomw *{display: block; height: 1px; overflow: hidden}
.r1w{
	margin: 0 5px;
	background-color: #fff;
}
.r2w{
	margin: 0 3px;
	background-color: #fff;
}
.r3w{
	margin: 0 2px;
	background-color: #fff;
}
.r4w{
	margin: 0 1px;
	height: 2px;
	background-color: #fff;
} 

.rtops, .rbottoms{display:block}
.rtops *, .rbottoms *{display: block; height: 1px; overflow: hidden}
.r1s{
	margin: 0 5px;
	background-color: #ebebeb;
}
.r2s{
	margin: 0 3px;
	background-color: #ebebeb;
}
.r3s{
	margin: 0 2px;
	background-color: #ebebeb;
}
.r4s{
	margin: 0 1px;
	height: 2px;
	background-color: #ebebeb;
} 

/*slideshow*/
/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:480px;
	height:240px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	
	float:left;
	margin:0 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
/*slideshow ende*/

/*phpwcms */

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: normal;
	text-decoration: none;

         
}

.navTable
{
border:1px solid #ccc;
min-height:250px;
}

.nav_table_norm, .nav_table_norm_active
{
border:1px solid #ccc;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.articleText { 
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}


.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* CSS for the top level list */
ul.list_top, ul.list_level {
padding:0;
margin-left:-7px;

	
}
ul.list_top li, ul.list_level li {
background-image:url("http://www.glaswandsysteme.de/images/button_left.png");
background-repeat:no-repeat;
height:25px;
list-style-type:none;
padding-bottom:5px;
padding-left:30px;
padding-top:5px;
width:190px;
	
}
ul.list_top li a, ul.list_level li a {
color: #fff;	
}
ul.list_top li a:link, ul.list_level li a:link { color: #fff;text-decoration:none; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #fff;text-decoration:none; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: #fff;


}
ul.list_top li.active a, ul.list_level li.active a {
color: #fff;
text-decoration:none;	
}
.formLabel
{
padding-right:10px;
}

#phpwcmsForm4
{
margin-bottom:15px;
}

#phpwcmsForm4 td
{
margin-bottom:5px;
}

.breadcrump a,.breadcrump a:active, .breadcrump a:visited, .breadcrump a:link
{
color:#8F2C2D;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px ; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}

/* jquery effects

.carouselbox
{
border:1px #ebebeb dotted;
}*/

#carousel
{
	width: 580px;
	height: 180px;
	
	
        padding-top:10px;
        padding-bottom:10px;
        border:2px #ebebeb solid;
}
#carousel a
{
	position: absolute;
	width: 110px;
}
#carousel img
{
	border:none;
}


#ImageBoxOverlay
{
	background-color: #000;
	z-index: 1000;
}
#ImageBoxClose a
{
border:none;
}

#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;

}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;

}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;

}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;

}

/*accordeon*/

#myAccordion{
	width: 580px;
	border: 1px solid #ebebeb;
	
	
}
#myAccordion dt{
	line-height: 20px;
	background-attachment:scroll;
background-color:#333333;
background-image:url("http://www.callcentersysteme.de/bg_header_b.gif");
background-position:-10px 50%;
background-repeat:repeat;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
cursor:pointer;
}
#myAccordion dd{
	height: auto;
        min-height:350px;
        overflow:auto;
}
#myAccordion p{
	margin: 16px 10px;
}
#myAccordion dt.myAccordionHover
{
	background-attachment:scroll;
background-color:#333333;
background-image:url("http://www.callcentersysteme.de/bg_header_b.gif");
background-position:-10px 50%;
background-repeat:repeat;
}
#myAccordion dt.myAccordionActive
{
	background-attachment:scroll;
background-color:#333333;
background-image:url("http://www.callcentersysteme.de/bg_header_b.gif");
background-position:-10px 50%;
background-repeat:repeat;
}

/* slideshow */


#slideShow1
{
	width: 550px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
}
#slideShow2
{
	width: 580px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
}
.pagelinks a
{
	font-weight: bold;
	color: #666;
}
.slideCaption
{
	
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.pagelinks a.activeSlide
{
	color: #f90;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(images/spacer.gif);
}
.nextSlide:hover
{
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}

.fileEntry, .fileEntry a
{
font-size:10px;
}