﻿body {
	background-color: #FFF;
	color: #333;
	font-size: 0.75em; 
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*
HTML > BODY {
	font-size: 0.75em;
}*/


*{
	margin: 0;
	padding: 0;
}

IMG {
	border: none;
}

UL {
	list-style: none;
}


DIV#page{
	/* font-size: 80%; */
	background-color: #FFF;
}

FONT { font-size: 100%; }


A { color: #333;}

#header {
    _display:inline-block;
    height:5.8em;
    border-bottom:.875em solid #0099CB;
    margin:0 0 .875em 0;
    min-width:50em;
}

#printHeader {
    border-bottom:1px solid #7FCCE5;
    padding:0.8em 0 1em;
    margin-bottom:0.2em;
    height:4em;
    width: 51.4em;
}


#header .headline img {
    float:left;
    margin: 2.1em 0 0 2em;
}

#header img {
    margin: 1.2em 0.3em 1.1em 0;
    float:right;
}

#navigation {
    margin:0 3.125em 2.25em 3.125em;
}

#navigation li {
    display:inline;
    padding-right:1.25em;
}

#navigation a {
    color:#007B34;
    background: transparent url(/html/images/main/nups_content_body_paragraph_list_link.gif) 0 center no-repeat;
    padding:0 0 0 .6em;
    border-bottom:.0625em solid #007B34;
    text-decoration:none;
}

#navigation strong a, #navigation a.active {
    color:#007B34;
    background: transparent url(/html/images/main/nups_content_list_link_active.gif) 0 center no-repeat;
    padding:0 0 0 .6em;
    border-bottom:.0625em solid #007B34;
    text-decoration:none;
}

#contents {
    margin:0 3.125em;
    width: 42.7em;
    overflow:visible;
}

#contents h1 {
     color:#007B34;
     margin:0 0 1.125em 0;
     font-size:1.5em;
     font-weight: bold;
}

#contents .picture-list dt {
    margin:2em 0 0 0;
}

#contents .picture-list dd {
    color:#007B34;
    padding:.9375em 0 0 0;
}

#contents p {
    line-height:130%;
    margin: 0 0 1.25em 0;
}

#contents p a{
	border-bottom: 1px dotted #666;
	line-height: 1.3em;
	 text-decoration: none;
}

#footer {
    border-top:.0625em solid #A8DCEA;
    padding:.5625em 1.865em;
    margin:3.125em 1.25em 1em 1.25em;
}


#footer p {
    float:left;
}

#footer ul {
    float:right;
    list-style-type:none;
}

#footer li {
    display:inline;
    margin-left:1em;
}

#footer ul a {
   padding:0 0 0 1.1em;
   color:#333;
   display:inline-block;
   text-decoration:none !important;
   background-repeat:no-repeat;
   background-position:0 center;
}

#footer ul a:hover {
    /*border-bottom:.0625em solid #0694D2;*/
    color:#333;
}

#footer ul a.print {
    background-image: url(/html/images/main/nups_tools_link_print.gif);
 }

#footer ul a.close {
    background-image: url(/html/images/main/close.gif);
}

#printHeader,#printFooter {
    display:none;
}

.form-default .form-btn {
    text-align:right;
    width:82%;
}

.form-default .form-btn button {
    background-color:#007B34;
    color:#FFF;
    border:0;
    overflow:visible;
    font-size: .75em;
    font-weight: bold;
    background-image:url(../images/main/bg_button.css.gif);
    background-repeat:no-repeat;
    background-position:.6125em center;
    padding:.125em .6125em .125em 1.5em;   
    margin-left:.5em;
}

.form-default fieldset {
    clear:both;
    border:0;
    margin:0 0 1.25em 0;
    padding:0 0 0 0;
}

.form-default fieldset div {
    background-color:#CCE5D6;
    margin:0;
    padding:.4375em;
    height: 100%;
    width:80%;
}

.form-default fieldset.form-options div {
    background-color:#FFF;
    padding:0 !important;
    margin:0 !important;
}
.form-default legend {
    font-weight:bold;
    margin-left:-.25em /* ie hat bereits innenabstand...*/;
    padding:0 0 .5625em .25em;
    color:#666;
}

.form-default  p {
    margin:0 !important;
    padding:0 0 .1875em 0  !important;
    line-height:1.5em;
    vertical-align:middle;
    clear:both;
}

.form-default p:after {
    content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
		font-size:1px;
}


.form-default .singleLarge input {
    width:65%;
}

.form-default .singleLarge select {
    width:45%;
}

.form-default .singleLarge label {
    width:30%;
    float:left;
    line-height:1.5em;
}

DIV#contents  TABLE{
	margin: 0 0 1.5em 0;
	width: 100%;
	font-size: 100%;
	border: none;
	border-collapse: collapse;
}
DIV#contents  TABLE TR.odd{
	background-color: #CCD7EF; 
}
DIV#contents TABLE TR.even{
	background-color: transparent;
}
DIV#contents TABLE TR TD{
	padding: 0.2em .3em;
}
DIV#contents TABLE TR TH{
	padding: 0.2em .3em;
	background-color: #B2C2E6;
	text-align: left;
}


.even {
    border:0 !important;
}

h3.global_sites {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}

a.global_sites:link, a.global_sites:visited {
	
}
