html 
{
   background-image: linear-gradient(#DCDCDC, #DCDCDC);
   height: 100%;
}

body
{
    font-family: Georgia;
    color: #01336e;
    margin: 0px;
    padding: 0px;    
}

a
{
    /*margin-top: 3px;*/
    font-family: Georgia;
    padding: 13px;
    color: #01336e;
}


.menu_item
{
    font-family: Georgia;
    display: inline-block;
    height: 49px;
    background-image: url("menu-dunkel2.gif");
    background-repeat: repeat-x;
    margin-right: -4px;
    color:white;
    text-decoration: none;
    font-weight: normal;
}


.menu_item:hover, .active
{
    display: inline-block;
    height: 49px;
    background-image: url("menu-hell2.gif");
    background-repeat: repeat-x;
    color:white;
}


.center
{
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#menu
{
  border: 1px solid #ff0000;
}

#container
{
    background-image: url("stiftung-header.gif");
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1000px;
    padding: 0px;
    border: 2px solid white;
}

#container_start
{
    height: 810px;
    margin: 0 auto;
    width: 1000px;
    padding: 0px;
	
}

#container_beteiligungen
{
    background-image: url("SPH-Beteiligungen.jpg");
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1000px;
	/*height: 810px;*/
    padding: 0px;
	height: 850px;
    
}
#content
{
    padding: 7px;
}

#content-start
{
    padding: 0;
    margin-top:-5px;
}

#footer
{  
    height: 32px;
    width: 1000px;
    text-align: center;  
    background-image: url("stiftung-footer.jpg");
    background-repeat: no-repeat;
    padding-top: 14px;
    color: white;
}

#footer a{
    color: white;
}


#top
{
    text-align: left;
    margin: 0px;
    padding: 0px;
    height: 50px;
}

p
{
    color: #01336e;
    padding-bottom: 10px;
    margin-left: 0px;   
    margin-bottom: 8px; 
}

ul, li
{
    color: #01336e;
    padding-bottom: 5px;
    margin-left: 0px;
    font-weight: normal
}

h1, h2, h3
{
    margin-top: 5px;
    margin-bottom: 8px;
    color: #015F5E;
    font-family: Georgia;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    /*color: #01336e;*/
    color: 015F5E;

    margin-bottom: 5px;
}

h4
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

h4 a
{
    font-family: Georgia;
    font-size: 20px !important;
    margin-left: 12px;
    color: #015F5E !important;
}

.floated_right
{
    float: right;
    text-align: center;
    font-weight: bold;
}

.floated_left
{
    float: left;
    text-align: center;
    font-weight: bold;
}

p

{
    font-size: 16px;
    font-weight: normal;
    margin: 3px;
}

.blaettern
{
    text-align: center;
    
}

.blaettern a
{
    color: black;
    margin-top:10px;
}

tr
{
    vertical-align: top;
}

td
{
    color: black;
}
b
{
    margin-top: 10px;
}

#box {
    text-align: center;
    background-color: white;
    color: #01336e;
    
    padding: 5px;
    position: relative;
    height: 150px;
    width: 300px;
    left: 20px; top: 498px;
    border: 2px solid #01336e;
}


/*#carousel1
{
    width:900px;
    height:500px;
    
    overflow: scroll;
    
    margin-left: 100px;
    
}*/

#credits
{
    width: 400px;
    height:300px;    
    margin-top: 425px;
    margin-left: 200px;    
    text-align: center;
}

#arrow1
{
    width: 80px;
    position: relative;
    left: 230px;
    top: -165px;
}

#arrow2
{
    width: 80px;
    position: relative;
    left: 700px;
    top: -195px;
}

tr.vorstand td
{
    padding: 20px;
    width: 100%;
}

tr.vorstand:nth-child(even) {background: #e9e9e9}
tr.vorstand:nth-child(odd) {background: #c5c5c5}