
/*  haupt div für die Ausgabe */
#gb_content {
	width: 680px;
	margin: 20px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999;
}
/*  formular neuer eintrag  */
#formular {
	border: 1px solid #ffffff;
	width: 650px;
	height: 290px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	background-image: url(images/back.png);
	background-repeat: repeat;
}
/*  platzhalter für smilie ausrichtung  */
#formular_blind {
	width: 410px;
	float: left;
}
/* smilie div */
#smilies {
	width: 235px;
	height: 160px;
	float: left;
	margin-top: 120px;
}
/*  -------------------------------------------------  */
/*  weiss  */
.Stil1 {
	color: #999
}
/*  dunkelgrau link  */
#gb_content a {
	color: #999;
	text-decoration: none;
	outline: 0;
}
/*  orange hover link  */
#gb_content a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*  black link Seiten Navi  */
#gb_content .seiten_navi a {
	color: #999;
	text-decoration: none;
	outline: 0;
}
/*  orange hover link Seiten Navi  */
#gb_content .seiten_navi a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*  -------------------------------------------------  */
/*  statusleiste oben  */
.status {	
	border: 1px solid #ffffff;
	background-image: url(images/back.png);
	border-right-style:none;
	border-bottom-style:none;
	padding: 5px 0px 0px 10px;
	vertical-align:middle;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	width:660px;
}
/*  spalte: neuer eintrag  */
.neuer_eintrag {
	text-align:right;
	border: 1px solid #ffffff;
	border-left-style:none;
	border-bottom-style:none;
	background-image: url(images/back.png);
	padding: 5px 10px 0px 0px;
}
/*  seitennavigation oben-unten */
.seiten_navi{
	border: 1px solid #ffffff;
	background-image: url(images/back.png);
	padding: 5px 0px 5px 10px;
	border-right-style:solid;
	border-top-style:none;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
}
/*  spalte: user  */
.user{
	width:220px;
	border:1px solid #ffffff;
	background-image: url(images/back.png);
	border-right-style:none;
	padding: 5px 0px 5px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	text-align:left;
}
/*  spalte: datum  */
.datum{
	width:220px;
	border:1px solid #ffffff;
	background-image: url(images/back.png);
	border-left-style:none;
	border-right-style:none;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	text-align:center;
}
/*  spalte: eintrag nr  */
.eintrag{
	width:220px;
	border:1px solid #ffffff;
	border-left-style:none;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #999;
	text-align:right;
}
/*  spalte: inhalt  */
.inhalt{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
/*  untere zeile der gb einträge  */
.www_icq_email{
	border-top:1px solid #ffffff;
	padding: 2.5px 10px 2.5px 10px;
}
/*  ausrichtung der admin buttons  */
.admin_buttons{
	border-top:1px solid #ffffff;
	padding: 2.5px 10px 2.5px 10px;
}
/*  höhe zwischen den einträgen  */
.beitragabstand {
	height:15px;
}
.options {
	width:380px;
	border:1px solid #ffffff;
	border-right-style:none;
	background-image: url(images/back.png);
	padding: 5px 0px 5px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	text-align:left;
}
.options_1 {
	width:380px;
	border:1px solid #ffffff;
	border-left-style:none;
	background-image: url(images/back.png);
	padding: 5px 10px 5px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
}
textarea#inhalt { 
	width: 350px;
}
/* ------------------------------------------------- */
#admin_login {
	width:250px;
	margin: 0px auto 0px auto;
}
.login_name {
	width:50px;
	font-weight:bold;
	text-align:right;
}
.input_login_name {
	width:150px;
	font-weight:bold;
	font-size:smaller;
}
.login_pass {
	width:50px;
	font-weight:bold;
	text-align:right;
}
.input_login_pass {
	width:150px;
	font-weight:bold;
	font-size:smaller;
}

.button {
	margin: 2px 3px 2px 3px;
	background-color: #000000;
	color: #999;
	width:auto;
	height:20px;
	font-size:10px;
	border:1px solid #ffffff;
}

/** unsichtabres spam feld */
.gbook_form { display: none; }