img.teaser
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: #38170e;
	padding		: 1px;
	background-color	: #fdf4ec;
}

img.teaser_flat
{
	margin-top		: 10px;
	margin-bottom		: 15px;
}

/* message */
div.message
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: #38170e;
	background-color	: #e4d3b7;
	padding		: 10px;	
	font-weight		: bold;
	text-align		: center;
}


/* content */
div.container div.content ul
{
	margin-left		: 15px;
	margin-top		: 5px;
	margin-bottom		: 15px;
}


/* form stuff */
div.form
{

	padding		: 1px;
	background-color	: #fdf4ec;	
}

	div.form table.form
	{
		width			: 100%;
	}
	
		div.form table.form td.label
		{
			width			: 100px;
		}
		

input.text, textarea.text
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: #38170e;
	background-color	: #e4d3b7;
	padding-left		: 5px;
	padding-right		: 5px;	
}

input.text
{
	width			: 100%;
	height			: 20px;
}

textarea.text
{
	width			: 100%;
	height			: 150px;
}

input.button
{
	padding-left		: 5px;
	padding-right		: 5px;
}

