/**
   CSS for brotschrift.de - Standard compliant

   tested on Win Ie6, Firefox1.0, Mac Safari1.2
   Gunther Steil 23.1.2005, Johannes Steil 1.2.2005
*/

/* general settings */
html, body {height:100%}                    /* force stretching of left column to full height */
body, ul, li {margin: 0px; padding: 0px}    /* disable browser-specific defaults */
img {border-width: 0px}                     /* is there any browser with a default border? */
body{ min-width:860px }

/* fonts & colors */
body, a {
	background-color: #ffffff;
	font-family: Andale Mono, Courier New, Courier, Monaco, monospace;
	font-size: 11px;
	line-height: 20px;
	color: #000000
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0097E1;
  margin: 130px 0px 0px -5px
}


h3 {
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  margin: 20px 0px
}


a { text-decoration: none }
a:hover { color: #999999 }
a.group:hover { color: inherit }
p { margin: 20px 0px }

.hidden { visibility: hidden }
.uppercase { text-transform:uppercase }

/* the main columns */
.col {  
  float: left;
  height: 100%;
  position: relative;
}
.navigation { width: 300px }
.content { width: 480px }

/* content */
.content h3 { margin-top: 40px }
.content h3.subtitle {
  color: #003366;
  margin-top:-20px;
}

/* menu */
ul.menu {
  list-style-type: none;
  position: fixed;
  left: 34px;
  bottom: 40px;
  padding: 0px 20px;
}

ul.menu li {
  margin: 11px 0px;
  color: #CCCC33;
}

/* decoration */
.bgimage { 
  position: fixed;
  top: 0px;
  left: 10px;
  border: none;
}

.borderimage {border: 1px solid black }
.noborderimage {border: 0px }
