/**
* Die CSS-Datei für das Modul AKKD_Gaestebuch
* @author Andreas Kunz
* @copyright Andreas Kunz - Kommunikations- & Datentechnik
* @link http://www.skunz.de
* @package Modul_AKKD_Gaestebuch
* @subpackage Modul_AKKD_Gaestebuch
*/

/**
 * Der allgemeine Rahmen um die Boxen
 */
.akkd_gaestebuch
{  
font-style: normal; 
  text-align: left;
	width: 90%;
}

/**
 * Hier hann zusätzlich normaler Text formatiert werden
 */
.akkd_gaestebuch_text
{  
	text-align: justify;
	font-weight: normal;
  font-size: 100%;
  padding: 5px;
}

/**
 * Der Titel "Gästebuch"
 */
.akkd_gaestebuch_title
{
	font-weight: bold;
}

/**
 * Der Text " Ihre Meinung ist uns wichtig!"...
 */
.akkd_gaestebuch_untertitle
{
	font-weight: bold;
} 

/**
 * Der Link Eintrag hinzufügen / Einträge anzeigen
 */
.akkd_gaestebuch_kopflink
{
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

/**
 * Seitenmenue wenn mehr als 10 Einträge
 */
.akkd_gaestebuch_menue
{
	display:block;
	background-color:#DCDCDC;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding: 10px;
}

/**
 * Der Bereich des Eintrages, wo der Text steht 
 */
.akkd_gaestebuch_eintrag
{
	display:block;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	padding: 5px;
}

/** 
 * Kopfleiste der eigentlichen Einträge 
 */
.akkd_gaestebuch_eintrag_leiste
{
	display:block;
	font-weight: bold;
	font-size: 100%;
}

/** 
 * Fussleiste der eigentlichen Einträge 
 */
.akkd_gaestebuch_eintrag_fussleiste
{
	display:block;
	border-bottom: 1px solid #f96;
}

.akkd_gaestebuch_adminlinks
{  
  display:block;
  text-align: right;
}

/**
 * Das Eintragsformular
 */
 
.akkd_gaestebuch_form_left
{
	float: left;
	width: 30%;
	font-weight: bold;
	font-size: 100%;
	padding: 7px;
	text-align: right;
}

.akkd_gaestebuch_form_right
{
	float:right;
	width: 65%;
	text-align: left;
	padding: 5px;
}