/* Allgemein */
*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 101%;
}

body
{
	font: normal 12px Verdana, Arial, sans-serif;
	color: #000000;
}

a
{
	text-decoration: none;
	color: #0092b7;
}

a:hover
{
	color: #0092b7;
}

img
{
	border: 0px;
}

/* Content */
#page
{
	width: 1003px;
	margin: 0 auto;
}

#intro_header
{
	background: #ffffff url(../images/header/intro.jpg) no-repeat center;
	width: 1003px;
	height: 232px;
	float: left;
}

#intro_header #shop img
{
	margin-left: 335px;
	margin-top: 101px;
}

#content_header
{
	background: #ffffff url(../images/header/content.jpg) no-repeat center;
	width: 1003px;
	height: 232px;
	float: left;
}

#content_header #shop img
{
	margin-left: 327px;
	margin-top: 96px;
}

#content
{
	width: 1003px;
}

#menu
{
	padding-top: 5px;
	float: left;
	width: 213px;
	height: 100%;
}

#menu ul
{
	background-color: #015382;
	margin: 0;
	list-style: none;
}

#menu li
{
	display: inline;
	width: 213px;
	height: 26px;
}

#menu a
{
	background-color: #5992b0;
	display: block;
	padding: 9px 0px 9px 25px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover, #menu .active, #menu .order:hover
{
	background: #80abc3 url(../images/misc/bullet.gif) no-repeat 1px 0px;
	color: #ffffff;
}

#menu .order
{
	background-color: #e62037;
	color: #ffffff;
}

#meria a, #meria a:hover
{
	background: #ffffff;
	width: 213px;
	height: 84px;
	margin-left: -25px;
	margin-top: 13px;
}

#intro_floating-box
{
	background: #ffffff url(../images/body/intro.jpg) top right;
	width: 790px;
	height: 407px;
	float: right;
}

#intro_floating-box p
{
	padding: 55px 230px 0px 42px;
	line-height: 12pt;
	text-align: justify;
}

#content_floating-box
{
	width: 790px;
	float: right;
}

#content_floating-box h1
{
	padding: 14px 0 0 42px;
	font-size: 182%;
}

#content_floating-box h2
{
	padding: 14px 0 0 42px;
	font-size: 146%;
}

#content_floating-box p
{
	padding: 14px 230px 0 42px;
	line-height: 12pt;
	text-align: justify;
}

#content_floating-box table
{
	padding-left: 41px;
}

#content_floating-box tr
{
	height: 30px;
}

#content_floating-box td
{
	padding: 2px 5px 2px 5px;
}

#footer
{
	background: #ffffff url(../images/misc/footer.jpg) repeat-x bottom;
	width: 1003px;
	height: 34px;
}

#footer img
{
	margin-top: -50px;
}

#leftalign_text {
  text-align: left;
}