/* RESET CSS */

* {
  background-color: #FFFFFF;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* REAL CSS */

html {
  background-color: #488EBC;
}

body {
  background-color: #488EBC;
  font-family: verdana, arial, sans-serif;
}

h1 {
  background-color: #488EBC;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0px 2px 6px;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

li {
  background-color: transparent;
  line-height: 15px;  
}

p {
  padding: 5px 0px 5px 0px;  
}

a:link {
  background-color: transparent; color: #0000FF; text-decoration: none;
}
a:visited {
  background-color: transparent; color: #0000FF; text-decoration: none;
}
a:active {
  background-color: transparent; color: #0000FF; text-decoration: none;
}
a:hover {
  background-color: transparent; color: #0000FF; text-decoration: underline;
}

a.homeName {
  color: gray;
}

#border_oben {
  height: 11px;
  width: 953px;
}

#border_oben div {
  background-image: url(../images/background/mitte_ve_o.png);
  background-repeat:repeat-x;
  background-position: top;
  height: 11px;
  width: 933px;
  float: left;
}

#border_unten {
  height: 11px;
  width: 953px;
}

#border_unten div {
  background-image: url(../images/background/mitte_ve_u.png);
  background-repeat:repeat-x;
  background-position: bottom;
  float: left;
  height: 11px;
  width: 933px;
  
}

#border_links {
  background-image: url(../images/background/mitte_ho_l.png);
  background-repeat:repeat-y;
  background-position: left;
  padding-left: 20px;
}

#border_rechts {
  background-image: url(../images/background/mitte_ho_r.png);
  background-repeat:repeat-y;
  background-position: right;
  padding-right: 20px;
}

#main {
  margin: 8px auto;
  width: 953px;
}

#header {
  height: 126px;
  padding-top: 10px;
}

#logo {
  height: 112px;
  width: 911px;
}

#navigation li {
  display:inline;
  list-style: none;
}

#searchbar {
  height: 37px;
  width: 911px;
  margin-top: 26px;
}

#searchbar div {
  background-image: url(../images/searchbar/mitte.png);
  height: 37px;
  float: left;
  text-align: center;
  width: 897px;
}

#searchbar form {
  background: transparent;
  padding-top:6px;
}

#searchGamesList {
  background-color: #E5EEF5;
  border: 1px #488EBC solid;
  position: absolute;
  z-index: 2;
}

#searchGamesList li {
  background: transparent;
  font-size: 12px;
  list-style: none;
  padding: 0px 5px 0px 5px;
}

#left {
  float: left;
  margin: 10px 0px 100px 0px;
  width: 160px;
}

#content {
  margin: 10px 172px 100px 166px;
}

#right {
  float: right;
  margin: 10px 0px 100px 0px;
  width: 166px;
}

#footer {
  clear: both;
  height: 42px;
  padding-bottom: 10px;
  width: 911px;
  text-align: center;
}

#footer div {
  background-image: url(../images/footer/mitte.png);
  height: 42px;
  float: left;
  text-align: center;
  width: 895px;
}

#footer p {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding-top: 22px;
}

.systeme{
  background-color: #E5EEF5;
  border: 1px solid #488EBC;
  color: #0778C3;
  font-size: 12px;
  list-style: none;
  margin-bottom: 8px;
  padding: 4px;
}

.rahmen {
  border: 1px solid #488EBC;
  font-size: 12px;
  padding: 6px;
  margin-bottom: 8px;
}

.rahmenBlau {
  background-color: #E5EEF5;
  border: 1px solid #488EBC;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 3px;
}

.float_left {
  float: left;
  margin-right: 3px;
}

.float_right {
  float: right;
  margin-left: 3px;
}

hr {
  display: none;
}