/* ////////////////// Farbschema Blue-White CSS //////////////////

Project:  derdurchblick.at
Autor:    Sindre Wimberger // wimberger@echonet.at
Company:  echonet communication gmbh
		  schottenfeldgasse 24, 1070 vienna
	  	  http://www.echonet.at
Created:  30.01.2007
Modified: 
Colors:   white    = #fff 
          blue     = #009
/////////////////////////////////////////////////// */
@import url("m-base.css");
@import url("m-form.css");
@import url("m-lightbox.css");

/* +body
-------------------------------------------------------------------*/
body {background-color:#fff;color:#009;}

/* +standard Elemente
-------------------------------------------------------------------*/
#c-parent .colhead {border: 1px solid #009;}
.button {border: 1px solid #009;}
/* ----- +Links ----- */
a:link, a:hover, a:active, a:focus, a:visited {color: #009;}
.more a:link, .more a:hover, .more a:active, .more a:focus, .more a:visited {background-image: url(blue/more-pfeil.gif);border-color:#009;}
a:link.button, a:hover.button, a:active.button, a:focus.button, a:visited.button {background-color:#fff;border-color:#009;}

/* +grundlayout
-------------------------------------------------------------------*/
/* ----- +header ----- */
#c-sitenav {border-bottom:2px solid #009;}
#c-sitenav li .spc {font-weight:bold;} 
/* +breadcrumbnavigation */
#c-bread {border:1px solid #009;border-bottom-width:3px;}
/* ----- +content ----- */
#c-preview div {border:1px solid #009;}
/* ----- +easy2see ----- */
#c-easy2see p {border:1px solid #009;}
#c-easy2see ul li a img {border-color: #009;}
#c-easy2see ul li a:hover img {border-color: #009;}

/* +module
-------------------------------------------------------------------*/
/* ----- +messagebox ----- */
.msglist li {border-bottom:1px solid #009;}

/* +snippets
-------------------------------------------------------------------*/
.box {border:1px solid #009;padding-right:1%;}
.error-msg {border-color:#009;}
/* ----- +images ----- */
a.imgdetail span {background-image: url(blue/plus.gif);}
/* ----- +poll ----- */
ul.poll ul.percent div {border-color:#009;}
ul.poll ul.percent div span.bar {background-color:#009;}
/* ----- +browse ----- */
ul.browse li a:link, ul.browse li a:active, ul.browse li a:focus, ul.browse li a:visited {border-color:#009;}
ul.browse li a:hover {border-color:#009;}

/* +formulare
-------------------------------------------------------------------*/
legend {color: #009;}
form {border:1px solid #009;width:99%;}
form.bg {padding-right:1%;}
form .error {border-width:2px;}
input, select, textarea {background-color: #fff;border: 1px solid #009;color:#009;margin:1px 0;}
input:focus, select:focus, textarea:focus {border-width:2px;margin:0;}

.sidebar form {border: 0 none;}
#c-search {border: 0 none;}

#c-login input:focus {border-width:2px 1px;}

/* +tabellen
-------------------------------------------------------------------*/
thead th {border-bottom:2px solid #009;}
table tr td {border-bottom:1px solid #009;}

/* +lightbox
-------------------------------------------------------------------*/
#outerImageContainer, #imageDataContainer, #overlay, #bottomNav a {background-color: #fff;}

/* Stile nur für IE5/Mac
   Verwendet den "E5/Mac Band Pass Filter":
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
  @import url("b-ie5mac.css");
/**/