@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}


#divContainer {
	position: relative;
	margin: 0px auto;
	width: 990px;
	background-image: url(../images/bg_container.gif);
	text-align: left;
}

#divNav {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#divHeader {
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e1e1e1;
}

#divSubnav {
	position: absolute;
	z-index: 2;	
	top: 342px;
}

#divLowerContainer {
	positon: relative;
	top: 0px;
}

#divLeftContent {
	position: relative;
	width: 662px;
	top: 30px;
	float: left;
}

#divRightContent {
	position: relative;
	width: 270px;
	top: 30px;
	float: left;
}

#divBottomBar {
	position: relative;
	clear: both;
	height: 60px;
	top: 30px;
	border-top: 1px solid #e1e1e1;
	background-image: url(../images/bg_container.gif);
	font-size: 10px;
}

#divBottomBarContent {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 660px;
}

#divBottomBarContent2 {
	position: absolute;
	left: 692px;
	top: 15px;
	width: 240px;
}

#divBottomBarContent2 a, #divBottomBarContent a {
	text-decoration: underline;
	color: #707070;
}

.divNetzlogArticle {
	position: relative;
	height: 60px;
	width: 210px;
	margin-left: 30px;
	border-bottom: 1px solid #c9c9c9;
}


divNetzlog {
	position: relative;
}

.divNetzLogDatum {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 30px;
	height: 28px;
	background-color: #ffffff;
	text-align:center;
	font-size: 10px;
	line-height: 13px;
	padding-top: 3px;
}

.divNetzLogHeadline {
	position: absolute;
	left: 45px;
	top: 15px;
	line-height: 14px;
}

.divNetzLogHeadline a {
	color: #707070;
	line-height: 16px;
}


/* Scroller News */

	#divContentPane {
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 632px;
		overflow: hidden;
		height: 250px;
		background-color: #ffffff;
	}

	#divScrollingPane {
		position: absolute;
		left: -15px;
		top: 0px;
		width: 647px;
		height: 250px;
		z-index: 3;
        border-right: 1px solid #4a4238;
	}

	#bttnScrollLinks {
		position: absolute;
		right: 56px;
		top: 0px;
		cursor:pointer;
	}

	#bttnScrollRechts {
		position: absolute;
		right: 30px;
		top: 0px;
		cursor: pointer;
	}

    .liScroller {
      position: relative;
      width: 186px;
      height: 250px;
      text-align: left;
      padding: 0px 17px 0px 15px;
      margin: 0px;
      border-left: 1px solid #e1e1e1;
    }


#divMainNav {
	position: absolute;
	left: 215px; top: 40px;
}

#navhome {
	position: absolute;
	left: 0px; top: 0px;
	width: 47px; height: 20px;
	background-image: url(../images/nav/home.gif);
}

#navhome:hover {
	background-image:url(../images/nav/home_f2.gif);
}

#navleistungen {
	position: absolute;
	left: 50px; top: 0px;
	width: 81px; height: 20px;
	background-image: url(../images/nav/leistungen.gif);
}

#navleistungen:hover {
	background-image:url(../images/nav/leistungen_f2.gif);
}

#navportfolio {
	position: absolute;
	left: 134px; top: 0px;
	width: 75px; height: 20px;
	background-image: url(../images/nav/portfolio.gif);
}

#navportfolio:hover {
	background-image:url(../images/nav/portfolio_f2.gif);
}

#navueberuns {
	position: absolute;
	left: 212px; top: 0px;
	width:70px; height: 20px;
	background-image: url(../images/nav/ueberuns.gif);
}

#navueberuns:hover {
	background-image:url(../images/nav/ueberuns_f2.gif);
}

.superSizeHeadline{
	font-size: 44px;
	padding-top: 140px;
	padding-bottom: 40px;
}

.divNetzLogHeadline a:hover {
	color: #f99d1c;
}