/*
============================================
Stand: 15.Mai2012
Datei: style_wittke.css
Autorin: Heike Neudeck
Aufbau: 1.Hauptseite
   		  2.Impressum
============================================
/*

/*---------------- Hauptseite-------------------*/

body{
	background-color: white;
	width: 100%; 
  
}

#main{
  text-align: center;
  border: 1px solid grey;
  margin: auto;
  width: 800px;
  padding: 50px 0px 50px 0px;
  margin-top: 50px;
}

p{
  font-size: 12px;
  font-family: sans-serif;
}

.fett{
  font-weight: bold;   
  font-weight: bold;   
}


