@import "navigation.css";
@import "sprachen.css";
@import "kasse.css";

body 
{
	margin:			0px;
	padding:		0px;
	font-family:		sans-serif;
	font-size:		10pt;
	background:		#D6EAEC;
}

div#content
{
	position:		relative;
	border:			none;
	margin:			1em auto;
	width:			880px;
	background:		white url(/navi/frame/rahmen-bg.jpg) repeat-y;
	overflow:		hidden;
}

div#content.default
{
	width:			480px;
	padding:		210px 30px 50px 370px;
	background-repeat:	repeat-y;
}

div#content.full
{
	width:			820px;
	padding:		210px 30px 50px 30px;
	background-repeat:	repeat-y;
}

div#content *
{
	line-height:		1.5em;
}

div#content h1
{
	margin:			0px 0px 0.5em 0px;
	padding:		0px;
	font-size:		120%;
}

div#content h2
{
	margin:			1ex 0px;
	padding:		0px;
	font-size:		110%;
}

div#content h3
{
	color:			#989375;
	margin:			1ex 0px 0px 0px;
	padding:		0px;
	font-size:		105%;
}

div#content p
{
	margin:			1em 0px;
	padding:		0;
}

div#content a
{
	text-decoration:	underline;
	color:			black;
}

div#content a:hover
{
	text-decoration:	none;
}

div#content img
{
	border:			none;
}

div#content table
{
	border-collapse:	collapse;
}

div#content table td
{
	vertical-align:		top;
}

div#frmWarenkorb
{
	position:		absolute;
	right:			30px;
	top:			130px;
}

div#content div.errortext
{
	border:			solid red 2px;
	color:			black;
	font-weight:		bold;
	margin-bottom:		1em;
	text-align:		center;
}

div#content p.information
{
	position:		relative;
	margin-left:		32px;
}

div#content p.information img.icon
{
	position:		absolute;
	left:			-32px;
	top:			1px;
}

