
/*------------Allgemeine Einstellung: Schriftart und Größe------------*/
*{font-size:13px; font-family: tahoma, verdana, helvetica, sans-serif; margin: 0; padding: 0;}
p{padding: 10px; background-color: #FF9F40;}  
ul{padding:5px; list-style:inside circle; padding-top:0px; margin-top:0px;}

/*------------auf der Startseite Test im Header: "Welcome to Nadeet"------------*/
img#welcomeToNadeet{ top: 157px; left: 400px; position:absolute; } 

/*------------Die Newsbox audf der Startseite------------*/
div#news{ margin-left: 290px; margin-right: 10px; padding: 5px; border: 2px solid black;}
#newsbox{margin: 10px; padding: 10px 0px 15px 0px!important; border-top: 1px dotted black; border-left:none; 
                border-right:none; border-bottom:1px dotted black;}
#newsbox img {margin: 10px; display: block;}

/*------------Tabellen------------*/
table{ margin: 5px;}
table#bt td{ width:250px;}
td.btImage{ height: 210px;}
table.donations{ border-style:solid; border-width:0.025em; border-color:black; }
td.donations{font:13px, tahoma, verdana, helvetica, sans-serif; text-align:left; text-indent:3px; border-style:solid;
             border-width:0.025em;}
th.donations{ font:13px, tahoma, verdana, helvetica, sans-serif; font-weight:bold; text-indent:3px;text-align:left;
             border-style:solid; border-width:0.025em;}
table#from{ background-color:#FF9F40;}
table.form{ background-color:#FF9F40; border-style:solid; border-width:0.025em;}

/*------------Bilder styles------------*/
img.left{ float:left;  margin:5px;  display: block; clear:both;}
img.right{ float:right; margin:5px;}
img#fire{float: none; margin-left:148px; margin-right:148px; margin-top:5px; margin-bottom:5px; }

/*------------Wrapper ------------*/
div#wrapper{ width:950px; position:absolute; left: 50%; margin-left: -475px; padding:15px 0px 15px 0px;}

/*------------Kopfbereich------------*/
div#header{ width:950px; position:relative; border-bottom: 1px solid white;}

/*------------Wrapper für alles unter dem Kopfbereich------------*/
div#ohneheader{ position:absolute; width: 950px; background-color:#996600; background-image:url(backgroundNavigation.gif);
                background-repeat:no-repeat;}

/*------------linker Bereich------------*/
div#links {width: 200px; float: left; top: 0px; left: 0px;}
 
/*------------Navigation styles------------*/
div#nav{ float:left; width:200px; position:absolute; top: 30px; left: 0px;}
div#nav ul { list-style: none outside; text-align: left; padding: 0px;}
div#nav ul li { border-bottom: 2px solid maroon;}
div#nav ul li a { display: block; text-decoration: none; color: black; background: #996600; padding: 5px 0px 5px 5px;
              border-left: 10px solid #996600; border-right: 10px solid #9D772C;}
div#nav ul li a.active{ display: block; text-decoration: none; color: black; background: #996600; padding: 5px 0px 5px 5px;
                     border-left: 10px solid maroon; border-right: 10px solid #996600; }
div#nav ul li a:hover{ display: block; text-decoration: none; color: black; background: #FF9F40; padding: 5px 0px 5px 5px;
                    border-left: 10px solid maroon; border-right: 10px solid #FCBA79;}
   
/*------------Block mit  Hauptinhalt------------*/
div#inhalt{ background-color: #FF9F40; margin-left: 200px;}
#inhalt {min-height: 650px; height: auto !important; height: 650px;}

/*------------Footer------------*/
div#footer{ width:950px; background-image:url(footer.gif); background-color:white; height:211px; position:relative;}

/*------------Spans   ------------*/
span.bold{ font-weight:bold;}
span.italic{ font-style:italic;}
span.date{ text-align:right;}

/*------------Links Styles------------*/
a.main, #newsbox a {color:maroon; font:13px, tahoma, verdana, helvetica, sans-serif;}
a.main:visited, #newsbox a:visited{ color:maroon;}
a.main:hover, #newsbox a :hover{ color:maroon;} 
a.mainBold { color: maroon; font-weight:bold; text-decoration: none;}
a.mainBold:visited{ color:maroon; font-weight:bold; text-decoration: none;}
a.mainBold:hover{color:maroon; font-weight:bold; text-decoration: none;} 

/*------------Bilder, die Links sind------------*/
a img{border: 2px solid #FF9F40;}
a:hover img{ border: 2px solid maroon;}
  
/*------------Activities Breadcrumb------------*/
div#activitiesBreadcrumb{ padding-top: 5px; padding-bottom: 5px;}
a.activitiesLinks{ padding: 10px; font-size: 8pt; color: maroon;}
a.activitiesLinksActive{ padding: 10px; font-size: 8pt; color: maroon; font-weight: bold;}




