
/* -------- global styles -------- */

body, html {
  text-align: center;
  background-color: #000;
  width: 100%;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, select  {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
body {
  margin-top: 10px;
}
a img,
a:link img,
a:visited img {
  border: none;
}

#container {
  background-color: #000;
  text-align: left;
  width: 1049px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.input {
  border: 1px solid blue;
  padding: 1px;
}
.button {
  color: #fff;
  background-color: #CB0909;
  border: 1px solid #CB0909;
  cursor: pointer;
}

/* -------- top navigation -------- */

#topnav {
  float: left;
  width: 100%;
  background-color: #000;
}
#topnav ul {
  display: inline;
  list-style-type: none;
}
#topnav li {
  display: inline;
  list-style-type: none;
}
#topnav a {
  background-image: none;
  border-right: 1px solid #fff;
  float: left;
  padding: 4px 10px 5px 10px;
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
}
#topnav a:hover {
  color: #f00;
}
#topnav a.active {}
#topnav a.selected {
  color: #f00;
}
#topnav li.search {}
#topnav li.search form {
  float: right;
  margin-top: 3px;
}
#topnav li.search input.button {
  background-color: #000;
  border: none;
  color: #f00;
  font-size: 14px;
}
#topnav li.search input.input {
  margin-left: 5px;
  margin-right: 5px;
  width: 155px;
  border: 1px solid #fff;
}


/* ------- footer -------- */

#footer {
  background-image: url(/themes/ny.respekt.dk/img/bund.jpg);
  background-repeat: no-repeat;
  color: #fff;
  padding: 15px 0 30px 50px;
  font-size: 0.7em;
}
#footer a {
  color: #fff;
}

#betalingskort {
 float: right;
}

div#content {}

/* -------- content -------- */

div#content .wrapper {
  color: #000;
/*   padding: 40px 40px 10px 40px; */
  font-size: 0.9em;
}
div#content .wrapper a {
  color: #000;
  font-weight: 900;
}

/* -------- frontpage -------- */

div.frontpage {
  background-image: url(/themes/ny.respekt.dk/img/tilbud.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 803px;
  height: 251px;
  float: left;
}
div#content div.frontpage .wrapper {
  padding: 60px 130px 30px 90px;
}
div.news,
div.rightmenu {
  background-image: url(/themes/ny.respekt.dk/img/stribe.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  float: right;
  width: 244px;
  height: 251px;
  overflow: hidden;
  color: #fff;
  font-size: 0.8em;
}
div.rightmenu {
  background-image: url(/themes/ny.respekt.dk/img/menu-bg.jpg);
}
div.rightmenu h3 {
  padding: 5px 0 15px 10px;
}
div.news ul,
div.rightmenu ul {
  list-style-type: none;
  margin: 10px 5px 15px 15px;
}
div.news ul li,
div.rightmenu ul li {
  list-style-type: none;
}
div.news ul li a,
div.rightmenu ul li a {
  color: #fff;
}
div.news ul li a:hover,
div.rightmenu ul li a:hover {
  text-decoration: none;
}

/* -------- subpage -------- */
div.subpage {
  background-image: url(/themes/ny.respekt.dk/img/background-top.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 803px;
  float: left;
  margin-bottom: 5px;
}
div.subpage .wrapper {
  padding-bottom: 45px;
  background-image: url(/themes/ny.respekt.dk/img/background-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #000;
}
div.subpage .wrapper h1 {
  padding-top: 20px;
  padding-left: 80px;
}
div.subpage .wrapper .c {
  background-image: url(/themes/ny.respekt.dk/img/background-center.png);
  background-repeat: repeat-y;
  padding: 20px 60px;
}

div.subpage .wrapper .breadcrumb {
  text-align: right;
  padding-right: 40px;
  color: #fff;
}
#content div.subpage .wrapper .breadcrumb a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

/* -------- contact page -------- */

#contact td {
  vertical-align: top;
}
.c form, .c table {
  margin-top: 10px;
}
.c .form-status {
  margin: 20px;
  font-weight: bold;
}

/* -------- courses page -------- */
 .c h3 {
  margin-top: 10px;
 }
.c ul{
  margin-top: 10px;
  margin-left: 30px;
}

.c table td.rute {
  padding-top: 6px;
  border-bottom: 1px solid silver;
  font-weight: bold;
}

#flash1 {
  position: relative;
  top: 15px;
  left: -45px;
}

#flash2 {
  position: relative;
  top: 15px;
  left: 20px;
}

#flash3 {
  position: relative;
  top: 15px;
  left: 85px;
}
