/**********************************************************/
/* BK-Sulmtal Homepage                                      */
/* Design & Copyright: JSC-Design                      */
/* Added: April 2010                                            */
/* Version: 0.01                                                   */
/* File: layout.css                                                 */
/*********************************************************/

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;

}
.news-list-item {
	padding: 0 0 10px 0;
}


.news-list-container H2 {
	margin: 0px;
	
}
.news-list-container H2 a {
	font-size:190%;
	margin: 0px;
	
}

.news-list-date, .mbl_newsevent_multidayevent, .mbl_newsevent_singledayevent  {
	float: right;
	display:block;
	padding-left:10px;
	font-size:85%;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink  {
	padding-left:5px;
}

.news-list-browse {
	font-size:85%;
}

	/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}


.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}


.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}



* {
	font-family: "Trebuchet MS";
	font-size: 100%;
	color:#333;
	margin:0px;
	padding:0px;
}

body {
	background: #666666;
	background: #fff;
}

#pageContainer { 
	background: url(../../images/bg_contentneu.jpg) repeat-y center;
	position: relative;
	margin: 10px auto;
	width:900px;
}

/*__________Header__________*/
#pageHeader {
	background: transparent url(../../images/bg_top_neu.jpg) no-repeat center;
	height: 150px;
	width:900px;
}
/*__________Menu__________*/
#pageMenu {
	background: #333333 url(../../images/bg_menu.jpg) no-repeat center;
	width:900px;
	height:35px;
}
/*__________Content__________*/
#pageContent {
	width:900px;
	padding:0px;
}
/*__________Breadcrum__________*/
#pageBread {
	background: transparent;
	padding:5px 0px 0px 30px;
}
/*__________Title__________*/
#pageTitle {
	width:580px;
}
/*__________ContentLeft__________*/
#pageContentLeft {
	float:left;
	width:595px;
	background: transparent;
	background-color: #fff;
}
/*__________ContentLeftInner__________*/
#pageContentLeftInner {
	float:left;
	width:560px;
	background: transparent;
	padding:5px 0px 20px 30px;
}
/*__________ContentRight__________*/
#pageContentRight {
	width:300px;
	background:gray url(../../images/bg_right_b5.jpg) no-repeat top;
	background-color: gray;/*#4B52A0;*/
	/*min-height:300px;*/
	float:right;
	padding:0px;
	/*overflow:hidden;*/
}
/*__________Bottom__________*/
#pageBottom {
	clear:both;
	width:900px;
	background: transparent url(../../images/bg_bottom.jpg) no-repeat center;
	height:30px;
}
/*__________Bottom__________*/
#pageFooter {
	clear:both;
	width:900px;
	background-color:#505050
}