/* HTML TAGS */
* { padding: 0; margin: 0; }

body {
 text-align: center;
 color: #909090;
 font-family: "Tahoma", "Trebuchet",sans-serif;
 font-size: 10px;
}
a:link {color: #ACC414; text-decoration: none;}
a:active {color: #ACC414; text-decoration: none;}
a:visited {color: #5D791E; text-decoration: none;}
a:hover {color: #fff; text-decoration: none; background-color: #ACC414;}
img {
 border: none;
}
hr {
 display: none;
}
p {margin-bottom: 5px;}
blockquote {margin-left: 5px;}

/* HEADER planeterasmus.net */
#bar {
 clear: both;
 float: left;
 width: 100%;
 height: 50px;
 background-image: url(images/planete-bar-bg.gif);
 background-position: bottom left;
 background-repeat: repeat-x;
 text-align: right;
 color: #fff;
 font-size: 9px;
 font-weight: bolder;
}
#bar a:link, #bar a:active, #bar a:visited  {
 color: #fff;
 font-weight: bolder;
 text-decoration: none;
}
#bar a:hover {
 color: #ACC414;
 background: none;
}
.menu {
 padding: 5px 5px 0 0;
}



/* CONTENT */
#screen {
 clear: both;
 float: left;
 width: 100%;
}

#newstable {
 float: left;
 width: 965px;
 text-align: center;
 margin-bottom: 40px;
}

#section {
 clear: both;
 width: 900px;
 text-align: left;
 margin: 50px 0 40px 65px;
}

/* LINES OF NEWS */
.topview {
 clear: both;
 float: left;
 width: 100%;
 text-align: center;
 margin: 50px 15px 0 15px;
}

.lasttit {
 margin-bottom: 20px;
 font-size: 18px;
 font-family: Arial, Helvetica;
}
.lastlist {
 border-top:1px solid #ACC414;
}
.lastlist ul li {
 line-height: 12px;
 border-bottom: 1px solid #ACC414;
 list-style-type: none;
 padding: 3px 0 3px 0;
 width: 100%;
 font-size: 13px;
 /*font-weight: bold;*/
}
.lastlist a:link, .lastlist a:active {
 color: #5D791E;
}
.lastlist a:visited {
 color: #ACC414;
}
.lastlist a:hover {
 color: #fff;
}
.lastdescript {
 margin-top: 10px;
 padding: 4px;
}
.lastroll, .lastroll a:hover {
 font-size: 9px;
 font-weight: bolder;
 background: none;
}
.lastmenu {
 padding: 0 5px 0 5px;
}

/* TOP LINE */
#ie {
 float: left;
 width: 292px;
 text-align: left;
 padding-left: 15px;
}
#yoorop {
 float: left;
 width: 292px;
 text-align: left;
 padding-left: 15px;
}
#bloge {
 float: left;
 width: 292px;
 text-align: left;
 padding-left: 15px;
}

/* SECOND LINE */

#radioe {
 float: left;
 width: 292px;
 text-align: left;
 padding-left: 15px;
}

#erasmuslive {
 float: left;
 width: 745px;
}

#adsense {
 float: left;
 margin:0 0 0 10px;
}

#videoe {
 float: left;
 width: 292px;
 text-align: left;
 padding-left: 15px;
}
#photoe {
 float: left;
 width: 292px;
 text-align: left;
 padding-left: 15px;
}
.photolist ul li {
 list-style-type: none;
 padding:2px;
 width:100%;
}

/* HORIZONTAL BOX */
.hobox {
 clear: both;
 float: left;
 text-align: center;
 margin-top: 40px;
}

/* BANNER */
.banner {
 clear: both;
 float: left;
 margin: 7px 0 15px 15px;
}

/* TWITTER */
#twitter_div {
 clear: both;
 text-align: left;
 padding: 5px 0 0 212px;
}
#twitter_update_list {
 margin: 3px 0 0 70px;
}
#twitter_update_list li {
 list-style-type: none;
 display: inline;
 padding: 0 5px 0 5px;
 border-left: 1px solid #909090;
}
.twitter_title {
 display: inline;
 font-size: 14px;
 font-weight: bold;
}

/* FLICKR */
#flickr {
 float: left;
}

#flickr ul {
 list-style: none;
}

#flickr li {
 display: inline;
}

#flickr h2 {
 display: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 margin-top: 20px;
}

#flickr img {
 margin: 2px;
 padding: 2px;
 border: solid 1px #999;
}

#flickr img:hover {
 margin: 2px;
 padding: 2px;
 border: solid 1px #999;
 background-color: #ccc;
}

