/* CSS a dinamikus tartalomhoz*/

.glidecontentwrapper{
position: relative; /* Do not change this value */
float:left;
width: 69em;
height: 27.2em; /* Set height to be able to contain height of largest content shown*/
margin-top:3.2em;
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
width: 69em;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 69em;
margin-top: 6px;
text-align: left; /*How to align pagination links: "left", "center", or "right" */
}
/*background: black; /*always declare an explicit background color for fade effect to properly render in IE*
ez az ie.css-be került bele, ill. ott is tönkreteszi a design-t.../

/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	position:relative;
	display: block;
	color:#cbcbcb;
	width:50px;
	height:50px;
	margin-right: 0.7em;
	margin-bottom:3em;
	float:left;
	top:-1em;
	z-index:1000;
	background:#000;
	background-image: url(../css/gutachten-ff.gif);
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #bb3b42;
background:#000;
}

.glidecontenttoggler a:hover{
color: #bb3b42;
background:#000;
}
 /* Az egyes kiskepek hatterkepei, a title attribut segitsegevel belöve*/
 /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */

.glidecontenttoggler a[title="Maybachufer24"] { /*style for Maybachufer24*/
background:#000 url('maybachufer24-ff.gif') no-repeat top left;
}
.glidecontenttoggler a[title="Maybachufer24"]:hover { /*style for Maybachufer24*/
background:#000 url('maybachufer24.gif') no-repeat top left;
}
.glidecontenttoggler a[title="Maybachufer24"].selected { /*style for Maybachufer24*/
background:#000 url('maybachufer24.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Planung"] { /*style for Planung*/
background:#000 url('planung-ff.gif') no-repeat top left;
}
.glidecontenttoggler a[title="Planung"]:hover { /*style for Planung*/
background:#000 url('planung.gif') no-repeat top left;
}
.glidecontenttoggler a[title="Planung"].selected { /*style for Planung*/
background:#000 url('planung.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Bauleitung"] { /*style for Bauleitung*/
background:#000 url('bauleitung-ff.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Bauleitung"]:hover { /*style for Bauleitung*/
background:#000 url('bauleitung.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Bauleitung"].selected { /*style for Bauleitung*/
background:#000 url('bauleitung.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Projektsteuerung"] { /*style for Bauleitung*/
background:#000 url('projektmanagement-ff.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Projektsteuerung"]:hover { /*style for Bauleitung*/
background:#000 url('projektmanagement.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Projektsteuerung"].selected { /*style for Bauleitung*/
background:#000 url('projektmanagement.gif') no-repeat top left;
}

/**/
.glidecontenttoggler a[title="Renovieren"] { /*style for Renovieren*/
background:#000 url('renovieren-ff.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Renovieren"]:hover { /*style for Renovieren*/
background:#000 url('renovieren.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Renovieren"].selected { /*style for Renovieren*/
background:#000 url('renovieren.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Innenarchitektur"] { /*style for Innenarchitektur */
background:#000 url('innenarchitektur-ff.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Innenarchitektur"]:hover { /*style for Innenarchitektur */
background:#000 url('innenarchitektur.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Innenarchitektur"].selected { /*style for Innenarchitektur*/
background:#000 url('innenarchitektur.gif') no-repeat top left;
}
.glidecontenttoggler a[title="Hausverwaltung"] { /*style for Hausverwaltung*/
background:#000 url('verwaltung-ff.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Hausverwaltung"]:hover { /*style for Hausverwaltung*/
background:#000 url('verwaltung.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Hausverwaltung"].selected { /*style for Hausverwaltung*/
background:#000 url('verwaltung.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Gutachten"] { /*style for Kay*/
background:#000 url('gutachten-ff.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Gutachten"]:hover { /*style for Kay*/
background:#000 url('gutachten.gif') no-repeat top left;
}

.glidecontenttoggler a[title="Gutachten"].selected { /*style for Kay*/
background:#000 url('gutachten.gif') no-repeat top left;
}

.glidecontenttoggler a.prev{
display:none;
}

.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width:36px;
left:-5em;
top:-15em;
background:#000 url('btn_nextone.gif') no-repeat top left;
}

.glidecontenttoggler a.next:hover{
color: #bb3b42;
background:#000 url('btn_nextone_h.gif') no-repeat top left;
}
