/***********************************************************************************
*
*  Gestaltende GmbH April 2008
*  luxlumina - main.css
*
************************************************************************************/

/***********************************************************************************
*  BODY
************************************************************************************/

body { background: url(body_bg.jpg) repeat-x #DEDEE0; }

body
{
	color: #666666;
	font-size: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 150%;
}

strong { font-weight: bold; }

/***********************************************************************************
*  LAYOUT
************************************************************************************/

.maincontainer
{
	background: url(body_bg.jpg) repeat-x 0 -80px #ffffff;
	text-align: left;
	height: 1%;
	overflow: hidden;
	margin: 0 auto;
}

.top
{
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div.logo
{
	float: left;
	width: 180px;
}

div.logo-inside
{
	margin-top: 21px;
	margin-left: 14px;
}

div.navigation
{
	text-align: right;
	float: left;
	width: 820px;
	height: 40px;
	overflow: hidden;
}

.container
{
	width: 1000px;
	overflow: hidden;
	height: 1%;
	margin: 0 auto;
}

.container-inside
{
	padding: 32px 13px 28px 14px;
	background: url(luxlumina-claim.png) 14px 10px no-repeat;
}

.maincontent
{
	width: 972px;
	overflow: hidden;
}

.content
{
	width: 972px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.content-inside { height: 1%; }
.contentmiddle { }

.content-height
{
	width: 1px;
	height: 400px;
	float: left;
}

/***********************************************************************************
*  STYLES
************************************************************************************/

p, p.bodytext
{
	line-height: 140%;
	font-size: 0.75em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
}

ul, ol
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.frame1 ul, .frame1 ol { font-size: 0.75em; }

div.element ul, div.element ol
{
	font-size: 0.8em;
	line-height: 140%;
}

/*li { padding:0; margin: 0.25em 0 0.25em 0; }*/

/***********************************************************************************
*  HEADLINES
************************************************************************************/

h1,h2,h3,h4,h5
{
	padding: 0;
	margin: 0;
	color: #73767F;
	font-family: Arial, Genevea, Helvetica, sans-serif;
}

h1
{
	font-size: 1.5625em;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
	margin-left: 220px;
	padding-top: 34px;
	width: 530px;
}

h2
{
	font-size: 1.25em;
	font-weight: normal;
	line-height: 130%;
	margin-left: 7px;
}

h3
{
	font-size: 1.5625em;
	font-weight: normal;
	margin: 0.25em 0;
	line-height: 120%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h4
{
	font-size: 0.75em;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 0.75em;
}

div.content h3 { padding-bottom: 5px; }

div.content h3.csc-firstHeader
{
	margin-top: 0em;
	height: 70px;
	position: relative;
	bottom: 0%;
	margin-bottom: 0;
}

div.bottomcontent h3.csc-firstHeader
{
	height: auto;
	position: static;
}

/***********************************************************************************
*  Links
************************************************************************************/

p.bodytext a, p a, .csc-section a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

p.bodytext a:hover, p a:hover, .csc-section a:hover { text-decoration: underline; }

p.bodytext a.download, p a.download
{
	background: none;
	padding-left: 0;
}

p.external-teaser { text-align: right; }

p.external-teaser a
{
	padding-left: 0;
	padding-right: 0.8875em;
}

p.nolink a, p.nolink a:hover
{
	background: none;
	color: #000000;
	font-weight: bold;
	padding-left: 0;
}

/***********************************************************************************
*  Lists
************************************************************************************/

/*.content li, .content-wide li
{
	line-height: 150%;
	font-size: 0.7em;
}
*/

/***********************************************************************************
*  Formular Elemente
************************************************************************************/

form
{
	padding: 0;
	margin: 0;
}

input
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

option
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***********************************************************************************
*  Tabelle
************************************************************************************/

table { font-size: 101%; }

acronym, abbr
{
	font-weight: normal;
	color: #666;
	border-bottom: 0.08875em dotted #666;
}

/***********************************************************************************
*  Clear Float
************************************************************************************/

.clear
{
	height: 0;
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

span.iehack
{
	font-size: 1px;
	line-height: 1px;
}

/***********************************************************************************
*  Hiding
************************************************************************************/

.hide
{
	overflow: hidden;
	display: none;
}

/***********************************************************************************
*  Top Searchbox
************************************************************************************/

div.searchbox table
{
	float: right;
	padding-top: 7px;
}

input.searchboxinput
{
	border: 1px #999999 solid;
	width: 90px;
}

input.searchboxsubmit
{
	border: 0;
	color: #006735;
	background: transparent;
	overflow: visibility;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/***********************************************************************************
*  Content
************************************************************************************/

.content .framebox, .content-wide .framebox { }
.content .framebox-noline { border-bottom: none; }
.content .textwrap,.content-wide .textwrap { }

.content .framebox .textwrap,.content-wide .framebox .textwrap
{
	margin: 0;
	padding-top: 0.5em;
}

.contenttop .framebox h1 { border-bottom: none; }
.contenttop .framebox .textwrap { position: relative; }

.content .trenner, .content-wide .trenner
{
	border: 0;
	margin: 0;
	border-bottom: 0.3125em solid #6683B4;
	margin-bottom: 0.5em;
	font-size: 1em;
}

div.frame1
{
	width: 972px;
	margin-bottom: 7px;
	float: none;
	clear: both;
}

div.frameform
{
	width: 777px;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
	margin-bottom: 7px;
}

div.frameform-inside { }
div.frameform div.element { padding: 7px; }

div.frameform h3
{
	font-size: 0.875em;
	color: #ffffff;
	padding: 0.125em 7px;
	margin: 0;
	border-bottom: 1px solid #666666;
	line-height: 118%;
	font-weight: bold;
	overflow: hidden;
	height: 17px;
}

div.frame1 div.element { }

li.csc-section
{
	list-style: none;
	font-size: 0.75em;
	line-height: 150%;
}

dd.csc-textpic-caption
{
	font-size: 0.75em;
	margin-bottom: 7px;
}

/***********************************************************************************
*  Main Navi
************************************************************************************/

div.navi
{
	float: right;
	line-height: 1.25em;
	font-family: Arial, Genevea, Helvetica, sans-serif;
}

div.navi-inside { }

div.navi ul , div.navi li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.navi li
{
	background: url(naviline.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 15px;
	height: 40px;
	float: left;
}

div.navi hr
{
	padding-bottom: 0;
	border: none;
	margin: 0;
	height: 2px;
}

div.navi a
{
	padding: 0;
	text-decoration: none;
	font-size: 0.75em !important;
	line-height: 18px;
	color: #BBBBBB;
	display: block;
}

div.navi ul.navi li a.act
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

div.navi ul.navi li a.cur
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

div.navi ul.navi li a:hover { text-decoration: underline; }
div.navi ul.navi2 { margin-bottom: 10px; }
div.navi ul.navi2 li { margin-left: 10px; }

div.navi ul.navi2 a
{
	padding: 0 0 0 24px;
	color: #999999;
	background: none;
}

div.navi ul.navi2 li a.cur { background: url(link.gif) 10px 4px no-repeat; }
div.navi ul.navi2 li a:hover { text-decoration: underline; }

div.navi ul.navi3 a
{
	padding: 0 0 0 24px;
	background: none;
}

div.navi ul.navi3 li a.cur { background: url(link.gif) 20px 4px no-repeat; }
div.navi ul.navi3 li a:hover { text-decoration: underline; }

div.footer
{
	font-family: Arial, Genevea, Helvetica, sans-serif;
	background: url(footer_bg.jpg) repeat-x #DEDEE0;
}

div.footer-inside
{
	width: 1000px;
	margin: 0 auto;
	color: #999999;
	padding-top: 20px;
}

div.footer-cols { margin-left: 14px; }
.tx-indexedsearch input { border: 1px #999999 solid; }

.tx-indexedsearch input.submit
{
	border: 0;
	color: #006735;
	background: transparent;
	overflow: visibility;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

input.tx-indexedsearch-searchbox-button submit.tx-indexedsearch input { border: 1px #999999 solid; }

div.tx-indexedsearch-searchbox table td
{
	padding-right: 10px;
	font-size: 0.85em;
}

div.tx-indexedsearch-whatis { font-size: 0.85em; }
div.tx-indexedsearch-browsebox { }

div.tx-indexedsearch-res div.tx-indexedsearch-res
{
	font-size: 0.85em;
	line-height: 150%;
}

div.tx-indexedsearch a
{
	color: #333333;
	text-decoration: none;
	padding-left: 0.75em;
	background: url(link.gif) 0em 2px no-repeat;
	font-weight: bold;
}

div.tx-indexedsearch a:hover { text-decoration: underline; }

div.footer1, div.footer2, div.footer3, div.footer4, div.footer5
{
	width: 174px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

ul.csc-menu, ul.csc-menu li
{
	padding: 0;
	margin: 0;
}

ul.csc-menu li
{
	list-style: none;
	/*	font-size: 11px;*/
	line-height: 140%;
}

ul.csc-menu li a
{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #999999;
}

ul.csc-menu li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.c3l1d-left, .c3l2d-left
{
	margin-left: 0px;
	width: 314px;
	margin-right: 14px;
	overflow: hidden;
	text-align: left;
	float: left;
}

.c3l1d-middle, .c3l2d-middle
{
	width: 314px;
	overflow: hidden;
	text-align: left;
	float: left;
	margin-right: 14px;
}

.c3l1d-right, .c3l2d-right
{
	width: 314px;
	overflow: hidden;
	text-align: left;
	float: left;
}

div.c3l2d-right-inside
{
	padding: 0 7px 7px 7px;
	background: #e6e6e6;
}

div.c3l2d-right h3
{
	font-size: 0.875em;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	/*	margin-top: 0.5em;*/
	padding: 5px 10px 5px 10px;
	background: url(header_bg.jpg) repeat-x;
	margin: 0 -7px;
}

p.align-center { text-align: center; }
p.align-right { text-align: right; }
p.align-left { text-align: left; }
