body
{
	font-family: "Verdana",Arial,Helvetica;
	font-size: 13px;
	background-color: #fff;
	background-image: url(images/kachel.gif);
	text-align: center;
	margin: 0px;
	line-height: 140%;
}

h1
{
	font-size: 19px;
	color: #000000;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;
}

h2
{
	font-size: 17px;
	color: #000000;
	text-align: center;
}

h3
{
	font-size: 15px;
	color: #000000;
	text-align: center;
}

h4
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-style: normal;
}

p { margin-bottom: 0px; }

a:link, a:visited, a:active, a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #000;
	font-size: 12px;
}

a:active, a:hover { color: #91A6BD; }

#title
{
	height: 100px;
	padding: 0px;
	background-color: #fff;
}

#footer
{
	height: 25px;
	padding: 2px 5px 5px 5px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-image: url(images/foot.jpg);
	border-bottom: 0px;
}

a.footlink:link, a.footlink:visited
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

a.footlink:active, a.footlink:hover
{
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#content
{
	background-color: #fff;
	width: 600px;
	float: right;
	padding: 0px 10px 5px 0px;
}

#content img { border: 1px solid #91A6BD; }

#floatleft
{
	float: left;
	margin: 5px 20px 5px 0px;
}

#floatleft p
{
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height: 100%;
}

#floatlinks
{
	float: left;
	margin: 5px 20px 5px 0px;
}

#floatlinks p
{
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height: 100%;
}

#floatright
{
	float: right;
	margin: 5px 0px 5px 20px;
}

#floatright p
{
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height: 100%;
}

#floatright1
{
	float: right;
	margin: 5px 0px 5px 20px;
}

#floatright1 p
{
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height: 100%;
}

#bildleiste table
{
	width: 100%;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
}

#bildleiste tr { vertical-align: top; }

#bildleiste td
{
	padding: 0px 10px 6px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	font-style: italic;
	border-width: 0px;
	border-style: none;
}

#preisliste table
{
	width: 100%;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
}

#preisliste tr { vertical-align: top; }

#preisliste td
{
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

#leftnav
{
	float: left;
	/* container div set-up */
	width: 130px;
	padding: 20px 0px 10px 7px;
	font-size: 14px;
	/* Set font-size so theres no default */
	line-height: 28px;
	/* Set line-height because I think it looks better like this ;^) */
	letter-spacing: 0;
	/* Set letter-spacing so text don't jump as much when it turns bold on hover */
}

#leftnav a
{
	/* Set text-decoration and color so there is no default */
	text-decoration: none;
	color: #000000;
}

#leftnav a:hover
{
	border-left: 3px solid #336699;
	padding-left: 2px;
	margin-left: -4px;
	/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#leftnav ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#leftnav ul ul
{
	padding-left: 3px;
	/* offset sub menu */
}

#leftnav ul li
{
	padding-left: 5px;
	margin: 0px 1px;
	/* Set margin-left to set-up the left border */
}

#leftnav ul li#active
{
	margin-left: 0px;
	/* Set margin back half of left-border width (5px) */
}

#leftnav ul ul li#subactive
{
	margin-left: 0px;
	/* Set margin back half the 30px padding above */
	border-left: 3px solid #336699;
}

#leftnav li { border-left: 1px solid #91A6BD; }
#leftnav li#active { border-left: 3px solid #336699; }
#lncurrent { font-style: italic; }
#lnsubcurrent { font-style: italic; }

#spracheflag
{
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	padding: 0px 0px 15px 4px;
}

#spracheflag a
{
	/* Set text-decoration and color so there is no default */
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

#spracheflag a:hover
{
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
	text-decoration: none;
	color: #000000;
	/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

