/*
style.css
Stylesheet für WB-Skin

Diese Datei legt die visuellen Styles für den Westfalenbus-Skin fest.

Henning Schaefer, Februar 2005
*/

/* Tabellen */

td.standard {
  font-family: Arial, sans-serif;
  font-size: 1em;
  }

td.header {
  border-width: 0px;
  padding: 0px;
  height: 80px;
  }

td.nav {
  border-width: 0px;
  padding: 0px;
  padding-top: 10px;
  width: 150px;
  background: url(/skins/wb/images/bgnav.gif);
  background-repeat: no-repeat;
  background-color: #ff0000 !important;
  }
	   
td.indexcontents {
  border-width: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 550px;
  }
  
td.right {
  padding-top: 10px;
  width: 150px;
  }
  
td.bottom {
  padding-top: 10px;
  /*width: 850px;*/
  }

td.bottombox {
  /*width: 850px;*/
  border-top-style: solid;
  /*border-bottom-style: solid;*/
  border-color: #FE0303;
  border-width: 1px;
  /*border-bottom-width: 3px;*/
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
  color: #000000;
  }

td.date {
  background-color: #FFFFFF;
  color: #FE0303;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  text-align: left;
  width: 150px;
  height: 24px;
  border-width: 1px;
  border-color: #FE0303;
  border-style: solid;
  padding-left: 5px;
  }

td.rightheader {
  background-color: #FFFFFF;
  color: #000258;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  width: 150px;
  height: 24px;
  border-top-width: 1px;
  border-top-color: #FE0303;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: #FE0303;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #FE0303;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FE0303;
  border-bottom-style: dotted;
  padding-left: 5px;
  }

td.rightcontent {
  background-color: #FFFFFF;
  color: #000258;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  text-align: left;
  width: 150px;
  border-right-width: 1px;
  border-right-color: #FE0303;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #FE0303;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FE0303;
  border-bottom-style: solid;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
td.rightbox {
  width: 150px;
  border-width: 1px;
  border-color: #FE0303;
  border-style: solid;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

td.navcategory {
  background-color: #FFFFFF;
  color: #000258;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  width: 150px;
  height: 24px;
  border-top-width: 1px;
  border-top-color: #FE0303;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FE0303;
  border-bottom-style: solid;
  padding-left: 5px;
  }

td.navmenu {
  background-color: #FFFFFF;
  color: #000258;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  width: 150px;
  border-right-width: 1px;
  border-right-color: #FE0303;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FE0303;
  border-bottom-style: none;
  padding-left: 10px;
  }

td.spacer {
  border: 0px;
  height: 8px;
  font-size: 0.1em;
  }
  
td.redblock {
  background-color: #FE0303;
  width: 12px;
  border-width: 1px;
  border-color: #FE0303;
  border-style: solid;
  }
  
td.dropdown {
  background-color: #FFFFFF;
  width: 12px;
  height: 24px;
  border-right-width: 1px;
  border-right-color: #FE0303;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-color: #FE0303;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FE0303;
  border-bottom-style: solid;
  }
  
/* Textblöcke */

span.toplinks {
  position: absolute;
  top: 90px;
  left: 610px;
  text-align: left;
  font-size:0.7em;
  font-family:arial, sans-serif;
  }

div.text {
  font-size: 0.7em;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  color: #000000;
  }

p {
  font-size: 0.7em;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  color: #000000;
  }

h2 {
  background-color: #FFFFFF;
  color: #000258;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  border-left-width: 1px;
  border-left-color: #FE0303;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FE0303;
  border-bottom-style: solid;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}

h3.news {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  border-left-style: none;  
  padding-left: 0px;
}

h3.line {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  border-left-style: none;  
  padding-left: 0px;
}

h3 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #FE0303;
  padding-left: 5px;
}


/* Links */

a {
  color: #000258;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #FE0303;
  }
  
a:link {
  color: #000258;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #FE0303;
  }
  
a:hover {
  color: #000258;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FE0303;
  }
  
a:link:hover {
  color: #000258;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FE0303;
  }

a:visited {
  color: #000258;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #FE0303;
  }
  
a:visited:hover {
  color: #000258;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FE0303;
  }
  
a.top {
  color: #FE0303;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #FE0303;
  }
  
a.top:link {
  color: #FE0303;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #FE0303;
  }
  
a.top:hover {
  color: #FE0303;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FE0303;
  }
  
a.top:link:hover {
  color: #FE0303;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FE0303;
  }

a.top:visited {
  color: #FE0303;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #FE0303;
  }
  
a.top:visited:hover {
  color: #FE0303;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FE0303;
  }

a.image {
  border-width: 0px;
  }
  
a.navcat {
  color: #000258;
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  font-style: normal;
  }
  
a.navcat:link {
  color: #000258;
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  font-style: normal;
  }
  
a.navcat:hover {
  color: #000258;
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  font-style: normal;
  }
  
a.navcat:link:hover {
  color: #000258;
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  font-style: normal;
  }

a.navcat:visited {
  color: #000258;
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  font-style: normal;
  }
  
a.navcat:visited:hover {
  color: #000258;
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  font-style: normal;
  }

a.navlink {
  color: #000258;
  text-decoration: underline;
  border-style: none;
  font-style: normal;
  font-weight: normal;
  }
  
a.navlink:link {
  color: #000258;
  text-decoration: underline;
  border-style: none;
  font-style: normal;
  font-weight: normal;
  }
  
a.navlink:hover {
  color: #000258;
  text-decoration: underline;
  border-style: none;
  font-style: normal;
  font-weight: normal;
  }
  
a.navlink:link:hover {
  color: #000258;
  text-decoration: underline;
  border-style: none;
  font-style: normal;
  font-weight: normal;
  }

a.navlink:visited {
  color: #000258;
  text-decoration: underline;
  border-style: none;
  font-style: normal;
  font-weight: normal;
  }
  
a.navlink:visited:hover {
  color: #000258;
  text-decoration: underline;
  border-style: none;
  font-style: normal;
  font-weight: normal;
  }

/* Sonstiges */

img.dropdown {
  vertical-align: middle;
  border-style: none;
  }
  
img, a:hover img, a:visited:hover img {
  border-style: none;
}	

input.noborder {
  border-style: none;
  margin: 0px;
  }

input {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 3px;
  }
  
textarea {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 3px;
  }

input.timetable {
  border-width: 1px;
  border-color: #000258;
  border-style: dashed;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 3px;
  margin-left: 10px;
  }			 
  
select.timetable {
  border-width: 1px;
  border-color: #000258;
  border-style: dashed;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 3px;
  margin-left: 10px;
  }			 