
/* Begin PmWiki Structure */
html { /* Scrollbar immer anzeigen, damit sich die Seite nicht bewegt */
	height: 100%; 
	margin-bottom: 1px; 
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url("http://bulk.allmend.ch/images/header/body_bg.png");
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #555555;
	border: 0;
/*font-size: 15px;
line-height: 18px;
letter-spacing: .5px;*/
}

/* ------------------ 1. Container: Header ----------------- */

#iehackboxoben {
	margin: 0px auto; /* Aussenabstand */
	padding: 0px 0px 0px 0px; /* Innenabstand plus 3 Pixel für Schatten */
	width: 23px;
	height: 10px;
}

#header{
	margin-top: 10px; /* Abstand zum oberen Bildschirmrand */
	margin-right: auto; /* Damit der Header mittig zentriert wird */
	margin-bottom: 0px; /* Abstand nach Header */
	margin-left: auto; /* Damit der Header mittig zentriert wird */
	padding: 0px;
	width: 806px;
	height: 153px;
}

#header_lo{
	width: 32px;
	height: 33px;
	background-image: url("http://bulk.allmend.ch/images/header/header_bg_lo.gif");
	float: left;
}

#header_mo{
	width: 742px;
	height: 33px;
	background-image: url("http://bulk.allmend.ch/images/header/header_bg_mo.jpg");
	float: left;
}

#header_ro{
	width: 32px;
	height: 33px;
	background-image: url("http://bulk.allmend.ch/images/header/header_bg_ro.gif");
	float: left;
}

#header_unten{
clear: both;
width: 806px;
height: 120px;
background-image: url("http://bulk.allmend.ch/images/header/header_bg_u.jpg");
}

/* ------------------ container fuer content und navi ----------------- */

#main{
margin: 0px auto; /* oben und unten 0px, seitlich "auto", damit zentriert */
padding: 14px 0px 0px 0px; /* Plus die 2 Pixel im Header sollten es 16 sein */
width: 806px;
text-align: left;
background: url("http://bulk.allmend.ch/images/header/main_bg_o.png");
/*background-repeat: repeat-y; */
}


/* ------------------ content ----------------- */

#iehackboxlinks {
	margin: 0px 0px 0px 0px; /* Aussenabstand */
	padding: 0px 0px 0px 0px; /* Innenabstand plus 3 Pixel für Schatten */
	width: 35px;
	height: 23px;
	float: left;
}

#content{
	margin: 0px 0px 23px 0px; /* Aussenabstand */
	padding: 5px 0px 23px 0px; /* Innenabstand plus 3 Pixel für Schatten */
	width: 536px;
	float: left;
}

#iehackboxmitte {
	margin: 0px 0px 0px 0px; /* Aussenabstand */
	padding: 0px 0px 0px 0px; /* Innenabstand plus 3 Pixel für Schatten */
	width: 48px;
	height: 23px;
	float: left;
}

#nav{
/*left:600px;*/
	float: left;
	margin: 0px 0px 0px 0px;  /* Aussenabstand */
	padding: 0px 0px 10px 0px; /* Innenabstand */
	width: 168px;
}


/* ------------------ abschluss container ----------------- */

#main_unten{
	width: 806px;
	height: 5px;
	background-image: url("http://bulk.allmend.ch/images/header/main_bg_u.png");
	background-repeat: no-repeat; /* für den IE, da der Container höher als 5px angezeigt wird */
	background-position: bottom; /* für den IE, da der Container höher als 5px angezeigt wird */
}

/* ------------------ letzer container ----------------- */

#footer{
padding: 12px 0px;
width: 800px;
text-align: center;
margin: 0px auto; /* oben und unten 0px, seitlich "auto", damit zentriert */
}

#clear{
clear: both;
}

/* navigation ----------------------------------------- */

#nav {
	/*font-size: 1em;*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#nav a, #nav a:link, #nav a:active, #nav a:visited /* alle Links etc */
	{
	text-decoration:none;
	/*border-bottom: 1px dotted;*/
	}

#nav ul { /* Sidebar: alles */
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0; /* Abstand nach List-Block vor nächsten Titel */
	padding: 0;
	}
	
#nav ul ol {
	margin: 0;
	padding: 0;
}

#nav ul ul, #nav ul ol {
	margin: 5px 0 15px 10px; /* Abstand oberhalb und unterhalb der Listen-Blöcke zum nächsten Titel */
	padding-left: 1em; /* Damit es einen Einzug bei längerem Text gibt */
	text-indent: -1em; /* Damit es einen Einzug bei längerem Text gibt */
	}
	
#nav ul ul li, #nav ul ol li {
	margin: 3px 0 0; /* Linienabstände innerhalb der Listen-Blöcke */
	padding: 0;
	}

	/*
#nav ul ul li:before {
	content: "\00BB \0020";
	}
*/	
	
.aufzaehlung li:before {
	content: "\00BB \0020";
	}

	
	
#nav li { /* wirkt sich auf ganzen Text Sidebar aus */
	margin-top: 0px;
}

#nav h1 { /* Sidebar: Titel */
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#nav h1, #nav h5, .sitehead {/* Kategorie-Titel Navigation (keine Links) */
	/*margin-bottom: 0px; */
	margin: 5px 0 0;
	padding: 0;
	/*font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	}
  
#nav h1 a, #nav h5 a, .sitehead a { /* Kategorie-Titel Navigation (Links) */
	/*color: green;*/
	/*font-weight:bold;*/
	}

#nav h2{
margin: 20px 0px 3px 0px;
padding: 0px;
}

#nav a {
	color: #008600;
}

#nav a:link{ /* die unbesuchten Links */
/*text-decoration: none;*/
/*color: #005200;*/
}



#nav a:hover, #tabs a:active{
text-decoration: underline;
color: #555555;
}

#nav a:visited {
	/*color: #005200;*/
	/*color: #008600; /* entgültige Farbe: Grün */
	/*color: #008600;*/
}

#nav p {
margin-top: 5px;
}



/* wiki specific changes ------------------------------- */
#content { /* Normaltext und Schrägstrich beim Ort oben links */
        /*font-family: Verdana, sans-serif;*/
		  font-size: 1.2em;
}

#content #wikisearch {
    position:absolute; right:10px; top:10px;
}

/* ------------ Wiki-Menu oben Content ------------- */

#wikicmds {
  float:right; 
  white-space:nowrap;
  font-size: 0.9em;  
  margin: 0 -4px 0 0;
  padding-bottom: 8px;
  }
  #wikicmds ul { list-style:none; }
  #wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a {
  	text-decoration:none; 
	color: #008600;
	}
  #wikicmds li a:hover { 
  	text-decoration: underline;
	color: #555555; 
	}

  
  /* ----------- Gruppenanzeige oben rechts (/main) ----------------- */
  
#pagegroup { 
  float: left; 
  white-space: nowrap;
  font-size: 0.9em;
  }
  #pagegroup a { 
  text-decoration: none; 
  color: #666666; 
  }
  #pagegroup a:hover { 
  text-decoration: underline; 
  color: #555555;
  }

  
#wikifoot { 
  padding-left:191px; 
  border-top:1px #cccccc solid; 
}

#footer a {
        /*border-bottom: 1px dotted;*/
        text-decoration: none;
        color: #008600;
}

#footer a:hover { 
	color: #555555;
	text-decoration: underline;
}

#footer a:visited {
	color: #005200;
}

#footer abbr {
        text-decoration: none;
        border-bottom: 1px dotted;
        cursor: help;
}



/* --------------  ---------------- */		
	
#wikitext {
	padding-top: 30px;
}

#wikititle {
	margin: 0px 0px 15px 0px; padding-top: 10px;
	}
	
#wikititle h1 { /* Wiki-Titel (Digitale Allmend) fällt weg */
	/*font-size: 18px;*/
	}

#wikitext h1 { /* Haupt-Titel Content */
	margin-top: 7px;
	padding-top: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
	text-align: justify;
	}
	
#wikitext h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin-top: 7px; 
	}
	
#wikitext p { 
	text-align: justify; 
	margin-top: 5px; /* Abstand oberhalb Absatz */
	line-height: 1.4em;
	}
	
#wikitext p a:link {
	color: #008600;
	text-decoration: underline;
}
#wikitext p a:hover, #wikitext p a:visited {
	color: #005200;
	text-decoration: underline;
}

/* -------------- Beitrag bearbeiten ---------------- */	

.sectionedit a {
	font-size: 0.9em;
	text-decoration: none;
	color: #D9CEB3;
	}
	
.sectionedit a:hover {
	/*color: #A82800;*/
	color: #005200; /* dunkelgrün */
	}

/* ------------- Titel und Logo im Header ---------------- */

#titel {
	position: absolute;
	margin-top: 11px;
	margin-left: 1px;
}
#titel a {
	width: 189px;
	height: 29px;
	display: table-cell;
	}
#logo {
	position: absolute;
	margin-top: 4px;
	margin-left: 570px;
}
#logo a {
	width: 198px;
	height: 148px;
	display: table-cell;
	}	

	
/* ----------- Main-Navi mit Rollover ------------------- */

#img-navi { /* der ganze Block */
	padding-left: 290px;
	padding-top: 92px;
}
#img-navi a {
	height: 17px;
	display: table-cell;
	background: url(http://bulk.allmend.ch/images/header/header_navi_passiv.jpg);
	background-repeat: no-repeat;
	}
#home a {
	background: none;
}
#img-navi a:hover {	
	background: none;
	}
#img-navi a:active {
	background: none;
	}
#home a 		{ 
	width: 47px;
	background-position: 0px 0px;
	}
#news a		{ 
	width: 45px; 
	background-position: -58px 0px;
}
#kalender a	{ 
	width: 72px; 
	background-position: -114px 0px;
	}
#downloads a { 
	width: 87px; 
	background-position: -197px 0px;
}
#home, #news, #kalender, #downloads	 		{ 
	float: left;
	padding-right: 11px; /* Abstand zwischen den Links (Bildern) */
	}


/* --------------- Social Bookmarking -------------------- */

.delicious	 	{ background-image: url("http://bulk.allmend.ch/images/social_bookmarking/delicious.png"); }
.digg 			{ background-image: url("http://bulk.allmend.ch/images/social_bookmarking/digg.png"); }
.furl 			{ background-image: url("http://bulk.allmend.ch/images/social_bookmarking/furl.png"); }
.blinklist	 	{ background-image: url("http://bulk.allmend.ch/images/social_bookmarking/blinklist.png"); }
.spurl	 		{ background-image: url("http://bulk.allmend.ch/images/social_bookmarking/spurl.png"); }
.reddit	 		{ background-image: url("http://bulk.allmend.ch/images/social_bookmarking/reddit.png"); }

#bookmarktitel {
	padding-bottom: 8px;
	/*margin: 22px;*/
}


#bookmarks { /* der ganze Block */
	/*padding-left: 0px;*/
	/*padding-bottom: 30px;*/
	padding: 8px 0 17px 11px;
}

#bookmarks { 
	float: left;
	/*padding-right: 5px;*/
	}
#bookmarks a {
	padding-right: 5px; /* Abstand zwischen den Icons */
	height: 18px;
	width: 18px;
	display: table-cell;
	/*background: url("http://bulk.allmend.ch/images/social_bookmarking/delicious.png) 0px 0px no-repeat;*/
	background-position: 0px -18px;
	background-repeat: no-repeat;
	opacity: 0.7;
	}
#bookmarks a:hover {	
	background-position: 0px 0px;
	opacity: 1;
	}
#bookmarks a:active {
	background-position: 0px 0px;
	opacity: 0.7;
	}
	
/* ----------------- Suchfeld ----------------------- */	 
	 
#search-sidebar {
	padding: 8px 0 5px 11px;
}

.searchbox-sidebar { /* Suchfeld */
	width: 153px;
	/*height: 16px;*/
	/*background-image: url("http://bulk.allmend.ch/images/header/content_bg.png");*/
	/*background-color: #F3F3F3;*/
 	border-style: solid;
	border-width: 1px;
	border-color: #ADAEAD;
	padding-top: 2px; /* verändert die Höhe der Suchbox */
	}
	
.searchbutton-sidebar {
	padding: 1px; /* verändert den Abstand innerhalb des Buttons vom Text zum Rand */
	}

