@charset "utf-8";
/* CSS Document by Sebastian Schmal - ingeniumdesign.de */

#news-navi-box {
	overflow: hidden;
	/*width: 656px;*/
	width: 800px;
	height: 164px;
	padding: 0px;
	margin:10px 0 10px 5px;
	}

/* news-button-prev-next */
#news-prev, #news-next {
	float: left;
	text-decoration: none;
	text-align: center;
	height: 164px;
	line-height: 164px;
	width: 32px;
	}
	
#news-prev {
	background: #eee url('../img/button_prev_bg_01.png') no-repeat top left;
	}

#news-prev:hover {
	background-position: bottom left;
	}
	
#news-next {
	background: #eee url('../img/button_next_bg_01.png') no-repeat top left;
	}
	
#news-next:hover {
	background-position: bottom left;
	}

/* news-button-all */
#news-button-all a { 
	display: block;
	padding: 6px 15px;
	margin: 0;
	position: absolute;
	bottom: -1px;
	right: -21px;
	border: #ccc 1px solid;
	background-color:#ABE1F7;
	background-image: url('../img/button_all_news_bg_01.png');
	background-position:left bottom;
	color:#333333;
	text-decoration:none;
	}
	
#news-button-all a:hover {
	background-position:left top;
	color:#FFFFFF;
	text-decoration:none;
	}

#news_outer_container {
	float: left;
	height: 162px;
	position: relative;
	/*width: 576px;*/
	width: 735px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	}
	
#news_middle_container {
	height: 162px;
	position: relative;
	overflow: hidden;
	width: 735px;
	}
	
.news_container {
	background: #eee url('../img/newsbox_bg_01.png') repeat-x top left;
	overflow: hidden;
	height: 162px;
	float: left;
	width: 735px;
	}
	
.news_box {
	height: 152px;
	padding: 5px 0;
	}

.news_box img {
	margin: 0;
	padding: 0;
	float: left;
	border: #C1C1C0 1px solid;
	}

.news_box h2 {
	padding: 0px;
	margin: 0px;
	margin-left: 170px;
	}
	
.news_box h2 a { 
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12pt;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
	}
	
.news_box p { 
	padding: 0;
	line-height: 16px;
	margin: 5px 0;
	margin-left: 170px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	}

.news_box p a {
	color:#4751AF;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration: none;
	}

.news_box p a:hover {
	color:#4751AF;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:underline;
	}
/*
.news_entry { overflow: hidden; }
.news_entry h2 { margin: 0; padding: 10px 0 0; clear: both; font-family:Georgia,"Times New Roman",Times,serif; font-size:12pt; font-weight:normal; text-decoration:none; }
.news_entry_alt { background-color: #e9e9e9; }
.news_entry img, table#startup-posts .news_entry img { border:1px solid #ccc; float: left; margin-bottom:3px; margin-right:15px; margin-top:3px; }
*/
#news-tricker-clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	color: #FFFFFF;
	width: 1px;
	}
