/*****************************************************************************************
	
	Stylesheet für Newstool
	
	Geamtbreite des Contentbereiches für die News = 480 Pixel
	
*****************************************************************************************/

h1.news_headline {
	width: 743px;
}
h1.news_headline2 {
	width: 563px;
}
h1.news_headline3 {
	width: 170px;
}

.news_content {
	width: 743px;
	padding: 0px;
	text-align: justify;
}
.news_content2 {
	width: 563px;
	padding: 0px;
	text-align: justify;
}
.news_neutralisator {
	clear: both;
	width: 100%;
	height: 1px;
}

.news_liste_headline {
	width: 100%;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #7498C0;
}
.news_liste_row1 {
	width: 100%;
	background-color: #D4D4D4;
	border-bottom: 1px solid #7498C0;
}
.news_liste_row2 {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #7498C0;
}


.news_uebersicht_spalte_1 {
	width: 50px;
	padding: 5px 20px 5px 5px;
	float: left;
}
.news_uebersicht_spalte_2 {
	width: 330px;
	padding: 5px 0px 5px 0px;
	float: left;
}
.news_uebersicht_spalte_2a {
	width: 100px;
	padding: 5px 0px 5px 0px;
	text-align:center;
	float: left;
}
.news_uebersicht_spalte_3 {
	width: 50px;
	padding: 5px 10px 5px 20px;
	float: left;
}
.news_uebersicht_spalte_4 {
	width: 220px;
	padding: 5px 10px 5px 20px;
	float: left;
}

input.news_button_1 {
	width: 90px;
	height: 20px;
	background-color: #7498C0;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
}

input.newsfeld, select.newsfeld {
	width: 478px;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #000000;
}


textarea.newsfeld {
	width: 478px;
	height: 100px;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #000000;
}

input.newsfeld_news, select.newsfeld_news {
	width: 741px;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #000000;
}

textarea.newsfeld_news {
	width: 741px;
	height: 100px;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #000000;
}

input.news_button_2 {
	width: 478px;
	height: 20px;
	background-color: #7498C0;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
}

input.news_button_3 {
	width: 741px;
	height: 20px;
	background-color: #7498C0;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
}

.news_teaserbild_edit {
	margin: 3px 0px 0px 0px;
}

.news_teaserbild_ausschnitt_1 {
	width: 150px;
	float: left;
	margin: 0px;
	text-align: center;
}
.news_teaserbild_ausschnitt_2 {
	width: 150px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}



/*****************************************************************************************
	NEWS AUSGABE
*****************************************************************************************/


.news_ausgabe_headline {
	width: 333px;
	float: right;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #7498C0;
}
.news_ausgabe_headline2 {
	width: 563px;
	float: right;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #7498C0;
}
.news_ausgabe_datum {
	width: 70px;
	float: right;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #7498C0;
	text-align: right;
}
.news_ausgabe_teaserbild {
	width: 220px;
	float: left;
	padding: 0px 0px 5px 0px;
	text-align: left;
}
.news_ausgabe_text {
	width: 333px;
	float: right;
	padding: 0px 0px 5px 0px;
	text-align: justify;
	font-size: 12px;
	color: #000000;
}
.news_ausgabe_text2 {
	width: 563px;
	float: right;
	padding: 0px 0px 5px 0px;
	text-align: justify;
	font-size: 12px;
	color: #000000;
}

