/* CSS Document */

body {
font-family:Tahoma;
font-size:12px;
background-color:#e1e2f1;
}

#topdiv {
position:absolute;
width:1100px;
height:200px;
background-image:url(../pictures/applied_science.jpg);
background-position:center;
background-repeat:no-repeat;
}
#lang_div{
padding-right:25px;
color:#FFFFFF;
font-size:10px;
}
#lang_div a {
color:#FFFFFF;}


#container {
	position:absolute;
	width:100%;
}

#container #left_menu {
	position:absolute;
	width:250px;
	top:200px;
	height:850px;
	background-image:url(../pictures/left-bg.jpg);
	background-repeat:repeat-y;
	}

#container #left_menu a{
text-decoration:none;
font-family:Tahoma;
font-size:11px;
color:#000033;
}

#container #left_menu a:hover {
color:#993300;
}

.list1 {
font-size:14px;
text-align:justify;
list-style-position:outside;
list-style-image:url(../pictures/img02.gif);
padding-top:5px;
}

.list1 li{
padding-top:15px;
padding-bottom:5px;
padding-left:3px;
margin-top:5px;


}

#container #middlebar {
position:absolute;
left:249px;
width:850px;
height:30px;
background-image:url(../pictures/top-grey.jpg);
background-repeat:no-repeat;

}

#container #main_div {
position:absolute;
width:850px;
left:250px;
top:200px;
height:850px;
background-color:#FFFFFF;
}

#container #main_div #I1{
width:850px;
height:850px;
border:none;

}


