
/* ### CSS für Santa Lucia / CMS 2009 ### */

/* Farben:
	
	Links: #
	Hover: #
	Text:  #FFFFFF
	
	
	Schriftgrößen:
	
	Menü: keine
	Text: 12px
	Schrift: Verdana
	
*/

/* Rücksetzen der Standard Werte -------------------------------------------------------------*/

html, body, div, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-repeat: no-repeat;
}

html {
height:100%;
margin-bottom:1px;
}



ul, li {	list-style: none;	}

img {
	border: 0px;
}

/* ### 1px Hack für Firefox 3 */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

/*-------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efefef;
	background-color: #f9e6c6;
	background-image: url("../gfx/santalucia_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 auto 0 auto;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainC a {
	text-decoration: underline;
}

a:hover {
	color: #333333;
}

a:visited {
	
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	background-color: #cc9966;
	background-image: url(../gfx/santalucia_background2.gif);
	background-repeat: repeat-y;
}


#header {
	width: 760px;
	height: 200px;
	background-image: url(../gfx/santalucia_header.jpg);
}

#headerLeft {

}

#headerRight {

}




/* ### NAVIGATION ### ################################################################ */

#naviC {
	background-color: #333333;
	width: 760px;
	height: 30px;
	border-bottom: 1px solid #FFFFFF;
}

#naviC ul {
	float: left;
}

#naviC li {
	float: left;
	display: block;
	line-height: 30px;
	font-size: 12px;
	border-right: 1px solid #FFFFFF;
}

#naviC li a {
	color: #FFFFFF;
	background-color: #333333;
	text-transform: uppercase;
	display: block;
	padding: 0px 19px 0px 19px;
}

#naviC li a:hover {
	color: #cc9966;
}

/* ### SUBNAVI ### ------------------------------------------------------------------- */



/* ### MAIN CONTAINER ############################################################### */

#mainC {
	width: 760px;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

#mainLeft {
	width: 480px;
	float: left;
	padding: 20px 25px 20px 25px;
	color: #efefef;
}



#mainLeft h1 {
	font-size: 16px;
	color: #ffff99;
	font-weight: lighter;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#mainLeft h2 {
	font-size: 14px;
	color: #ffff99;
	font-weight: lighter;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}




#mainRight {
	width: 200px;
	padding: 20px 10px 20px 20px;
	margin-left: 530px;
	color: #efefef;
}

#mainRight h1 {
	font-size: 16px;
	color: #ffff99;
	font-weight: lighter;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#mainRight h2 {
	font-size: 14px;
	color: #ffff99;
	font-weight: lighter;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}



a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../gfx/pdf_pic3.gif) no-repeat left center;
	text-decoration: none;
	margin-left: 20px;
}







/* ### FOOTER ####################################################################### */

#footer {
	clear: both;
	width: 760px;
	height: 30px;
	background-image: url(../gfx/santalucia_footerbg.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #333333;
}


#adress{
	margin: 0 auto;
	height: 30px;
	width: 760px;
	color: #333333;
	font-size: 10px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 25px;
}


/* Bilder Auflistung */

.clearfix {
clear:both;
display:block;
}




/* ### Module ### ###################################################################*/

/* Textile und bild */

.flLeft {
	float:left;
	margin: 0px 10px 0px 0px;
}


.flRight {
	float: right;
	margin: 0px 0px 0px 10px;
}

.flTop {
	float: inherit;
	padding-top:12px;
}



/* Bild einfügen */



/* 



Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 

.pleft , .pright und .pnormal    



.pleft für links ausgerichtete Bilder

.pright für rechts ausgerichte Bilder

.pnormal kann zur Definition einer Normalanzeige verwendet werden.  



.pleft_b, .pright_b und .pnormal_b 

definieren die Anzeige der Bilder für den 2. Stil.  

z.B. Anzeige mit Rahmen

Viel Spass beim weiteren basteln.







Code: 



*/ 





/* Definition der Klassen ohne Rahmen*/ 



.pleft {

	float: left;

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 5px;

	vertical-align: text-bottom;



border: none;

}

.pright {

	float: right;

	margin-top: 5px;

	margin-left: 5px;

	margin-bottom: 5px;

	vertical-align: text-bottom;



border: none;

}

.pnormal {

	clear: both;

border: none;

	

}





/* Definition der KLassen mit  Rahmen (2.Stil) */



.pleft_b {

	float: left;

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 5px;

	vertical-align: text-bottom;

border: 1px solid #990000;

}

.pright_b {

	float: right;

	margin-top: 5px;

	margin-left: 5px;

	margin-bottom: 5px;

	vertical-align: text-bottom;

border: 1px solid #990000;

}

.pnormal_b {

	clear: both;

	border: 1px solid #990000;

}


/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1
do form!  
Stand: 2.08.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel

Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 


Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 12px;
	background-color: #ffffff;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}




.formgen form
{
line-height : 14px;
width: 510px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 8px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 200px;
	height: 100px;
	margin-left: 4px;
	padding: 5px;
	background-color: #efefef;
	border: 0px;
}


/* Textfeld */
.formgen .formtext
{
	width: 200px;
	background-color: #efefef;
	margin-left: 5px;
	border: 0px;
	padding: 2px 0px 2px 5px;
}


/* Trennelement , Abstand */
.formgen .formtrenn
{
  display: block;
  height: 15px; 
}
/* Hinweistext */
.formgen .formhinweis
{
  font-weight: bold;
  color: #cc3333;
  font-size: 10px;
}
/* Überschrift */
.formgen .formheadline
{
  font-weight: bold;
  color: #cc3333;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #99CC00;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
  border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: verdana,geneva,sans-serif;
width: 200px;
clear: left;
float: left;
height: 20px;
padding: 0px;
font-size: 10px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
  width: 200px;
  background-color: #efefef;
  margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 415px;
	background-color: #cc3333;
	border: 0px;
	color: #FFFFFF;
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
	width: 345px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 3px solid #006633;
	background-color: #FFFFCC;
}


/* Fieldsetbeschriftung */
.formgen legend {
	font-weight: bold;
	color: #993300;
	width: 140px;
	margin: 0px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
  color: #FFFFFF;
  background-color: #990000;
  border: 1px dashed #000000;
  margin: 5px;
  padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
  color: #FFFFFF;
  background-color: #990000;
}
.forminfo {
	color: #000000;
	background-color: #FFFF66;
	margin: 2px;
	padding: 4px;
	border: 2px solid #FF0000;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */








/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p { 
  width:97.3%; /* IE6 Hack */
	margin: 0;
}

.download-file a {
	text-decoration: none;
}

#main-block .download-hdl p { 
	padding: 5px 7px;
	background-color: #393;
	font-weight: bold;
	color: #fff;
}

#main-block .download-file { 
	padding: 1.2em 7px;
	border-left: 2px solid #393;
	border-right: 2px solid #393;
}

#main-block .download-desc { 
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #e5ffe5;
	border-left: 2px solid #393;
	border-right: 2px solid #393;
	border-bottom: 2px solid #393;
}

#main-block .download-without-desc { 
	margin-bottom: 1.2em;
	border-top: 2px solid #393;
}


/* Magazin Layout */

	/* Beispiel-CSS für magazin_Layout */
	.magazine-layout {
		position: relative;
		width: 100%;
	}
	.magazine-container {
		background: #f6f6f6;
	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}


/* JAOS Gallery
*******************************************************************************/
#jaos
	{
	margin:0 auto;
	}

.jaosg_galerie
	{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
	}

.jaosg_thumbnail 
	{
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: left;
	vertical-align:middle;
	}

.jaosg_nav
	{
	text-align: center;
	}

.jaosg_bild	
	{
	text-align: center;
	}

.jaosg_bildbeschreibung
	{
	text-align: justify;
	}





