/**
* 	Rotation CSS
*
*
 */



/* Header Themen-Rotation */
.themen_rotate		{ background: #fff; height:302px; overflow:hidden; }
#rotation 			{ z-index:0; margin:0; list-style:none; position: relative; }
#rotation li		{ position: absolute; left:-100px; }

.blink_liste			{ border-left: 3px solid transparent; padding-left:4px; cursor: pointer; }
.blink_liste a			{ background: #fff; font-size:11px; height:1em; line-height:1em; padding:3px 16px 2px 4px; color: #2f4478; text-decoration: none; display:inline-block; }
.blink_liste a:hover	{ background: #f6e51e; text-decoration: none; }


* html .blink_liste		{ border-left: 0; padding-left:7px; }
* html .slide_current,
* html .slide_hover		{ border-left: 3px solid #f6e51e; padding-left:4px; }


.themen_mehr		{ position: absolute; top: 187px; left: 123px; width: auto; }
.themen_eu					{ top: 187px; }
.themen_haushalt			{ top: 129px; }
.themen_forschung			{ top: 200px; }
.themen_wirtschaft			{ top: 200px; }
.themen_verkehr				{ top: 110px; }
.themen_umwelt				{ top: 200px; }
.themen_gesellschaft		{ top: 200px; }
.themen_verbraucherschutz	{ top: 187px; }
.themen_landwirtschaft		{ top: 187px; }

