* {
	margin: 0;                /* Alle Randabstände auf 0 setzen. Wichtig wegen Firefox!  */
	padding:0;                /* Alle Auffüllungen auf 0 setzen.  Wichtig wegen Firefox! */
}
/*Layout*/
body {
  margin: 20px;
  background-color: #CCCCCC; /*Ändert Hintergrundfarbe vom Außenrahmen*/
  text-align: center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
  width: 1024px;
  margin: 0px auto;
  background-color: #999999; /*Ändert Hintergrundfarbe im Inhalt*/
  border: 1px solid #000000;
  text-align: justify;
}
#kopf {
  width:1022px;
  height: 100px;
  margin: 0px auto;
  background-image: url(images/dominiknz.jpg);
}
#menu {
  width: 1022px;
  height: 30px;
  margin: 0px auto;
  background-color:#CCCCCC;
  border-bottom: thin;
  border-bottom-color: #333333;
}
#sidemenu {
  float: right;
  width: 200px;
  height: 600px;
  margin-top: 10px;
  border-left: thin;
  border-left-color: #333333;
  padding: 3px;
  border-left: 1px solid #000000;
}
#inhalt {
  float: left;
  width: 800px;
  margin:0px;
  padding:5px;
  border-right: thin;
  border-color: #333333;
  padding-bottom: 10px;
}
#footer {
	padding: 5px 0 5px 0;
	margin: 0 auto;
	width: 1022px;
	clear: both;
	border-top: 1px solid #000000;
}
/*Zeichenformatierung*/
a:link {
 color: #000000;
 text-decoration: none;
 font-weight: lighter;
 text-decoration: underline;
}
a:visited {
 color: black;
 text-decoration: none;
 text-decoration:underline;
}
a:focus {
 color: white;
 text-decoration: underline;
}
a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
a:active {
 color: yellow;
 text-decoration: underline;
}
h1 {
  font-size:22px;
  font-weight: bold;
  color: #0090E0;
  text-align: center;
}
h2 {
  font-size:16px;
  font-weight: bold;
  color: #0090E0;
}
.main {
  font-size: 14px;
  color: #333333;
}
.style1 {
  margin: 0 10px;
  font-size: 14px;
  color: #333333;
}
.Info_Ueberschrift {
	margin: 0 10px;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
.Info_Text {
  margin: 0 10px;
  font-size:12px;
  color: #333333;
}
.footer_Text {
  margin: 0 10px;
  font-size:12px;
  color: #333333;
}
.text {
  margin: 0 5px;
  font-size:12px;
  color: #333333;
}
.orange {
color: #FF7F00;
}
.black {
color: #000000;
}
.dgrey {
color: #333333;
}
.mgrey {
color: #666666;
}
.lgrey {
color: #999999;
}



