/* Based on: "The Tree" Created by Dieter Schneider, used with permission. Modifications, images and content by A. Schwaderer 2008. */

* {margin: 0px;
   padding: 0px;}

body { 
	font: 10pt/16pt Georgia, "Times New Roman", Times, serif; 
	background: #ffffff url(body_bg.jpg) repeat-y center;  
}

p {
	font: 10pt/16pt Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000000;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #edf0f5;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #edf0f5;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #edf0f5;
}

#container {
    width: 642px;
	background: #FFFFFF url(container_tile.jpg) repeat-y; 
	margin: 0px auto;
}


#pageHeader {
	margin-bottom: 0px;
	background-image: url(header.jpg);
	height: 524px;
	background-repeat: no-repeat;
}


#pageHeader h1 { 
	text-indent: -2000px;
}


#pageHeader h2 { 
	text-indent: -2000px;
}


#quickSummary {
	position:absolute;
	top: 365px;
	width: 274px;
	height: 162px;
	left: 253px;
}
	
#quickSummary p {
	font: italic 10pt/15pt georgia; 
	text-align:center;
	color: #666600;
	position:relative;
	left: 292px;
}
	
#quickSummary .p2 {
	font: italic 10pt/15pt georgia; 
	text-align:center;
	color: #000000;
}

#introduction {
	clear: right;
	padding: 0px 60px 0px;
}



/************************' Begin Headings *******************************/

	
#introduction h3{
	padding: 0px 10px;
	color: #FF9900;
	text-indent: -2000px;
}
	
#log h3{
	color: #FF9900;
	background-image: url(log.gif);
	text-indent: -2000px;
	height: 60px;
	width: 320px;
}
	
#log2 h3{
	color: #FF9900;
	background-image: url(impressum.gif);
	text-indent: -2000px;
	height: 60px;
	width: 320px;
}
	
#main h3{
	color: #FF9900;
	background-image: url(main_deck.gif);
	text-indent: -2000px;
	height: 60px;
	width: 320px;
}
	

		
/************************* End Headings ********************************/

#supportingText {
	padding: 0px 110px 10px 110px;
}

#footer {
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	background-color: #192734;
	border: 1px dotted #e6e9ee;
}

#footer a:link, #footer a:visited { 
	margin-right: 20px; 
}

#linkList {
	position: absolute;
	top: 720px;
}

/*************************** Begin Left navigation **********************/

#linkList2 { 
	font: 10px verdana, sans-serif; 
	border: 0px solid gray;
	background-image: url(linklist_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #192734;
	padding-left: 10px;  
	padding-right: 30px;
	padding-bottom: 30px; 
	margin-top: 10px; 
	width: 138px;
	position:relative;
	left: -90px;
}

#linkList h3.select {
	background: transparent url(linklist_01.gif) no-repeat top left;	
	height: 56px;
	text-indent: -2000px;	 
}
	

#linkList ul {
	margin: 0px;
	padding: 0px;
}

#linkList li {
	line-height: 2.8ex; 
	list-style-type: none;
	background: transparent; 
	display: block; 
	padding-top: 2px; 
	margin-bottom: 2px;
}

#linkList li a:link { 
	color: #edf0f5;
}

#linkList li a:visited {
	color: #edf0f5;
}
	
/**************************** End left navigation ****************************/
