/* 	QUARANTIME.COM/INTRANET
	Impressum

	Bildungseinrichtung: 	MultiMediaTechnology / FHS
				  Zweck: 	Basisqualifikation (SS10 - QPT1)
				  Autor: 	Ismail Hanli
		 Design/Konzept:	Angelika Bräuml, Wolfgang Schäffer, Lisa-Maria Hofmann
	 
	Special Thanks To Silvia Schneider aka Joana */

.glidecontentwrapper {
	position: relative;  /*Do not change this value*/ 
	width: 200px;
	height: 425px;  /*Set height to be able to contain height of largest content shown*/
	border: 0px;
	overflow: hidden;
	margin-top: 45px;
	font-size: 15px;
}
	
.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 0px;
	visibility: hidden;
	width: 220px;
	/* line-height:20px; */
}

#home_screen_news .glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	width: 420px;
	background: white;
	padding: 0px;
	visibility: hidden;
	overflow: hidden;
}

#home_screen_news > .glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 430px;
	height: 230px; /* Set height to be able to contain height of largest content shown*/
	border: 0px;
	overflow: hidden;
	margin: 10px auto;
	font-size: 15px;
	margin-right: 15px;
}

.news_info{
	background-image: url(../graphics/links_newskasten_klein_bg.jpg);
	width: 86px;
	height: 130px;
	margin-top: 10px;
	margin-left: 4px;
	float: left;
}

.rating {
	margin-top: 0px;
	margin-left: 5px;
}

.rating > input{ margin-right: -4px; margin-top: 0;}

.news_info > div > a{ text-decoration: none; }

img.news_picture{
	width: 80px;
	height: 45px;
	margin-top: 0px;
	margin-left: 3px;
	border: 0;
}

img.news_picture:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
}

.infotext{
	height: 57px;
	font-size: 9px;
	margin-top: 0;
	margin-left: 4px;
	margin-right: 2px;
	overflow: hidden;
}
		
.infotext > a:link, .infotext > a:active, .infotext > a:visited {
	text-decoration: none;
	color: #333333;
}
		
.infotext > a:hover {
	text-decoration: none;
	color: #666666;
}

#select_glidecontent > a{
	margin-left: 5px;
	text-decoration: none;
	margin-top: 52px;
}

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 430px;
	text-align: right; /*How to align pagination links: "left", "center", or "right"*/
	/*background: white; always declare an explicit background color for fade effect to properly render in IE*/
	margin-left: 10px;
	padding-top: 10px;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid black;
	color: #2E6AB1;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #7E9D60; /*#FF922D;*/
	color: black;
}

.glidecontenttoggler a:hover {
	background: #FDC591;
	color: black;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	width: 10px;
	height: 10px;
	margin-right: -2px;
}
