/****************************************
   
*  Main Stylesheet for
*  Print
*   
*  Dimme Crossmedia - dimme.ch
*  Stephanie Maedel

*****************************************/


@import url(navigation.css);
@import url(extensions.css);

#print_button {
display:none;
}

#logo {
width:100%;
text-align: center;
  height: auto;
  background-color: #fff;
}

#banner,
#banner_bg,
#leftcol,
#rightcol,
#navigation-top,
#color1,
#color2,
#wrapper_bild
 {
display:none;
}



/***************************************
*        Format - Textstile
***************************************/

.orange_color { 
  color: #D7741D;
}

.green_color { 
  color: #C9D255;
}

.blue_color { 
  color:#294998;
}

.red_color { 
  color:#f00;
}

.black_color { 
  color: #454440;
}



/***************************************
*               GENERAL
***************************************/


* {
  margin: 0;
  padding: 0;
}

html 
{
min-height:100%;
}

body 
{
  height: 100%;
  color: #565143;
  background-color:#FFFFFF;
  background-image:none;
  background:none;
  font-family:  Verdana, Arial, Georgia, Times New Roman, Arial, Verdana, Helvetica, Serif;
  font-weight: normal;
  min-height:100%;
  text-align:left;
  font-size:12px;
  line-height: 145%;
}

html,body 
{
  font-size:100.01%;
}

a img {
  border:none
}

a
{
  text-decoration:none;
  color: #D7741D;
}

a:hover
{
  text-decoration:none;
  cursor:pointer;
}

table {
  height: 100%;
  padding:0;
  margin:0;
}

td { vertical-align: top; }

.hide,
.hidden,
.clearer {
  display: none;
}

.clear{
clear:both;
}

p {
  padding:0;
  margin: 0;
}


/***************************************
*              WRAPPER
***************************************/



#wrapper {
      width:100%;
      height:100%;

}


/***************************************
*              HEADLINES
***************************************/


h1 {
  font-family: Arial, Verdana, Helvetica, Georgia, Times New Roman,  Sans-Serif;
  font-weight: normal;
  font-size:22px;
  line-height:130%;
  color:#333;
}

.headline1  {
  background-image: none;
  height:100%;
  list-style: none;
  background-repeat:no-repeat;
}



.csc-subheader {
  font-family: Verdana, Arial, Verdana, Helvetica, Georgia, Times New Roman,  Sans-Serif;
  font-weight: bold;
  font-size:11px;
  color:#333;
  line-height: 135%;
}

h2 {
  font-family: Verdana, Arial, Verdana, Helvetica, Georgia, Times New Roman,  Sans-Serif;
  font-weight: normal;
  font-size:15px;
  color:#00538a;
  line-height: 135%;
  padding-bottom:15px;
}


.headline3{
  border-bottom: 1px solid #9e9d93; 
}

.headlines{
  padding-bottom: 25px;
}



/***************************************
*               GENERAL
***************************************/


#content {
  margin: 0;
  width:auto;
  height:100%;
  clear:both;
}

#content a:hover
{
  text-decoration:underline; 
}

#midcol {
  font-family:  Verdana, Arial, Georgia, Times New Roman, Arial, Verdana, Helvetica, Serif;
  font-weight: normal;
  text-align:left;
  font-size:12px;
  line-height: 175%;
  float:left;
  padding-left:0px;
  padding-right:0px;
  padding-top:20px;

  height:auto;
}


#midcol .csc-default ul li {
  padding-left:0px;
  background-image: none;
  height:100%;
  padding-bottom:5px;
}


#midcol .csc-default ul  {
  list-style-type:square;
  list-style-position: inside;

}

#midcol .csc-default ul{
  padding-top:4px;
}

#midcol .csc-default DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
    float: left;
background-image:none;
  padding:0;
  height:auto;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline;
    margin-left: 6px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 4px;
}



#midcol .csc-default .csc-textpic-text a,
#midcol .csc-default p.bodytext a,
#midcol .csc-default .csc-textpic-caption a  {
  color: #CC6600
}

.csc-textpic-caption {
  float:left;
  padding-top:5px;
  font-family: Verdana, Arial, Georgia, Times New Roman, Arial, Verdana, Helvetica, Serif;
  font-weight: normal;
  text-align:left;
  font-size:10px;
  line-height: 150%;
}

/***************************************
*             Footer
***************************************/

#footer {
  padding-left:0px;
  padding-right:0px;
  padding-top:30px;
  margin-top:20px;
  text-align: left;
  margin: 0 auto;
  font-weight:normal;
  color: #565143;
  font-family:  Verdana, Helvetica, Georgia, Times New Roman,  Sans-Serif;
  font-size:10px;
   z-index:3;
}

#footer ul
{
  padding-top:7px;
  list-style-type:none;
  margin-left: 2px;
}

#footer ul li
{
  display:inline;
}

#footer ul li.copy
{
  padding-right:20px;
  font-weight:bold;
}

#footer ul li.foot
{
}

#footer a {
  color:#565143;
}

#footer a:hover {
text-decoration:underline;
}



