/*****************
 	  *   Application: Gesellschaft für Daseinsanalyse 
     *   File Name: site.css
     *   Section: @approot
     *   Creator: Daniel Schmid 
     *   Creation Date: 02/02/2004
     *   Purpose: stylsheet screen
     *   Description: Stylsheet für Publicsection Gesellschaft für Daseinsanalyse, www.gad-das.ch
     *   Copyright: Daniel Schmid, dschmid@avguide.ch
     *   Version History & Comments
     *   #1.0 		02.02.2004 	init
	 *   #1.0.1 	21.03.2004 	minor modification
	 *	 #1.0.2 	05.04.2004	hintergrundbild fix
****************/

body {
position: absolute;
top: 0;
left: 0;
background-color: white;
margin: 0px;
padding: 0px;
cursor:auto;
}

body,p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 , form, input, select, textarea {
	font: normal 12px/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
}

div#back {
z-index: 1;
position: absolute;
top: 0px;
left: -8px;
height: 900px;
width: 1000px;
background-image: url(bg_circle.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0px 19px;
/*background-color: #BCBC8F;*/
}

div#content {
position: absolute;
top: 100px;
left: 75px;
height: 700px;
z-index: 20;
width: 425px;
font-size:12px;
line-height: 1.6em;
letter-spacing: 0.03em;
/*background-color: #8FBC8F;*/
}
div#content h1{
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color:#000099;
	letter-spacing: 0.00em;
	margin:0 0 15px 0;
	
}
div#content p,ul,li,td{
	font-size:12px;
	line-height: 1.6em;
	letter-spacing: 0.03em;
}
div#content ul,li{
	font-size:12px;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-left:20px;
	list-style: circle;
}
div#content a,a.link,a.visited{
	font-size:12px;
	line-height: 1.2em;
	color:#0066ff;
}
div#content .spacer{
	height:5px; 
	width:420px; 
	clear:both;
}
/* dies funktioniert nicht im ie 5 mac */
div#content .event{
	clear:both;
	cursor: default;
}
div#content .rowheader{
	clear:left;
	font-weight: bold; 
	width:420px; 
	border-bottom: 1px solid #000099;
}
div#content .rowlabel{
	float:left; width:160px; text-align:right;
}
/* hack fuer ie mac*/
table.event{
	font: normal 12px/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
}
td.rowheader{
	font-weight: bold; 
	width:420px; 
	border-bottom: 1px solid #000099;
}
td.rowlabel{
	width:160px; text-align:right; vertical-align:top; 
}
td.rowdata{
	width:244px; 
	padding-left:16px;
	vertical-align:top;
	/*font: normal 12px/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color: #000099;
}


div#content form{
	margin:0;padding:0;
}
div#content input{
	margin:0;padding:0;height:20px;width:220px;
}
div#content .checkbox{
	margin:0;padding:0;width:20px;
}
div#content .submit{
	margin:0;padding:0;width:60px;
}

div#title {
z-index: 3;
position: absolute;
top: 15px;
left: 400px;
width: 286px;
height: 150px;
margin-top: 0;
padding-top: 10px;
/*background-color: #8FBCA7;*/
text-align: right;
font-family: Arial, Helvetica, sans-serif;
}

div#logo {
z-index: 4;
position: absolute;
top: 15px;
left: 700px;
width: 70px;
height: 150px;
margin-top: 0;
padding-top: 0;
/*background-color: #908FBC;*/
}

div#nav {
z-index: 5;
position: absolute;
top: 170px;
left: 515px;
width: 171px;
height: 300px;
margin-top: 0;
padding-top: 0;
/*background-color: #8FA5BC;*/
text-align: right;
}

#nav a {
	color: #99ccff;
	text-decoration: none;
	margin-bottom: 20px;
	font-size:11px;
	letter-spacing: 0.00em;
	display: block;
}

#nav a:link {
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

#nav a:active {
	text-decoration: none;
}


div#contact {
z-index: 6;
position: absolute;
top: 480px;
left: 515px;
width: 171px;
height: 300px;
margin-top: 0;
padding-top: 0;
/*background-color: #BC928F;*/
text-align: right;
}

#contact a {
	color: #000099;
	text-decoration: none;
	font-size:11px;
	letter-spacing: 0.00em;
	margin-bottom: 20px;
	display: block;
}
