/**
 * css for arctic template
 *
 * @author Mirko Windhoff dot net
 */

body {
/*  background-color: #fefef1; */
  background-color:#ececec;
  background-image:url(images/muster.jpg);
}

table.layout {
  width: 100%;
}
td.layout_left {
  padding:30px 0 0 0;
  min-width:150px !important;
  width:150px !important;
/*  background: transparent url(images/body.png) repeat-x 0px -121px; */
}
td.layout_center {
  padding:30px 0 0 0;
/*  border-bottom: 1px solid white; */
/*  background: transparent url(images/body.png) repeat-x 0px -121px; */
}

div.stylefoot {
}

div.leftbar ul { list-style: none;}

/* sidebar */
div.leftbar, div.rightbar {
  margin: 0;
  min-height: 350px;
}

/* leftbar */
div.leftbar li {
  line-height: 100%;
  margin: 3px 10px 3px -20px;
  background-color: #248422;
}
div.leftbar a.wikilink1, div.leftbar a.wikilink2, div.leftbar a.mail {
  display: block;
  padding: 6px 15px 6px 15px;
  font-weight: bold;
}
div.leftbar a.wikilink1 {
  color: white !important;
}
div.leftbar a.wikilink1:hover, div.leftbar a.wikilink2:hover {
  text-decoration: none;
  background-color: #fcce9e;
}
div.leftbar {
  padding: 4px 4px 4px 15px;
}

/* special headlines */
div.leftbar h1 a, div.leftbar h2 a, div.leftbar h3 a, div.leftbar h4 a, div.leftbar h5 a {
/*  color:white !important; */
  padding: 4px 4px 4px 10px;
}
div.leftbar h1, div.leftbar h2, div.leftbar h3, div.leftbar h4, div.leftbar h5 {
  margin-left:0;
}

/* indent different sections */
div.leftbar div.level1 { margin-left: -65px; }
div.leftbar div.level2 { margin-left: -45px; }
div.leftbar div.level3 { margin-left: -25px; }
div.leftbar div.level4 { margin-left: -5px; }
div.leftbar div.level5 { margin-left: 15px; }
div.rightbar div.level1 { margin-left: 0.1em; margin-right: 0.1em; }
div.rightbar div.level2 { margin-left: 0.1em; }
div.rightbar div.level3 { margin-left: 1px; }
div.rightbar div.level4 { margin-left: 1px; }
div.rightbar div.level5 { margin-left: 1px; }

div.leftbar div.secedit input.button {
  color: __text__;
  background-color: __background__;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
  display: inline;
}

div.plugin_translation {
  padding-top: 5px;
}

div.plugin_translation a, div.plugin_translation span {
  color: #dddddd;
}
/* garland menu */
div.top_menu {
  padding-right: 10px;
  float:right;
}
div.top_menu ul {
  display:inline;
}
div.top_menu ul li {
  background-image:none;
  float:left;
  margin:0;
  padding:0;
  display:inline;
  list-style-type:none;
  padding:0 0.5em;
}
div.top_menu ul li a, div.top_menu ul li a:link, div.top_menu ul li a:visited {
  background:transparent url(images/bg-navigation-item.png) no-repeat scroll 50% 0;
  color:#FFFFFF !important;
  display:block;
  margin:0 1em;
  padding:0.75em 0 0;
}
div.top_menu ul li a:hover, div.top_menu ul li a.active {
  background:transparent url(images/bg-navigation-item-hover.png) no-repeat scroll 50% 0;
  color:#FFFFFF !important;
}
/* garland overlap style */
div.squeeze {
/*  background:#ffffff url(images/bg-content.png) repeat-x scroll 50% 0; */
  position:relative;
  top:-41px;
  margin-right:10px;
}
div.right-corner {
/*  background:transparent url(images/bg-content-right.png) no-repeat scroll 100% 0;*/
  position:relative;
  left:10px;
}
div.left-corner {
/*  background:transparent url(images/bg-content-left.png) no-repeat scroll 0 0;*/
  position:relative;
  left:-10px;
  margin-left:-10px;
  min-height:400px;
  padding:13px 13px 5em 35px;
}
div.page {
  padding-top: 0.2em;
}


