/* ----------------------------------------------------------------------- */
/* 								BODY / DOCUMENT							   */
/* ----------------------------------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	font: 10px verdana, arial, helvetica, sans-serif;
    background-color: #f8f8f8;
}
html,body {
	width: 100%;
	height: 100%
}

A:visited	{COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif; TEXT-DECORATION: none; }
A:hover		{COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}
A:active	{COLOR: #007700; FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif; TEXT-DECORATION: none;}
A:link		{COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif; TEXT-DECORATION: none;}

/* ----------------------------------------------------------------------- */
/* 								GENERAL CSS 							   */
/* ----------------------------------------------------------------------- */

.leftText { text-align: left; }
.centerText { text-align: center; }
.rightText { text-align: right; }

.floatLeft { float: left; }
.floatRight { float: right; }

/* ----------------------------------------------------------------------- */
/* 								GENERAL CSS 							   */
/* ----------------------------------------------------------------------- */
div.window {
	position: absolute;

    width: 1020px;
	height: 600px;

    /* Div rechts unterhalb Mitte positionieren */
	top: 50%;
	/*left: 50%;*/
    /* Hälfte der Groesse als Einzug wieder abziehen */
    margin-top: -300px;
	/*margin-left: -560px;*/

    background-image: url("../_img/background/zompras_default.jpg");
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* Need to read the bg position from Browser */
  	background-position: 206px 10px;
}
div.shadowRight {
 	position: absolute;
    left: 1020px;
    width: 6px;
    height: 592px;
    top: 50%;
    margin-top: -292px;
    /*background-color: #FF0000;*/
   	background-image: url("../_img/shadow_right.gif");
    background-repeat: y;
}
div.shadowBottom {
 	position: absolute;
    left: 0px;
    width: 1020px;
    height: 6px;
    top: 50%;
    margin-top: 300px;
    /*background-color: #FF0000;*/
   	background-image: url("../_img/shadow_bottom.gif");
    background-repeat: x;
}
div.shadowCorner {
 	position: absolute;
    left: 1020px;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: 300px;
    /*background-color: #FF0000;*/
   	background-image: url("../_img/shadow_corner.gif");
    background-repeat: no-repeat;
}

div.window .transparentOben {
	position: absolute;
    top: 0px;
	text-align: left;
    width: 100%;
    height: 42px;
    /*background-color: #000000;
       filter: alpha(opacity=70);
	-moz-opacity:.70;
    opacity:.70;  */
}

div.logo {
	position: absolute;
    top: 103px;
    right: 2px;
    padding: 0px;
	height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 170%;
    color: #FFFFFF;
    z-index: 99;
}

div.newsTitel {
	float:left;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #808080;
}

div.newsSubTitel {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}

div.mainCenter {
   	position: absolute;
    top: 152px;
    margin-top: -4px;
    left: 206px;
    height: 400px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    /*background-color: #FF0000;*/
    z-index: 2;
}
/*
ul {
	list-style: none;
	margin:0; padding:0;
}
li  {
	margin: 3px 0; padding: 3px 3em 3px 24px;
	border: 2px solid #456;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#with li {background-color: #cde;}
*/
div.window .mainText {
	position: absolute;
    top: 0px;
 	width: 206px;
    height: 100%;
    z-index: 1;
    background-color: #FFFFFF;
    border-right: 0px dashed #CCCCCC;
}

div.window .mainText2 {
	position: absolute;
    top: 100px;
 	width: 202px;
}

div.window .transparentLeiste {
   position: absolute;
   top: 0px;
   width: 	100%;
   height:	100px;
   background-color: #EAEAEA;
   z-index: 2;
   filter: alpha(opacity=80);
	-moz-opacity:.80;
    opacity:.80;
}

div.window .descriptions {
	/* The Description Box is aligned with the right border of the Transparent Leiste */
   position: absolute;
   margin-top: 10px;
   margin-right: 10px;
   right: 105px;
   width: 	490px;
   height:	100px;
}
div.window .logoimg {
	/* The Description Box is aligned with the right border of the Transparent Leiste */
   position: absolute;
   right: 0px;
   width: 	100px;
   height:	100px;
   z-index: 3;
}
div.descriptLeft {
	width:150px;
    float:left;
    color:#000000;
    font-size: 12px;
}
div.descriptRight {
	width:340px;
    float:right;
    color:#000000;
    font-size: 12px;
    font-weight: bold;
}
div.descriptComplete {
	width:500px;
    float:left;
    color:#000000;
    font-size: 12px;
}


div.window .embeddedMenu {
   position: absolute;
   top: 0px;
   width: 306px;
   height: 100px;
   z-index: 2;
   background-color: #FFFFFF;
   padding: 0px;
   margin: 0px;
}

/* ----------------------------------------------------------------------- */
/* 							    	MENU 						    	   */
/* ----------------------------------------------------------------------- */

.menuNews {
	position: absolute;
    left: 0px;
	background: url("../_img/news2.jpg") no-repeat;
}
.menuAboutus {
	position: absolute;
    left: 102px;
	background: url("../_img/company2.jpg") no-repeat;
}
.menuProjects {
	position: absolute;
    left: 204px;
	background: url("../_img/projects2.jpg") no-repeat;
}
.menuContact {
	position: absolute;
    left: 306px;
	background: url("../_img/contact.jpg") no-repeat;
}

        #t1 {
        	background: url("../_img/news2.jpg") no-repeat;
        }
        #t2 {
            background: url("../_img/company2.jpg") no-repeat;
        }
        #t3 {
            background: url("../_img/projects2.jpg") no-repeat;
        }
        #t4 {
            background: url("../_img/contact.jpg") no-repeat;
        }

        #c1 {
        	background: url("../_img/news2.jpg") no-repeat;
            background-position: -102px 0px;
        }
        #c2 {
            background: url("../_img/company2.jpg") no-repeat;
            background-position: -102px 0px;
        }
        #c3 {
            background: url("../_img/projects2.jpg") no-repeat;
            background-position: -102px 0px;
        }
        #c4 {
            background: url("../_img/contact.jpg") no-repeat;
            background-position: -102px 0px;
        }

		.horizontal_accordion_toggle {
			float: left;
			display: block;
			height: 100px;
			width: 102px;
			text-decoration: none;
			outline: none;
            border-right: 0px solid #FFFFFF;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.horizontal_accordion_toggle_active {
			border-right: 0px solid #FFFFFF;
            width: 102px;
			height: 100px
		}

		.horizontal_accordion_content {
            width: 102px;
			height: 100%;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
            background: url("_img/news2.jpg") no-repeat;
		}

    	#horizontal_container {
      		margin: 0px auto 0px auto;
      		width: 512px;
      		height: 100px;
    	}

/* ----------------------------------------------------------------------- */
/* 							    	NEWS 						    	   */
/* ----------------------------------------------------------------------- */

div.preBox {
    width: 180px;
    margin-top: 10px;
    margin-left: 14px;
}

div.mainTextContent {
    width: 93%;
    padding: 6px;
    font-size: 10px;
    line-height: 150%;
    text-align: justify;
}

div.mainTextTitel {
	position: relative;
    margin-top: 20px;
    margin-left: 15px;
    padding: 9px;
	height: 20px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #DCDCDC;
    /*background-color: #505050;*/
}

div.newsBox {
	position: relative;
	width: 100%;
    border: 1px solid #FFFFFF;
    text-align: justify;
	line-height: 150%;
}

/* ----------------------------------------------------------------------- */
/* 							    	JOBS						    	   */
/* ----------------------------------------------------------------------- */

div.jobs {
 	width: 600px;
}

div.jobsTitel {
 	font: bold small-caps 14px arial;
    color: #000088;
}

div.jobsFachrichtung {
 	font: normal 12px Arial;
    color: #000000;
}

div.jobsProfil {
 	font: normal 12px Arial;
    color: #000000;
}

div.jobsAufgaben {
 	font: normal 12px Arial;
    color: #000000;
}

/* ----------------------------------------------------------------------- */
/* 							    	IMPRESSUM					    	   */
/* ----------------------------------------------------------------------- */

div.impressum {
	width: 95%;
 	text-align: justify;
}


/* ----------------------------------------------------------------------- */
/* 							    Ticker				       				   */
/* ----------------------------------------------------------------------- */

	#newsTicker {
	    width: 658px;
	    padding-top: 10px;
	    /*border: solid 1px #999999;*/
	    float: left;
	    /*border: solid 1px #CAD0DE;*/
	    background-color: #FFFFFF;
	}
	#newsTicker .SlidingPanels {
	    width: 618px;
	    height: 100%;
	    float: left;
	}

	#newsTicker .SlidingPanelsContentGroup {
	    width: 8000em;
	    float: left;
	}
	#newsTicker .SlidingPanelsContent {
	    float: left;
	    width: 124px;
	    height: 418px;
	}

	#newsTicker .SlidingPanelsContent .content {
	    margin: 4px auto;
	    text-align: center;
	}

	.SlidingPanelsAnimating * {
	    overflow: visible !important;
	}

	#newsTicker img {
	    margin-right: 4px;
	}

	#item1 .content, #item2 .content, #item3 .content {
	    border-right: dashed 0px #999999;
	}
	#newsTicker .content {
	    text-align: center;
	    padding: 0px 4px;
	}

	#newsTicker .description {
	    position: relative;
	    left: -810px;
	    top: 310px;
	    height: 60px;
	    width: 400px;
	    text-align: justify;
	    float: left;
	}
	#newsTicker .bauherr {
	    position: relative;
	    left: -610px;
	    top: 128px;
	    height: 60px;
	    width: 200px;
	    text-align: justify;
	    float: left;
	}

	#newsTicker p {
	    margin: 4px 4px;
	}

	#newsTicker .prev {
	    position: relative;
	    top: 310px;
	    text-align: left;
	    padding: 4px 4px;
	    clear: both;
	}

	#newsTicker .next {
	    position: relative;
	    text-align: right;
	    top: 310px;
	    padding: 4px 4px;
	    clear: both;
	}

	#newsTicker .navLinks {
	    clear: both;
	    text-align: center;
	    border-top:  solid 1px #CCC;
	    padding-top: 4px;
	    padding-bottom: 4px;
	    border: solid 1px #999;
	}
