* {
  margin: 0;
  padding: 0;
}
/* Schriftgröße kontrollieren */

body, td, th { font: normal 80%/167% Verdana, "Times New Roman",sans-serif; }
td, th { f\ont-size: 100.01%; }

/* Allgemein */

body {
  background: url(images/hintergrund.jpg) repeat;
}

/* Links */

a:link {
  text-decoration: none;
  color: #27ADFF;
  background-color: transparent;
}

a:visited {
  text-decoration: none;
  color:#27ADFF;
  background-color: transparent;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #27ADFF;
  background-color: transparent;
}

a:active {
  color: #27ADFF;
  background-color: white;
}

h2 {
  color: grey;
  background-color: white;
  font-size: 1.2em;
  line-height: 1.1;
  margin: .8em 0;
  
}

h3 {
  color: #65A8FF;
  background-color: white;
  line-height: 1.1;
  margin: .8em 0;
  text-transform: none;
}

/**
*@section AbsÃ¤tze
*/

p {margin: 2em 0; }

/* Header */

#head {
  background: url(images/hintergrund.jpg) repeat;
  position: relative;
  height: 210px;
  width: 1050px;
  margin: auto;
}
#head h1 {
  width: 1000px;
}

/* Navi */

#head ul {
  position: absolute;
  bottom: 16px;
  left: 220px;
}

#head ul li {
  float: left;
  list-style: none;
  margin: 0 8px 0 0;
}

#head ul a,
#head ul strong {
  color: white;
  background-color: grey;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
  color: white;
  background-color: #65A8FF;
}

/* Hauptbereich */

div#main {
  width: 1050px;
  margin: auto;
}
div#content {
  background-color: white;
  width: 650px;
  padding: 20px 30px 20px 30px;
  border: 2px solid;
  margin: 2px 0 0 0;
}

#content iframe {
  padding: 40px 0 0 45px;
}

#content p {
  clear: left;
}

#content h4 {
  text-align: center;
  margin: 0 0 40px 0;
}

#content h3 {
  text-decoration: underline;
  font-size: 1em;
}

#content h5 {
  color: #65A8FF;
  font-size: 1em;
}


/* Sidebar */

div#sidebar {
  background-color: white;
  width: 310px;
  float: right;
  border: 2px solid;
  padding: 10px 0 0 0;
  margin: 0 15px 0 0;
  text-align: center;
}

#sidebar h2 {
  text-align: center;
  font-size: 1.2em;
  text-decoration: none;
  color: #FF5500;
  text-transform: uppercase;
}

#sidebar h3 {
  text-decoration: underline;
  font-size: 1em;
  color: #65A8FF;
  padding: 10px 0 0 0;
}

#sidebar p {
  text-align: center;
}



div#sidebar-inner {
 color: inherit;
 padding: 40px 0 0 0;
}

.angebot {
  height: 20px;
  width: 310px;
  text-align: center;
  padding: 0 0 15px 0;
}

.angebot a {
  color: black;
}

/* Footer */

div#footer {
  color: white;
  clear: both;
  width: 800px;
}

#footer a:link,
#footer a:visited {
  text-decoration: none;
  color: white;
}

#footer a:hover,
#footer a:focus {
  color: white;
  text-decoration: underline;
}

#footer a:active {
  color: black;
  background-color: white;
}

/* Konsole */

div#konsole ul {
  position: relative;
  left: 25px;
}

#konsole img {
  float: right;
}

/* Anbieter */

.anbieter {
  border-style: dashed;
  border-width: thin;
  margin: 40px 0 20px 0 ;
  padding: 15px 15px 15px 10px;
}

.anbieter img {
  float: right;
  margin: 20px 100px 0 0;
}

.anbieter ul {
 margin: 0 0 0 40px;
}

.anbieter a {
  text-decoration: underline;
}

div#wii-u-kaufen {
  margin: 0 0 60px 0;
}

div#wii-u-kaufen a{
  float: right;
  margin: 60px 280px 0 0;
}


.spiele {
  width: 155px;
  float: left;
  margin: 5px 40px 0 20px;
  padding: 0 0 20px 0;
  text-align: center;
}

.release  {
  font-size: 1.3em;
  text-decoration: underline;
  
}

div#details ul {
  position: relative;
  left: 25px;
}

div#games {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1em;
}

#games td {
  color: grey;
}

#games th {
  font-weight: bold;
  color: #65A8FF;
}

#games caption {
  text-decoration: underline;
  font-size: 1em;
  color: #65A8FF;
  padding: 0 0 20px 0;
  font-weight: bold
}

div#anbieter {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1em;
  margin: 0 0 40px 0;
  font-weight: bold;
}

#anbieter td {
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}


#anbieter caption {
  font-size: 1em;
  color: #65A8FF;
  padding: 0 0 20px 0;
  text-decoration: underline;
}

div#anbieter1 {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1em;
  font-weight: bold;
}

#anbieter1 td {
  padding: 10px 10px 10px 10px;
  font-weight: bold;
}


#anbieter1 caption {
  font-size: 1em;
  color: #65A8FF;
  padding: 0 0 20px 0;
  text-decoration: underline;
}



















