/* 
* CSS Document for Root Template 
* HTL für Bau und Kunst Innsbruck, 2006
*
* filename: news_style.css
* extended css-files: no
* used for the news content of the template
* css-file used in: schule_template.html, direktion_template.html
*/

/* ------------------------- Newsübersicht Startseite ------------------------------- */
.news_headline {
	font-size: 12px;
	color: #3669ED;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

/* ------------------------- Newslist ------------------------------- */
.news_list_date {
	font-size: 10px;
	color: #3669ED;
	text-align:right;
	border-top: 1px solid #3669ED;
}

.news_list_headline {
	font-size:12px;
	color: #3669ED;
	text-align: center;
	text-transform: uppercase;
}

.news_list_pages {
	border-top: 1px solid #3669ED;
	font-weight:bold;
}


/* ------------------------- Single news ------------------------------- */

.single_news_date {
	font-size: 10px;
	/*color: #3669ED;*/
	text-align:right;
	/*border-bottom: 1px solid #3669ED;*/
}

.single_news_line {
	/*border-top: 1px solid #3669ED;*/
}

.single_news_attachemnts {
	font-size: 10px;
	color: #3669ED;
	font-weight: bold;
}

.single_news_bottom {
	border-top: 1px solid #3669ED;
}


/* -------------------------  Direktion Short News section begin ------------------------------- */

.short_news_border {
border-bottom: 1px solid #3669ED;
border-left: 1px solid #3669ED;
border-right: 1px solid #3669ED;
border-top: 1px solid #3669ED;
/*padding-left: 10px;
padding-right: 10px;*/
}

/*.short_news_headline {
background-color: #3669ED;
font-size:12px;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}

.short_news_date {
text-align: right;
}

short_news_content {
text-align: left;
}*/
/* ------------------------- Direktion Short News section end ------------------------------- */

/* -------------------------  Home Short News section begin ------------------------------- */

/*.news_date {
font-size:10px;
color: #3669ED;
text-align: right;
text-transform: uppercase;
}*/

.news_row {
padding-left: 5px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
border-bottom: 1px #3669ED solid;
}

/* ------------------------- Home Short News section end ------------------------------- */

