/* Start of CMSMS style sheet 'womba : womba' */
/********** Basic Layout ***********/


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	color: #000;
	background-color: #385C72;
}


#header {
	margin: 0 0 42px 0;
	border: 1px solid #373737;
	background: #330F00;           
   background-image:url(uploads/womba/New_Heading.png);
   background-repeat:no-repeat;
   background-position:left;
   	height: 179px;
}

#container {
    margin: 21px auto auto auto;
    width: 95%;
    max-width: 1024px;
    overflow: auto;
}

#navi {
	float: left;
        border: 1px solid #373737;
	background: #eef;
        font-size: .9em; 
	width: 21%;
}

.center{
text-align:center;
margin:1em;
}

#main {
        float: right;
        width: 71%;
	padding: 2%;
	border: 1px solid #373737;
	background: #fff;
        min-height:500px;
	}

#footer {
        float: right;
        width: 71%;
	padding: 2%;
	border: 1px solid #373737;
        border-top: 0px;
	background: #eef;
	}
#content {
padding: 2%;
}

.invisible{display: none !important;}


/********** End Basic Layout ***********/

/********** Basic Style ***********/

div#header h1  {
color:white;
margin-top:50px;
text-align: center;
line-height: 1em;
letter-spacing:0.3em;
}

div#main {
   font-size: 1em;
   line-height: 1.3em;
   text-align:left;
}

span#lang{
   display: none;
   padding:1em;
   margin: 1em 0.5em;    
}

div#spende{
   padding:0px;
   margin: 0.5em;    
   border: 1px solid #373737;
   background-color: #ddd;
}

div#Sphead{
margin:0;
padding:0.5em;
font-weight: bold;
}

div#Sphead a {
display: block;
}
div#Sphead img{
margin:0 auto;
}

div#spende p{
font-size: .8em; 
margin:0px;
padding:0.5em;
}

div#main p{
margin: 0 0 1em 0;
}

div#footer p{
font-size: 0.8em;
text-align: center;
color: #333;
}

.rechts{
border: 1px solid #373737;
margin:0.3em 0 1em 1em;
}

.links{
border: 1px solid #373737;
margin:0.3em 1em 1em 0;
}

/* HEADINGS */

div#main h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #e7ab0b; 
               line-height: 1.5em;
              margin: 0;
}
div#content h3 {
   color: #000; 
   font-size: 1.3em;
   line-height: 1.2em;
   margin: 0.5em 0 0.5em 0;
}

div#content h4 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 1.3em 0 0 0;
}

/* 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: 0.5em 0 0.5em 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 ***********/

/* Fixup for dropshadow images in embedded gallery images -
    the reset.css sets vertical-align to baseline, which borks the image north
    of the dropshadows.
*/
table.ImageFrame_shadow td {

    vertical-align:bottom;
}

div#content h5.giDescription {
    font-size: 1em;
    font-weight: normal;
}

/* pictures */

div#content div#pictures div {
    float: left;
    text-align: center;
   margin: 1em;
}

/* End of 'womba : womba' */

