* {
    font-family         : arial, verdana, helvatica, sans-serif;
    font-size           : 11pt;
}

html, body {
    margin              : 0;
    padding             : 10px 0 10px 0;
    height              : 100%;
    text-align          : center;
    background-color    : #DEDEDE;
		color	 #222D7F:;
}

div#container {
    background          : #FFFFFF url(../images/elefant.jpg) no-repeat bottom right;
    width               : 988px;
    margin              : 0 auto;
    text-align          : left;
    border-width        : 1px 1px 0 1px;
    border-style        : solid;
    border-color        : #999999;
}

div#wrapper {
    background          : url(../images/head.jpg) no-repeat top left;
}

div#header {
    height              : 130px;
    width               : 320px;
    cursor              : pointer;
}

div#bottom {
    clear               : both;
}

div#menu {
    width               : 150px;
    float               : left;
    margin-top          : 20px;
    margin-bottom       : 120px;
}

div#menu ul {
    margin              : 0;
    padding             : 0;
    list-style-type     : none;
}

div#menu ul a {
    height              : 25px;
    line-height         : 25px;
    background          : #97B833 url(../images/menu_main2.gif) no-repeat right center;
    color               : #FFF;
    display             : block;
    margin              : 10px 0;
    text-decoration     : none;
    text-align          : center;
}

div#menu ul ul a {
    font-size           : 9pt;
}

div#menu ul li.active a,
div#menu ul a:hover {
    background          : #D67E1C url(../images/menu_main.gif) no-repeat right center;
}

div#menu ul ul {
    display             : block;
}

div#menu ul li.active ul a {
    background          : #B4DD38 url(../images/menu_sub.gif) no-repeat right center;
    color               : #335500;
}

div#menu ul li.active ul li a:hover,
div#menu ul li.active ul li.active a {
    background          : #97B833 url(../images/menu_main2.gif) no-repeat right center;
    color               : #FFF;
}

div#content {
    float               : left;
    width               : 400px;
    margin-left         : 30px;
    margin-top          : 50px;
    color               : #222D7F;
    margin-bottom       : 150px;
}


div#content h1 {
	padding				: 0px;
    color               : #D67E1C;
    font-size           : 12pt;
    font-weight         : bold;
}

div#content h2 {
    font-weight         : bold;
    color               : #D67E1C;
    font-size           : 11pt;
    margin              : 0;
    padding             : 0;
}

div#content p {
    margin              : 25px 0;
}

div#right {
    float               : left;
    margin-left         : 40px;
    margin-top          : 165px;
    width               : 300px;
    color               : #222D7F;
    margin-bottom       : 320px;
}



div#right blockquote {
    color               : #D67E1C;
    white-space         : nowrap;
}

div#right .right {
    text-align          : right;
    font-size           : 9pt;
    margin-top          : 8px;
}

div#footer {
    background-color    : #97B833;
    height              : 30px;
    line-height         : 30px;
    width               : 988px;
    margin              : 0 auto;
    text-align          : left;
    border-width        : 0 1px 1px 1px;
    border-style        : solid;
    border-color        : #999999;
    color               : #FFF;
}

div#footer a {
    color               : #FFF;
    text-decoration     : none;
}

div#footer a:hover {
    text-decoration     : underline;
}

div#content a {
    text-decoration     : none;
    color               : #CC6600;
}

div#content a:hover {
    text-decoration     : underline;
    color               : #669900;
}

td#team ul {
	margin-top          : 10;
	padding				:10;
    color				: #D67E1C;
}
td#team li {
		font-size			: 12px;
}
td#team {
	font-color		:	blue;
	font-size		:   12px;
}
td#team h1 {
	margin-top			: -8px;
    color               : #D67E1C;
    font-size           : 14pt;
    font-weight         : bold;
	margin-bottom	: 3px;
}

span#underline {
text-decoration	: underline;
}

hr {
color	: silver;
size: 1px;
border-bottom: 1px solid gray;
}

#praxisImg {
width	: 300px;
height: 200px;
margin-right	: 20px;
margin-bottom : 20px;
padding: 0px;
float: left;
text-align: center;
}

.clear {
clear: both;
}