/*
 * LWMB.de
 */
 
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #333;
  width: 850px;
  margin: auto;
  font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
  line-height: 140%;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #999;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: .4em;
  margin-bottom: .3em;
}

h1 {
  background: url(../img/lwmblogo.gif) no-repeat left;
  padding-left: 120px;
  padding-top: 32px;
  height: 73px;
  display: block;
  font-size: 2em;
}

p {
  margin-top: .3em;
  margin-bottom: .3em;
}

/* CLASSES */
.wichtig {
  background-color: #FCDEDE;
  border-color: #F70012;
  border-style: solid;
  color: #F70012;
}

/* IDS */

#untertitel {
	padding-left: 120px;
	margin-top: -35px;
}

#hinweis {
  width: 100%;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font: bold large Georgia,serif;
}

#textspalte {
  float: right;
  width: 625px;
  margin-right: -2.2em;
  margin-bottom: 1em;
}

	#textspalte ul {
	  font-size: small;
	  padding-left: 2em;
	  margin-bottom: 1em;
	  }  
  
#aktuelleMitteilung {
  background-color: #FBF5BB;
  border: 1px solid #F5CE67;
  border-right: 0;
  border-left: 0;
  padding: 1em;
}

#fehlerMeldung {
  background-color: #FCDEDE;
  border: 1px solid #F70012;
  border-right: 0;
  border-left: 0;
  padding: 1em;
}

#navigation {
  width: 220px;
  padding: 8px;
  background-color: #f1f1f1;
}

	#navigation ul {
	  list-style-type: none;
	}
	
	#menu {
	  margin-bottom: 1em;
	}
	
		#menu li {
		  padding: 3px;
		  padding-left: 15px;
		  background: url(../img/go.png) no-repeat left;
		}
		
		#sponsoren li {
		  margin-bottom: .5em;
		}
		


	#Nuernberger {
	  background: url(../img/nuernberger.gif) no-repeat left;
	  text-indent: -1000em;
	  width: 220px;
	  height: 227px;
	  margin: auto;
	  display: block;
	}

		#Nuernberger a {
			width: 220px;
			height: 227px;
			margin: auto;
			display: block;
	     	}
	
	#TexasInstruments {
	  background: url(../img/texasins.gif) no-repeat left;
	  text-indent: -1000em;
	  width: 152px;
	  height: 41px;
	  margin: auto;
	  margin-top: 2em;
	  display: block;
	}

		#TexasInstruments a {
			width: 152px;
			height: 41px;
			margin: auto;
			display: block;
			}
	
#footer {
  clear: right;
  padding: 1em;
  text-align: center;
  font-size: .6em;
  background-color: #f1f1f1;
  margin-right: -2.2em;
}