@charset "UTF-8";/*------------- body -------------*/body {margin: 0;padding: 0;background-color: #555;font-family: Geneva, Tahoma, Helvetica, Verdana, sans-serif;font-size: 12px;text-align: center;color: #333;}/*------------- content - incl. seitenteile mit raps  -------------*/#content {width: 1280px;height: 600px; margin: 2% auto 0 auto;padding: 0;overflow: auto;background-image: url(design/bgimg.jpg);background-color: #ff2;}/*------------- main - inhaltsteil  -------------*/#main {width: 1000px;     /* 1280 - 2x140 margin */height: auto;min-height: 590px;margin: 0 140px 0 140px;padding: 5px 0 5px 0;background-color: #fff;font-family: inherit;text-align: left;}#head {width: 100%;height: 230px;margin: 0;paddin: 0;background-color: #ccc;}#kontakt {width: 70%;height: auto;text-align: right;margin: 10px;}/*------------- allgemeine bestimmungen zu table - link - ueberschriften - etc  -------------*/  table { width: 950px; height: auto; margin: 0 25px; font: inherit; text-align: center; }input, textarea {width: 400px;heigth: auto;}h1 {font-size: larger;margin: 40px 0 25px 40px ;}p, ul {margin: 0 70px;}a {font: inherit;color: #222;text-decoration: none;}a:hover {text-decoration: underline;color: #000;}