/*  -------------------------------------------------  */
/*  haupt div für die Ausgabe */
#gb_content {
	width: 400px;
	margin: 10px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #657396;
	
}
/*  formular neuer eintrag  */
#formular {
	border-width: 1px;
	border-style: solid;
	border-color: #A4AFC8;
	width: 400px;
	height: 320px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #E2E6EF;
}
/*  platzhalter für smilie ausrichtung  */
#formular_blind {
	width: 5px;
	float: left;
}
/* smilie div */
#smilies {
	width: 25px;
	height: 110px;
	float: left;
	margin-top: 130px;
}
/*  -------------------------------------------------  */
/*  orange  */
.Stil1 {
	color:#657396;
}
/*  hellgrau  */
.Stil2 {
	color: #657396;
}
/*  dunkelgrau  */
.Stil3 {
	color: #657396;
}
/*  dunkelgrau link  */
#gb_content a {
	color: #657396;
	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: #657396;
	text-decoration: none;
	outline: 0;
}
/*  orange hover link Seiten Navi  */
#gb_content .seiten_navi a:hover {
	color: #FF6600;
	text-decoration: none;
}
/*  -------------------------------------------------  */
/*  statusleiste oben  */
.status {
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	border-right-style: none;
	padding: 10px 0px 10px 10px;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
	width: 400px;
}
/*  spalte: neuer eintrag  */
.neuer_eintrag {
	text-align:right;
	background-color: #E2E6EF;
	border:1px solid #A4AFC8;
	border-left-style:none;
	padding: 10px 10px 8px 0px;
}
/*  seitennavigation oben-unten */
.seiten_navi{
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	padding: 5px 10px 5px 10px;
	border-right-style: solid;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
}
/*  spalte: user  */
.user{
	width: 220px;
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	border-right-style: none;
	padding: 10px 0px 10px 10px;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
	text-align: left;
}
/*  spalte: datum  */
.datum{
	width: 220px;
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	border-left-style: none;
	border-right-style: none;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
	text-align: center;
}
/*  spalte: eintrag nr  */
.eintrag{
	width: 220px;
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	border-left-style: none;
	padding: 0px 10px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
	text-align: right;
}
/*  spalte: inhalt  */
.inhalt{
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
}
/*  untere zeile der gb einträge  */
.www_icq_email{
	background-color: #E2E6EF;
	border:1px solid #A4AFC8;
	padding: 5px 10px 5px 10px;
	border-right-style:none;
}
/*  ausrichtung der admin buttons  */
.admin_buttons{
	background-color: #E2E6EF;
	border:1px solid #A4AFC8;
	padding: 5px 10px 5px 10px;
	border-left-style:none;
}
/*  höhe zwischen den einträgen  */
.beitragabstand {
	height:20px;
}
.options {
	width: 380px;
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	border-right-style: none;
	padding: 10px 0px 10px 10px;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
}
.options_1 {
	width: 300px;
	text-align: right;
	background-color: #E2E6EF;
	border: 1px solid #A4AFC8;
	border-left-style: none;
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	font-weight: normal;
	color: #657396;
}
textarea#inhalt {
	width: 200px;
	background-color: #F1F1F1;
}
#name{
	background-color: #F1F1F1;
}
#email{
	background-color: #F1F1F1;
}
#homepage{
	background-color: #F1F1F1;
}


/* ------------------------------------------------- */
#admin_login {
	width:250px;
	margin: 0px auto 0px auto;
}
.login_name {
	width: 50px;
	font-weight: normal;
	text-align: right;
}
.input_login_name {
	width: 150px;
	font-weight: normal;
	font-size: smaller;
}
.login_pass {
	width: 50px;
	font-weight: normal;
	text-align: right;
}
.input_login_pass {
	width: 150px;
	font-weight: normal;
	font-size: smaller;
}
/*  -------------------------------------------------  */
.button {
	margin: 0px 3px 0px 0px;
	padding-bottom: 2px;
	background-color: #F1F1F1;
	color: #657396;
	width: auto;
	height: 18px;
	font-size: 10px;
	border: 1px solid #A4AFC8;
}
/*  -------------------------------------------------  */
