/* Start of CMSMS style sheet 'sproggwil' */
/** General **/
body {
  background-color: white;
  font-family: Verdana;
  font-size: 1em;
}

/** Page layout **/
#wrapper {
  margin: 0 auto;
  width: 915px;
}

#logo {
  display: block;
  height: 190px;
  text-indent: -9999px;
  background-image: url(uploads/sproggwil/header.png);
  margin: 0;
}

#logo a {
  display: block;
  width: 915px;
  height: 190px;
}

#topnav {
  height: 30px;
  background-color: #e53136;
  text-align: right;
}

#left {
  width: 215px;
  float: left;
}

#news {
  border-right: 1px solid #e53136;
  border-bottom: 1px solid #e53136;
  border-left: 1px solid #e53136;
  min-height: 200px;
  padding: 5px;
}

#nav ul {
  list-style-type: none;
  margin: 15px 0 15px 0;
}

#nav ul li {
  display: block;
}

#nav ul li a {
  display: block;
  width: 215px;
  height: 30px;
  line-height: 20px;
  font-size: 75%;
  text-decoration: none;
  color: black;
  padding: 2px 0px 0px 5px;
  background-image: url(uploads/sproggwil/nav_bg.png);
  background-repeat: no-repeat;
}

#nav ul li a:hover, #nav ul li.current a {
  background-image: url(uploads/sproggwil/nav_bg_hover.png);
}

#content {
  width: 685px;
  float: left;
  padding: 10px 5px 10px 10px;
  line-height: 1.4em;
  font-size: 90%;
}

#footer {
  clear: both;
  height: 30px;
  background-color: #e53136;
  text-align: center;
}

#copyright {
  color: #888888;
  text-align: center;
  font-size: 80%;
}

#copyright a {
  color: #888888;
}

/** Navigation **/
ul.separatedWhite {
  list-style-type: none;
  padding: 8px 5px 5px 0;
  margin: 0;
  font-size: 75%;
}

ul.separatedWhite li {
  display: inline;
  padding: 0 0 0 7px;
  margin: 0 0 0 5px;
  border-left: 1px solid white;
}

ul.separatedWhite li.first {
  border-left: none;
}

ul.separatedWhite li a:hover, ul.separatedWhite li.current a {
  text-decoration: underline;
}

ul.separatedWhite li a {
  color: white;
  text-decoration: none;
}

/** Text and titles **/
h1 {
  font-size: 130%;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h2 {
  font-size: 120%;
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

h3 {
  font-size: 110%;
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

h4, h5 {
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

/** News **/
#news h3 {
  font-size: 90%;
  margin: 0px 15px 10px 5px;
  padding: 5px;
  border-bottom: 2px solid #cccccc;
}

div.news {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 80%;
  line-height: 1.1em;
}

div.news div.newsSummary {
  font-weight: bold;
}

div.news a.readOn {
  text-decoration: none;
}

div.news a.readOn:hover {
  text-decoration: underline;
}

#infoPopup {
  display:none;
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:600px;  
  width:750px;  
  background:#FFFFFF;  
  border:2px solid #cecece;  
  z-index:2;
}

#infoPopup iframe {
  height: 600px;
}

#infoPopupClose {
  font-size:14x;
  line-height:14px;
  right:30px;
  top:20px;
  position:absolute;
  color:#e53136;
  font-weight:bold;
  display:block;
}

#backgroundPopup{  
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:100%;  
  width:100%;  
  top:0;  
  left:0;  
  background:#000000;  
  border:1px solid #cecece;  
  z-index:1;  
}  

body#minimal {
  background-color: #cecece;
  font-size: 80%;
}

body#minimal #wrapper {
  width: 700px;
}
/* End of 'sproggwil' */

