/**********************************/
/*            Iboty.com           */
/*          css/iboty.css         */
/**********************************/

body {
    font-family: "Verdana", "Arial";
    font-size: 13px;
    background: #ffffff url(../images/bg.jpg) repeat top left;
}

img {
    border: none;
}

#linkbar a {
    color: #ffffff;
}

div#container {
    margin: 0px auto;
    width: 913px;
    height: 1332px;
    overflow: hidden;
}

div#header {
    padding: 0px;
    margin: 0px;
    height: 168px;  
    background-color: #EEEEEE;  
}

div#header .logo {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    height: 168px;
    width: 211px;
}

div#header .rest {
    position: absolute;
    margin-left: 211px;
    margin-top: 0px;
    height: 168px;
    width: 702px;
}

div#main {
    width: 913px;
    height: 1332px; 
}

div#left {
    float: left;
    width: 211px;
    height: 1332px;
    background: #ffffff url(../images/links.jpg) no-repeat top left;
}

div#right {
    float: right;
    width: 662px;
    height: 1332px;
    background: #ffffff url(../images/rechts.jpg) no-repeat top left;
    padding: 0 20px;
}

div#landenkeuze {
    text-align: center;
}

a.land {
    padding: 5px;
}

form {
width: 600px;
margin: 0 auto;
text-align: center;
}

.rechts {
width: 50%;
text-align: right;
}

.links {
width: 50%;
text-align: left;
}

select {
width: 250px;
margin: 0 5px;
}

#intro {
font-size: 90%;
margin: 10px;
text-align: justify; 
}

#kies, #info {
margin: 10px;
font-weight: bold;
text-align: center; 
}

.button {
font-weight: bold;
margin: 5px 0;
}

#statusmessage {
width: 900px;
height: 25px;
padding: 5px;
background-color: #ffffff;
border: #000000 1px solid;
text-align: center; 
}