/*
 * Namenskonvention:
 * <pane>_<shape>_<scale>_<frame_color>_<background_color>
 * pane ::= (L)eft | (C)ontent | (R)ight
 * shape ::= Box
 * scale ::=   F - fix | S - scalable(fluid)
 *           | VS - vertically scalable | HS - horizontally scalable
 */
.L_Box_VS_Rot_Gelb
{
	width: 170px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.L_Box_VS_Rot_Gelb p
{
	padding: 0;
	margin: 0;
}

.L_Box_VS_Rot_Gelb_top
{
	height: 6px;
	background: url(images/L_Box_VS_Rot_Gelb_top.png) no-repeat top left;
}

.L_Box_VS_Rot_Gelb_body
{
	width: 160px;
	background: url(images/L_Box_VS_Rot_Gelb_body.png) repeat-y top left;
	padding: 5px;
}

.L_Box_VS_Rot_Gelb_bottom
{
	height: 8px;
	background: url(images/L_Box_VS_Rot_Gelb_bottom.png) no-repeat top left;
}

/* --------- */

.C_Box_VS_Grau_Gelb
{
	float: left;
	width: 131px;
	line-height: 1;
	padding: 0;
	margin: 6px;
	overflow: hidden;
}

.C_Box_VS_Grau_Gelb p
{
	padding: 0;
	margin: 0;
}

.C_Box_VS_Grau_Gelb_top
{
	height: 9px;
	background: url(images/C_Box_VS_Grau_Gelb_top.png) no-repeat top left;
}

.C_Box_VS_Grau_Gelb_body
{
	width: 121px;
	background: url(images/C_Box_VS_Grau_Gelb_body.png) repeat-y top left;
	padding: 5px;
}

.C_Box_VS_Grau_Gelb_bottom
{
	height: 9px;
	background: url(images/C_Box_VS_Grau_Gelb_bottom.png) no-repeat top left;
}

/* --------- */

.R_Box_VS_Grau_Weiss
{
	width: 197px;
	padding: 0;
	margin: 10px 0px;
	overflow: hidden;
}

.R_Box_VS_Grau_Weiss p
{
	padding: 0;
	margin: 0;
}

.R_Box_VS_Grau_Weiss_top
{
	height: 6px;
	background: url(images/R_Box_VS_Grau_Weiss_top.png) no-repeat top left;
}

.R_Box_VS_Grau_Weiss_body
{
	width: 187px;
	background: url(images/R_Box_VS_Grau_Weiss_body.png) repeat-y top left;
	padding: 5px;
}

.R_Box_VS_Grau_Weiss_bottom
{
	height: 13px;
	background: url(images/R_Box_VS_Grau_Weiss_bottom.png) no-repeat top left;
}

/* --------- */

.R_Box_VS_Grau_Gelb
{
	width: 197px;
	padding: 0;
	margin: 10px 0px;
	overflow: hidden;
}

.R_Box_VS_Grau_Gelb p
{
	padding: 0;
	margin: 0;
}

.R_Box_VS_Grau_Gelb_top
{
	height: 6px;
	background: url(images/R_Box_VS_Grau_Gelb_top.png) no-repeat top left;
}

.R_Box_VS_Grau_Gelb_body
{
	width: 187px;
	background: url(images/R_Box_VS_Grau_Gelb_body.png) repeat-y top left;
	padding: 5px;
}

.R_Box_VS_Grau_Gelb_bottom
{
	height: 13px;
	background: url(images/R_Box_VS_Grau_Gelb_bottom.png) no-repeat top left;
}

/* --------- */

.LinkBox1
{
	overflow: hidden;
}

.LinkBox1 a
{
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px;
	border-bottom: solid 1px black;
	margin-bottom: 2px;
}

.LinkBox1 a:hover
{
	font-weight: bold;
}

.LinkBox1 p
{
	padding: 0;
	margin: 0;
}

.LinkBox1 br
{
	display: none;
}
