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

/**
 * Seiteneinstellungen wenn nicht includet
 */
 
 #sb.body{
	font-family: cursive;
	background-color: #ADD6FE;
}

/**
 * Linie
 */
 
#sb hr {
	height:1px;
	color:#000000;
}

/**
 * Username
 */
 #sb .userName{
	font-size: 12px;
	font-family: cursive;
}

/**
 * Rahmen für die Shoutbox
 */
 
#sb .tableBorder{
	width:100%;
	color: #000000;
	font-size: 12px;
}

#sb .name {

	padding: 1px;
	margin-bottom: 3px;
}

#sb .date {
	font-size:9px;
	color:#000000;
	float:right;
}

/**
 * Schriftgröße, Schriftart
 */
#sb TABLE,
#sb TD,
#sb TR,
#sb DIV {
	font-family: cursive;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

/**
 *  Farbwechsler
 *  Kommentare mit abwechselnden Farben darstellen
 */
 
#sb .color_1 {
	background-color:#C0E0FF;
}

#sb .color_2 {
	background-color:#ADD6FE;
}

/**
 *  Seitennavigation 
 *  Blätternavigation im Archiv darstellen
 */

#sb .archivePageNavi {
	background-color: #709ECB;
	border: 1px solid #576B7F;
	font-weight:bold;
	padding: 5px;
}

/**
 *  Farbwechsler
 *  Smilies im Archiv mit abwechselnden Farben darstellen
 */
 
#sb .smColor_1, #sb .archiveColor_1 {
	padding:5px;
	background-color:#C0E0FF;
}

#sb .smColor_2, #sb .archiveColor_2 {
	padding:5px;
	background-color:#ADD6FE;
}

/**
 * Input, Textarea und Select
 */
#sb form {
	margin:0px;
}
 
#sb input, 
#sb textarea, 
#sb select{
	color: #ADD6FE;
	font-size: 11px;
	font-family: cursive;
	background-color: #336699;
	border: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/**
 * Laenge von Input, Textarea und Select
 */
 
#sb .inputWidth{
	width:100%;
	padding-left: 2px;
}

/**
 * Button Style und laenge
 */

#sb .buttons{
	width: 50%;
	height:18px;
}

#sb .buttonDisplay {
	white-space:nowrap;
	text-align:center;
}

/**
 * Linkstyles
 */

#sb A, 
#sb A:link.sb, 
#sb A:hover.sb,
#sb A:visited.sb,
#sb A:active.sb{
	color: #576B7F;
	font-weight: bold;
	font-size: 10px;
	font-family: cursive;
	text-decoration: none;
}
#sb A:hover.sb {
	color:#4C81FE;
}
#sb A:visited.sb{
	color:#4C81FE;
}
#sb A:active.sb{
	color:#4C81FE;
}

/**
 * Farbe für Fehlermeldungen
 */
#sb .error{
	color: #FF0000;
	text-align:center;
	background-color:#FFBEBE;
	padding:2px;
	border:1px solid red;
}

/************************** Adminbereich & Archiv *********************************************/
/**
 * Loginstyle
 */

#sb .sbInlayBorderEnd{
  	color: #000000;
	font-size: 12px;
	background-color: #709ECB;
	padding: 5px;
	border-right: #576B7F 1px solid;
	border-top: #709ECB 1px solid;
	border-left: #709ECB 1px solid;
	border-bottom: #576B7F 1px solid;
}
/**
 * Menuestyle im Administrationsbereich und Archiv
 */

#sb .menue {
	border: 1px solid #576B7F;
	background-color: #709ECB;
	padding: 5px;
}

#sb .menuHeader TD {
	background-color:#709ECB;
   border-bottom:1px solid #576B7F;
}

#sb .menuBorderRight {
	border-right: 1px solid #576B7F;
	text-align: center;
}

#sb .menuBorderRight_on {
	border-right: 1px solid #576B7F;
	text-align: center;
}

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

#sb .selectedRow{
  background-color: #576B7F;
}
/**
 * Fieldset
 */

#sb fieldset {
	font-size: 14px;
	padding: 8px;
}
/**
 * Fieldset Legend
 */

#sb legend {
	padding:10px;
	font-weight:bold;
}
-->