
#guestbook-add
	{
	}


#guestbook-list
	{
	margin-top:0px;
	}

#guestbook-list a.pagenumber:link,
#guestbook-list a.pagenumber:active,
#guestbook-list a.pagenumber:visited,
#guestbook-list a.pagenumber:focus,
#guestbook-list a.pagenumber:hover
	{
	color:#455B70;
	text-decoration:none;
	}

#guestbook-list a.pagenumber-active:link,
#guestbook-list a.pagenumber-active:active,
#guestbook-list a.pagenumber-active:visited,
#guestbook-list a.pagenumber-active:focus,
#guestbook-list a.pagenumber-active:hover
	{
	color:#455B70;
	font-weight:bold;
	text-decoration:none;
	}

#guestbook-list .navigation-bar
	{
	font-size:10px;
	border:1px #B3C7CE solid;
	padding:5px;
	}

#guestbook-list .navigation-bar td.image
	{
	width:35px;
	padding-top:2px;
	}		
	
/* -------------------------------------------------------------- */		
/* Definition der Standard-Formulare                              */
/* -------------------------------------------------------------- */		
.box-GuestbookEntry .bottom-right
    {
    }

.box-GuestbookEntry .bottom-left
    {
    }

.box-GuestbookEntry .top-right
    {
    }

.box-GuestbookEntry .top-left
    {
    }

		
.box-GuestbookEntry .titlebar
    {
   }
	
.box-GuestbookEntry .content
    {
	padding:5px;
	}

.box-GuestbookEntry .content .hr
	{
	color:#B3C7CE;
	border-top:1px #B3C7CE  solid;	
	}	
	
.box-GuestbookEntry
    {
	text-align:left;
	border:1px #B3C7CE solid;
    background:#EFF3F6;
    margin:0px;
    margin-top:8px;	
	margin-bottom:8px;
	}
.box-GuestbookEntry .content .text
    {
	margin-bottom:10px;
	}					

.box-GuestbookEntry .content .line
	{
	border-top:1px #B3C7CE dotted;
	padding-bottom:3px;
	}	
	
.box-GuestbookEntry .content .info
	{
	float:right;
	}
	
.box-GuestbookEntry .content .info .name
    {
	float:left;
	margin-right:10px;
	font-size:9px;	
	}												
.box-GuestbookEntry .content .info .internet
    {
	float:left;
	margin-right:10px;
	font-size:9px;	
	}
.box-GuestbookEntry .content .info .date
    {
	font-size:9px;
	}
.box-GuestbookEntry .content .internet a
	{
	color:#3566B4;
	text-decoration:underline;
	}
.box-GuestbookEntry .content .internet a:hover
    {
	color:#C40000;
	}		

/* -------------------------------------------------------------- */		
/* Definition der Standard-Formulare                              */
/* -------------------------------------------------------------- */		
.box-GuestbookAdd .bottom-right
    {
    }

.box-GuestbookAdd .bottom-left
    {
    }

.box-GuestbookAdd .top-right
    {
    }

.box-GuestbookAdd .top-left
    {
    }

		
.box-GuestbookAdd .titlebar
    {
	position:relative;
    top:0px;
	left:0px;
    font-family:verdana, arial;
    font-weight:bold;
    font-size:11px;
	color:#FFFFFF;
    text-align:left;
	height:18px;
	background:#A2B8C0;
    padding-top:4px;
	padding-left:8px;
	padding-right:8px;
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
   	}
	
.box-GuestbookAdd .content
    {
	padding:5px;
	}

.box-GuestbookAdd .content .hr
	{
	color:#B3C7CE;
	border-top:1px #B3C7CE  solid;	
	}	
	
.box-GuestbookAdd
    {
	text-align:left;
	border:1px #B3C7CE solid;
    background:#EFF3F6;
    margin:0px;
    margin-top:8px;	
	margin-bottom:8px;
	}
.box-GuestbookAdd .content .text
    {
	margin-bottom:10px;
	}					

.box-GuestbookAdd .content .line
	{
	border-top:1px #B3C7CE dotted;
	padding-bottom:3px;
	}	
	
.box-GuestbookAdd .content .link
	{
	margin-top:10px;
	margin-bottom:10px;
	}
.box-GuestbookAdd .content .link a
	{
	font-weight:bold;
	padding-left:15px;
	background:url("/guestbook/images/double_arrow.gif") 0px 6px no-repeat;
	}

/* HACK für Mozilla */		
html>/**/body .box-GuestbookAdd .content .link a
	{
	background:url("/guestbook/images/double_arrow.gif") 0px 5px no-repeat;
	}	

.box-GuestbookAdd .content .link a:hover
	{
	}
.box-GuestbookAdd .content .title-top
	{
	font-weight:bold;
	text-decoration:underline;
	}
.box-GuestbookAdd .content .note-top
	{
	}
.box-GuestbookAdd .content .title-bottom
	{
	padding-bottom:3px;
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
	}
.box-GuestbookAdd .content .note-bottom
	{
	font-size:9px;
	}	
