/* Start of CMSMS style sheet 'Layout : womba : jubilate' */
/*Box Model Hack by Tantek í‡elik*/
/*http://tantek.com/CSS/Examples/boxmodelhack.html*/
/*http://www.thenoodleincident.com/tutorials/box_lesson/basic4.html*/
/********** Basic Layout ***********/
*{
margin:0;
padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
        font-size:100%;
        line-height:1.25em;
	color: #000;
	background-color: #385C72;
             	}

#header {
	margin: 21px 42px 42px 42px;
	border: 1px solid #373737;
	background: #385C72;           
              background-image:url(upload/images/ometepe.jpg);
              background-repeat:no-repeat;
              background-position:center;
   	height: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 150px;
	}
html>body #header {
	height: 150px; /* ie5win fudge ends */
	}
#navi {
	position: absolute;
	top: 215px;
	left: 0px;
              margin-left: 42px;
              border: 1px solid #373737;
	background: #eef;
              font-size:0.8em;
	width: 21%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 21%;
	}
html>body #navi {
	width: 21%; /* ie5win fudge ends */
	}

.center{
text-align:center;
margin:1em;
}

#main {
	margin: 42px 42px 42px 27%;
	padding:2%;
	border: 4px ridge #373737;
	background: #fea;
              min-height:500px;
	}


#content {
padding: 0 2%;
}

.invisible{display: none !important;}


/********** End Basic Layout ***********/

/********** Basic Style ***********/

div#header h1  {
color:white;
margin-top:50px;
text-align: center;
font-size: 1.375em; /* 16x1.375=22px */
line-height: 1.636em;/* 16x1.636=36px */
letter-spacing:0.3em;
}

div#main {
font-size: 1em;
	font-family: "Georgia", "Palatino", "Times", "Times New Roman", serif;
}

span#lang{
   padding:1em;
   margin: 1em 0.5em;    
}

div#spende{
   padding:0;
   margin: 0.5em;    
   border: 1px solid #373737;
   background-color: #ddd;
}

div#Sphead{
margin:0px;
padding:0.5em;
font-weight: bold;
background-color: red;
}

div#spende p{
font-size: 0.875em; 
margin:0px;
padding:0.5em;
}

div#main p{
margin-top: 0em;
margin-bottom: 1.5em;
}

.rechts{
border: 1px solid #373737;
margin:0.3em 0 1em 1em;
}

.links{
border: 1px solid #373737;
margin:0.3em 1em 1em 0;
}

.bildcontainer{margin:0 0 1em 1em; float:right;}
.bildcontainer img{margin: 4px; border: 1px solid #373737;vertical-align:top;}


/* HEADINGS */
H1 {
	font-weight: normal;
	font-size: 1.333em;
	line-height: 1.125em;
	margin: 0 0 1.125em 0;
}

div#main h2 {
	color: #294B5F; 
              	font-size: 1.167em;
	line-height:1.286em;
	margin: 0 0 1.286em 0;
	padding-bottom: 0.5ex;
	border-bottom: 1px solid #e7ab0b; 
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.1em;
   margin-bottom:1em;
}

div#content h4 {
font-weight: normal;
   color: #294B5F; 
	font-size: 1em;
	margin: 0 0 1em 0;
  }

div#content h5 {
   color: #294B5F; 
   font-size: 1.125em;
  margin-bottom:1em;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   margin-bottom:1em;
}

.biblio td, th {
  padding: 1.25em;
margin:0;
border-bottom:1px solid #ddd;
  }

.comic{font-family:"Comic Sans", fantasy;}
.grau{background-color: #ddd; padding: 0.5em;}
/* END HEADINGS */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   list-style-type:circle;
   margin: 1em 0 1em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* END LISTS */
/********** End Basic Style ***********/

/* End of 'Layout : womba : jubilate' */

