/***************************************************************************/
/*                                                                         */
/*    LeijiONE.de - Deutschrap Untergrund aus Berlin - Lichtenberg 47      */
/*                                                                         */
/*                  .css und x(h)tml files von LeijiONE                    */
/*                 www.LeijiONE.de  webmaster@LeijiONE.de                  */
/*                                                                         */
/*          Dienstag, 04 Oktober 2005 - 11:00Uhr - OstBerlin               */
/*                                                                         */
/***************************************************************************/

/* ################# generelle einstellungen ################# */
html, body {
  margin: 0;
  padding: 0;
	width: 100%;
	height: 100%;
}

body {
  background-image: url("ita_pattern_voll.gif");
  background-position: center;
  background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 69%;
	font-family: verdana, sans-serif;
	position: static;
	line-height: 2em;
}

*html body {
  line-height: 1.6em;
}

/* ################# text einstellungen ################# */
h1 {
  font-family: Georgia, verdana, sans-serif;
	font-weight: bold;
  font-size: 150%;
  color: #36494D;
  background: #fff;
  margin: 0;
}

h2 {
  font-size: 100%;
  color: #b1a465;
  background: #fff;
  margin: 0 0 1.5em 1em;
}
	
hr {
  width: 100%;
  height: 1em;
  color: #fff;
  background-color: #fff;
  border-top: 1px dashed #36494D;
  border-right:  1px dashed #36494D;
  border-bottom: 0;
  border-left: 0;
}	

p {
  margin: 0;
	padding: 0;
}

a:link, a:visited {
  color: #36494D;
	text-decoration: none;
	border-bottom: 1px dashed #36494D;
	line-height: 1.8em;
}

a:hover, a:active {
  border-bottom: 1px solid #36494D;
  color: #fff;
	text-decoration: none;
	line-height: 1.8em;
	background-color: #36494D;
}
	
a img { /* Icons ohne Rand im Link */
  border: 0;
}	

.naviOE { /*Navigationslink Ohne Effekt - den Punkt dahinter verstecken */
  /*color: #36494D;*/
  color: #000;
}	

a:hover .naviOE {
  color: #fff;
}

.border {
  border: 2px solid #000;
}

.grau {
  color: #c0c0c0;
  font-weight: bold;
}
	
.clear {
  clear: both;
  width: 0;
  height: 0;
}

/* ################# layout einstellungen ################# */
#spider { /* futter für google */
  display: none;
}

#wrap {
  height: 100%;
  width: 600px;
  margin: 0 auto 0 auto;
}

*html #wrap {
  height: 100%;
}

.header1 { /* Header image an */
  width: 100%;
  height: 300px;
  background: url(header_leiji5.jpg) no-repeat;
}

.header1 img, .header2 img {
  width: 600px;
  height: 190px;
}

.header2 { /* Header image aus */
  height: 190px;
  background: none;
}

/* Hauptnavigation */
#navi {
  width: 100%;
  height: 40px;
  background-color: #000;
}

#navi ul {
  margin: 0 0 0 -2em;
}

*html #navi ul {
  margin: 0 0 0 2em;
}

#navi ul li {
  list-style: none;
  float: left;
  margin-right: 1em;
  padding: 0;
  color: #fff;
}

#navi a { 
  font-size: 80%;
}

#navi a:link, #navi a:visited {
  padding-top: 10px;
  height: 25px;
  width: 100px;
  display: block;
  color: #fff;
  text-decoration: none;
  border: 0;
}

#navi a:hover, #navi a:active {
  padding: 12px 0 0 0; 
  height: 25px;
  width: 100px;
  display: block;
  color: #36494D;
  text-decoration: none;
  border: 0;
  background: none;
  border-top: 2px solid #fff;
}

/* Subnavigation */
#subnavi {
  width: 100%;
  height: 20px;
  background: url("http://www.leijione.de/ita_pattern.jpg") #000;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}

#subnavi ul {
  margin: 0 0 0 1em;
}

*html #subnavi ul {
  margin: 0 0 0 3em;
}

#subnavi ul li {
  list-style: none;
  float: left;
  margin-right: 3em;
  padding: 0;
  color: #fff;
}

#subnavi a { 
  font-size: 80%
}

#subnavi a:link, #subnavi a:visited {
  padding-top: 2px
  height: 20px;
  width: 100px;
  display: block;
  color: #fff;
  text-decoration: none;
  border: 0;
}

*html #subnavi a:link, *html #subnavi a:visited {
  height: 22px;
}

#subnavi a:hover, #subnavi a:active {
  padding-top: 2px;
  height: 20px;
  width: 100px;
  display: block;
  color: #36494D;
  text-decoration: none;
  border: 0;
  background: none;
}

/* Haupttext */
#text {
  width: 97%;
  text-align: left;
  margin: 0 0 2em 1em;
}

/* Tutorial: Text floatet um die Bilder */
.bildfloat { 
  float: left;
  margin: 0 1em 0 0;
  border: 1px solid #36494D;
  padding: 3px;
}

a:link .bildfloat, a:visited .bildfloat {
	text-decoration: none;
  border: 1px solid #36494D;
	line-height: 1.8em;
}

a:hover .bildfloat, a:active .bildfloat {
  border: 1px solid #36494D;
	text-decoration: none;
	background: #36494D;
}

/* Fusszeile */
#footer {
  width: 100%;
  height: 130px;
  background-image: url(footer_leiji.jpg);
}

#feed {
  background: #000;
  width: 100%;
  height: 25px;
  color: #36494D;
}

#iconleiste {
  background: #000;
  width: 100%;
  height: 25px;
  color: #36494D;
}

#iconleiste a {
  border: 0;
}

#iconleiste img {
  height: 16px;
  width: 16px;
}

/* ################# extra container ################# */
/* iFrame vom Gästebuch */
#gbook {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	min-height: 100%;
	border: 0;
}

*html #gbook {
  height: 100%;
}

#p_kleiner {
  font-size: 86%;
  text-align: right;
  margin-right: 1em;
}

.zitat {
  width: 570px;
  min-height: 50px;
  background-color: #ebf3f5; 
  background-image: url(icon_zitat.gif);
  background-repeat: no-repeat;
  border: 1px dashed #36494d;
}

.zitat p {
  margin: 0.5em 0.5em 0.5em 10em;
  font-style: italic;
  text-align: right;
}

/* ################# Acronyme und Abkürzungen ################# */
abbr, acronym {
  cursor: help;
}

/* ################# Initiative Veganes Web Button ################# */
#vegan_button {
  width: 111px;
  height: 91px;
  background: url(http://www.LeijiONE.de/images/vegan_button_4.png) no-repeat top right;
  position: fixed;
  right: 15%;
  top: 7em;
}

*html #vegan_button {
  background: url(http://www.LeijiONE.de/images/vegan_button_4.gif) no-repeat top left; /* IE zeigt png nicht an, deswegen gif */
  position: absolute;
}

#vegan_button a {
  border: none;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
	display: block;
	text-indent: -999em;
}

textarea {
  width: 100%;
  height: 75px;
}
