<!--
/**
 * Knusperleicht Newsscript CSS Template
 * (c) 1998-2005 - Knusperleicht Development
 * Alle Rechte vorbehalten. All rights reserved.
 * Supported by Prelax Webdesign http://www.prelax.at
 * Comments: german
 *
 * A Gray Style - made by Knusperleicht (http://www.knusperleicht.at)
 */

/**
 * Page Body nur im Adminbereich und wenn das Script nicht includiert wird.
 */

.newsBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

/**
 * Linkstyles
 */

#ns A, #ns A.news, #ns A:link.news, #ns A:visited.news, #ns A:active.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

#ns A:hover, #ns A:hover.news {
	COLOR: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/**
 * <hr> Linienstyle
 */

#ns hr {
	height: 1px;
	color: #000000;
}

/**
 * Platzhalter
 */

.hide {
	font-size: 1px;
}

/**
 * Obiger News Rahmen
 */

.newsBorderTop {
	border-top: 1px solid #FFFFFF;
}

/**
 * Erste Zelle in der Tabelle
 */

.newsLeftCell {
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}

/**
 * Innerer Rahmen der Tabelle
 */

.newsInlayBorder {
	padding: 5px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/**
 * Letzte Zelle in der Tabelle
 */

.newsInlayBorderEnd, .newsCategoryInlayBorderEnd {
	background-color: #FFFFFF;
	padding: 5px;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 1px solid;
}

/**
 * Kommentare bearbeiten Tabelle
 */

.newsCommentEdit {
	background-color: #FFFFFF;
	padding: 5px;
	border-left: #000000 1px solid;
}

/**
 * Kommentare bearbeiten unterste Tabellenzelle
 */

.newsCommentEditBottom {
	background-color: #FFFFFF;
	padding: 5px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/**
 * Kommentare bearbeiten letzte Tabellenzelle
 */

.newsCommentEditEnd {
	background-color: #FFFFFF;
	padding: 5px;
	border-right: #000000 1px solid;
}

/**
 * Kommentare bearbeiten letzte unterste Tabellenzelle
 */

.newsCommentEditEndBottom {
	background-color: #FFFFFF;
	padding: 5px;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/**
 * Kommentare bearbeiten letzte oberste Tabellenzelle
 */

.newsCommentEditEndTop {
	background-color: #FFFFFF;
	padding: 5px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
}

/**
 * Kommentare bearbeiten oberste Tabellenzelle
 */

.newsCommentEditTop {
	background-color: #FFFFFF;
	padding: 5px;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
}

/**
 * Kategorie Rahmen letzte Tabellenzelle
 */

.newsCategoryInlayBorderEnd {
	background-color: #FFFFFF;
}

/**
 * Newsscript table, td und div Style
 */

#ns TABLE, #ns TD, #ns DIV, #ns {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

/**
 * Zitat
 */

#ns .quote {
  border:1px inset;
  font-style:italic;
}

/**
 * Smiley div
 */

div.smilyshow {
	display: none;
	width: 100%;
}

/**
 * Fieldset im Adminbereich
 */

FIELDSET.news {
	padding: 7px;
	border-right: 1px dotted #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px dotted #000000;
	border-top: 1px solid #000000;
}

/**
 * Fieldset Legend im Adminbereich
 */

LEGEND.news {
	font-weight: bold;
}

/**
 * Update Informationstabelle im Adminbereich
 */

.updateinfo {
	padding: 5px;
}

/**
 * Ausgewaehlte Zelle zum entfernen (Admin - Smiley und Kategorie)
 */

.selectedRow {
  background-color: #FFFFFF;
}

/**
 * Input, Textarea und Select Style
 */

INPUT.newsField, TEXTAREA.newsField, SELECT.newsField {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #000000;
	margin: 1px;
}

/**
 * Button Style
 */

INPUT.newsButton {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #000000;
	background-color: #FFFFFF;
}

/**
 * Menue Style im Administrationsbereich
 */

.newsMenu {
	border:1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
}

/**
 * Editor Style
 */

#ns .newsEditor {
  background-color: #FFFFFF;
  border: 1px outset #000000; 
  padding:5px;
}

/* Icon Border */

#ns .colorBorder {
  border: 1px solid #ffffff;
}

/* Icon Border Hover */

#ns .colorBorderHover {
  border: 1px dashed #000000;
  background-color: #FFFFFF;
}

/**
 * Help Popup
 */

#help .newsBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color: #FFFFFF;
}

#help A, #help td, #help table {
	font-size: 9px;
	color: #000000;
}

/**
 * Rechte Tabelle
 */

#help .right {
	padding:7px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color:#FFFFFF;
}

/**
 * Linke Tabelle
 */

#help .left {
	padding:7px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/**
 * Obige Tabelle
 */

#help .top {
	padding:7px;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}

#help hr {
	height: 1px;
	color: #000000;
}

#help .quote {
  border:1px inset;
  font-style:italic;
}
-->
