/* _________ Stylesheet for Silva 1.0 frontend _______________ */
/* _________ Silva users can insert their own frontend styles _________ */
/* _________ Styles modified here will affect the Silva preview  ______ */
/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
** ** 
** 
** 
** 
*/

body {
  margin:0;
  padding:0;
  font:70% Arial, Helvetica, sans-serif;
  background:#fcfcfc url("http://www.alabasta.de/body_bg.gif") repeat-y bottom left; 
  color:#000;
}
#ccontainer { width:1000px; }
/* _________________________________________________________ typography _____ */

h1, h2, h3, h4, h5, h6 {
  margin:1.5em 0 0.5em 0;
  color:#0000AA;
}


h2 {
  font-size:160%;
  margin-top:0.9em;
  margin-bottom:0.7em;
}

h3 {
  font-size:145%;
  margin-bottom:0.6em;
}

h4 {
  font-size:120%;
}

h5 {
  font-size:105%;
}

h6 {
  font-size:90%;
  color:#676767;
}

h6.minor {
  font-size:90%;
  font-weight:normal;
  color:#454545;
}

.subhead {
  font-weight:bold;  
  font-family:arial, helvetica, sans-serif;
  color:#333767;
  line-height:1.6em;
} 

p {
  margin:0.5em 0em;
  font-size:1.1em;
  text-align:justify;
}

pre {
  font-size:120%;
  color:#444466;
  background:transparent;
  padding:0;
  border:none;
}


/* ____________________________________________ silva specific styles _____ */

p.lead {
  font-weight:bold;
}

p.annotation {
  font-style:italic;
}

div.citation {
  font-size:110%;
  color:#426061;
  background:#F4F3DB;
  margin:1em 3em;
  padding:0.4em 2em 1.2em 2em;
  border:1px solid #426061;
}

div.citation p {
  margin:0.5em 0em;
}

div.citation p.author {
  font-size:90%;
  font-weight:bold;
  margin-bottom:0;
}

div.citation p.source {
  font-size:90%;
  margin-top:0;
  margin-bottom:0;
}


/* ______________________________________________________ align/float _____ */

.image-left {
  text-align:left;
}

.image-center {
  text-align:center;
}

.image-right {
  text-align:right;
}

.float-left {
  float:left;
  margin-right:1em;
  clear:none;
}

.float-right {
  float:right;
  margin-left:1em;
  clear:none;
}


/* __________________________________________________ silva list styles _____ */

ul {
  margin:0.5em 0em;
  /* override default indent */
  padding-left:1.4em; 
}

ul.disc {
  list-style-type:disc;
}
  
ul.square {
  list-style-type:square ! important;
} 

ul.circle {
  list-style-type:circle;
} 

ul.nobullet {    
  list-style-type:none;   
}

ol {
  margin:0.5em 0em;
  /* override default indent */
  padding-left:1.9em; 
}

ol.decimal {
  list-style-type:decimal;
} 

ol.upper-roman {
  list-style-type:upper-roman;
}

ol.lower-roman {
  list-style-type:lower-roman;
}

ol.upper-alpha {
  list-style-type:upper-alpha;
}

ol.lower-alpha {
  list-style-type:lower-alpha;
}

dt {
  font-weight:bold;
  background:transparent;
}

dd {
  background:transparent;
  margin-left:1.5em;
}



/* _________________________________________________ silva table styles _____ */

table.silvatable {
  empty-cells:show;
  border-collapse:collapse;
  margin-bottom:1em;
  font-size:110%;
}
table.silvatable tr {
  vertical-align:top;
} 
table.silvatable tr.rowheading {
  font-weight:bold;
} 
table.silvatable td {
  border-right:none ! important;
} 
table.silvatable th.align-left, table.silvatable td.align-left {
  text-align:left;
}
table.silvatable th.align-center, table.silvatable td.align-center {
  text-align:center;
}
table.silvatable th.align-right, table.silvatable td.align-right {
  text-align:right;
}

table.datagrid, table.plain, table.list, table.grid {
  width:100%;
}

table.plain {
  border-style: none;
} 
table.plain td {
  border-right:none ! important;
}
 
table.list td {
  border-bottom:1px solid #444444;
} 

table.list tr.rowheading td, table.list thead th {
  border-bottom:2px solid #444444;
} 
  
table.grid td, table.grid thead th {
  border:2px solid #444444;
  border-right:2px solid #444444 ! important;
} 
  
table.datagrid td {
  border:2px solid #444444;
  border-right:2px solid #444444 ! important;
} 
table.datagrid tr.rowheading td {
  border-top-style:none;
  border-left-style:none;
  border-right-style:none ! important;  
} 

table.simple {
  border-style:none;
}

table.simple thead th {
  font-weight:normal;
}

td.even table td {
  border-right:none ! important;
}


/*___________________________________________ various table layouts _____ */ 

table.black_border td,
table.black1 td,
table.red td, 
table.green td {
  padding:0 5px;
}

table.black_border { 
  border:1px solid black;
}

table.black_border td { 
  border:1px solid black;
}

table.black_border tr.odd td { 
  background-color:#c1c1c1; 
}

table.black1 tbody { 
  border-right:1px solid black; 
}

table.black1 td {
  border:1px solid black;
}

table.red { 
  border:1px solid darkred;
}

table.red td {
  border:1px solid darkred;
}

table.red tr.odd td {
  background-color:#d0bbbb;
}

table.green {
  border:1px solid darkgreen;
}

table.green td {
  border:1px solid darkgreen;
}

table.green tr.odd td {
  background-color:#b3c99c;
}

/* definitions for batching */
div.listingBar {
  width:60em;
  margin:2em 0;
}

div.listingBar .next {
  margin-left:5em;
} 

div.listingBar .previous {
  margin-right:5em;
}


/* ______________________________________________ silva frontend layout _____ */

div.header {
  margin:2em 2.1em 0 0;  
}

div.header a.icon {
  float:left;
  display:block;
  width:7em;
  text-align:center;
}


/* ____________________________________________________________ links _____ */

/* highlighting index links */
/* keep this if you markup text with index elements, this overrides the highlighting in the editor */
a.index-element {
  background-color:transparent;
  text-decoration:none;
}

div.public a:link {
  color:#0000aa;
  text-decoration:none;
}
div.public a:visited {
  color:#4a00b2;
  text-decoration:none;
}
div.public a:active {
  color:#3399cc;
  text-decoration:none;
}
div.public a:hover {
  color:#0000ff;
  text-decoration:none;
}

a img {
  border:0;
}

/* end cascade */

/* custom layout styles ---------------------------------------------------------------------- */

#header {
	background:#fcfcfc url("http://www.alabasta.de/top.jpg") no-repeat top left;
}
#nav {
	margin:0;
	padding:0;
	width:190px; 
	height:600px; 
	background: url("http://www.alabasta.de/nav_bg.jpg") no-repeat top left; 
	float:left;
}
#nav dl {
	margin:0;
	padding:0;
	margin-left:20px;
}
#nav dl dt {
	font-size:1.3em;
	color:#fff;
	font-weight:bold;	
}
#nav dl dd {
	margin:0;
	padding:0;
}
#nav dl dd form {
	margin:0;
	padding:0;
	margin-bottom:20px;
}
input.text {
	font-size:1em;
	width:130px;
}
input.submit {
	margin:0;
	padding:0;
	width:23px;
	height:23px;
	border:none;
	background:url("http://www.alabasta.de/gobtn.gif");
}
#nav ul {
	margin:0px 10px 0px 20px;
	padding:0;
	list-style:none;
}
#nav ul li {
	margin:2px 0px 0px 0px;
	padding:0;
}
#nav ul li a {
	margin:0;
	padding:0;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	dsplay:block;
	text-decoration:none
}
#nav ul li ul {
	margin:0px 0px 0px 0px;
	padding:0;
	padding-bottom:1px;
}
#nav ul li ul li {
	margin:0;
	margin:0;
	padding:0;
}
#nav ul li ul li a {
	margin:0;
	padding:0;
	color:#fff;
	font-weight:normal;
	font-size:1.1em;
	dsplay:block;
	text-decoration:none
}
#nav a:hover {
	color:#f5f5f5;
}
#content {
	margin:6px 55px 0 55px;
	padding:0;
	padding-bottom:30px;
	width:700px;
	float:left;
}
#boxes {
	margin:30px 10px 0px 0px;
	padding:0;
	width:200px;
	height:500px;
	border:1px solid #333;
	float:left;
}
#footer {
  margin:0px 55px 30px 245px;
  padding:0;
  clear:both;
  text-align:center;
  border-top:1px solid #333;
}
div.img-annotation {
  position:relative;
  top:0px;
  left:0px;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 10px;
}
#breadcrumbs {
	margin:20px 0px 0px 245px;
	padding:0;
}
#hs {
  border:1px solid #000;
  font-size:100%;
}
#hs tr th {
  padding:3px 15px;
  background:#0000aa;
  color:#fff;
  text-align:left;
  font-size:1.2em;
}
#hs tr td {
  padding-left:10px;
}
#hs tr td.i5 {
  padding-left:15px;
}
#hs hr {
  margin:10px 15px 10px 5px;
  height:1px;
  border:1px none #0000aa;
  border-top:1px dashed #0000aa;
}
#ansprech table {
  margin:3px 15px 0px 0px;
  border:1px dashed #0000aa;
  background:#E8E8FF;
}
#footer a.footer {
  color:#999;
  text-decoration:none;
}

