﻿@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff; /*d1d0af*/
}

a:link { color: #000000; }
a:visited { color: #333333; }
a:activ { color:#000000; }

img,
a img {
	border: 0;
}

table td {
	vertical-align: top;
}

#main p {
	margin-bottom:1.4em;
}

p.tiny {
	font-size: 0.8em; 
}

#main {
    line-height: 1.4em;
}

#main ul {
    margin: 0 0 1.5em 0;
}

#main ul li {
    margin-left: 1.5em;
}

#wrapper {
    position: relative;
	margin: 50px auto 0 auto;
	width: 950px;
	height: 520px;
	background-color: #fff;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
    width: 950px;
    height: 476px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 10px 57px;
border-color: #d1d0af;
border: 1px solid;
}

#main {
    position: absolute;
    left: 531px;
    top: 92px; 
    padding-right: 10px;
    font-size: 0.75em;
}

p.caption {
    position: absolute;
    bottom: 20px;
    left: 531px;
    font-size: 0.6em;
    color: #6E6F74;
}

span.caption {
	font-size: 0.8em;
}

#nav {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.9em;
}

#nav li {
    list-style-type; none;
    display: inline;
    margin-right: 1.34em;
}

#nav a:link,
#nav a:visited {
    /*text-decoration: none;*/
    color: #97999C;
}

/* inline-popup */
div#popup {
	position: absolute;
	left: 272px;
	top: 69px;
	width: 200px;
	heighth: 200px;
	border: 4px solid #629FA7;
	background-color: #E1E2E3;
	z-index: 200;
	width: 509px;
	height: 326px;
}

div#popup img {
	position: absolute;
	left: 0;
	bottom: 0;
}

div#popup img#close {
	position: absolute;
	left: 475px;
	top: 10px;
}

div#popup p {
	margin: 5px 0 0 6px;
	font-size: 0.6em;
}

p#who {
    position: absolute; /* from #wrapper */
    bottom: 20px;
    left: 10px;
    font-size: 0.7em;
	background-color: #fff;
}

table.informativ {
	border-collapse: collapse;
}

table.informativ col.col1 { width: 210px; }

table.informativ td {
	padding-right: 1.4em;
	font-size: 0.9em;
}

/* section specific rules */



a#cross {
	display: block;
	position: absolute;
	text-decoration: none; 
	width: 253px;
	height: 164px;
	bottom: 0;
	left: 272px;
}