<!--
/**
 * 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A6315;
   background-color: #EEEEEE;
	
}

/**
 * Linie
 */
 
#sb hr {
	height:1px;
	color:#495F01;
}

/**
 * Username
 */
 #sb .userName{
 	font-size: 12px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

/**
 * Rahmen für die Shoutbox
 */
 
#sb .tableBorder{ 
	width:100%;
  	color: #5E5E5E;
	font-size: 12px;
}

#sb .name {
	background-color:#E9E9E3;
	border:1px dashed #D9DCCE;
	border-top:4px solid #E1E4D8;
	padding:1px;
	margin-bottom:3px;
}

#sb .comment {
	padding-bottom:5px;
}

#sb .date {
	font-size:9px;
	color:#C1BEBD;
	padding-right:4px;
	float: right;
}

/**
 * Schriftgröße, Schriftart
 */
#sb TABLE,
#sb TD,
#sb TR,
#sb DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
	line-height: 16px;
}

/**
 *  Farbwechsler
 *  Kommentare mit abwechselnden Farben darstellen
 */
 
#sb .color_1 {
}

#sb .color_2 {
}

/**
 *  Seitennavigation 
 *  Blätternavigation im Archiv darstellen
 */

#sb .archivePageNavi {
	background-color: #EAEBE3;
	border: 1px solid #FFFFFF;
	font-weight:bold;
	padding: 5px;
}

/**
 *  Farbwechsler
 *  Smilies im Archiv mit abwechselnden Farben darstellen
 */
 
#sb .smColor_1, #sb .archiveColor_1 {
	padding:5px;
	background-color:#EBECE6;
}

#sb .smColor_2, #sb .archiveColor_2 {
	padding:5px;
	background-color:#E5E7DC;
}

/**
 * Input, Textarea und Select
 */
#sb form {
	margin:0px;
}
 
#sb input, 
#sb textarea, 
#sb select{
	color: #4A6315;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D7D7D7;
	border: 1px solid #F5F4F4;
	margin-top: 1px;
	margin-bottom: 1px;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

/**
 * Laenge von Input, Textarea und Select
 */
 
#sb .inputWidth{
	width:100%;
}

/**
 * Button Style und laenge
 */

#sb .buttons{
	width: 50%;
}

#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:#686868;
	font-weight:bold;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none; 
}
#sb A:hover.sb {
	color:#6C7B13;
}
#sb A:visited.sb{
	color:#859345;
}
#sb A:active.sb{
	color:#9EA414;
}

/**
 * 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: #5E5E5E;
	font-size: 12px;
	background-color: #DFDFDF;
	padding: 5px;
	border-right: #D5DAAE 1px solid;
	border-top: #D7D9D0 1px solid;
	border-left: #D7D9D0 1px solid;
	border-bottom: #D5DAAE 1px solid;
}
/**
 * Menuestyle im Administrationsbereich und Archiv
 */

#sb .menue {
	border: 1px solid #D6D8C7;
	background-color: #EBECE6;
	padding: 5px;
}

#sb .menuHeader TD {
	background-color:#DEE0D3;
	border:1px solid #F9F9F9;
}

#sb .menuBorderRight {
	border-right: 1px solid #D6D8C7;
	text-align: center;
}

#sb .menuBorderRight_on {
	border-right: 1px solid #DEDEDE;
	text-align: center;
}

/**
 * Ausgewaehlte Zelle zum entfernen (Admin - Smiley und Kategorie)
 */

#sb .selectedRow{
  background-color: #BCD29F;
}
/**
 * Fieldset
 */

#sb fieldset {
	font-size: 14px;
	padding: 8px;
}
/**
 * Fieldset Legend
 */

#sb legend {
	padding:10px;
	font-weight:bold;
}
-->