/*
Theme URL: http://www.wetter-neuenkirch.ch
Description: css for the website of Wetter Neuenkirch online
Version: 1.0
Author: Reto Vogel
*/

body {
  margin: 0;
  padding: 0;
  background-color: #000033;
  color: white;
  font-family: "Lucida Grande", "Trebuchet MS", small Verdana, Verdana, Arial, Helvetica, sans-serif;
}

#complete {
  background-color: white;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}

/*### Header ###*/
#top {
  width: 100%;
  height: 209px;
}

#noscript {
  float: left;
  width: 100%;
  margin-top: -8px;
  margin-bottom: -3px;
  color: #990000;
}

#header {
  float: left;
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #0b3f8d;
  color: #82B1F7;
  font-size: 80%;
}

#header .logo {
  position: absolute;
  left: 100px;
  top: 110px;
  border-width: 0px;
}

#header .ad {
  float: right;
  height: 160px;
  width: 490px;
  position: absolute;
  right: 65px;
  top: 55px;
  background-image: url(/gfx/background_ad-top.png);
  background-repeat: no-repeat;
}

#header .ad p .ad table{
  margin-top: 20px;
  color: #FF3366;
}

/*### Menu on the top ###*/
#navtop {
  height: 25px;
  width: 100%;
  line-height: 25px;
  font-size: 11px;
}

#navtop .button a{
  width: 89px;
  line-height: 25px;
  color: #F1F1F1;
  float: right;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  background-image: url(/gfx/tab_normal.png);
}

#navtop .button a:hover{
  background-image: url(/gfx/tab_hover.png);
}

#navtop .advice {
  width: 90px;
  color: #013584;
  float: right;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#navtop .marquee {
  float: left;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color:#990000;
  overflow: hidden;
}

#navtop .date {
  float: left;
  font-size: 11px;
  font-weight: normal;
  color: #013584;
}  

/*### Menu on the left ###*/
#menu {
  float: left;
  width: 160px;
  background-color: white;
}

#menu .inner {
}

ul.mainNav {
  list-style-type: none;
  margin: 0; 
  padding: 0;
}

ul.mainNav li {
  display: block;
  float: none;
}

ul.mainNav li a {
  display: block;
  padding: 8px 0 8px 30px;
  color: #F1F1F1;
  float: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  background: url('/gfx/bullet_top_r.png') no-repeat left;
  background-color: #6292DB;
  height: 15px;
}

ul.mainNav li.current_page_item a {
  background: url('/gfx/bullet_top_r.png') no-repeat left;
  background-color: #6292DB;
  border-top: 1px solid #6292DB;
  font-weight: normal;
}

ul.mainNav li.current_page_item a:hover {
  background: url('/gfx/bullet_top_r.png') no-repeat left;
  background-color: #013584;
/*  font-weight: bold;*/
}

ul.mainNav li.expanded a {
  background: url('/gfx/bullet_top_d.png') no-repeat left;
  background-color: #013584;
} 

ul.mainNav li.expanded a:hover {
  background: url('/gfx/bullet_top_d.png') no-repeat left;
  background-color: #013584;
}

ul.mainNav li.current_page_item ul {
  background-color: #013584;
  padding: 5px 0;
  margin: -10px 0 0 0;
  border-bottom: 0px solid #82B1F7;
}

ul.mainNav li.expanded ul li a {
  font-size: 12px;
  margin-bottom: 1px;
  padding: 3px 0 3px 40px;
  border: none;
  color: #F1F1F1;
  background: url('/gfx/bullet_sub_r.png') no-repeat left;
  font-weight: normal;
  height: 15px;
}

ul.mainNav li.expanded ul li a:hover, ul.mainNav li.expanded ul li.current_page_item a {
  color: #F1F1F1;
  background: url('/gfx/bullet_sub_r.png') no-repeat left;
  background-color: #002050;
/*  font-weight: bold;*/
}

#counter {
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  color: #013584;
}


/*### ad on the left ###*/
#adleft {
  text-align: center;
  width: 160px;
  background-color: #FFFFFF;
  margin: 30px 0 10px 0px;
  padding-top: 5px;
  text-decoration: none;
  border: 1px solid #b9d2e3;
}

/*### Content in the middle ###*/
#main {
  width: 100%;
  margin-top: 10px;
}

#content {
  margin: 0px 150px 0px 170px;
  border-top: 1px solid #b9d2e3;
  border-right: 1px solid #b9d2e3;
  border-left: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  padding-bottom: 5px;
  font-size: 12px;
  padding: 10px 20px 15px 40px;
}

#content .inner {
  overflow: hidden;
  padding-bottom: 0px;
}

#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  padding-left: 0.5em;
  border-left: 10px solid #b9d2e3;
  font-size: 1.3em;
}

#content .inner h3 {
  font-size: 1.1em;
  color: #245185;
  padding-top: 10px;
}

#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}

#content .inner p, .inner span{
  color: #666666;
}

#content .inner p a:link, #content .inner p a:visited, #content .inner td a:link, #content .inner td a:visited, #content .inner li a:link, #content .inner li a:visited, #content span a:link, #content span a:visited {
  color: #256290;
  text-decoration: none;
  background-image:url(/gfx/arrow_blue.gif);
  background-repeat:no-repeat;
  background-position: 1px 3px;
  padding-left:14px;
  padding-right:0px;
  margin-left:0px;  
}

#content .inner p a:hover, #content .inner td a:hover, #content .inner li a:hover, #content span a:hover {
  color: #666666;
  background-image:url(/gfx/arrow_grey.gif);
}

#content .inner ul {
  list-style-position: inside;
  list-style-type: square;
  color: #666666;
  margin: -5px 0px 10px 0px;
}

#content .inner table {
  width: 100%;
  color: #666666;
  font-size: 0.98em;
  text-align: left;
  border: 1px solid #b9d2e3;
}

#content .inner th {
  border-bottom: 1px solid #b9d2e3;
  font-weight: bold;
  padding: 1px 3px;
}

#content .inner tbody th {
  border-bottom: none;
}

#content .inner tr:hover {
  color: #256290;
  background: #B6DAFE;
}

#content .inner tr:hover .space {
  background-color: #FFFFFF;
}

#content .inner td {
  padding: 1px 3px;
}

#content .inner img {
  display: inline;
} 

#content .inner img .left {
  display: block;
  margin-left: 0px;
  vertical-align: middle;
}

#content .inner img .row {
  display: inline;
  margin-right: 20px;
  vertical-align: middle;
}

#content .poweredby {
  float: left;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 15px;
  width: 100%;
  height: 37px;
  text-align: right;
}


#content .poweredby p {
  line-height:27px;
}

#content .poweredby span.text {
  font-size: 10px;
  vertical-align: middle;
}


#content .poweredby span.pic {
  vertical-align:text-top;
  font-size: 19px;
}

#content .poweredby img {
  margin-left: 4px;
  height: 27px;
  border: none;
}

#content .thumb_flash {
  display: inline;
  float: left;
  height: 270px;
  width: 450px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content .thumb_flash_block {
  display: block;
  height: 270px;
  width: 450px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content .thumb {
  display: inline;
  float: left;
  height: 160px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content .thumb p, #content .thumb_block p, #content .thumb_flash p, .thumb_flash_block p {
  margin-top: 0px;
  margin-bottom: 4px;
}

#content .thumb img, #content .thumb_block img {
  height: 100%;
  border: none;
}

#content .thumb_block {
  display: block;
  height: 160px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content .listpic {
  height: 160px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 192px;
  float: left;
}

#content .listdesc {
  height: 160px;
  margin-bottom: 5px;
  overflow: hidden;
}

#content .pic_right {
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  float: right;
}

#content .info {
  width:95%;
  float: left;
  margin: 30px 2px 20px 0px;
  padding: 0px 10px 5px 10px;
  border: #666666 1px dashed;
  font-size: 1em;
  background: url(/gfx/info.jpg) no-repeat left top;
}

#content iframe {
  border: none;
}

#content select {
  color: #245185;
  height: 18px;
  font-size: 0.98em;
  border: 1px solid #b9d2e3;
}  

#content input {
  color: #245185;
  height: 15px;
  font-size: 0.98em;
  border: 1px solid #b9d2e3;
  padding: 2px 0px 0px 5px;
}

#content textarea {
  color: #245185;
  font-size: 0.98em;
  border: 1px solid #b9d2e3;
  padding: 1px 0px 0px 5px;  
}

#content radio {
  border: none;
}

/*### Social Bookmarks ###*/
#content .outerleft {
  color: #b9d2e3;
  float: left;
  font-size: 10px;
  border: none;
  text-transform: lowercase;
  margin-top: 20px;
  width: 50%;
  height: 75px;
}

/*### Document Information ###*/
#content .outerright {
  color: #b9d2e3;
  border: none;
  float: right;
  margin-top: 20px;
  text-transform: lowercase;
  text-align: right;
  font-size: 10px;
  width: 50%;
}


#bookmarks img {
	border:0;margin-top:5px;border-top:2px white solid; margin-left:-1px;margin-right:2px;
}
#bookmarks img:hover {
	border-top:2px #245185 solid
}


/*### Sidebar on the right ###*/
#sidebar {
  float: right;
  width: 130px;
  background-color: #013584;
  color: white;
  padding: 10px 0 0 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

#sidebar img {
  display: inline;
  margin-right: 3px;
  margin-left: -1px;
  vertical-align: middle;
  margin-bottom: 10px;
  border-width: 0px;
} 

/*### Footer ###*/
#footer {
  width: 100%;
  color:#FFFFFF;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  clear: both;
  background-color: #256290;
  background-color: #013584;
  font-size: 70%;
  text-align: center;
  text-decoration:none;
  font-style: normal;
  padding: 0.2em 0 0.2em 0;
  text-transform: lowercase;
  margin-top: 10px;
}

