/* css Zen Garden submission 123 - 'Skyroots', by Axel Hebenstreit, http://www.sonnenvogel.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Axel Hebenstreit */
/* Added: Sept. 13th, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* Basic Elements */
html, body
{
	color:blue;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #ffffff url(bg.gif) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}

p
{
	font: 1em, arial, helvetica, sans;
	text-align: justify;
	letter-spacing: 1px;
	margin: 0 0 0;
	padding: 0 22px 15px;
}

a
{
	color: #0099FF;
	text-decoration: none;
	
}

a acronym
{
	color: #0066FF;
	text-decoration: none;
}

#linkList a acronym
{
	color: #0099CC;
	text-decoration: none;
}

a:hover
{
	color: #00CCFF;
	text-decoration: underline;
}

acronym
{
	color: #ffae00;
	text-transform: uppercase;
	cursor: help;
}

/* specific divs */
#footer
{
	background: transparent url(../footer_bg.gif) no-repeat left bottom;
	padding: 20px 0 60px 22px;
}

#container
{
	background: #ffffff url(../steine.jpg) repeat-y;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 770px;
}

#lselect
{
	background: #99ccff ;
	padding-bottom: 30px;
	position: relative;
	color:#000066;
}

#larchives, #lresources
{
	background-color:#8FFCCE;
	margin: 5px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left
}

/* header graphics */
#pageHeader
{
	background: url(../top.jpg) no-repeat 0 0;
	text-indent: -2000px;
	margin: 0;
	padding: 0;
	height: 366px;

}

#pageHeader h2
{
	line-height: 1;
	padding:10px;
	text-decoration:italic;
	text-align:justify;
	background: #99ccff ;
	text-indent: 5px;
	display: block;
	margin: 0;
	padding: 8;
	position: relative;
	top:255px;
	left: 355px;
	width: 370px;
	height: 150px;
	font:Arial, Helvetica, sans-serif;
	color:#000099
	
	 
		
	
}

#quickSummary
{
	background-color: #000066;
	text-align: left;
	margin: 82px 0 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 355px;
	width: 370px;
	height: auto;
	color:#99CCFF;
}


#quickSummary p
{
	font-style: italic;
	font-weight: bold;
	padding-right: 22px;
	padding-left: 22px;
	width: 323px;
}

h3
{
	text-indent: -2000px;
	margin: 0;
	padding: 0;
}

h1, h2 { display: none; }

#preamble h3
{
	background: url(../headlines_03.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	width: 370px;
	height:00px;
	text-align:left;
}



#preamble,  #supportingText
{
	background-color: #59365f;
	text-align: left;
	position: relative;
	left: 355px;
	width: 370px;
}

* html #preamble, * html #supportingText
{
	background-color: #59365f;
	text-align: left;
	position: relative;
	left: 155px;
	width: 370px;
}

/*linklist
*/

#linkList
{
	position: absolute;
	top: 200px;
	left: 82px;
	width: 250px;
	
}

#linkList2
{
	text-align: left;
	position: relative;
	left: 25px;
	width: 250px;
	color:#003366;
}

#linkList h3
{
	margin: 0;
	width: 229px;
	height: 68px;
}

#linkList h3.select
{
	background:;
	position: relative;
	right: 38px;
}

#linkList h3.archives
{
	background: url(../liliarchives_01.gif) no-repeat left top;
	margin-top: 23px;
	position: relative;
	right: 38px;
}

#linkList h3.resources
{
	background: url(../liliresourcen_01.gif) no-repeat left top;
	margin-top: 23px;
	position: relative;
	right: 38px;
}
/*This effects the "Select a style" format.*/
#linkList h3.select span
{
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	text-transform: uppercase;
	text-indent: 0;
	letter-spacing: 1px;
	display: block;
	padding-top: 40px;
	padding-left: 70px;
}

#linkList h3.archives span, #linkList h3.resources span { display: none; }

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

#linkList li
{
	font-size: 1em;
	list-style-type: circle;
	display: block;
	margin: 0 0 0 14px;
	padding: 0 0 0 20px;
	height: auto;
}
/* This changes the link color in the Selection table.  */
#linkList li a
{
	color: #FF6600;
	font-size: 1em;
	line-height:1.5em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	background-color:#000066;
	display: block;
	padding: 9px 0 0 5;
	width: auto;
	list-style-type:circle;
}

#linkList li a:hover
{
	color: #FFFF33;
	text-decoration: underline;
}

#linkList li a.c:hover
{
	color: #feffff;
	text-decoration: underline;
}




