/* Start of CMSMS style sheet 'BG_v5_Sidebar' */
body {
    color: black;
    background: #fff url(images/cms/v5/background.gif) repeat;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    text-align: center;  /* Zentrierung im Internet Explorer */
    }
  div#Seite {
      text-align: left;    /* Seiteninhalt wieder links ausrichten */
      margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
      width: 700px;
      padding: 0;
      border: 0px;
      background: #fff url(images/cms/v5/sidelines.gif) repeat-y;
  }
  div#Headder {
    height:160px;
    font-size: 0.9em;
    margin: 0; padding: 0;
    text-align: left;
    background: #fed url(images/cms/v5/header.gif) no-repeat;
    border: 0;
  }
  div#Menubar {
    font-size: 12px;
    position:relative;
    top:111px;
    left:5px;
    z-index:2;
  }
  span#Breadcrumb {
    font-size: 10px;
    position:relative;
    top:120px;
    left:15px;
    z-index:1;
  }
  div#Sidebar {
    font-size: 0.9em;
    float: right;
    width: 180px;
    margin: 0 10px 0px 10px;
    padding: 0;
    background-color: none;
  }
  div#Info {
    font-size: 0.9em;
    width: 180px;
    margin: 0;
    padding: 0;
    background-color: #eee; border: 1px solid silver;
  }
  div#Info2 {
    font-size: 0.9em;
    width: 180px;
    margin: 5px 0 0 0;
    padding: 0;
    background-color: none;
  }
  #Info2 img {
    border: 0px;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }
  div#Inhalt {
    margin: 0 200px 0 10px;
    padding: 0 10px;
    border: 0;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0.5em 0;
  }

  div#footer {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0;
    text-align: center;
    height:50px;
    background: #fff url(images/cms/v5/footer.gif) no-repeat;
    border: 0px;
  }
/* End of 'BG_v5_Sidebar' */

/* Start of CMSMS style sheet 'BG_v5_Schrift' */
/* 	
	--------------------------------------
	CSS-Stylesheet für www.brogge-gugge.ch
	--------------------------------------
	(c)2008 by Brogge-Gugge St. Gallen
	
	Code by Lukas Bleher | luuc(at)gmx(dot)ch
*/


	
/* Allgemeine Schriftdefinitionen */
h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i{ 
	color:#000000;
	font-family:Verdana,Arial,Tahoma,sans-serif;
	font-size:12px;}

/* Aussehen der Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-decoration: none }

a:link { 
	font-weight: bold;
	color: #000000; 
	text-decoration: none }

a:hover {
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none }

a:active {
	font-weight: bold; 
	color: #000000; 
	text-decoration: none }

/* Definitionen für Formulare */
textarea {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }

select {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }

option {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }

input {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }
			



/* End of 'BG_v5_Schrift' */

