﻿/* Autor: www.meiss.info : Joerg Meiss*/
/* www.rhein-main-mediendesign.de */

/* ---------------------------------------------------------------------- */
/* Seitenfarbe, Schrift und Scrollbar IE ab v5.5*/
/* ----------------------1A4382------------------------------------------------ */
/* Fettschrift: font-weight: normal oder bold */
/* Die Definition der Schriftgr&ouml;&szlig;e in Punkt (pt) ist offenbar nicht absolut!
W&Auml;;hlte ich dagegen die Einstellung Pixel (px) gab es diesen Einfluss nicht. Ich 
musste allerdings ein paar Pixel zulegen: 10 pt entspricht ca. 12 px. */

html {
	height: 101%; /* erzwingt Scrollbar in FF */
}


body
{
background-color: #123260;

color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: normal;
text-align: left;

margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}

p
{
color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: normal;
text-align: justify;
margin-top: 0;
margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */
/* Maus-Cursor */
/* ---------------------------------------------------------------------- */
/* Wir nur in dem Pseudo-Element a.help: verwendet */


.help
{ cursor: help; } 

/* ---------------------------------------------------------------------- */
/* Tabellentext*/
/* ---------------------------------------------------------------------- */

table,tr,td
{
color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: normal;
text-align: left;
}

/* ---------------------------------------------------------------------- */
/* Listen */
/* ---------------------------------------------------------------------- */

.dreick
{
list-style-image: url(images/auf_blau.gif);
margin-bottom: 0px;
}

li
{
margin-bottom: 6px;
}

/* ---------------------------------------------------------------------- */
/* Foto */
/* ---------------------------------------------------------------------- */

.bildr
{
float: right;
}

.rand1
{
border-color: #000000;
border-width: 1px;
}



/* ---------------------------------------------------------------------- */
/* Layout */
/* ---------------------------------------------------------------------- */


.richtungrechts
{
text-align: right;
}

.zentrieren_gross
{
text-align: center;
font-size: 14px;
}

.zeile02
{
background-color: #5579AE;
height: 25px;
background-image: url("images/images/banner02.jpg");
background-repeat: no-repeat;
background-positon: center;
}

.zeile03_aussen
{
background-color: #CCD9EC;
height: 350px;
}

.zeile03_innen
{
background-color: #A5BADA;
height: 325px;
border-right: 1px solid #123260;
}

.zeile03_content
{
background-color: #FFFFFF;
height: 325px;
background-image: url("images/weltkarte_540px.jpg");
background-repeat: no-repeat;
background-positon: right;
}

.zeile03_content_ohne
{
background-color: #FFFFFF;
height: 325px;
background-image: url("");
background-repeat: no-repeat;
background-positon: right;
}

.zeile04navi
{
background-color: #E2E2E2;
color: black;
text-decoration: none;
font-family: verdana,
sans-serif; font-size: 10pt;
}

.update
{
background-color: #5176AE;
color: #CCCCCC;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 09px;
text-align: center;
height: 20px;
border-right: 1px solid #123260;
}

.inhalt
{
padding: 20px;
background-color: #FFFFFF;
background-image: url("images/images/hintergrund02.jpg");
background-repeat: no-repeat;
background-position: top right;
}

.inhaltohne
{
padding: 20px;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: top right;
}

.fuss
{
color: #CCCCCC;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
text-align: center;
line-height: 12px;
height: 10px;
margin-top: 10px;
}


/* ---------------------------------------------------------------------- */
/* Ueberschriften */
/* ---------------------------------------------------------------------- */

h1
{
color: #0033CC;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
margin-bottom: 15px;
}

h2
{
color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;

}


/* ---------------------------------------------------------------------- */
/* Navigation */
/* -1958b7--------------------------------------------------------------------- */

#navcontainer
{
width: 180px;
border-right: 0px solid #000;
padding: 0 0 0em 0;
margin-bottom: 0em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #A5BADA;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #123260;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.border
{
border-right: 1px solid #123260;
}

.streifen
{
border-left: 10px solid #123260;
}


/* ---------------------------------------------------------------------- */
/* Links allgemein */
/* ---------------------------------------------------------------------- */

link
{
color: #000066;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

a:link
{
color: #000066;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

a:visited
{
color: #000066;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

a:active
{
color: #000066;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

a:hover
{
color: #003399;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #E1F0FF;
}