/* Start of CMSMS style sheet 'Coach Bubba: Main Layout and Basic Styles' */
/*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: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	color: #000;
	background-color: #DBDBDB;
        background-image:url(uploads/images/slice.jpg);
        background-repeat: repeat-x;
       	}

#header {
       width:800px;
       margin-right:auto; margin-left:auto;
       margin-top: 20px;
      	border: 1px solid #373737;
	background: #385C72;           
   background-image:url(uploads/images/cb2010_web_banner.jpg);
   background-repeat:no-repeat;
   background-position:center;
   	height: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 250px;
	}
html>body #header {
	height: 250px; /* ie5win fudge ends */
	}
#wrapper {
       width: 800px;
       margin-left:auto; margin-right:auto;
       margin-top: 10px;
      
}

#navi {
        float:left;
	border: 1px solid #373737;
	background: #cccccc;
        font-size: 1.0em; 
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body #navi {
	width: 160px; /* ie5win fudge ends */
	}

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

#main {
        width: 630px;
        margin: 0 0 0 170px;
      	border: 1px solid #373737;
	background: #fff;
        min-height:500px;
	}


#content {
padding: 2% 3% 2% 2%;
}

.invisible{display: none !important;}


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

/********** Basic Style ***********/
a {
font-weight: bold;
color:#18507c;
}

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{
   padding:1em;
   margin: 1em 0.5em;    
}

div#spende{
   padding:0px;
   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: .8em; 
margin:0px;
padding:0.5em;
}

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

.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: 2.0em; 
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	       border-bottom: 1px solid #fe0606; 
               border-left: 1.1em solid #fe0606;  
               line-height: 1.5em;
              margin: 0.5em 0 .3em .3em;
}
div#content h1 {
   color: #294B5F; 
   font-size: 2.0em;
   line-height: 1.2em;
   margin: 1em 0 .25em 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 2.0em; 
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	       border-bottom: 1px solid #fe0606; 
               border-left: 1.1em solid #fe0606;  
               line-height: 1.5em;
              margin: 0.5em 0 .3em 0em;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.2em;
   margin: 1em 0 .2em 0;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.1em;
   margin: 0 0 0.15em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1em;
   margin: 0 0 0.15em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 1.3em 0  .08em 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:disc;
   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 ***********
/* End of 'Coach Bubba: Main Layout and Basic Styles' */

