/*
orange: #FF9900;
Hintergrund: #A4ABA0;
Ziergrau Fussleiste: #B6BCB2;
Lucy Grün 100%: #1A952B;
Lucy Grün heller: #A0C68D;
Link-Grau oben und rechts: #999B9E;

*/

/* ----------------- general html structure */
html, body, div, p, table, tr, td, a, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, sans-serif; */
	color:#000000;
}
html, body {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	background-color: #A4ABA0;
	background-image:url('../images/bckgrnd_bubbles.gif');
	height:100%;
}

#wrap {
    position:relative;
    top:0px;
    left:50%;
    margin:10px 0 0 -478px;
    width: 955px; 
    height: auto; 
    background-color:white;
/*
	background-image:url('../images/bckgrnd_bubbles_white.jpg');
	background-repeat:repeat-y;
	background-position: 181px 165px;
*/
}

#intro { 
    position: relative;
    height: 135px; 
    }

#header {
	height: 130px;
    width: 955px;
}

#logo {
	position: absolute;
    top: 15px;
    left: 30px;
    width: 180px;
    height: 101px;
	/* background-image:url('../images/lucy_logo.gif'); */
}

#zierleiste {
    width: 955px;
    height: 22px;
	background-image:url('../images/lucy_zierleiste.jpg');
}

form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0px;
}
/* /----------------- general html structure */

div#col-left {
    display: inline; /* damit IE nicht doppelt floated */
	width: 250px;
	float: left;
    text-align: left;
}

div#col-body {
    display: inline; /* damit IE nicht doppelt floated */
	width: 465px;
	float: left;
	margin: 30px 20px 20px 0;
    font-size: 12px;
    color: #404040;
}

div#col-body h2 {
    clear: left;
}

div#col-body p {
    font-size: 12px;
}

div#col-right {
    display: inline; /* damit IE nicht doppelt floated */
	width: 220px;
	float: left;
    padding: 20px 0 20px 0;
}

div#col-right p {
    margin: 0 10px 0 0;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

#metaNavigation {
	position: absolute;
    top: 135px;
    left: 500px;
    width: 300px;
    height: 18px;
    font-size: 11px;
    color: #999B9E;
    z-index: 10;
}

#metaNavigation a {
    color: #999B9E;
}

#LanguageSelect {
    width: 120px;
}

#LanguageSelect select {
    position: absolute;
    top: 132px;
    left: 735px;
    font-size: 11px;
    background-color: #FF9900;
    border: 0px solid #999B9E;
    width: 120px;
    height: 18px;
    margin: 0px;
    padding: 0px;
}

* html #LanguageSelect select {
   margin:-2px;
   width:expression(parentNode.offsetWidth +4);
}

#LanguageSelect option {
    line-height: 12px;
    font-size: 11px;
}

#navigation {
	padding: 50px 0 90px 30px;
}

/* Level 1 */
#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation ul li {
	margin:0px;
	list-style-type:none;
}

#navigation ul li a {
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 13px;
    font-weight: normal;
	color: black;
	text-decoration: none;
	background-image: url('../images/nav_stndrd.gif');
	background-repeat: no-repeat;
    background-position: 0 3px;
    white-space:nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
}

#navigation ul li a:hover {
	background-image:url('../images/nav_over.gif');
	background-repeat: no-repeat;
    background-position: 0 3px;
}
#navigation ul li.active a {
	background-image: url('../images/nav_active.gif');
	background-repeat: no-repeat;
    background-position: 0 3px;
    color: #1A952B;
    font-weight: bold;
}

/* Level 2 */
#navigation ul.subNavigation {
	margin: 10px 0 10px 0;
	padding:0;
}

#navigation ul.subNavigation li a {
    display: block;
	height: 18px;
	line-height: 18px;
	color: black;
    font-size: 12px;
	padding: 0 0 0 20px;
	background-image: none;
    white-space: nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
    font-weight: normal;
}

#navigation ul.subNavigation li a:hover {
    text-decoration: underline;
	background-image: none;
}

#navigation ul.subNavigation li.active a {
    color: #1A952B;
	background-image: none;
    font-weight: bold;
}


/* Level 3 */
#navigation ul.subSubNavigation {
	margin:0;
	padding: 5px 0 5px 20px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
	background-image:none;
	border-bottom:0;
	color:#666;
    font-weight: normal;
}

#navigation ul.subNavigation li ul.subSubNavigation li.active a {
    color: #1A952B;
	background-image: none;
    font-weight: bold;
}

#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    position: absolute;
    top: 10px;
    left: 750px;
	margin: 0;
	font-size: 11px;
	background-color: transparent;
}
#search label {
	font-size:11px;
	display:block;
	float:left;
	width:42px;
	padding:2px 0 0 0;
}
#search input {
	border:1px solid #ccc;
	width:140px;
	height:12px;
	font-size:10px;
    border: 1px solid #cccccc;
}
#search input.sbmt {
	border:0;
	width:5px;
	height:8px;
	margin:0 0 0 5px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

.signature {
    font-weight: bold;
    color: #A4ABA0;
}

#col-body h1 {
	margin: 20px 0 30px 0;
	padding:0;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

#col-body h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #404040; /* Alternativ: #1A962B */ 
}

#col-body ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}

#col-body ul li {
    font-size: 12px;
	padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 2px;
	background-image: url(../images/listdot.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
}

#col-body ol {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}

#col-body ol li {
    font-size: 12px;
	padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 2px;
	background-image: url(../images/listdot_ol.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 0px; 
}

#col-body table, #col-body table td {
    font-size: 12px;
    vertical-align: top;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

#downloads {
	height: 35px;
}

#downloads a.active {
	color: #7AB1DC;
}

#col-body .teaser_img, #col-body .right {
    float: right;
    margin: 0 0 20px 20px;
    padding: 5px;
    border: 1px solid #cccccc;

}

#teaser_img2, .left {
    float: left;
    margin: 5px 20px 10px 0;
    padding: 5px;
    border: 1px solid #cccccc;

}

.centered {
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;

}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */

#art_rechts {
    background: url(../images/dotted.gif) no-repeat bottom;
    padding-bottom: 2px;
}

#art_rechts h1 {
    font-size: 14px;
    font-weight: bold;
    color: #1A962B;
    padding: 30px 10px 5px 0;
    margin: 0;
}

#art_rechts h2 {
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding: 5px 10px 0 0;
    margin: 0;
    background: url(../images/dotted.gif) no-repeat top;
}

#art_rechts h3 {
    font-size: 11px;
    font-weight: bold;
    color: black;
    margin: 5px 10px 5px 0;
    padding: 0;
}

#art_rechts p {
    font-size: 11px;
    color: #404040;
    padding: 5px 0 5px 0;
    margin: 0px;
}

#intern {
/* #art_rechts a,      color: #999B9E;*/
    padding-left: 30px;
	background-image:url(../images/link.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
}

#art_rechts a img, #intern img {
    padding-left: 0px;
	background-image: none;
}


#art_rechts .teaser_img {
    background: url(../images/dotted.gif) no-repeat top;
    padding-top: 10px;
}

#teasersRight .teaserItem h3 {
	color:#0060b1; 
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#teasersRight .teaserItem a.more {
	display:block;
	width:230px;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
	width:200px;
}

#art_rechts a.link_plain {
    padding-left: 0px;
	background-image: none;

}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */

#fussleiste {
    clear: both;
    width: 955px;
    background-color: #B6BCB2;
    height: 20px;
    color: white;
}

#credit {
    font-size: 11px;
    text-indent: 250px;
    color: white;
    padding-top: 2px;
}

ul#navhelp {
	margin:0;
	padding:0;
}

ul#navhelp li {
    float: left;
	margin: 0;
	padding: 0;
    padding-left: 20px; 
	display: block;
    line-height: 16px;
}

ul#navhelp li a {
	color: white;
}

#fussleiste ul#navhelp {
    margin-right: 15px;
}


#fussleiste ul#navhelp li {
    display: inline;
    padding-left: 15px; 
    line-height: 16px;
    margin-left: 20px;
    background-position: 0 6px;
}

#fussleiste ul#navhelp li a {
    font-size: 10px;
    color: white;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#ff9900;
	text-decoration:none;
    font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

#extern {
    padding-left: 30px; 
	background-image: url(../images/button_externen_link.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#pdf {
	background-image:url('../images/pdf.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px ;
}

/***** Mittelbox *******/

#box_mitte {
    margin-top: 50px:
    padding-top: 50px;
    width: 465px;
}

#box_mitte td {    
    padding: 0px;
}

#box_mitte td.mittelbox_oben {
    width: 220px;
    background-color: #1A952B;
    text-align: center;
    vertical-align: middle;
}

#box_mitte td.mittelbox_mitte {
    background-color: #cccccc;
    text-align: center;
    vertical-align: middle;
}

#box_mitte h1 {
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
}

#box_mitte #text_item {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

/******* Version mit 2 Spalten *********/
.table_green2, 
.table_green3 {
    width: 465px;
}

.table_green2 td img, 
.table_green3 td img {
    vertical-align: top;
}

.table_green2 td {
    width: 25px;
}

.table_green3 td {
    width: 15px;
}

.table_green2 th,
.table_green3 th {
    width: 212px;
    background-color: #1A952B;
    font-size: 13px;
    color: white;
    padding: 4px;
    text-align: center;
}

.table_green2 td.text,
.table_green3 td.text {
    width: 212px;
    padding: 15px 4px 15px 4px;
    background-color: #cccccc;
    text-align: center;
    vertical-align: middle;
}

.table_green2 td.text ul,
.table_green3 td.text ul {
    padding: 4px;
    text-align: left;
}

#col-body .table_green2 td.text,
#col-body .table_green3 td.text,
#col-body .table_green2 td.text ul li,
#col-body .table_green3 td.text ul li,
#col-body .table_green2 td.text p,
#col-body .table_green3 td.text p {
    font-size: 11px;
}

/******* Version mit 3 Spalten *********/

.table_green3 th {
    width: 140px;
}

.table_green3 td.text {
    width: 140px;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

#contactForm {
	margin-top: 0px;
	font-size: 11px;
}

#contactForm thead {
}

#contactForm tr {
	height: 25px;
}

#contactForm tr th {
	height: 30px;
}

#contactForm label {
/*	width: 120px; */
	text-align: right;
	padding-right: 10px;
	background-image: url('../images/mandatory.gif');
	background-repeat: no-repeat;
	background-position: right 1px;
}

#contactForm .nonmandatory {
    background-image: none;
}

#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #ccc;
    font-size: 11px;
    padding-left: 3px;
}

.eingabe {
	width: 456px;
}

.eingabe2 {
	width: 163px;
}

.eingabe3 {
	width: 30px;
    margin-right: 8px;
    float: left;
}

.eingabe4 {
	width: 120px;
}

#contactForm select {
	width: 169px;
	padding-left: 0px;
}

#contactForm textarea {
	height: 105px;
	font-size: 10px;
	width: 456px;
}

* html #contactForm textarea {
	width: 466px;
}

#contactForm input, #pwdForm input {
	height: 14px;
}

#contactForm .send, #pwdForm .send {
	background-color: #003366;
	color: white;
	height: 20px;
	line-height: 14px;
	border: none;
	cursor: hand;
	cursor: pointer; 
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

#pwdForm label {
	display:block;
	float:left;
	width:120px;
}

#pwdForm div {
	height: 25px;
}

#pwdForm #contactFormSubmitLeft input, 
#pwdForm #contactFormSubmitRight input {
	background-color:#fff;
	border: 0;
	color:#0060b1;
	padding:0px 15px 0px 0px;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	margin:0;
}


/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
/* ist nötig, damit unter FF die gefloateten container in ihrer Höhe wahrgenommen werden, sonst wird der Hintergrund verschludert */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/**** TERMINE ****/

.sp0 {
    width: 170px;
    white-space: nowrap;
}

.sp2 {
    padding-bottom: 15px;
}

#mod_tl table, #mod_ttl table {
    border: 1px solid #003366;
    width: 570px;
    margin-bottom: 20px;
}

#mod_tl table th, #mod_ttl table th {
    background-color: #7AB1DC;
    height: 16px;
    color: white;
    padding: 5px;
}

#mod_tl table th h3, #mod_ttl table th h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#mod_ttl table tr {
    height: 16px;
}

#mod_tl table td, #mod_ttl table td {
    padding: 5px;
}


#mod_ttl table tfoot tr {
    height: 12px;
}

#mod_ttl table tfoot td {
    padding: 5px;
    border-top: 1px solid #003366;
}

/**** IMAGE GALLERY ****/
table.gallery {
	margin: 20px 10px 0px 0px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding: 0;
}

table.gallery dd {
}

div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
	text-align: left;
	padding: 0;
}


td.gallery_image{
	height: 220px;
	padding:0px;
	
}
td.gallery_image div.link_image{
	padding:0;  
	background-position:top center; 
	min-height:120px; 
	height:120px; 
	margin-bottom:5px; 
	overflow:hidden;
}
td.gallery_image .bottom_links{
	 height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
	margin-bottom: 0px; 
	text-align:left; 
	width:180px; 
}
td.gallery_image .links{
	margin-bottom: 0px;
}

/**** Kontaktformular ****/


/* Sitemap  */

#sitemap ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}
#sitemap ul li {
    font-size: 12px;
	padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 6x;
	background-image: none; ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
    font-weight: bold; 
}

#sitemap ul li ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}
#sitemap ul li ul li {
    font-size: 12px;
	padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
	background-image: none; ;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
    font-weight: normal; 
}

#level1 {
    color: black;
}

li a #level1 {
    margin: 10px;
}


.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li .level1 {
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
}

.sitemap .level1 {
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

.register {
    font-size: 10px;
    color: white;
}

#iconDownload {
    float: left; 
    margin-right: 10px; 
    margin-bottom: 0px;
}

.small {
	font-size: 11px;
}

#sucMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
  width: 530px;
	background-color: #7AB1DC;
}

#errMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
	width: 530px;
	background-color: #e30000;
}

#madMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
	width: 530px;
	background-color: #FFD700;
}



#partners td img {
    padding: 10px 30px 10px 0;
}



/* ablegtes CSS
#containerLeft {
    display: inline; /* IE 6 Hack, sonst wird die Seite zerschossen, weil margin-left verdoppelt */
    float: left;
    width: 240px;
    margin-left: 17px;
    padding-bottom: 30px;
}

#containerRight {
    float: right;
    width: 697px;
    text-align: left;
	background-image:url(../images/hintergrund_nav.gif);
	background-repeat:repeat-x;
	background-position:0 73px;
}
*/



