/* Stylesheet für hupgrimma_de */
/* siehe http://de.selfhtml.org/css/layouts/fixbereiche.htm */

/*
 * Farben:
 * Schrift #074060 (dunkelblau)
 */

	/** wegen Fixbereichen START */
  html {
    padding: 0;
  }
  body {
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    margin: 0; 
		padding: 0;
  }


  #twFixbereichNavi {
    position: absolute;
    top: 0; 
		left: 0;
    width: 232px;
		height: 486px;
		margin: 0;
		padding: 0;
  }
	#twFixbereichNavi img {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}
  html>body #twFixbereichNavi {  /* nur fuer moderne Browser! */
    position: fixed;
  }
	
	
	#twFixbereichOben {
    position: absolute;
    top: 0; 
		left: 234px;
		width: 742px;
		height: 96px; /*ca600breit*/
		margin: 0;
		padding: 0;
		background-color: white;
  }
	#twFixbereichOben img {
		display: block;
		margin-left: 100px;
		padding: 0;
	}
  html>body #twFixbereichOben {  /* nur fuer moderne Browser! */
    position: fixed;
  }
	

  #inhalt {
    margin: 97px 34px 0px 270px;
		text-align: center; 
	}
	#inhalt h1 {
		margin-bottom: 0px;
		/*padding-top: 10px;*/
	}
	#inhalt p {
		margin: 0px;
		padding: 0px;
	}
	/** wegen Fixbereichen END */
	
	
	
	/* Grundlegendes ---------------------------------------------------------- */
	body    { text-align: left; font: normal 100.01% Arial, sans-serif; color: #074060; background-color: white;}
	img     { margin: 0; padding: 0; border: 0px;}
	a:link    { color: #005588; text-decoration: none;} /*#ff3300 orange-dunkel*/
	a:visited { color: #003355; text-decoration: none;} /*#ff9900 orange-hell*/
	a:hover   { color: #0000ff; text-decoration: underline;} /*#00cc00 grün-dunkel*/
	a:focus   { color: #0000ff; text-decoration: underline;} /*#ff00ff fuchsia*/
	a:active  { color: #00ffff; text-decoration: underline;} /*#00ff00 grün-hell*/
	
	

/* siehe: http://molily.de/css-position-fixed */
.twFuerAnkerWegenFixbereich {
	position: relative;
	top: -120px;
	display:block;
	width:0;
	height:0;
	visibility: hidden;
}
*:first-child+html .twFuerAnkerWegenFixbereich { /* für IE7 */
  /* keen Plan :( */
}
* html .twFuerAnkerWegenFixbereich { /* für bis IE6 */
  /* keen Plan :( */
}






	
/* twBrotkruemel ------------------------------------------------------------ */
#twBrotkruemel {
	text-align: left;	
	padding: 2px 2px 0 2px;
	border-bottom: 1px dotted #dddddd;
}	
#twBrotkruemel .info {
	font-size:0.7em; 
	font-weight:bold; 
	font-style:italic;
	border: 1px dotted #eeeeee;
}
#twBrotkruemel a {
	font-size: 0.9em;
	background-color: #f9f9f9;
	border: 1px dotted #eeeeee;
}
#twBrotkruemel .aktiv {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #f3f3f3;
	border: 1px dotted #d0d0d0;
}




/* für twBoxen -------------------------------------------------------------- */
.twBox01inhalt h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
	
	
	
	

/* Kleinzeug ---------------------------------------------------------------- */
.twBtn {
	margin: 4px 4px 4px 4px;
	padding: 0px 2px 0px 6px;
	font-weight: bold;
	/*text-decoration: none;*/  /*wird eh von <a> überschrieben*/
	/*color: #074060;*/         /*wird eh von <a> überschrieben*/
	background-color: #d3dce3;
	border: 2px outset #d3dce3;
}
.twBtnImTextfluss {	
	padding: 0px 2px 0px 2px;
	/*font-weight: bold;*/
	/*text-decoration: none;*/  /*wird eh von <a> überschrieben*/
	/*color: #074060;*/         /*wird eh von <a> überschrieben*/
	background-color: #d3dce3;
	border: 1px outset #d3dce3;
}
.twBtnRechts {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
	/*text-decoration: none;*/  /*wird eh von <a> überschrieben*/
	/*color: #074060;*/         /*wird eh von <a> überschrieben*/
	background-color: #d3dce3;
	border: 3px outset #d3dce3;	
}

.twBildRechts {
	float: right;
	margin: 6px 6px 0 4px;
	border: 0;
}
.twBildLinks {
	float: left;
	margin: 6px 4px 0 6px;
	border: 0;
}
.twDuenneZeile {
	font-size: 0.4em;
	line-height: 0.4em;
}
.twTrennlinie {
	background-image: url(../../_system/_img/linien/linie-anim-balken04.gif);
	background-repeat: no-repeat;
	background-position: center;
	/*border: 1px solid cyan;*/
}
.twClear {
	display: block;
	clear: both;
	line-height: 1px;
}

.twListeMitButtons {
	line-height: 1.8em;
}

