/* POSITIONIERUNG */
/******************/
html {
 background-color: #DFD9AC;
 font: 11px/16px "Verdana", "Futura",sans-serif;
 color:#000;
 text-align: center;
}
body {
 margin: 0;
 padding: 0;

}
#tools {
 margin: 0;
 padding: 2px 0 4px 0;
 width: 100%;
 background-color: #fff;
 position: relative;
 font-size: .9em;
 background: #fff url(../pics/top2.png) bottom left repeat-x;
}
#tools ul {
 position: absolute;
 top:2px;
 right: 1em;
 padding:0;
 margin:0;
}
ul.tools li {
 margin: 0;
 padding: 0 0.5em;
 list-style-type: none;
 text-align: right;
 float: left;
border-right: 1px solid #999;

}
ul.tools li a{
  color: #000;
  text-decoration: none;
}
ul.tools li a:hover{
  color: #00f;
}
#tools .language {
 text-align:left;
 font-weight: bold;
 padding-left: .5em;
}
#tools .language a {
 font-weight: normal;
 text-decoration: none;
}

#frame {
 margin: 0 auto;
 padding: 0;
 width: 791px;
 text-align: left;
}

#main {
  width: 584px;
  margin: 0 0 0 204px;
/*  position: relative; */
z-index:1;
}
#left {
  width: 204px;
  margin: 0;
float: left;
z-index: 3;
}
.center {
  width: 584px;
}

.logo img {
 border: none;
}
.content {
  margin: 41px 0 0 0;
  position: relative;
}
/* NAVIGATION */
#nav {
  margin: 33px 0 0 23px;
  padding: 8px 0 5px 18px;
  width: 145px;
 background-color: #fff;
}
#nav li {
 list-style: url(../pics/square.png);
 padding-top: .4em;
 background-color: #fff;
}
#nav li:hover {
 list-style: url(../pics/squareY.png);
}
#nav li a {
  border-bottom: 1px solid #fff;
}
#nav a.selected {
 color: #000;
 border-bottom: 1px solid #000;
}
#nav a {
  color: #666;
  width: 80%;
  display: block;
  text-decoration: none;
}
#nav a:hover {
  color: #36f;
  border-bottom: 1px solid #36f;
  text-decoration: none;
}
#nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#nav ul li,#nav ul li:hover{
 list-style: url(../pics/squareW.png); 
}


/* FONTSIZES */

#footer {
  font-size: 10px;
}
h1 {
  font-size: 2.1em;
  line-height: 1em;
  color: #363791;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
}
h2 {
  font-size: 1.7em;
  line-height: 1em;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  margin: 1em 0 10px 0;
  border-bottom: 1px dotted #99f
}
h3 {
  font-size: 1.4em;
  line-height: 1em;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  margin: 1em 0 0 0;
  padding: 0;
}
h4 {
  font-size: 1.1em;
  line-height: 1em;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}

a {
  color: #000;
}
a:visited {
  color: #555;
}
a:hover{
 color:#00f;
}
#center .error {
  color: #f00;
}
.center ul, .center ol {
  padding-left: 1.5em;
 list-style: square;
  margin: .5em 0;
}
.center p {
 padding: 0;
 margin: .5em 0;
}
p.updated { clear: both; padding-top: 10px; font-size: 10px; height: 20px}
span.impressum { float: right; width: 45%; display: block; text-align: right}
span.updated { float: left; width: 45%; display: block}


/* LOGIN-FORM */
#loginForm {
  width: 160px;
  margin: 20px 0 0 25px;
  color: #666;
}
#loginForm fieldset {
  border: none;
  padding: .2em 0;
}
#loginForm legend {
  display: none;
}
#loginForm a {
 color: #666;
}
#loginForm .item input {
  width: 83%;
  border: 1px solid #999;
  font-size: .9em;
}
#loginForm .control input {
  margin: .5em 0;
  border: 1px solid #999;
  font-size: .9em
}
#loginForm #xajax_msg {
 padding: 0;
 width: 83%;
 color: red;
}
#loginForm #xajax_msg ul {
 margin: 0;
 padding: 0 0 1em 16px;
 list-style: square;
}
#loginForm #xajax_msg p {
 margin: 0;
}

/* SEARCH */

#searchQuick {
 border: none;
 padding: .5em 0;
}
#searchQuick legend{
 display: none;
}
#searchExtended{
 border:none;
 padding: .5em 0;
}
#searchExtended legend{
 display: none;
}
#searchExtended .select{
 width: 50%;
 float: left;
}
#searchExtended .select label{
 display: block;
}
#searchExtended .select select{
 width: 98%;
}
#paging {
 border-bottom: 1px solid #ccc;
 margin: 1em 0;
}
#paging div.prev {
 width:40px;
 float: left;
}
#paging div.range {
 width:440px;
 float: left;
 text-align: center;
}
#paging div.next {
 text-align: right;
}
/* DETAILS */

div.adr {
 margin-bottom: 1.5em;
}

body.home img {
 margin-top: -10px;
}
body.partner p {
 margin-bottom: 3em
}

#logoLeonardo img{
  margin: 22px 0 0 380px;
}
.headline {
  margin: 0;
  padding: 0 0 4px 0;
  top: 69px;
  position: absolute;
  border-bottom: 2px solid #444;
}

#left h1 {
  margin: 0; padding:0;
}
#left h1 span {
 display: none;
}
h1 .logo img {
  margin: 20px 0 0 25px;
}
.center table {
 width: 100%;
 margin-top: .5em;
 empty-cells: show;
 border-collapse: collapse;
}
.center table thead td{
 font-weight: normal;
 color: #006;
 padding: 0 .4em;
 background-color: #eee;
 border-right: 1px solid #fff;
}
.center table tbody td {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: .2em .5em;
  vertical-align: top;
}
.center table th {
  background-color: #eee;
  padding: .2em .5em;
  border: 1px solid #ccc;
}

.center img.partner {
 width: 125px;
 float: left;
 margin: .5em 1em 1em 0;
}
img {
 border: none;
}

/* specialised classes */
.image_descripton {font-size: 0.9em;}
.required {font-weight:bold; }

/* ROUNDED CORNER */
.center .boxBot {
  padding: 5px 30px 10px 30px;
}
#left .boxBot {
  padding: 5px 0px 15px 0;
}

#left .boxMid {
   background: url(../pics/box_left_mid.png) repeat-y;
}
#left .boxTop {
   background: url(../pics/box_left_top.png) top left no-repeat;
}
#left .boxBot {
   background: url(../pics/box_left_bot.png) bottom left no-repeat;
}

.center .boxMid {
   background: url(../pics/box_center_mid.png) repeat-y;
}
.center .boxTop  {
   background: url(../pics/box_center_top.png) top left no-repeat;
}
.center .boxBot {
   background: url(../pics/box_center_bot.png) bottom left no-repeat;
}
/* SUBSCRIPTION */
#formSubscription .textItem label,
.textItem span.obl,
.textItem .fak {
 display: block;
}

#formSubscription input.obl {
 background-color: #eee;
}
#formSubscription .textItem input {
 width: 95%
}

#formSubscription .medium input {
 width: 50%
}
#formSubscription .title, #registration .textItem label {
font-weight: bold;
} 
#formSubscription {
  border: 1px solid #999;
 padding: 1em;
}
#formSubscription .textItem .invalid {
 background-color: #fcc;
}
#formSubscription .textItem, #registration .radioItem {
padding-top: .5em;
}

/* table of contents */
#toc {
  margin-left: 1em;
}
#toc .tocTitle {
  margin-left: -1em;
  font-weight: bold;
}
