

/* Text Paragraph ------------------------------------- */

p
{
	font-size: 11px;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color : #333333;
	margin: 0pt;
	line-height: 13px;
}

.p
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0pt;
	color : #333333;
	line-height: 13px;
}

copy
{
	font-size: 10px;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	color : #333333;
	margin: 0pt;
}

.copy
{
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	margin: 0pt;
	color : #333333;
}


h1
{
	font-size: 11px;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color : #333333;
	margin: 0pt;
	margin-bottom: 1pt;
	line-height: 13px;
}


.h1
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0pt;
	color : #333333;
	margin-bottom: 1pt;
	line-height: 13px;
}


h3
{
	font-size: 11px;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color : #333333;
	margin: 0pt;
	margin-top: 10pt;
	margin-bottom: 1pt;
	line-height: 13px;
}


.h3
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0pt;
	color : #333333;
	margin-top: 10pt;
	margin-bottom: 1pt;
	line-height: 13px;
}


h2
{
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color : #B70D0E;
	margin: 0pt;
	margin-bottom: 5pt;
	line-height: 13px;
}


.h2
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0pt;
	color : #B70D0E;
	margin-bottom: 5pt;
	line-height: 13px;
}

h4
{
	font-size: 11px;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color : #333333;
	margin: 0pt;
	margin-top: 20pt;
	margin-bottom: 1pt;
	line-height: 13px;
}


.h4
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0pt;
	color : #333333;
	margin-top: 20pt;
	margin-bottom: 1pt;
}


newsheader
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0pt;
	color : #202D70;
}



/* Unordered Lists ----------------------------- */

UL
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color : #333333;
	margin: 0pt;
	list-style-image: url(../_img/bullet.gif);
	list-style-type: disc;
	padding: 13px;
	padding-bottom: 0px;
	padding-top: 2px;
	line-height: 12px;
}



/* LI Classes ------------------------------------*/

LI
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
/*	list-style-image:url(../_css/ul/ul_bullet_computer.gif); */
	list-style-image:url(../_img/bullet.gif);
	list-style-type:disc;
	color : #333333;
	line-height: 13px;
}


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

a:link
{
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #333333;
	font-style:normal;
	text-decoration: underline;
	line-height: 13px;
}


a:visited
{
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #333333;
	font-style:normal;
	text-decoration: underline;
	line-height: 13px;
}

a:active
{
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	line-height: 13px;
	text-decoration: underline;
}

a:hover
{
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: underline;
	line-height: 13px;
}



/* NAVIGATION ELEMENTS, TEXT AND LINKS ------------------------------------*/


.subtitle_background {
        width: 100%;
        background-color: #E3EDF5;
        border-bottom: solid 1px #97B6CC;
        color: #202D70;
        /* color: #5785BC; */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
        /* vertical-align: middle; */
        padding-left: 10px;
        padding-top: 5px;
        height: 20px;        
}

navtext
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color : #202D70;
	margin: 0pt;
}

.navtext
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0pt;
	color : #202D70;
}



a.navtext:link
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #202D70;
	font-style:normal;
	text-decoration: none;
}


a.navtext:visited
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #202D70;
	font-style:normal;
	text-decoration: none;
}

a.navtext:active
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
}

a.navtext:hover
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
}

a.navtext_on:link
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
}


a.navtext_on:visited
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
}

a.navtext_on:active
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
}

a.navtext_on:hover
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
}


a.navtext2:link
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #202D70;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}


a.navtext2:visited
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #202D70;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}

a.navtext2:active
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}

a.navtext2:hover
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}

a.navtext2_on:link
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}


a.navtext2_on:visited
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}

a.navtext2_on:active
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}

a.navtext2_on:hover
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin: 0pt;
	color : #B70D0E;
	font-style:normal;
	text-decoration: none;
	line-height:16px;
}

/* LOCATION DIV ELEMENTS ------------------------------------*/


div.logo
{
	position: absolute;
	top: 3px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
	height: 50px;
}


div.language
{
	position: absolute;
	top: 3px;
	left: 0px;
	text-align: right;
	color: #ffffff;
	width: 100%;
	height: 50px;
}



div.nav
{
	position: absolute;
	top: 50px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
	height: 50px;
}


div.subnav
{
	position: absolute;
	top: 137px;
	left: 0px;
	text-align: right;
	color: #ffffff;
	width: 100%;
	z-index:3;
}


div.login
{
	position: absolute;
	top: 3px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
}

div.header
{
	position: absolute;
	top: 87px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
}

div.copy
{
	position: absolute;
	top: 494px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
}


div.photo
{
	position: absolute;
	top: 237px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
	z-index: 0;
}

div.photo2
{
	position: absolute;
	top: 339px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
	z-index: 0;
}

div.content
{
	position: absolute;
	top: 145px;
	left: 0px;
	text-align: left;
	color: #ffffff;
	width: 100%;
	z-index: 1;
}

.compliance h4 {
   margin-top: 0px;
}

.paragraph {
   margin-bottom: 12px;
}

   .subtitle {
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-weight: normal;
        color : #202D70;
        text-align: right;
        margin-bottom: 10px;
        border-bottom: #CDCDCD solid 1px;
     
    }

    .currentlang {
        color : #B70D0E;
    }

    .langseperator {
        color : #CDCDCD;
    }

    .bigger {
        font-size: 120%;
    }

    .paper {
        background-color: #EBEBED;
        padding: 5px;
        padding-left: 30px; 
        text-align: left;
     }

     .right {
        text-align: right;
     }

     .justify {
        text-align: justify;
     } 

     .post_footer {
        margin-bottom: 2em;
     }

   .submenu_link {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color : #202D70;
        text-align: right;
        margin-bottom: 10px;
        padding-bottom:5px;
        border-bottom: #CDCDCD solid 1px;
    }
    .schlagzeilen {
        height: 7.8em;
        overflow: auto;
        #border-bottom: #CDCDCD solid 1px;
    }

    .schlagzeilen td, .schlagzeilen li {
        width: auto;
        border-bottom: 1px dotted #BFBFBF;  
        padding: 5px 5px 6px 0;
    }
    .schlagzeilen .time {
        margin: 0;
        padding: 0 5px 0 0;
        font-weight: bold;
    }

    .schlagzeilen a{
        text-decoration: none;
    }

    .schlagzeilen .time a{
        font-weight: bold;
        text-decoration: none;
    }

    .newsticker {
    }

    .anmelden {
       padding: 0 0 0 0;
       #width: 9.5em;
       #float: right;
    }

    .anmelden p{
        padding: 10px 0 0 0;
    }

    .warning {
        color: red;
	font-weight: bold;
    }
