
/* Easy Slider */


#slider ul, #slider li {
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
}

#slider li {
    /*
     define width and height of list item (slide)
     entire slider area will adjust according to the parameters provided here
     */
	
    width: 853px;
    height: 1050px;
	overflow: hidden;
    
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    width: 71px;
    height: 501px;
    position: absolute;
    left: -71px;
    top: 0px;
    z-index: 1000;
}

#nextBtn, #slider1next {
    left: 853px;
}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 71px;
    height: 501px;
    background: url(../img/arrow_left.jpg) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(../img/arrow_right.jpg) no-repeat 0 0;
}

#prevBtn a:hover, #nextBtn a:hover, #slider1next a:hover, #slider1prev a:hover {
    display: block;
    position: relative;
    width: 71px;
    height: 501px;
    background: url(../img/arrow_left_a.jpg) no-repeat 0 0;
}

#nextBtn a:hover, #slider1next a:hover {
    background: url(../img/arrow_right_a.jpg) no-repeat 0 0;
}

.bullet {
    display:list-item;
	list-style:disc;

}

.bulletBlue {
    background: url(../img/bulletBlue.png) no-repeat;
    background-position: left;
    text-indent: 20px;
    color: #498fcc;
    font-size: 110%;
    font-weight: bold;
}

.infoBullet {
	vertical-align:top;
	background-color:#f2f2f2;
	padding: 10px;
	padding-left: 28px;
	-moz-border-radius:10px;
 	-webkit-border-radius: 10px;
}
.quote {
	font-style:italic;
	font-size: 120%;
	background: url(../img/quote.png) no-repeat;
	background-position: right 50%;
	padding: 20px;
}
/* portfolio */
.portfolioStage {
    /*position: relative;*/
	background: url(../img/main.jpg) no-repeat;
    padding-top: 20px;
    padding-left: 10px;
	padding-right: 10px;
	
}
.portfolioTeaserText {
	text-align: justify;
	font-style:italic;
	font-size: 120%;
	padding: 20px 20px 20px 0px;
	vertical-align: top;
}
.portfolioTeaserAutor {
	
}
.portfolioTeaserLink {
	height: 30px;
	background: url(../img/hyperlink.png) no-repeat;
	background-position: 0px 50%;
	text-align: left;
	padding: 10px 20px 5px 45px;
	font-size: 140%;
}
.portfolioTeaserLink small {
	font-size: 60%;
	color: gray;
	margin-top: -10px;
	/*position: relative;
	top: -10px;*/
}
.portfolioTable {
   /*position: relative;
    top: -450px;*/
	margin-top: 20px;
    font-size: 105%;
    line-height: 25px;
	
}
.portfolioTable td {
	padding-right: 20px;
}
.portfolioTable span {

    font-size: 200%;
}

.portfolioTable #kundenstimme {
	vertical-align:top;
    padding-top: 20px;
    text-align: justify;
	
}

.portfolioTable #leistungen {
	vertical-align:top;
    padding-left: 20px;
    padding-top: 20px;
	width: 350px;
    text-align:left;
}

.portfolioTable #hyperlink {
    padding-top: 20px;
}
/*Unternehmen*/
.geschaeftsfelder {
	width: 100%;
	padding-bottom: 30px;
	margin: 0;
	border:0;
}
.geschaeftsfelder .produktBild {
	float:left;
	width:150px;
}
.geschaeftsfelder .produktBeschreibung {
	float:left;
	padding-left: 20px;
}
.geschaeftsfelder .produktTitel {

	font-size:120%;
	font-weight: bold;
	color:#498fcc;
	padding-bottom:20px;
}

