@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

#guestbook_headlines
{
	padding:10px;
	text-align:center;
	width:30%;
	float:left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	position: relative;
	margin-top: 10px;
}

#guestbook_topic_headline
{
	padding:10px;
	text-align:left;
	width:99%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	
}


#guestbook_line
{
	width: 95%;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

#guestbook_content
{
	text-align:left;
	width:100%;
	float:left;
	margin-top: 0px;

	margin-right: 30px;
	margin-left: 30px;		
}
