/* CSS Document */
*{
margin: 0;
padding: 0;
}

body{
font-family: Tahoma, sans-serif;
color: #000;
background: #fff;
}

ul{
list-style: none;
}

li{
list-style: none;
}

a{
font-family: Tahoma, sans-serif;
font-size:1em;
color: #000;
padding: 4px;
background: transparent;
font-weight: bold;
text-decoration: none;
border: none;
}

a.navi{
font-family: Tahoma, sans-serif;
font-size:1em;
color: #BBBBBB;
padding: 4px;
background: transparent;
font-weight: bold;
text-decoration: none;
border: none;
}

a:hover{
font-family: Tahoma, sans-serif;
font-size:1em;
color: #BBBBBB;
border: none;
}

a:active{
border: none;
color: #BBBBBB;
}

p{
font-family: Tahoma, sans-serif;
font-size:1em;
color: #000;
background: transparent;
font-weight: normal;
text-decoration: none;
}

h1{
font-family: Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
color: #000;
background: transparent;
}

h2{
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #000;
background: transparent;
font-style: normal;
font-weight: bold;
}



h3{
font-family: Tahoma, sans-serif;
font-size:14px;
color: #000;
background: transparent;
font-weight: normal;
}

h4{
font-family: Tahoma, sans-serif;
font-size:14px;
color: #BBBBBB;
background: transparent;
font-weight: bold;
}
/* IDs */

#container{
color: #000;
width: 809px;
height: 530px;
margin-left: 6em;
margin-top: 2.5em;
background: transparent;
}

#header{
background: transparent; 
height: 55px;
}

#apDiv1 {
	position:absolute;
	left:627px;
	top:228px;
	width:250px;
	height:28px;
	z-index:1;
}

#language{
font-weight: bold;
font-family: Tahoma, sans-serif;
margin-top: 30px;
background: #Ffffff;
height: 22px;
float: right;
}

#main{
color: #000;
background: #FFFFff;
float: left;
width: 700px;
margin-top: 55px;
padding: 5px; 
}

#logo{
color: #000;
background: #ffffff;
height: 150px;
margin-top: 20px;
margin-left: 230px;
width: 250px;
}

#content{
width: 100%;
height: 185px;
}

#column{
color: #000;
background: #FFFFFF;
width: 300px;
}

#column.info{
color: #000;
background: #FFFFFF;
width: 300px;
margin-left: 80px;
padding-top: 50px;
}

#mail{
color: #000;
background: #FFFFFF;
position: absolute;
margin-top: 93px;
margin-left: 150px;
}

#bottom{
color: #000;
background: #FFFFFF;
margin-left: 70px;
margin-top: 10px;
height: 50px;
width:650px;
float:left;
padding: 8px;
}
