/*  -------------------------------------------------  */
/*  haupt div für die Ausgabe */
#gb_content {
	width: 600px;
	margin: 0px auto 0px auto;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	letter-spacing: 0em;
}
/*  formular neuer eintrag  */
#formular {
	width: 600px;
	height: 270px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	background-color: #F1F1F1;
}
/*  platzhalter für smilie ausrichtung  */
#formular_blind {
	width: 235px;
	float: left;
}
/* smilie div */
#smilies {
	width: 235px;
	height: 160px;
	float: left;
	margin-top: 120px;
}
/*  -------------------------------------------------  */
/*  braun  */
.Stil1 {
	color: #7d3215;
}
/*  schwarz  */
.Stil2 {
	color: #000000;
}
/*  dunkelgrau  */
.Stil3 {
	color: #544F43;
}
/*  dunkelgrau link  */
#gb_content a {
	color: #666633;
	text-decoration: none;
	outline: 0;
}
/*  orange hover link  */
#gb_content a:hover {
	text-decoration: underline;
}
/*  black link Seiten Navi  */
#gb_content .seiten_navi a {
	color: #666633;
	text-decoration: none;
	outline: 0;
}
/*  orange hover link Seiten Navi  */
#gb_content .seiten_navi a:hover {
	text-decoration: underline;
}
/*  -------------------------------------------------  */
/*  statusleiste oben  */
.status {
	background-color: #e6deba;
	border-bottom: 1px dotted #7d3215;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 10px 0px 10px 10px;
	vertical-align: middle;
	font-size: 0.8em;
	color: #7d3215;
	width: 600px;
}
/*  spalte: neuer eintrag  */
.neuer_eintrag {
	text-align:right;
	background-color: #e6deba;
	border-bottom: 1px dotted #7d3215;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 10px 10px 8px 0px;
}
/*  seitennavigation oben-unten */
.seiten_navi{
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_down.png);
	background-repeat: repeat-x;*/
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	color: #000000;
}
/*  spalte: user  */
.user{
	width:200px;
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 10px 0px 10px 10px;
	font-size: 0.8em;
	color: #7d3215;
	text-align:left;
}
/*  spalte: datum  */
.datum{
	width:200px;
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	font-size: 0.8em;
	color: #7d3215;
	text-align:center;
}
/*  spalte: eintrag nr  */
.eintrag{
	width:200px;
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 0px 10px 0px 0px;
	font-size: 0.8em;
	color: #7d3215;
	text-align:right;
}
/*  spalte: inhalt  */
.inhalt{
	background-color: #F1F1F1;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #434F54;
}
/*  untere zeile der gb einträge  */
.www_icq_email{
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 5px 10px 5px 10px;
}
/*  ausrichtung der admin buttons  */
.admin_buttons{
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 5px 10px 5px 10px;
}
/*  höhe zwischen den einträgen  */
.beitragabstand {
	height:20px;
}
.options {
	width:300px;
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 10px 0px 10px 10px;
	font-size: 0.6em;
	color: #7d3215;
}
.options_1 {
	width:300px;
	text-align:right;
	background-color: #e6deba;
	/*background-image: url(images/v_d_grey_up.png);
	background-repeat: repeat-x;*/
	padding: 10px 10px 10px 10px;
	font-size: 0.6em;
	color: #7d3215;
}
textarea#inhalt { 
	width: 350px;
}
/* ------------------------------------------------- */
#admin_login {
	width:250px;
	margin: 0px auto 0px auto;
}
.login_name {
	width:50px;
	text-align:right;
	letter-spacing: 0.1em;
}
.input_login_name {
	width:150px;
	font-size:smaller;
	letter-spacing: 0.1em;
}
.login_pass {
	width:50px;
	text-align:right;
}
.input_login_pass {
	width:150px;
	font-size:smaller;
}
/*  -------------------------------------------------  */
.button {
	margin: 0px 3px 0px 0px;
	padding-bottom:2px;
	background-color: #F1F1F1;
	color: #000000;
	background-image: url(images/v_h_grey.png);
	background-repeat: repeat-x;
	width:auto;
	height:18px;
	font-size:10px;
	border:1px solid #000000;
}
.button:hover {
	cursor: pointer;
}
/*  -------------------------------------------------  */