body
{

	color:#254761;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
}
h1
{
	font-weight:bold;
	font-size:12pt;
	margin-bottom:0px;
}
h2
{
	color:black;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:0px;
}
a:link, a:visited
{
	color:#456781;
	text-decoration:underline;
}
a:hover
{
	color:black;
	text-decoration:underline;
}



/*
 * Frames
 */
/* gesamte Seite */
#frP
{
	width:975px;
	min-height:1500px;

	background-color:white;
	padding:0px;
	margin-bottom:20px;

	text-align:left;

	position:relative;
}
/* Logo oben */
#tLogo
{

	height:125px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;

	margin-bottom:0px;
        margin-top:-8px;
}



/*
 * Navigation
 */
#frNav
{
	height:45px;

	background-image:url(img/menue.jpg);
	background-position:right center;
	background-repeat:no-repeat;

	padding-top:5px;
}
#frNav ul
{
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#frNav li
{
	margin:0;
	padding:0;

	text-transform:uppercase;
}
#frNav a
{
	padding:13px;

	background-image:url(img/pipe.gif);
	background-position:right center;
	background-repeat:no-repeat;

	color:black;
	font-weight:bold;

	text-decoration:none;

	line-height:18px;
	float:left;
}
#frNav a:hover
{
	color:red;
}



/*
 * linke Seite
 */
#frL
{
	width:755px;
	position:relative;
	text-align:justify;
	font-size:10pt;
	line-height:18px;
}
#frL .content
{
	padding-bottom:20px;
}
#frL .shopImg
{
	width:180px;
	height:180px;

	right:50px;
	position:absolute;
}
#frL .box
{
	background-color:#f5f5f5;

	padding:5px;

	margin-bottom:10px;
}
#frL .bottom
{
	background-image:url(img/bottom.jpg);
	background-repeat:no-repeat;
	background-color:#F0F4F6;

	padding:2px;
	padding-right:255px;

	font-size:8pt;

	margin-top:40px;
}
#frL table
{
	width:100%;
	border-spacing:20px;
}
#frL td
{
	width:25%;

	color:#056788;
	font-size:10pt;

	vertical-align:top;
	text-align:justify;
	padding:5px;

	background-color:#D3D4E3;
}



/*
 * rechte Seite
 */
#frR
{
	position:absolute;
	right:10px;
	top:125px;

	width:190px;
}
#frR .sitebarHeader
{
	background-image:url(img/menue_02.jpg);
	background-repeat:no-repeat;

	width:190px;
	height:50px;
}
#frR .sitebarContent
{
	border:solid 1px #e3e5e5;
	border-top:none;

	background-color:#f9f9f9;

}
#frR .box
{
	font-size:10pt;
	text-align:left;
	color:#254761;

	background-color:#f0f0f0;

	padding:10px;
}
#frR .image
{
	width:145px;
	height:138px;

	background-repeat:no-repeat;
}
#frR a:link, #frR a:visited
{
	color:#909090;
	text-decoration:none;
}
#frR a:hover
{
	color:black;
	text-decoration:underline;
}



/*
 * Frame unten
 */
#frU
{
	padding-top:50px;
}
