body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    /*background-color: #ebebd5;
    background-color: #ededed;*/
	background: url(/aegee_media/images/main_bg3.jpg) top center repeat-y #41736d;
	font-family: Nobile, MyriadPro, "Trebuchet MS", Arial, sans, sans-serif;
}

body * {
    padding: 0;
    margin: 0;
    border-width: 0;
	text-indent: 0;
}

table {
	border-spacing: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.both {
    clear: both;
}

.clear {
	width: 100%;
    clear: both;
}

.center, .centered {
    text-align: center;
}

.nodisplay, .no_display {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.hi {
    font-weight: bold;
}

img {
	vertical-align: middle;
}

img.t80x80 {
    height: 80px;
    width: 80px;
}

img.t90x50 {
    height: 50px;
    width: 90px;
}

img.overlapped
{
    position: absolute;
    top: 0;
    left: 0;
}

a {
    text-decoration: none;
	color: #de4812;
}

a:hover {
    text-decoration: underline;
	color: #66c710;
}

.info {
	padding: 10px 0;
	font-style: italic;
}

input.rounded_button {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.button1 {
	padding: 2px;
	cursor: pointer;
	color: #333;
    border: 3px solid #888;
	background: #f0f0f0;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input.button1:hover {
	color: #044F56;
	background: #FFFC7A;
	border: 3px solid #00A4AF;
}

.error {
	line-height: 15px;
	padding: 1px;
	font-size: 11px;
	color: #BA0E0E;
	border: 1px solid #BA0E0E;
	background: #FFCCCC;
}

.message {
	line-height: 15px;
	padding: 1px;
	font-size: 11px;
	color: #0D7D96;
	border: 1px solid #0D7D96;
	background: #CAE8EA;
}

div.para {
	clear: both;
	padding: 4px 0;
	font-size: 12px;
	line-height: 14px;
}

ul, ol {
	clear: both;
	margin: 5px 0 5px 0;
}

ul li, ol li {
	margin-left: 15px;
}

table.table1 {
	font-size: 12px;
	border-spacing: 4px;
}

table.table1 th {
	padding: 2px 12px 2px 10px;
	border: 1px solid #C1DAD7;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #6D929B;
	background: url(/aegee_media/images/table_bg_header.png) no-repeat #CAE8EA;
}

table.table1 td {
	padding: 2px;
	color: #41736d;
	background: #fff;
}

table.table1 ul.errorlist {
	padding: 0 0 0 15px;
	color: #BA0E0E;
}

form table.table1 input,
form table.table1 textarea,
form table.table1 select {
	width: 100%;
	border: 1px solid #aaa;
	background: url(/aegee_media/images/gradient10a.png) top center repeat-x #f0f0f0;
}

table.rounded_box6 {}

table.rounded_box6 tr.top td,
table.rounded_box6 tr.bottom td {
	height: 6px;
}

table.rounded_box6 td.left,
table.rounded_box6 td.right {
	width: 6px;
}

table.rounded_box6 .top .left {
	background: url(/aegee_media/images/box6_tl.png) top left no-repeat;
}

table.rounded_box6 .top .right {
	background: url(/aegee_media/images/box6_tr.png) top right no-repeat;
}

table.rounded_box6 .bottom .left {
	background: url(/aegee_media/images/box6_bl.png) bottom left no-repeat;
}

table.rounded_box6 .bottom .right {
	background: url(/aegee_media/images/box6_br.png) bottom right no-repeat;
}

table.rounded_box6 tr.middle td {
	padding: 0 6px;
}

table.rounded_box8 {}

table.rounded_box8 tr.top td,
table.rounded_box8 tr.bottom td {
	height: 8px;
}

table.rounded_box8 td.left,
table.rounded_box8 td.right {
	width: 8px;
}

table.rounded_box8 .top .left {
	background: url(/aegee_media/images/box8_tl.png) top left no-repeat;
}

table.rounded_box8 .top .right {
	background: url(/aegee_media/images/box8_tr.png) top right no-repeat;
}

table.rounded_box8 .bottom .left {
	background: url(/aegee_media/images/box8_bl.png) bottom left no-repeat;
}

table.rounded_box8 .bottom .right {
	background: url(/aegee_media/images/box8_br.png) bottom right no-repeat;
}

table.rounded_box8 tr.middle td {
	padding: 0 8px;
}


table.rounded_box_inner .top .left {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	background-image: none;
}

table.rounded_box_inner .top .right {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	background-image: none;
}

table.rounded_box_inner .bottom .left {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	background-image: none;
}

table.rounded_box_inner .bottom .right {
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	background-image: none;
}

div.rounded_box8 {
	clear: both;
	width: 94%;
	margin: 10px 0;
	padding: 3%;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.rounded_box8 .rounded_box8_body {
	clear: both;
	width: 94%;
	margin: 10px 0;
	padding: 3%;
	color: #044F56;
	background: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.rounded_box6 {
	clear: both;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.rounded_box6 .rounded_box6_body {
	clear: both;
	width: 90%;
	margin: 5% 0;
	padding: 3%;
	color: #044F56;
	background: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#wrapper {
    width: 780px;
    min-height: 480px;
    margin: 0 auto;
    padding: 0 9px 0 3px;
    /*background: url(/aegee_media/images/main_bg3.jpg) top center repeat-y;*/
}

/* maintop header */

#header {
    clear: both;
    width: 743px;
    height: 190px;
    margin: 0 20px 0 17px;
	/*border-bottom: 3px solid #235784;*/
    background: url(/aegee_media/images/header_bg10.jpg) bottom right no-repeat;
}

#header #logo_aegee {
	float: left;
    width: 184px;
    height: 100px;
	margin: 1px 0 8px 30px;
	background: url(/aegee_media/images/logo_aegee_firenze8b.png) bottom right no-repeat;
}

#menu {
    clear: both;
    width: 740px;
    height: 70px;
    margin: 0 20px 0 20px;
    background: url(/aegee_media/images/header_reflection5.jpg) top right no-repeat #007A99;
}

.nav,
.nav_active {
	float: right;
    width: 70px;
	height: 50px;
	line-height: 11px;
	letter-spacing: 0px;
    padding: 5px 0 0 5px;
	margin: 20px 0 0 0;
    background: url(/aegee_media/images/dashes1.png) bottom left repeat-y;
}

.nav_active {
	position: relative;
}

.nav_active img {
	position: absolute;
	top: 40px;
	left: 0;
}

.nav a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav_active a,
.nav a.current {
	color: #FFFA00;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav a:hover, .nav_active a:hover {
	color: #00FFF2;
}

#nav_language {
	float: right;
    line-height: 12px;
}

#nav_language .separator {
	clear: both;
	width: 100%;
	height: 6px;
}

.google-map-container {
	clear: both;
	height: 500px;
}


/* BODY */

div#main {
	clear: both;
}

div.lateral {
    float: left;
	width: 180px;
	line-height: 15px;
	min-height: 400px;
    margin: 8px 0 0 15px;
	padding: 12px 5px 10px 0;
	font-size: 11px;
}

div.lateral h1 {
	clear: both;
	width: 180px;
	line-height: 28px;
	margin: 20px 0 10px 0;
	padding:  0 0 3px 0;
	font-size: 22px;
	font-weight: normal;
	color: #e25f2f;

}

div.lateral h2 {
	clear: both;
	width: 180px;
	line-height: 24px;
	margin: 14px 0 10px 0;
	padding:  0 0 3px 0;
	font-size: 18px;
	font-weight: normal;
	color: #e25f2f;
}

div.central {
    float: right;
	width: 520px;
	line-height: 16px;
	min-height: 400px;
    margin: 0 20px 0 0;
	font-size: 12px;
}

div.central h1 {
	clear: both;
	width: 520px;
	line-height: 34px;
	margin: 20px 0 5px 0;
	padding:  0 0 3px 0;
	font-size: 28px;
	font-weight: normal;
	color: #e25f2f;
}

div.central h2 {
	clear: both;
	width: 520px;
	line-height: 28px;
	margin: 15px 0 5px 0;
	padding:  0 0 3px 0;
	font-size: 22px;
	font-weight: normal;
	color: #e25f2f;
}

div.central h1 a {
	color: inherit;
}

div.central p {
	font-size: 12px;
	line-height: 14px;
}

ul.breadcrumbs {
	clear: both;
	width: 100%;
	padding: 0 0 20px 0;
	list-style-type: none;
}

ul.breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
}

ul.breadcrumbs li.last a {
	color: #222;
}

/* submenu */
#submenu {
    clear: both;
    width: 180px;
    margin: 0 20px 20px 0;
}

#submenu .submenu_box {
	clear: both;
	width: 180px;
	margin: 10px 0;
	padding: 5px 0;
	background: url(/aegee_media/images/gradient5a.png) top center no-repeat #22bcac;
}

#submenu .submenu_box table {
	width: 180px;
}

#submenu .submenu_box td {
	padding: 0 8px;
	line-height: 15px;
}

#submenu .submenu_box a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

#submenu .submenu_box a:hover {
    text-decoration: underline;
}

#submenu .submenu_box_selected a {
    color: yellow;
	text-decoration: none;
}

#submenu .submenu_box_selected a:hover {
	text-decoration: underline;
}

ul.submenu_nested {
	padding: 0 0 0 10px;
}

.submenu_li_selected a {
	color: #333;
}

.submenu_li_selected a:hover {}

/* EVENTS */

.lateral .events_wrapper {
	clear: both;
	width: 200px;
}

/* eventi firenze lateral */

.lateral div.events_fi {
	clear: both;
	width: 168px;
	line-height: 12px;
	margin: 10px 0;
	padding: 6px;
	font-size: 10px;
	color: #FAFF7C;
	background: url(/aegee_media/images/gradient2a.png) top center no-repeat #de4812;
}

.lateral div.events_fi div.image {
	display: none;
}

.lateral div.events_fi div.header {
	float: right;
	width: 168px;
	padding: 0 0 5px 0;
	overflow: visible;
}

.lateral div.events_fi div.header a {
	color: #fff;
	text-decoration: none;
}

.lateral div.events_fi div.header a:hover {
	text-decoration: underline;
}

.lateral div.events_fi div.header .title h2 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 15px;
	font-size: 13px;
	font-weight: normal;
}

.lateral div.events_fi div.header .title h3 {
	clear: both;
	width: 100%;
	padding: 2px 0;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #F9FF66;
}

.lateral div.events_fi div.header .title a {
	color: #fff;
	text-decoration: none;
}

.lateral div.events_fi div.header .title a:hover {
	color: #fff;
	text-decoration: underline;
}

.lateral div.events_fi div.header .date {
	display: none;
}

.lateral div.events_fi div.header .date_short {
	clear: both;
	width: 100%;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	color: #fff;
}

.lateral div.events_fi .in_text_image {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 4px 4px 0;
	border: 1px solid #bf3e11;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.lateral div.events_fi .event_body font,
.lateral div.events_fi .event_body font * {
	font-size: 11px;
}

.lateral div.events_fi div.link {
	display: none;
	clear: both;
	width: 180px;
	padding: 5px 0 0 0;
	color: #444;
}

.lateral div.events_fi div.link a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

.lateral div.events_fi div.link a:hover {
	text-decoration: underline;
}

.lateral div.events_fi .facebook_like_box {
	display: none;
}

/* eventi europa lateral */

.lateral div.events_eu {
	clear: both;
	width: 168px;
	line-height: 12px;
	margin: 10px 0;
	padding: 6px;
	font-size: 10px;
	color: #02393F;
	background: url(/aegee_media/images/gradient3a.png) top center no-repeat #13bee9;
}

.lateral div.events_eu div.image {
	display: none;
}

.lateral div.events_eu div.header {
	float: right;
	width: 168px;
	padding: 0 0 5px 0;
	overflow: visible;
}

.lateral div.events_eu div.header a {
	color: #fff;
	text-decoration: none;
}

.lateral div.events_eu div.header a:hover {
	text-decoration: underline;
}

.lateral div.events_eu div.header .title h2 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 15px;
	font-size: 13px;
	font-weight: normal;
}

.lateral div.events_eu div.header .title h3 {
	clear: both;
	width: 100%;
	padding: 2px 0;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #F9FF66;
}

.lateral div.events_eu div.header .organizers {}

.lateral div.events_eu div.header .type {
	text-transform: capitalize;
}

.lateral div.events_eu div.header .title a {
	color: #fff;
	text-decoration: none;
}

.lateral div.events_eu div.header .title a:hover {
	color: #fff;
	text-decoration: underline;
}

.lateral div.events_eu div.header .date {
	display: none;
}

.lateral div.events_eu div.header .date_short {
	clear: both;
	width: 100%;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	color: #fff;
}

.lateral div.events_eu .in_text_image {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 4px 4px 0;
	border: 1px solid #11A1C1;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.lateral div.events_eu .event_body font,
.lateral div.events_eu .event_body font * {
	font-size: 11px;
}

.lateral div.events_eu div.link {
	display: none;
	clear: both;
	width: 180px;
	padding: 5px 0 0 0;
	color: #444;
}

.lateral div.events_eu div.link a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

.lateral div.events_eu div.link a:hover {
	text-decoration: underline;
}

/* partners */
div.partners_wrapper {
	clear: both;
	width: 100%;
}

.partner_box {
	clear: both;
	width: 100%;
    margin: 8px 0;
	padding: 5px;
	background: url(/aegee_media/images/gradient7a.png) top center no-repeat #cfdb12;
}

.partner_box .pt_text {
    clear: both;
	width: 100%;
	min-height: 14px;
	line-height: 14px;
}

.partner_box .pt_text a {
    text-decoration: none;
    font-size: 12px;
    color: #006AAD;
}

.central .partner_box .pt_text a {
    font-size: 16px;
}

.partner_box .pt_text a:hover {
    text-decoration: underline;
}

.partner_box .pt_image {
    width: 100%;
    height: 50px;
    margin: 1px auto 0 auto;
}

.partner_box .pt_image a {
    text-decoration: none;
}

.partner_box .pt_image div.image {
	clear: both;
	width: 100%;
    height: 50px;
	border: 1px solid #BCBF07;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.central .partner_box .pt_image,
.central .partner_box .pt_image div.image {
	height: 160px;
}


/* HOME PAGE */

div#home_events_eu_lateral {
	display: none;
}

div.section_links {
	clear: both;
	padding: 12px 0 0 0;
	text-align: right;
	font-size: 13px;
}

/* social networks */

div.social_networks_wrapper {
	clear: both;
	width: 100%;
}

div.social_box {
	clear: both;
	width: 100%;
	margin: 8px 0;
	padding: 4px;
	background: url(/aegee_media/images/gradient9a.png) top center no-repeat #c2f4ef;
}

div.social_box table {
	width: 100%;
}

div.social_box .sn_text {
    min-height: 32px;
	line-height: 14px;
	padding: 0 10px;
    text-align: right;
}

div.social_box a {
    text-decoration: none;
    color: #0080AA;
}

.lateral div.social_box a {
    font-size: 12px;
}

.central div.social_box a {
    font-size: 18px;
}

.lateral div.social_box .sn_image {
	width: 30px;
}

.central div.social_box .sn_image {
    width: 50px;
}

div.social_box .sn_image div.image {
	clear: both;
	border: 1px solid #5BBFD3;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.lateral div.social_box .sn_image div.image {
	width: 30px;
	height: 30px;
}

.central div.social_box .sn_image div.image {
	width: 50px;
	height: 50px;
}

/* progetti */

.lateral div.projects_wrapper {
	clear: both;
	width: 200px;
}

.lateral div.project_box {
	clear: both;
	width: 180px;
	margin: 8px 0;
	padding: 5px;
	color: #fff;
	background: url(/aegee_media/images/gradient5a.png) top center no-repeat #22bcac;
}

.lateral div.project_box table {
	clear: both;
	width: 100%;
}

.lateral div.project_box .pj_text {
    
    min-height: 50px;
	line-height: 15px;
    padding: 0 8px;
    text-align: right;
}

.lateral div.project_box .pj_text a.title {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.lateral div.project_box .pj_text a.title:hover {
    text-decoration: underline;
}

.lateral div.project_box .pj_image {
    width: 50px;
    height: 50px;
}

.lateral div.project_box .pj_image a {
    text-decoration: none;
}

.lateral div.project_box .pj_image div.image {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #11A1C1;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lateral div.newsletter {
	float: left;
	width: 180px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

.lateral div.newsletter a {
	color:  #484848;
}

.lateral div.newsletter a:hover {
	color: #5aa1cb;
	text-decoration: underline;
}

.lateral div.newsletter img {
	padding: 0 12px 8px 0;
}


.lateral div.newsletter .evidence {
	font-weight: bold;
}

.central div.projects_wrapper {
	clear: both;
	width: 100%;
}

.central div.project_box {
	clear: both;
	width: 100%;
	margin: 8px 0;
	padding: 5px 0;
	/*color: #fff;
	background: url(/aegee_media/images/gradient5a.png) top center no-repeat #22bcac;*/
	background: url(/aegee_media/images/gradient10a.png) top center no-repeat #f0f0f0;
	color: #333;
}

.central div.project_box table {
	clear: both;
	width: 100%;
}

.central div.project_box .pj_text {
    min-height: 50px;
	line-height: 15px;
    padding: 0 12px;
    text-align: right;
}

.central div.project_box .pj_text a.title {
    text-decoration: none;
    font-size: 18px;
    /*color: #fff;*/
}

.central div.project_box .pj_text a.title:hover {
    text-decoration: underline;
}

.central div.project_box .pj_image {
    width: 100px;
	padding: 0 8px 0 0;
}

.central div.project_box .pj_image a {
    text-decoration: none;
}

.central div.project_box .pj_image div.image {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.lateral div.newsletter {
	float: left;
	width: 180px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

.lateral div.newsletter a {
	color:  #484848;
}

.lateral div.newsletter a:hover {
	color: #5aa1cb;
	text-decoration: underline;
}

.lateral div.newsletter img {
	padding: 0 12px 8px 0;
}


.lateral div.newsletter .evidence {
	font-weight: bold;
}

div#aegee_definition {
	clear: both;
	width: 520px;
	margin: 0 0 0 0;
}

div#aegee_definition div.text {}

div#aegee_definition div.logo {}

.central .events_wrapper {
	padding: 0 0 20px 0;
}

/* eventi firenze */

.central div.events_fi {
	clear: both;
	width: 500px;
	margin: 15px 0 0 0;
	padding: 6px;
	color: #FAFF7C;
	background: url(/aegee_media/images/gradient2a.png) top center no-repeat #de4812;
}

.central div.events_fi .abstract a {
    color: #fff;
}

.central div.events_fi div.image {
	float: left;
	width: 84px;
	height: 84px;
	margin: 0 7px 0 2px;
	border: 1px solid #bf3e11;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

.central div.events_fi div.header {
	float: left;
	width: 405px;
	padding: 0 0 5px 0;
}

.central div.events_fi div.header a {
	color: #fff;
	text-decoration: none;
}

.central div.events_fi div.header a:hover {
	text-decoration: underline;
}

.central div.events_fi div.header .title h2 {
	clear: both;
	width: 400px;
	line-height: 22px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

.central div.events_fi div.header .title a {
	color: #fff;
	text-decoration: none;
}

.central div.events_fi div.header .title a:hover {
	color: yellow;
	text-decoration: none;
}

.central div.events_fi div.header .date {
	clear: both;
	width: 400px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
}

.central div.events_fi div.header .date a {
	color: #fff;
	text-decoration: none;
}

.central div.events_fi div.header .date a:hover {
	color: yellow;
	text-decoration: none;
}

.central div.events_fi div.header .date_short {
	display: none;
}

.central div.events_fi .abstract {
	font-size: 11px;
}


/* eventi europa */

.central div.events_eu {
	clear: both;
	width: 500px;
	line-height: 16px;
	margin: 15px 0 0 0;
	padding: 6px;
	font-size: 12px;
	color: #02393F;
	background: url(/aegee_media/images/gradient3a.png) top center no-repeat #13bee9;
}

.central div.events_eu div.image {
	float: left;
	width: 84px;
	height: 84px;
	margin: 0 7px 0 2px;
	border: 1px solid #11A1C1;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.central div.events_eu div.header {
	float: left;
	width: 405px;
	padding: 0 0 5px 0;
}

.central div.events_eu div.header a {
	color: #fff;
	text-decoration: none;
}

.central div.events_eu div.header a:hover {
	text-decoration: underline;
}

.central div.events_eu div.header .title h2 {
	clear: both;
	width: 400px;
	margin: 0;
	padding: 4px 0;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
}

.central div.events_eu div.header .title h3 {
	clear: both;
	width: 400px;
	padding: 2px 0;
	line-height: 17px;
	font-size: 15px;
	font-weight: normal;
	color: #F9FF66;
}

.central div.events_eu div.header .organizers {}

.central div.events_eu div.header .type {
	text-transform: capitalize;
}

.central div.events_eu div.header .title a {
	color: #fff;
	text-decoration: none;
}

.central div.events_eu div.header .title a:hover {
	color: #fff;
	text-decoration: underline;
}

.central div.events_eu div.header .date {
	clear: both;
	width: 400px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}

.central div.events_eu div.header .date_short {
	display: none;
}

.central div.events_eu .in_text_image {
	display: none;
}

.central div.events_eu div.link {
	clear: both;
	width: 430px;
	padding: 10px 0 0 0;
	color: #444;
}

.central div.events_eu div.link a {
	color: #fff;
	text-decoration: none;
}

.central div.events_eu div.link a:hover {
	text-decoration: underline;
}


/* news */
/*
.central table.news {
	clear: both;
	width: 520px;
	margin: 20px 0 0 0;
	color: #fff;
	background: url(/aegee_media/images/gradient8a.png) top center no-repeat #447186;
}

.central table.news h2 {
	clear: both;
	width: 400px;
	padding: 4px 0;
	line-height: 22px;
	font-size: 20px;
	font-weight: normal;
}

.central table.news a {
	color: #de4812;
	text-decoration: none;
}

.central table.news a:hover {
	color: #f90;
	text-decoration: underline;
}

.central table.news .date {
	clear: both;
	width: 400px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}

.central table.news .news_body {
	clear: both;
	width: 488px;
	margin: 10px 0 10px 0;
	padding: 6px;
	color: #044F56;
	background: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.central table.news .news_body img.blogger_photo {
	float: left;
	margin: 0 6px 6px 0;
}
*/

.news_wrapper {
	clear: both;
	width: 100%;
}

.central .news_box {
	clear: both;
	width: 500px;
	margin: 15px 0 0 0;
	padding: 6px;
	color: #fff;
	background: url(/aegee_media/images/gradient8a.png) top center no-repeat #447186;
}

.lateral .news_box {
	clear: both;
	width: 180px;
	margin: 15px 0 0 0;
	padding: 5px;
	color: #fff;
	background: url(/aegee_media/images/gradient8a.png) top center no-repeat #447186;
}

.news_box h3 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.news_box h3 a {
	color: #fff;
	text-decoration: none;
}

.news_box h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.news_box h4 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.news_box .news_body {
	clear: both;
	width: 94%;
	margin: 0 0 10px 0;
	padding: 6px 3%;
	color: #044F56;
	background: #fff;
}

.news_box .news_body img.blogger_photo {
	float: left;
	margin: 0 6px 6px 0;
}

.news_box .facebook_like {}

.news_box_arrow {
	clear: both;
	width: 100%;
	height: 26px;
	position: relative;
}

.news_box_arrow .arrow {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 12px;
	line-height: 12px;
	padding: 26px 0 0 0;
	text-align: right;
	color: #fff;
	background: url(/aegee_media/images/blog_news_arrow1.png) top right no-repeat;
}

.news_box_arrow a {
	font-size: 12px;
}


/* CHI SIAMO */

/*div#lateral_who div.partner_box .image img {
    float: left;
    width: 180px;
    height: 60px;
}*/

div#central_who div.content {
	clear: both;
    width: 90%;
    margin: 10px 0 0 0;
	padding: 5%;
	background-color: #F7F1DC;
}

div#central_who div.content ul, ol {
	float: left;
}

div#central_who div.content ul li, ol li {
	margin: 0 0 0 25px;
}


/* COSA */

div#lateral_what h1 {
	color: #E8503C;
}

div#central_what h1 {
    color: #E8503C;
}

div#central_what div.content {
	clear: both;
    width: 90%;
    margin: 10px 0 0 0;
	padding: 5%;
	background-color: #F1F4DC;
}

div#central_what div.content ul, ol {
	clear: both;
}

div#central_what div.content ul li, ol li {
	margin: 0 0 0 25px;
}
div#central_what div.content img {
	padding: 5px;
}


/* ANNUNCI */

div#lateral_student-accommodation-florence div.actions {
    float: left;
    width: 180px;
    margin: 0 20px 20px 0;
}

div#lateral_student-accommodation-florence div.actions_box {
    float: left;
    width: 180px;
	line-height: 13px;
	font-size: 13px;
}

.central div.ad_box {
	clear: both;
	width: 500px;
	margin: 10px 0;
	padding: 10px;
	color: #fff;
	background: url(/aegee_media/images/gradient8a.png) top center no-repeat #447186;
}

.central div.ad_box h2 {
	clear: both;
	margin: 0;
	padding: 4px 0;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
}

.central div.ad_box h2 a {
	color: #fff;
	text-decoration: none;
}

.central div.ad_box h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.central div.ad_box h3 {
	clear: both;
	line-height: 16px;
	font-size: 13px;
	font-weight: normal;
}

.central div.ad_box .ad_body {
	clear: both;
	width: 488px;
	margin: 10px 0 10px 0;
	padding: 6px;
	color: #044F56;
	background: #fff;
}

.central div.ad_box .ad_contacts {
	clear: both;
	width: 100%;
	line-height: 20px;
	margin: 5px 0;
	text-align: right;
	font-size: 13px;
	color: #fff;
}
.central div.ad_box .ad_contacts span.tel {
	padding: 2px 4px;
	color: #333;
	font-size: 12px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.central div.ad_box .ad_contacts input:hover {
	color: #044F56;
	background: #FFFC7A;
	border: 3px solid #00A4AF;
}

.tag_cloud_wrapper {
    clear: both;
    width: 100%;
	line-height: 18px;
}

.central .tag_cloud_wrapper {
	line-height: 26px;
}

.central .tag_cloud_wrapper .tag {
	display: inline;
	padding: 4px 6px;
}

.lateral .tag_cloud_wrapper .tag {
	display: block;
	clear: both;
	padding: 0;
}

.tag_cloud_wrapper a {
    text-decoration: none;
    color: #196660;
}

.tag_cloud_wrapper a:hover {
    text-decoration: underline;
	color: #80cec8;
}

.central .open_event_wrapper .title h2 {
	width: auto;
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-size: 20px;
}

.central .open_event_wrapper .date {
	padding: 0 0 10px 0;
}

.central .open_event_wrapper .subheader {
	float: left;
	line-height: 21px;
	padding: 0 12px 0 0;
	font-size: 13px;
}

.central .open_event_wrapper .subheader h3 {
	float: none;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
	line-height: 15px;
	font-size: 13px;
}

.central .open_event_wrapper .subheader p {
	float: none;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 13px;
}

.central .open_event_wrapper .subscription {
    clear: both;
	width: 480px;
	margin: 5px 0 10px 0;
    color: #333;
}

.central .open_event_wrapper .subscribe {
    float: right;
	line-height: 20px;
    color: #333;
}

.central .open_event_wrapper .description {
    clear: both;
    width: 520px;
    margin: 20px 0 20px 0;
}

.central .open_event_wrapper .image {
    float: left;
    margin: 10px 10px 10px 0;
}

.central .open_event_wrapper .image img {
    float: left;
    max-width: 250px;
    max-height: 300px;
    border: 1px solid #fff;
}


/* ALBUM */

.central .albums_wrapper {
	clear: both;
}

.central div.album_box {
	float: left;
	width: 240px;
	margin: 10px 5px 10px 0;
}

.central div.album_box .image {
	float: left;
	width: 120px;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.central div.album_box .text {
	float: left;
	width: 100px;
	padding: 0 10px 0 10px;
	text-align: right;
	font-size: 16px;
	color: #539ddc;
	text-decoration: none;
}

.central div.album_box .highlight {
	color: #f90;
	text-decoration: underline;
}

.lateral .albums_wrapper {
	clear: both;
	width: 180px;
}

.lateral div.album_box {
	clear: both;
	width: 180px;
	margin: 10px 0;
	padding: 5px 0;
	background: url(/aegee_media/images/gradient5a.png) top center no-repeat #22bcac;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.lateral div.album_box .text {
	float: left;
    width: 114px;
    min-height: 32px;
	line-height: 16px;
	padding: 1px 10px;
    text-align: right;
}

.lateral div.album_box a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.lateral div.album_box a:hover {
    text-decoration: underline;
}

.lateral .album_box .image {
	float: right;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	border: 1px solid #11A1C1;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* CONTATTI */

div#lateral_contacts h1,
div#lateral_contacts h2,
div#central_contacts h1,
div#central_contacts h2 {
	color: #1b5765;
}


/* FOOTER */

#footer {
	clear: both;
	width: 740px;
    height: 80px;
    margin: 0 20px 0 20px;
	font-size: 12px;
	color: #333;

}

.ie_advice {
	clear: both;
	width: 740px;
    height: 80px;
    margin: 10px 20px 0 20px;
	font-size: 13px;
	color: #AA0000;
}

/* 404 500 */

#body_404 .central,
#body_500 .central {
	font-family: StRyde;
	background: url('/aegee_media/images/david2.png') top left no-repeat;
}

#body_404 .central p.p1,
#body_500 .central p.p1 {
	clear: both;
	padding: 174px 0 12px 250px;
	color: #555;
	text-align: center;
	line-height: 46px;
	font-size: 46px;
}

#body_404 .central table.p2,
#body_500 .central table.p2 {
	clear: both;
	width: 300px;
	height: 66px;
	margin: 0 0 0 220px;
}

#body_500 .central table.p2 td,
#body_404 .central table.p2 td {
	width: 290px;
	height: 64px;
	padding: 2px 5px 0 5px;
	color: #444;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
}

#body_404 .central p.p3,
#body_500 .central p.p3 {
	clear: both;
	padding: 70px 10px 12px 250px;
	color: #555;
	text-align: right;
	line-height: 12px;
	font-size: 12px;
}

