 /* ------------------------------------------------------------------------------------
  * Project: www.wale-in-kanada.de
  * Agency: e8media - agentur fr digitale kommunikation | www.e8media.de
  * Code by: Marco Nätlitz [naetlitz@e8media.de]
  * Screendesign by: Stefan Weber [weber@e8media.de]
  * Created 10.04.2007
  * ------------------------------------------------------------------------------------
*/

*
{
    margin: 0;
    padding:  0;
}

body
{
	background: url('/img/partner/partner_ctc.gif') no-repeat top right;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12pt;
	color: Black;
}

/* ---------------- Allgemeine Klassendefinitionen ---------------- */
/* ---- Links ---- */
a,
a:active,
a:visited
{
    color: #0790cc;
    text-decoration: underline;
}

a:hover
{
    color: #70c8ee;
}

/* ---- Ueberschriften ---- */
h1,
h2,
h3,
h5
{
    font-family: arial, verdana, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    margin: 0 10px 0 20px;
    /* abstand nach oben uber padding, wegen Sprungmarken */
    padding: 30px 0 0 0;
    clear: left;	
}

h1 a,
h2 a,
h3 a,
h5 a
{
	text-decoration: none;
}

/* wenn Ueberschrift eine sup-line (i.d.R. h5) hat */
h2.sub,
h3.sub
{
    padding-top: 0;
}

h3
{
    font-size: 14pt;
}

/* sup-head */
h5
{
    color: #9d9d9d;
    font-size: 10pt;
}


/* ---- Absaetzte ---- */
p
{
    margin: 15px 25px 0 20px;
    line-height: 150%;
    padding: 0;
}

/* ---- Bilder ---- */
img
{
    border: 0;
}

/* Bilder im Text */
p img
{
    float: left;
    margin: 5px 15px 10px 0;
}

/* ---------------- Grundaufbau ---------------- */
div#mainCont
{
	
}

div#right
{
	display: none;
	visibility: hidden;
}

div#rightBar,
div#rightBar2
{
	display: none;
	visibility: hidden;
}



/* ---- Header  ---- */
div#mainCont div.cont1
{
	display: none;
	visibility: hidden;
}


/* ---------------- Footer ------------------------- */
div#footer
{
	display: none;
	visibility: hidden;
}

/* ---------------- Hauptnavigation ---------------- */
div.navCont
{
	display: none;
	visibility: hidden;
}
