
* {
    margin:0;
    padding:0;
}

html {
    width:100%;
    height:100%;
}

body {
    margin:0;
    padding:0;
    width:100%;
    font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

a img {
    border:none;
}

a {
    text-decoration:none;
    color:#81b1df;
}

h1 {
    font-size:1.1em;
    color:#ffffff;
    margin-left:19px;
    margin-top:5px;
}

h2 {
    font-size:1.1em;
    color:#000000;
    margin-left:19px;
    margin-top:5px;
}

h3 {
    font-size:1.1em;
    color:#3b8898;
    margin-left:19px;
    margin-top:17px;
}

td {
    padding:2px;
}



#wrapper {
    width:900px;
    padding-bottom:40px;
}



/* HEAD START */


#head {
    height:140px;
    width:100%;
}

#logo {
    float:left;
}

#nav {
    float:left;
    list-style:none;
    margin:59px 0 0 5px;
}

#nav li {
    float:left;  
}


/* HEAD END */



/* MID START */

/*
#rightSidebar {
    float:right;
    width:87px;
    margin-top:300px;
    margin-right:20px;
}*/

#mid {
    width:868px;
    background:url('../pics/palm.jpg') 63px 148px no-repeat;
}

#content {
    margin-left:226px;
    width:642px;
}

#contentTop {
    background-color:#1d55aa;
}

#img01 {
    float:right;
    margin-left:19px;
}

#contentTopText {
    color:#ffffff;
    margin:13px 19px 5px 19px;    
    text-align:justify;
}

#contentTopText a {
    color:#ffffff;
}

#contentTopText a:hover {
   text-decoration:underline;
}

#contentBottom {
	clear:both;
    background:#b4d3f2 url('../pics/contentBottom.jpg') bottom left no-repeat;
    margin-top:3px;
}

.contentBottomText1 {
    color:#000000;
    margin:13px 19px 0 19px;
    text-align:justify;
}

.contentBottomText1 a {
    color:#000000;
}

.contentBottomText1 a:hover {
    text-decoration:underline;
}

.contentBottomText2 {
    color:#3b8898;
    margin:13px 19px 0 19px;
    text-align:justify;
}

#contentImprint {
    color:#81b1df;
    float:right;
}

.contentBottomTable1 {
    color:#000000;
    margin:13px 19px 20px 19px;
}

.contentBottomTable2 {
    color:#3b8898;
    margin:13px 19px 20px 19px;
}

.listStyle1{
    list-style-position:outside;
    margin:0 30px;
    color:#000000;
}

.listStyle2{
    list-style-position:outside;
    margin:0 30px 30px 30px;
    color:#3b8898;
}

#internationalNews a{
	color:#88a0b7;
}

#internationalNews a:hover{
	color:#000;
}

#contentBottom p {
    color:#000000;
    margin:13px 19px 0 19px;
    text-align:justify;
}

#contentBottom p a {
	color:#000;
}

#contentBottom p a:hover {
    text-decoration:underline;
}

/* MID END */



/* BOTTOM START */

/* BOTTOM END */



