/**
 * $Id: phpwiki.css 6204 2008-08-26 15:12:03Z vargenau $
 * We have two possibilities to override the default:
 * 1. import is ns4 incompatible
 * 2. add a 2nd css in themeinfo.php
 */

@import url(../default/phpwiki.css);

/**
 * Wiki
 */
body {
  /* ivory #ffe #fffff0*/
  background: #4d4a47;
  /* background: #000099; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%; /* The default is too large. But enlarge monospace below */
  margin: 0;
}

/**
 * Link styles
 */
div#navbuttons a.wikiaction, div#navbuttons a.wikiadmin {
  background-color: #dddddd;
  border: 0;
  -moz-appearance: none;
  -moz-box-sizing: content-box;
  -moz-border-radius: 0;
}
.wiki, .named-wiki {
  text-decoration: none;
  font-weight: normal;
}

h1 { margin: 0; font-size: 28px; }
h2 { margin: 0; padding: 16px 0px 4px 0px; }
h3 { margin: 0; padding: 0; }
pre { font-size: 110% }
td { font-size: 80% }

a { color: #e87817; text-decoration: none; }
a:hover { text-decoration: underline; }

div#content { text-align: center; width: 664px; margin: 0px auto 32px auto; }
div.wikitext { text-align: left; color: #4d4a47; background-color: #fff; border: 0px; padding: 0px; margin: 0px; }

div#header, div#footer { margin: 0px auto; width: 664px; background-color: #eee; padding: 4px 16px; border: 1px solid #fff; }
div#footer { margin: 8px auto; }

div.pp-menu {
	clear: both; 
	opacity: 1; 
	filter: alpha(opacity = 100); 
	z-index: 100; 
	position: relative; 
	margin-top: -64px;
	margin-bottom: 16px;
}

.pp-mainmenu {
	z-index: 100; 
	clear:both; 
	float: left; 
	padding: 8px 0px 8px 42px; 
	width: 156px; 
	background-color: #4d4a47; 
	color: #c2c2c2;
}

.pp-submenu {
	z-index: 100; 
	float: left; 
	margin: 0px 8px; 
	padding: 8px 0px 8px 16px;
	background-color: #4d4a47; 
	color: #c2c2c2;
}

.pp-subsep {
	z-index: 100; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	width: 8px; 
	background-color: transparent; 
	color: #c2c2c2;
}

img.technikschacht {
	margin-left: -16px; 
	vertical-align: top;
}

img.gBorder {
	border: 1px solid #ddd; 
	padding: 2px;
	margin-top: 16px;
}

.text_sm { font-size: 12px; line-height: 15px; }
.text_sh { position:relative; left:-40px; font-size: 12px; line-height: 13px; margin-top: 3px; margin-left:40px; }
.reduce_margin { margin-bottom:0px; }
.lami_h { margin:0px; }
.lami_t { margin:0px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.i_aktuell { position:absolute; left:100px; top:220px; z-index:10; }
.i_produkte { float: right; z-index:10; padding-left: 32px; }
.wp_text { position:absolute; left:100px; top:220px; z-index:10; }
.wp_pics { float:right; z-index:10; }
.i_service { position:absolute; left:100px; top:370px; z-index:10; }
.i_kontakt { position:absolute; left:370px; top:370px; z-index:10; }
.i_hr { position:absolute; left:115px; top:365px; }

.infotext p.intro {
	font-size: 16px;
	width: 85%;
	padding: 0px;
}

.infotext {
	margin: 0px;
}

.singleitem {
    clear:both; 
    color: #4d4a47; 
    padding: 0px 42px 42px 42px;
}

.pp_pool {
	clear: both;
	padding: 0px 42px 0px 42px;
}

.pp-pool-thumb {
	font-size: 22px;
}

td h2 {
	margin: 0; padding: 0;
}

/* For emacs users
 *
 * Local Variables:
 * mode: c
 * c-file-style: cc-mode
 * End:
 */

