/*
Author: Sebastian Wohlrab for kubus media
Client: GLOBALVEST AG
URL: http://www.globalvest.ch
Date: 2008-03-20
*/
body {
    background: #00427a;
    margin: 0;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    text-align: center;
}
.printonly {
    display: none;
}

/* Layout */
#head {
    background: #ffffff;
    color: #00427a;
    border-bottom: 0.5em solid #cbc7bf;
}

#content {
    color: #cbc7bf;
}
.wrap {
    width: 80em;
    padding: 1em;
    margin: 0 auto;
    text-align: left;
}
.logo {
	position: absolute;
	right: 20px;
	top: 25px;
}
#head .wrap {
    padding: 0 1em 1em 1em;
}
#footer {
    margin-top: 2.5em;
}
/* Navigation */
.navigation {
	width: 100%;
    margin-top: 6em;
}
.navigation tr {
    height: 8em;
}
.navigation tr td {
    border-left: 1px solid #00427a;
    /*padding-right: 0.4em;*/
}
.navigation tr td p {
    margin: 0;
}
.navigation tr td p a,
.navigation span {
    padding: 0 0.5em 0 0.5em;
    text-decoration: none;
    color: #00427a;
    text-transform: uppercase;
}
.navigation tr td p a:hover,
.navigation tr td p a.active {
    color: #ffffff;
    background: #00427a;
}
.right .navigation tr td p {
}
.right .navigation tr td p a {
}
.navigation span {
    font-weight: bold;
}

/* Headlines, Text-Formats and Links */
a {
    color: #ffffff;
}

a:hover {
    color: #cbc7bf;
}
h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 1em 0;
}
h2.nodecoration a {
    text-decoration: none;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 100%;
}
.border h2 {
    margin-bottom: 0;
}
.border h2.margin {
    margin-bottom: 1em;
}
h3 {
    font-size: 100%;
    color: #ffffff;
    margin-bottom: 0;
}
h3 a {
    text-decoration: none;
}
.small {
    font-size: 9px;
}
a img {
    border: none;
}
hr {
    background-color:#cbc7bf;
    color:#cbc7bf;
    border: #cbc7bf;
    height: 1px;
    margin: 0.5em 0 0em 0;
}
b {
    color: #ffffff;
}

.source {
    font-style: italic;
    color: #ffffff;
}
.imagelink {
    display: block;
    color: #7a92a3;
    padding-left: 1.5em;
    margin: 2em 2em 0 0;
    float: left;
    text-decoration: none;
}
.archiv {
    background: url(../images/archiv.gif) left top no-repeat;
}
.rss {
    background: url(../images/rss.gif) left top no-repeat;
}

/* Margins & Paddings */
.margin-bottom {
    margin-bottom: 2em;
}
.margin-bottom-small {
    margin-bottom: 1em;
}
p {
    margin: 0 0 1em 0;
}

.border {
    border-left: 1px solid #ffffff;
    padding-left: 1em;
    margin-bottom: 2em;
}

#footer .border {
    border-left: 1px solid #7a92a3;
    color: #7a92a3;
}
#footer a {
    color: #7a92a3;
}
#footer a:hover {
    color: #ffffff;
}


/* Standards */
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.half {
    width: 48%;
}
.invisible {
    display: none;
}
.error {
    border: 1px solid #c67777;
    color: #c67777;
    padding: 0.5em;
    background: #500000;
}

/* Lists */
ul {
    margin: 0 0 1em 0;
    padding-left: 1.5em;
}
ul.category li {
    margin-bottom: 1em;
}

/* Forms */
.input {
    width: 60%;
}
.input input[type=text],
.input input[type=password] {
    width: 100%;
}
fieldset {
    padding: 0;
    border: none;
    margin: 0 0 1em 0;
    
}
label {
    line-height: 1.5em;
}
input[type=text],
input[type=password] {
    border: none;
}
input[type=text],
input[type=password],
input[type=submit] {
    margin-bottom: 0.5em;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=text]:focus,
input[type=password]:focus {
    background: #7a92a3;
}
input[type=submit] {
    border: 1px solid #7a92a3;
    background: #353f47;
    color: #7a92a3;
}
.red {
    color: #c67777;
}
#search {
    display: none;
}
#search form {
    margin: 0 0 0.5em 0;
}
#search form input[type=text] {
    margin: 0 0.5em 0 0;
}

#search form input[type=submit] {
    background: #ffffff;
    color: #00427a;
    margin: 0;
}
#search form input[type=submit],
#search form input[type=text] {
    border: 1px solid #00427a;
}
#search form,
#search form input[type=submit] {
    padding: 0 0.5em 0 0.5em;
}

/* Tables */
table {
    font-size: 100%;
}
#content table,
.renderedtable {
    margin-bottom: 2em;
    color: #ffffff;
    border-left: 1px solid #002849;
    border-top: 1px solid #002849;
    width: 100%;
}
#content b {
    font-weight: normal;
}
#content table b,
.renderedtable b {
    color: #ffffff;
    font-weight: bold;
}
#content table td,
.renderedtable td {
    background: #285377;
    border-right: 1px solid #002849;
    border-bottom: 1px solid #002849;
    vertical-align: middle;
    padding: 0.5em;
}

#content table td p,
.renderedtable td p {
    margin: 0;
}
.content .large img,
.content .medium img,
.content .small img,
.iframe {
    border: 1px solid #002849;
}
.content img {
    width: auto;
}
.content .large {
    width: 100%;
}
.content .medium {
    width: 75%;
}
.content .small {
    width: 50%;
}
.content .original {
    margin-bottom: 2em;
}
.inline,
.object-center {
    display: inline;
}

/* SALES WORLDMAP
------------------ */

#sales-worldmap {
	display: none;
	position: relative;
}

.pointer {
	display: block;
	width: 25px;
	height: 25px;
	background: transparent url(../images/tooltip/dot.png) no-repeat 0 0;
}
.pointer:hover {
	display: block;
	width: 25px;
	height: 25px;
	background: transparent url(../images/tooltip/dot.png) no-repeat 0 -25px;
}

.pointer a {
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
}

#germany { position: absolute; left: 618px; top: 156px; }
#switzerland { position: absolute; left: 603px; top: 204px; }
#latin_amerika { position: absolute; left: 210px; top: 190px; }
#netherlands { position: absolute; left: 580px; top: 140px; }
#spain { position: absolute; left: 490px; top: 290px; }
#france { position: absolute; left: 548px; top: 206px; }
#austria { position: absolute; left: 668px; top: 194px; }
#russia { position: absolute; left: 835px; top: 60px; }
#central_america { position: absolute; left: 79px; top: 70px; }
#bulgaria { position: absolute; left: 788px; top: 256px; }
#poland { position: absolute; left: 710px; top: 140px; }

/* TOOLTIP
------------------ */

.tooltip {
	position: relative;
	z-index: 9999;
	width: 240px;
	display: none;
	text-align: left;
}

.tooltip h2 {
	font-weight: normal;
	margin: 0;
	color: #00427a;
}

.tooltip h3 {
	margin: 0;
	font-size: 130%;
	color: #919191;
}

.tooltip h3 a {
	color: #919191;
}

.tooltip h3 a:hover {
	color: #919191;
	text-decoration: underline;
}

.tooltip_top {
	height: 8px;
	background: transparent url(../images/tooltip/tooltip_top.png) no-repeat 0 -8px;	
}

.tooltip_content {
	background: transparent url(../images/tooltip/tooltip_content.png) repeat-y scroll left top;	
	padding: 5px 15px 10px;	
}

.tooltip_bottom {
	height: 17px;
	background: transparent url(../images/tooltip/tooltip_bottom.png) no-repeat 0 0;
}

.tooltip.bottom .tooltip_top {
	height: 17px;
	background: transparent url(../images/tooltip/tooltip_bottom.png) no-repeat 0 -17px;
}

.tooltip.bottom .tooltip_bottom {
	height: 8px;
	background: transparent url(../images/tooltip/tooltip_top.png) no-repeat 0 0;
}

