/******************************* SECTIONS *********************************/
BODY
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	background: url(images/bg-stripefade.gif) repeat-x;
	background-color: #E4A13D;
	font: 11px/120% Verdana;
	color: #000;
}

#topper
{
	width: 100%;
	height: 131px;
	background: url(images/bg-topper.jpg) repeat-x;
}

#logo
{
	width: 995px;
	height: 131px;
	margin-right: auto;
	margin-left: auto;
}

#container
{
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg-container.gif) repeat-y;
	border-bottom: 9px solid #3B3229;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#menu
{
	width: 995px;
	height: 47px;
	border-top: 8px solid #3B3229;
	border-bottom: 8px solid #3B3229;
	padding: 0 0 0 60px;
	margin: 0px;
	background: url(images/bg-menu.jpg) no-repeat;
}

#leftcol
{
	width: 263px;
	vertical-align: top;
	padding-bottom: 20px;
}

#lefttop, #righttop
{
	padding: 15px 40px 15px 40px;
	background: url(images/column-squid.gif);
	vertical-align: top;
}

#leftsub
{
	padding: 15px 40px 15px 40px;
	background: url(images/bg-leftsub.gif);
	vertical-align: top;
}

#leftcol IMG, #rightcol IMG
{
	border: 0px;
	padding-left: 28px;
}

#centercol
{
	width: 469px;
	vertical-align: top;
}

#rightcol
{
	width: 263px;
	vertical-align: top;
	padding-bottom: 20px;
}

#rightsub
{
	padding: 15px 40px 15px 40px;
	background: url(images/bg-rightsub.gif);
	vertical-align: top;
}

#rightsub A:link, #rightsub A:visited, #rightsub A:hover
{
	color: #FFF;
	font-size: 12px;
}

#leftsub A:link, #leftsub A:visited, #leftsub A:hover
{
	color: #000;
	font-size: 12px;
}

/******************************* MENU *********************************/
#menu UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu LI
{
	float: left;
	position: relative;
	width: 124px; /*use 124px for 8 items; 142px for 7 items*/
}

#menu A
{
	display: block;
	color: #FFF;
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 47px;
	text-align: center;
}

#menu A:hover
{
	background: url(images/bg-menuselect.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	border: solid #3B3229;
	border-width: 0 2px 0 2px;
}

#nav LI LI A
{
	display: block;
	font-weight: normal;
	text-indent: 2px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-color: #3B3229;
	font-size: 11px;
	text-align: left;
	line-height: 26px;
	width: 120px; /*use 120px for 8 items; 138px for 7 items*/
}

#nav LI LI A:hover
{
	padding: 0px;
	margin: 0px;
	border: none;
	width: 120px; /*use 120px for 8 items*/
	background-image: none;
	background-color: #6A5747;
}

LI UL
{
	padding-left: 2px;
	display: none;
	position: absolute;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	width: 120px; /*use 120px for 8 items*/
	line-height: normal;
	border: solid #3B3229;
	border-width: 0 2px 2px 2px;
	z-index: 500;
}

li>ul
{
	top: auto;
	left: auto;
}

li li
{
	display: block;
	float: none;
	background-color: transparent;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

li:hover ul, li.over ul { display: block; }

/******************************* LINKS *********************************/
A:link
{
	color: #000;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

A:visited
{
	color: #444;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

A:hover, A:active
{
	color: #000;
	border-style: none none solid none;
	border-width: 2px;
}

A.imagelink:link, A.imagelink:visited
{
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}

#centercol A:link { color: #F60; }
#centercol A:hover { color: #000; }

A.pdf
{
	background: url(images/icon-pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

A.doc
{
	background: url(images/icon-doc.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

A.ext
{
	background: url(images/icon-ext.gif) top left no-repeat;
	padding: 0 0 0 17px;
}

A.email
{
	background: url(images/icon-email.gif) top left no-repeat;
	padding: 0 0 0 18px;
}

A.namelink
{
	background: url(images/icon-namelink.gif) bottom left no-repeat;
	padding: 0 0 0 12px;
}

A.indent20:hover { position: relative; }

A BLOCKQUOTE
{
	display: none;
	width: 320px;
	color: #000;
	background-color: #CCC;
	border-color: #C63;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	margin-left: 80px;
}

A:hover BLOCKQUOTE
{
	display: block;
	position: absolute;
}

A BLOCKQUOTE IMG
{
	margin-right: 10px;
	border-color: #C63;
	border-width: 2px;
	border-style: solid;
}

/******************************* FOTOALBUM *********************************/
.fotoalbum
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/* Clears the floats */
	width: 100%;
	/* IE and older Opera fix for clearing, they need a dimension */
	list-style: none;
}

.fotoalbum UL
{
	margin: 0px;
	padding: 0px;
}

.fotoalbum LI
{
	float: left;
	display: inline;
	width: 190px;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	position: relative;
	/* This is the key */
}

#fotoalbum IMG
{
	border: 0px;
	border-style: none;
	margin: 5px 0 3px 0;	
}

/******************************* CONTROLERS *********************************/
#leftcol UL, #leftcol OL, #rightcol UL, #rightcol OL
{
	padding-left: 0px;
	margin: 0px;
}

#leftcol OL LI
{
	font-size: 10px;
	list-style: none;
	padding: 10px 0px 10px 0px;
	border-bottom: #3B3229;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#leftcol UL LI
{
	font-size: 10px;
	list-style: none;
}

#lefttop P { margin-bottom: 0px; }

#rightcol OL LI
{
	font-size: 10px;
	list-style: none;
	padding: 5px 0px 5px 0px;
	border-bottom: #3B3229;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#rightcol UL LI
{
	font-size: 10px;
	list-style: square inside;
	margin-left: 0;
	padding-left: 0;
}

#centercol H1
{
	height: 75px;
	line-height: 60px;
	font-size: 18px;
	color: #F60;
	text-align: right;
	margin: 0px;
	padding-right: 20px;
	background: url(images/center-squid1.jpg);
}

#centercol H2
{
	height: 69px;
	line-height: 60px;
	font-size: 14px;
	color: #F60;
	text-align: left;
	margin: 0px;
	padding-left: 20px;
	background: url(images/center-squid2.jpg);
}

#centercol UL
{
	margin: 0px;
	padding: 0 0 1em 25px;
}

.indent20 { padding: 0 20px 20px 20px; }
.indent { margin-left: 10px; }
.section { margin: 0 0 1em 50px; }

.img-right
{
	margin-left: 10px;
	float: right;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

SELECT, FORM, TEXTAREA, SUBMIT
{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

HR
{
	border: 0;
	color: #3B3229;
	background-color: #3B3229;
	height: 2px;
}

H3
{
	color: #C60;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
}

H4
{
	color: #C60;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
}

H5
{
	color: #F60;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}

H6
{
	color: #3B3229;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}

.login
{
	padding: 5px;
	border-color: #F60;
	border-width: 2px;
	background-color: #FFF;
	border-style: double;
}

#telefonliste LI
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #000;
}

.printonly {
	display: none;
}