@charset "utf-8";


/*
Theme Name: tw - CI
Stand: 15.12.2025
*/


body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #DDDDDD;
}

.headerbox, .contentbox {
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 10px;
  color: #000000;
  box-shadow: 10px 10px 0px grey;

}

.headerbox {
  background: #2a4861;	
}

.contentbox {
  background: #FFFFFF;	
}

hgreen
{ color: #00CC00;
  font-size: 120%; }

a:link    { text-decoration: none; font-weight: normal; color:#000000; }
a:visited { text-decoration: none; font-weight: normal; color:#000000; }
a:hover   { text-decoration: none; font-weight: normal; color:#FF0000; }
a:active  { text-decoration: none; font-weight: normal; color:#000000; }