@charset "utf-8";
/**
*** CSS Document for Screen-Design
*** A Style by re-design.de
*** @version 1.0
*** @copyright (C) 2005-2006 by - Enrico Reinsdorf
*** @web http://www.re-design.de
**/

/* Reset Globals */
* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {font-size: 1em;}
/* End Reset Globals */

/* General Style */
body {
	font: 90%/150% "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #FC9;
	color: #000;
	margin: 0;
}
caption {
	font-size: 60%;
	line-height: 1.2em;
	margin: 0;
	white-space: nowrap;
}
table {
	border-collapse: separate;
	border: 1px solid #036;
	margin: 1em 0;
}
td, th {
	border: 1px solid #036;
	padding: .2em;
}
/* End General Style */

/* Layout Style */
#Top {
	background: #900;
	height: 105px;
}
#Logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 130px;
	text-align: center;
	background: #FFF;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}
#Header {
	position: absolute;
	top: 0;
	left: 200px;
	background: #900;
}
#Main {
	background: #FFF;
}
#Navigation {
	position: absolute;
	top: 107px;
	left: -1px;
	width: 202px;
}
#Content {
	margin: 0 0 0 200px;
	border-left: 1px solid #036;
}
#Bottom {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FC9;
	border-top: 1px solid #036;
}
#Language {
}
#Footer {
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 80%;
}
/* End Layout Style */

/* Customer Style */
#Header {
	padding: 10px;
	color: #FFF;
}
#Navigation {
	font-size: 80%;
}
#Navigation ul {
	margin: 2em 0 0 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	background-color: #FC9;
}
#Navigation ul ul {
	margin: 0;
}
#Navigation li {
	border: 1px solid #900;
	margin: 0;
	padding: 0;
}
#Navigation li li {
	border: 0;
	margin-left: 1em;
}
#Navigation a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: .2em;
	border-left: .3em solid #FC9;
}
#Navigation a:hover {
	border-left: .3em solid #900;
}
#Navigation a.Parent {
	background: #900;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	border-left: .3em solid #900;
}
#Navigation a.Parent:hover {
	border-left: .3em solid #FFF;
}
#Navigation span {
	display: block;
	margin: 0;
	padding: .2em .2em .2em .5em;
	font-weight: bold;
	font-size: 110%;
	background: #900;
	color: #FFF;
}
* html body #Navigation a,
* html body #Navigation span {
	height: 1.5em;
}
#Content {
	padding: 1em;
}
#Content h2,
#Content h3,
#Content h4 {
	text-transform: uppercase;
}
#Content p {
	margin: 1em 0 0 0;
}
#Content img {
	border: 1px solid #036;
}
#Content img.Image_NoBorder {
	border: 0;
}
#Content th {
	background: #900;
	color: #FFF;
}
#Content tr.first {
	background: #FC9;
}
#Content td.right {
	text-align: right;
}
#Content ul li {
	list-style-type: disc;
}
#Content .Definition {
}
#Content .Definition dt {
	margin: 2em 0 0 0;
	font-weight: bold;
}
#Language ul {
	margin: 0 0 0 200px;
	padding: 0;
	list-style-type: none;
}
#Language li {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 5px 2px 30px;
	border: 1px solid #036;
	border-top: none;
	background-color: #FFF;
}
#Footer p {
	margin: 0;
}
#Notice {
	position: absolute;
	top: 0;
	right: 0; 
}
#Notice a {
	display: block;
	width: 140px;
	height: 190px;
	background: url(../images/projecto_educativo_button.png) no-repeat top left;
}
* html body #Notice a {
	background: url(../images/projecto_educativo_button.gif) no-repeat top left;
}
#Notice a span {
	display: none;
}
/* End Customer Style */

/* Flag Style */
#Spain { background: url(../icons/ikon_spain.gif) no-repeat left .4em; }
#English { background: url(../icons/ikon_english.gif) no-repeat  left .4em; }
#German { background: url(../icons/ikon_german.gif) no-repeat left .4em; }
#Italiano { background: url(../icons/ikon_italiano.gif) no-repeat left .4em; }
/* End Flag-Style */

/* Tagformating */
table.Nivel {
	float: left;
	width: 15em;
	margin: .5em .5em 0 0;
}
table.Nivel caption {
	caption-side: bottom;
	white-space: normal;
	margin: 0 .5em 0 0;
	padding: 0;
} 
ul.Person {
}
ul.Person li.Person {
	float: left;
	width: 24em;
	height: 11em;
	overflow: auto;
	margin: 0 .5em .5em 0;
	padding: 0 0 0 .5em;
	border: 1px solid #FC9;
	border-left: 10px solid #FC9;
	list-style-type: none;
}
ul.Person li.Person img {
	float: right;
	border: none;
}
dl.Bank {
	width: 49em;
	margin: 0 0 1em 0;
	padding: .5em;
	border: 1px solid #FC9;
	border-left: 10px solid #FC9;
}
dl.Bank dt {
	clear: left;
	display: block;
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 .5em 0 0;
}
ul.Direction {
}
ul.Direction img {
	float: right;
}
ul.Direction li.Direction {
	float: left;
	width: 24em;
	height: 12em;
	overflow: auto;
	margin: 0 .5em .5em 0;
	padding: 0 0 0 .5em;
	border: 1px solid #FC9;
	border-left: 10px solid #FC9;
	list-style-type: none;
}
ul.Direction li.Direction img {
	float: right;
}
img.Left {
	float: left;
	margin: .3em .5em 0 0;
}
img.Right {
	float: right;
	margin: .3em 0 0 .5em;
}
img.Center {
	display: block;
	margin: 0 auto;
}
div.Left {
	float: left;
	margin: 0 .5em 0 0;
	padding: .2em;
	border: 1px solid #000;
}
div.Right {
	float: right;
	margin: 0 0 0 .5em;
	padding: .2em;
	border: 1px solid #000;
}
a.Link_Enlarge {
	padding: 0 0 0 10px;
	background: url(../icons/ikon_scale.gif) no-repeat left center;
}
span.small {
	font-size: 70%;
}
.clear {
	visibility: hidden;
	clear: both;
}
/* End Tagformating */

/* ZUSATZ FORMATIERUNG */
.Translate {
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: .2em;
	cursor: help;
}
