/*
###########################################
## MGFFI Ghana-Portal                    ##
## Print-Styles Seiten ohne Frames       ##
## (c) 2009 Webworker GmbH, Koeln        ##
###########################################
*/

/*
###########################################
## Grundeinstellungen                    ##
###########################################
*/


/*
+++++++++++++++++++++++++++++++++++++++++++
Seiteneigenschaften
+++++++++++++++++++++++++++++++++++++++++++
*/

html
{
background-image: none;
}

body
{
height: 100%;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
background-image: none;
}


/*
+++++++++++++++++++++++++++++++++++++++++++
Alle borders ausschalten 
+++++++++++++++++++++++++++++++++++++++++++
*/

*
{
border: 0;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Linkmerkmale fuer Bilder ausschalten 
+++++++++++++++++++++++++++++++++++++++++++
*/

img a,
img a:link,
img a:visited,
img a:hover,
img a:active,
img a:focus
{
border: 0;
text-decoration: none;
background: transparent;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Horizontale Linie
+++++++++++++++++++++++++++++++++++++++++++
*/

hr
{
height: 1px;
margin: 5px 0;
border: 0;
background-color: #000000;
}



/*
###########################################
## Kopfleiste mit Servicenavigation      ##
###########################################
*/


/*
+++++++++++++++++++++++++++++++++++++++++++
Absenderkennung (Wappen) und Bildleiste
+++++++++++++++++++++++++++++++++++++++++++
*/

#absenderkennung
{
display: none;
}

#bildleiste
{
display: none;
}

#bildleiste #logoghana
{
display: none;
}

#bildleiste #blrechts
{
display: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Servicenavigation
+++++++++++++++++++++++++++++++++++++++++++
*/

#servicenavi
{
display: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Container fuer Inhaltsbereich
+++++++++++++++++++++++++++++++++++++++++++
*/

#wrapper
{
clear: both;
background-color: #ffffff;
}




/*
###########################################
## Hauptnavigation                       ##
###########################################
*/


/*
+++++++++++++++++++++++++++++++++++++++++++
Navigation Hintergrund und Begrenzung
+++++++++++++++++++++++++++++++++++++++++++
*/

.navi
{
display: none;
}


/*
###########################################
## Marginalspalte (Related Content)      ##
###########################################
*/

/*
+++++++++++++++++++++++++++++++++++++++++++
Spalte
+++++++++++++++++++++++++++++++++++++++++++
*/

#relcont
{
display: none;
}

/*
###########################################
## Contentbereich                        ##
###########################################
*/


/*
+++++++++++++++++++++++++++++++++++++++++++
Blauer Balken
+++++++++++++++++++++++++++++++++++++++++++
*/

#bluebar
{
display: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Hauptinhalt
+++++++++++++++++++++++++++++++++++++++++++
*/

#content
{
margin: inherit;
background-color: #ffffff;
}

/* Ueberschriftbalken */

#content h1
{
margin: 1.5em 0em 0.5em 0em;
font-size: 10pt;
font-weight: bold;
min-height: 15px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: transparent;
background-image: none;
}

/* Zeilenabstand */

#content p,
#content ul,
#content ol
{
line-height: normal;
margin: 1.0em 0em 1.0em 0em;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Listen im Fliesstext
+++++++++++++++++++++++++++++++++++++++++++
*/

#content ul
{
list-style: inherit;
}

/*
+++++++++++++++++++++++++++++++++++++++++++
Bilder im Fliesstext
+++++++++++++++++++++++++++++++++++++++++++
*/

/* Im Text mitfliessend, Standardfall */

#content img
{
float: left;
margin: 4px 12px 0 0;
}

/* Im Text mitfliessend, freigestellt, neue Zeile */

#content img.freigestellt
{
float: none;
margin: 12px 0 12px 0;
}


/*
+++++++++++++++++++++++++++++++++++++++++++
Links
+++++++++++++++++++++++++++++++++++++++++++
*/

#content a,
#content a:link,
#content a:visited
{
color: #000000;
text-decoration: underline;
font-weight: normal;
background-image: none;
}

#content a.mehr
{
background-image: none;
}

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

p.linkleiste
{
text-align: right;
padding-right: 16px;
margin: 1.0em 0em 1.0em 0em;
min-height: 15px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: transparent;
}




