﻿@charset "utf-8";

/* CSS Document */


.bg_bot {

	background-image: url(../images/bg_bottom.jpg);

	background-repeat: repeat-x;

}

.text_titel_heading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

}

.cell_hd {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background-color: #DDDDDD;

	border-top-width: 1px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #E3C56F;

	border-right-color: #E3C56F;

	border-bottom-color: #E3C56F;

	border-left-color: #E3C56F;

}

.btun {

	background-color: #60B7E2;

	height: 30px;

	width: 100px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border: 2px outset #000055;

}


.txt_main {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #555555;

}

.broder_map {

	border: 1px dashed #BB0000;

}


.navigation_style {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;
	text-decoration: none;

}


.ad_brd {

	background-color: #DDDDDD;

	border: 1px solid #888888;

}
/*---------- bubble tooltip -----------*/

a.tt{

    position:relative;

    z-index:24;

    color:#880000;

	font-weight:bold;

    text-decoration:none;

}

a.tt span{ display: none; }



/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover{ z-index:25; color: #aaaaff; background:;}

a.tt:hover span.tooltip{

    display:block;

    position:absolute;

    top:0px; left:0;

	padding: 15px 0 0 0;

	width:200px;

	color: #993300;

    text-align: left;

	filter: alpha(opacity:90);

	KHTMLOpacity: 0.90;

	MozOpacity: 0.90;

	opacity: 0.90;

}

a.tt:hover span.top{

	display: block;

	padding: 30px 8px 0;

    background: url(../images/bubble.gif) no-repeat top;

}

a.tt:hover span.middle{ /* different middle bg for stretch */

	display: block;

	padding: 0 8px;
 
	background: url(../images/bubble_filler.gif) repeat bottom;

}

a.tt:hover span.bottom{

	display: block;

	padding:3px 8px 10px;

	color: #548912;

    background: url(../images/bubble.gif) no-repeat bottom;

}

.right_bg
{

    background-image:url(../images/right_box_bg.png);

    background-repeat:no-repeat;

    background-position:top;

    width:327px;

    height:112px;

    padding:20px 18px;

    text-align:left;

    font-family:Arial;
 
    font-size:15px;

    font-weight:bold;

    line-height:22px;

    color:#ffffff;

    margin:5px 0px;

}

.right_bg_small
{

    background-image:url(../images/right_smallbox_bg.png);

    background-repeat:no-repeat;

    background-position:top;

    width:319px;

    height:82px;

    padding:10px 22px;

    text-align:left;

    font-family:Arial;
 
    font-size:15px;

    font-weight:bold;

    line-height:22px;

    color:#ffffff;

    margin:5px 0px;

}

.right_bg
_large{

    background-image:url(../images/vault10_2.png);

    background-attachment:fixed;
    background-repeat:no-repeat;

    background-position:center center;

    width:363px;

    height:244px;

    padding:20px 18px;

    text-align:left;

    font-family:Arial;
 
    font-size:15px;

    font-weight:bold;

    line-height:22px;

    color:#000000;

    margin:5px 0px;

}