@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(../yaml/screen/forms.css);

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);
@import url(screen/content.css);


#main {
	padding: 10px 30px 10px 30px;
}

#page_browser {
/*	background: #fafafa;
	border-top: solid 1px #f0f0f0;*/
	border-bottom: solid 1px #888;
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	width:100%;
}
div#forum_navi {
/*	background: #fafafa;*/
	border-top: solid 1px #888;
	border-bottom: solid 1px #f0f0f0;
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	width:100%;
}
#page_browser {
	position: relative;
	bottom: 0;
/*	width:800px;
	margin-right:auto;
	margin-left:auto;*/
}
#page_browser li {
	font-weight: bold; 
	border: solid 1px;
	margin-right:10px;
	margin-left:10px;
	display: inline;
	vertical-align: bottom;
}
#page_browser li.inactive {
	border-color: silver;
	color: silver;
}

#page_browser li a, #page_browser li span, div#menu ul li a {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:1px;
}

.thickbox {
	position: fixed;
	z-index: 102;
	background: lightGrey;
	color: #000000;
	display: none;
	border: 2px solid #525252;
	text-align: right;
	padding: 1em;
	overflow: auto;
}

.addPic {
	position: fixed;
	z-index: 102;
	color: #000000;
	display: none;
	border: 2px solid #525252;
	text-align: right;
	padding: 1em;
	overflow: auto;
	height: 100px;
	width: 300px;
}

  /* Styling of custom styled buttons | Gestaltung von individuell gestalteten Buttons */
  .type-button input {
    border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
    background:#454545 url(../yaml/screen/images/button_gray.png) top left repeat-x;
    padding:5px 1em;
  }

  .type-button input[type=reset] { color:#000; background:##454545 url(../yaml/screen/images/button_gray.png) top left repeat-x; }
  .type-button input[type=submit] { color:#000; background:##454545 url(../yaml/screen/images/button_gray.png) top left repeat-x; }

  /* optional button styling for IE6 using classes */
  .type-button input.reset { color:#000; background:##454545 url(../yaml/screen/images/button_gray.png) top left repeat-x; }
  .type-button input.submit { color:#000; background:##454545 url(../yaml/screen/images/button_gray.png) top left repeat-x; }

  /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus */
  div.type-button input:focus,
  div.type-button input:hover,
  div.type-button input:active {
    border-top:1px #444 solid;
    border-left:1px #444 solid;
    border-right:1px #ddd solid;
    border-bottom:1px #ddd solid;
    color:#fff;
    background:#555; 
  }

  div.type-button input.reset:focus,
  div.type-button input.reset:hover,
  div.type-button input.reset:active {
    background:#555; color:#fff;
  }

  div.type-button input.submit:focus,
  div.type-button input.submit:hover,
  div.type-button input.submit:active {
    background:#555; color:#fff;
  }

.yform legend {
	padding: 0;
}
