body, td, input, select, textarea {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #555;
}
body {
   background-color: #fff;
   margin: 0;
   text-align:center; 
   background-image: url(/images/grafica/system/body_bgnd.gif);
   background-repeat: repeat-x;
}
h1 {
   font-weight: normal;
   font-size: 18px;
   line-height: 22px;
   margin: 0;
   padding: 0;
   margin: 0 0 10px 0;

}
h2 {
   font-weight: 700;
   font-size: 12px;
   line-height: 18px;
   color: #555;
   margin: 0 0 8px 0;
}
p {
   margin: 0 0 8px 0;
}

a {
   color: #2a4;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
#wrapperCenter {
   display: block;
   width: 1060px;
   height: auto;
   margin: 0 auto;
}
#wrapper {
   display: block;
   float: left;
   width: 1060px;
   height: auto;
   margin: 0;
   text-align: left;
   background-image: url(/images/grafica/system/baggrund.gif);
   background-repeat: no-repeat;
}
#spalte1 {
   display: block;
   float: left;
   Width: 870px;
   height: 23px;
   padding: 87px 0 0 190px;
}
#spalte2 {
   display: block;
   float: left;
   Width: 410px;
   height: auto;
   padding: 80px 0 0 50px;
}
#spalte3 {
   display: block;
   float: left;
   Width: 600px;
   height: 500px;
   padding: 0;
}
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li{
	display: block;
	float: left;
	padding: 0 30px 0 0;
	margin: 0;
}
#menu li a {
   text-transform:uppercase;
   color: #555;
   letter-spacing: 2px;
}
#menu1 li a:hover {
   color: #2a4;
   text-decoration: none;
}

:focus {
   outline: none;
}
a:focus {
   background: #eee;
}