html, body { 
  min-height: 100%;
  width: 100%;
  font: 90% Verdana,Arial,Helvetica,sans-serif; 
  margin: 0;
  padding: 0;
  background: white;
}

h1,h2,h3 { 
  font-weight: normal; 
  color: #1E72A0;

}

h3.blogentry {
  padding-top: 8px;
}
h3.blogentry a:link { 
  color: darkblue;
  text-decoration: none;
}
h3.blogentry a:hover { 
  text-decoration: underline;
}
p.date {  
  color: #0f0f0f;
}

h4, h5, h6 { 
  color: black;
  font-weight: bold; 	
}

a { 
  color: #0000A0;
  text-decoration: underline;
}

a:hover { 
  text-decoration: none;
}

#ccoheader-container {
  padding: 0;
  margin: 0;
  height: 60px;
  width: 100%;
  background: #1E72A0 top right url("http://www.cco-ev.de/site/rounder_tr.gif") no-repeat;
  font-family: Lucida Console,Lucida Sans,Lucida,Arial,Helvetica,sans-serif;
  color: white;
  font-weight: normal;
}

#ccoheader { 
  padding-top: 4px;
  padding-left: 4px;
  background: url("http://www.cco-ev.de/site/rounder_tl.gif") no-repeat;
}

#ccologo {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 65px;
  height: 60px;
  background: top left url("http://www.cco-ev.de/site/ccologo_small.gif") no-repeat;
}

#ccosearch { 
  position: absolute;
  top: 4px;
  right: 100px;
}

#ccosidebar-wrapper {
  float: right;
  width: 170px;
  font-size: 95%;  
}

#ccosidebar {
  float: right;
  background: #e0e0e0 bottom left url("http://www.cco-ev.de/site/rounder_bl.gif") no-repeat;
  padding-top: 4px; 
  padding-bottom: 8px; 
  margin-bottom: 40px;
}

#ccosidebar ul {
  padding-left: 0;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

#ccosidebar ul li { 
  display: inline;
}

#ccosidebar ul li span a { 
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 4px;
  color: black;
  display: block;
  text-decoration: none;  
  font-weight: bold;
} 

#ccosidebar ul li span a:hover { 
  color: white;
  background: blue;
  text-decoration: none;
}


#ccosidebar ul li a { 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 4px;
  color: black;
  display: block;
  text-decoration: none;  
} 

#ccosidebar ul li a:hover { 
  color: white;
  background: blue;
  text-decoration: none;
}

#ccocontent { 
  background: white;
  padding-left: 8px;
  padding-left: 8px;
  margin-right:180px;
}

#ccofooter { 
  width: 100%;
  clear:both;
  border-top: 1px solid black;
  text-align: center;
  color: #a0a0a0;
  background: white;
}

#teaser { 
  position: relative;
  width: 100%;
  padding-bottom: 5px
  xborder: 5px solid red;
}

#teaser div {
  xborder: 3px solid green;
  padding-left:2px;
  width:33%; 
  overflow:hidden;
  float: left;
}

.slashdot {
  padding-top: 2px;
  padding-left: 8px;	
  padding-bottom: 2px;  
  color: white;
  font-weight: bold;
  font-size: 110%;
  background: #1E72A0 url("http://www.cco-ev.de/site/rounder_tl.gif") left top no-repeat; 
}

.bullet {
  list-style-image: url("http://www.cco-ev.de/site/bullet.gif");
}
 
.navigation {
  xpadding-left: 4px;
  xpadding-bottom: 4px;  
  xborder-left: grey 2px dotted;
  xborder-bottom: grey 2px dotted;  
  x-moz-border-radius-bottomleft: 8px;  
  float:right;
} 
.navigation ul{
  list-style-image: url("http://www.cco-ev.de/site/bullet.gif");
  xlist-style-type: none;
  padding: 0;
  margin: 0
}
.navigation ul li{
  xlist-style-type: none;
  margin: 0;
  padding: 0
}

.navigation li a {
  display:block;
  color: darkblue;
  text-decoration: none;  
}

.navigation li a:hover {
  background-color: blue;
  color: white;
}


.ccobutton {
                 font-size: 90%;
             	 color: black;
                 xmargin: 4px;
		     	 padding-left: 4px; 
		     	 padding-right: 4px; 
		     	 padding-top: 2px; 
		     	 padding-bottom: 2px; 
                 border-top: 1px solid #e0e0e0; 
                 border-left: 1px solid #e0e0e0; 
           	 	 border-right: 2px solid #a0a0a0; 
             	 border-bottom: 2px solid #a0a0a0; 
                 background: #eeeeee;
			     text-decoration: none;
			     -moz-border-radius: 4px;
			 
           }

.ccobutton:hover  {
                 color: blue;
             	 border-top: 1px solid black; 
             	 border-left: 1px solid black; 
             	 border-right: 2px solid black; 
             	 border-bottom: 2px solid black; 
             	 background: white;
		   }




a.rss { 
     font:bold 10px Verdana, sans-serif; 
     padding:0 .2em; 
     border:1px solid; 
     text-decoration:none; 
     background:#f60;color: #fff;
     border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57; 
     margin:0 3px; 
     vertical-align:middle; 
}
a.rss:hover, a.rss:link, a.rss:visited { 
     color:#fff;
     text-decoration:none; 
}


