/* CSS Document */

html, body {
      background-image:  url("/nav.gif");
      background-repeat: repeat-y; 
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #FFF0F5;
		behavior: url("/csshover.htc");
		}
	
#main {
	margin: 30px 10px 10px 190px;
}

#oben {
	background-image:  url("/nav.gif");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}

#oben img{
	margin: 5px 45px 10px;
}

#nav {
	margin: 0 150px;
	padding: 0;
}

#nav li {
	margin-left: 1px;
	padding-left: 16px;
	list-style: none;
	float: left;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	background: #FFC0CB url("/tab-normal.gif") 0 100% no-repeat;
}

#nav a {text-decoration: none;
	padding: 0 16px 0 0;
	display: block;
	font-weight: bold;
	float: left;
	color: #FFF0F5;
	border-color: #FFF #333 #333 #FFF;
	width: 1em;
	background: Red url("/tab-normal.gif") 100% 100% no-repeat;

}
html>body #nav a {width: auto;}    /* fixes IE6 hack */

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#nav a {float: none;}            /* End IE5-Mac hack */

#nav a:hover {
	color: #333;
}

#nav #current1, #nav #current1 a {
	color: #FAFB6C;
}


div#links {
	position: absolute;
	left: 0;
	width: 136px;
	z-index: 100;
	clear: left;
	float: left;
	margin: 90px 0px 10px 2px;
}

div#links a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 2px 0 3px 5px;
	margin: 0;
	text-decoration: none;
	color: #FFF0F5;
	background: #993333;
	border: 1px solid #BF1739;
	width: 100%;
	voice-family: "\";}\"";
	voice-family: inherit;
	width: 136px;
}

div#links a:hover {
	background: #AF1635;
}

div#links a span {
	display: none;
}

div#links a:hover span {
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 5px;
	z-index: 100;
	color: #FFF0F5;
	font: 10px Verdana, sans-serif;
	text-align: center;
}

div#links #current a, div#links #current{
	color: #FAFB6C;
}


div#links2 {
	position: absolute;
	left: 2px;
	width: 136px;
	z-index: 100;
	bottom: 20px;
}

div#links2 a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 2px 0 3px 5px;
	margin: 0;
	text-decoration: none;
	color: #FFF0F5;
	background: #993333;
	width: 100%;
	voice-family: "\";}\"";
	voice-family: inherit;
	width: 136px;
	border: 1px solid #BF1739;
}

div#links2 a:hover {
	background: #AF1635;
}

div#links2 a span {
	display: none;
}

div#links2 a:hover span {
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #FFF0F5;
	font: 10px Verdana, sans-serif;
	text-align: center;
}

div#links2 #current a, div#links2 #current{
	color: #FAFB6C;
}


p,h1,pre {
		margin: 0 10px;
		}
		
p {
	margin-top: 15px;
}
		
h1 {
		font-size:14px;
		padding-top:10px;
		}

div.sname {
	color: #993333;
	margin: 45px 10px 10px 10px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 16pt;

}


div.text {
	color: #993333;
	text-align: justify;
	margin: 5px 30px 10px 10px;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
}

div.text a, div.text a:visited{
	text-decoration: none;
	color: Blue;
}

div.text a:hover{
	color: Black;
}

div.pic {float: left; height: 250px; width: 200px;
  padding: 0 15px; margin: 5px 3px;
}
  
div.pic img {border: 1px solid; border-color: #444 #AAA #AAA #444;}

div.ls img {width: 200px; margin: 50px 0 0;}

div.pt img {height: 200px; margin: 0 25px;}

div.pic ul {margin: 0.25em 0 0; padding: 0;
  font: bold small Arial, Verdana, sans-serif;}
  
li.title {display: block; text-align: center;  list-style-type: none;}