/* Reset */   
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol,dt,dd {
	margin:0; 
	padding:0; 
	list-style:none; 
	border:none;
	}
a {
	color: black;
	text-decoration: none;
}	 


/* End Reset */ 

/* GENERAL */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
}

#wrapper {
	width: 932px;
	margin: 0 auto;
	position: relative;
	background: white url(../img/mainBG.jpg) no-repeat top left;
}
#wrapmainsidebar {
	margin-top: 78px;
	float: left;
	background: transparent url(../img/stripeBG.gif) repeat-y top left;
}
.bullet {
	list-style: disc;
}
/* HEADER */
#header {
	width: 100%;
	overflow: visible;
	height: 186px;
}
h1 {
	position:absolute;
	text-indent: -9999em;
}

#logotext {
	position: absolute;
	width: 200px;
	right: 12px;
	top: 144px;
}
	#logotext h2 {
		position: relative;
		text-align: center;
		font-size:0.9em;
	}

/* LOGIN with password overlay to show text in input-password */
#loginform {
	position: absolute;
	right: 20px;
	top: 10px;
	
}
input {
	font-size: 0.9em;
	margin: 3px;
	padding: 2px;
	border: 1px solid #ccc;
}
.loginbutton {
	padding: 1px;
}
.loginbutton:hover {
	background-color: #d8f7f9;
}
#password_overlay {
	display: none;
}
/* End login */

ul#nav {
	position: relative;
	top: 200px;
	width: 100%;
	z-index: 100;
}
	#nav a {
		font-family: Arial, Helvetica, sans-serif;
		color: #56bfc6;
		font-size: 1.4em;
		padding-left: 10px;
		display: block;
	}
	ul li {
		position: relative;
		float: left;
		display: block;
		width: 154px;
		height: 30px;
		line-height: 30px;
	}
	.expand{
		background: transparent url(../img/arrowGif.gif) no-repeat;
		background-position: 95% 0;
	}
	.nodisplay {
		display: none;
	}
	li ul {
		position: absolute;
		display: none;
	}
	#nav li:hover {
		background-color: #54d4dc;
	}
	#nav li.expand:hover {
		background-position: 95% -30px;
	}
	#nav li.expand:hover a.expandtext, #nav li:hover a.expandtext{
		color: white;
	}
		
	li:hover ul, li.over ul {
		display: block;
		background-color: white;
		opacity: 0.93;
	}
	li > ul {
		top: auto;
		left: auto;
	}
	li li {
		opacity: 1;
		width: 154px;
		float: none;
	}
	
	#nav li li:hover a {
		color: white;
	}
#header img {
	position: relative;
	top: 201px;
	left: 229px;
	z-index: 20;
}
/* MAIN */

#main {
	width: 656px; 
	float: left;
	padding-right: 13px;
	padding-bottom: 10px;
}
#wrapimageslider {
	position: relative;
	height: 226px;
	width: 642px;
	overflow: hidden;
}	
#imageslider {
	height: 226px;
	width: 642px;
	overflow: hidden;
}
#main h4 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 0 9px 20px;
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
#main .firstcolumn {
	background: transparent url(../img/titleBG2.png) no-repeat 0 -15px;
}
#main .secondcolumn {
	background: transparent url(../img/titleBG2.png) no-repeat 0 -85px
}
#main .thirdcolumn {
	background: transparent url(../img/titleBG2.png) no-repeat 0 -155px
}
#main .fourthcolumn {
	background: transparent url(../img/titleBG2.png) no-repeat 0 -225px
}
#main p {
	font-size: 1.2em;
	padding: 12px 10px 0 0;
	line-height: 1.5em;
	text-align: justify;
}
#linkbox {
	margin: 20px auto;
}

/* Boardmembers css */
#boardmembers {
	margin: 10px 0 10px 40px;
	width: 90%;
}
#boardmembers li {
	font-size: 1.2em;
	float: none;
	width: 100%;
	height: 140px;
	margin-top: 4px;
	margin-bottom: 4px;
	
}
	#boardmembers li a:link {
		padding-left: 20px;
		line-height: 110px;
	}
	#boardmembers li a:hover {
		border-bottom: 1px dotted black;
		background: transparent url(../img/email.png) no-repeat top left;
	}
	
	#boardmembers li img {
		height: 110px;
		float: right;
		padding: 5px;
		border-top: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px black;
		-webkit-box-shadow: 1px 1px 3px black;
	}

/* FAQ css */ 

.faq li {
	float: none;
	width: 100%;
	height: auto;
	line-height: 1.8em;
	font-size: 1.2em;
	margin-left: 20px;
}

/* Links css */

.links strong {
		font-size: 1.3em;
		margin: 15px 0 4px 20px;
		display: block;
	}
.linklist {
	
}
	
	.linklist li{
		float: none;
		width: 100%;
		height: auto;
		line-height: 1.8em;
		font-size: 1.2em;
		margin-left: 20px;
		
	}
	.linklist a {
		padding-left: 20px;
	}
	
	.linklist a:hover {
		border-bottom: 1px dotted black;
		background: transparent url(../img/link.png) no-repeat top left;
	}

.links span {
	color: black;
	float: right;
	margin: 0 20px 10px 0;
	line-height: 15px;
}
		
		.links .moremain a {
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) 150px 0 no-repeat;
			padding-right:25px;
		}
		.links .moremain a:hover {
			text-decoration: underline;
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) 150px -19px no-repeat;
			padding-right:25px;
		}
		.links .lessmain a {
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) 35px -39px no-repeat;
			padding-right:23px;
		}
		.links .lessmain a:hover {
			text-decoration: underline;
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) 35px -57px no-repeat;
			padding-right:23px;
		}
.samarbet {
	clear: both;
}
	.samarbet li {
		float: left;
		width: 40%;
		height: auto;
		line-height: 1.3em;
		font-size: 1em;
		margin-left: 40px;
		
	}
	.samarbet a {
		padding-left: 20px;
		margin-left: -20px;
	}
	.samarbet a:hover {
		border-bottom: 1px dotted black;
		background: transparent url(../img/link.png) no-repeat top left;
	}
	
/* Gallery css */

#swedengallery, #internationalgallery {
	display: block;
	width: 45%;
	overflow: hidden;
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#swedengallery{
	float: left;
}
	#swedengallery h4 {
		margin: 10px 5px 10px 40px;
	}
#internationalgallery{
	float: right;
}
	#internationalgallery h4 {
		margin: 10px 5px 10px 40px;
	}
.vertical {
	float:left;
	width: 37px;
	height: 252px;
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
}
.swedenvertical{
	background: transparent url(../img/sverigeregister.jpg) no-repeat top left;
}
	
.intvertical{
	background: transparent url(../img/internationelltregister.jpg) no-repeat top left;
}
.wrapforie {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
.country_ul {
	margin: 5px 5px 5px 40px;
	width: 570px;
	overflow: hidden;
	
}
	.country_ul li {
		float: none; 
		display: inline;
		margin: 0 3px 0 0;
	}
	.country_ul li img {
		height: 70px;
		padding: 5px;
		border-top: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px black;
		-webkit-box-shadow: 1px 1px 3px black;
	}
	.country_ul li a img {
		opacity: 0.5;
	}
	.country_ul li a:hover img {
		opacity: 1;
	}
/* Document css */
.document .broadlist li {
	display: block;
	padding: 0 20px;
	margin: 15px 20px;
}
 li.jpg_icon {
		line-height: 15px;
		margin: 0 0 7px 20px;
		background: transparent url(../img/imagesbutton.png) no-repeat top left;
		padding-left: 20px;
	}
	
 li.pdf_icon {
		line-height: 15px;
		margin: 0 0 7px 20px;
		background: transparent url(../img/acrobatbutton.png) no-repeat top left;
		padding-left: 20px;
	}
/* Sponsers css */
.sponsers img {
	width: 160px;
}
	
.sponsers table {
	width: 90%;
	margin: 10px;	
}
	.sponsers td {
		padding: 15px 10px;
	}
		#main.sponsers td p{
			padding-top: 0;
		}
.sponsers p a {
		border-bottom: 1px dotted black;
	} 
.sponsers p a:hover {
		border-bottom: 1px solid black;
	}
/* Sweden css*/
.sweden a {
		border-bottom: 1px dotted black;
	} 
.sweden a:hover {
		border-bottom: 1px solid black;
	}
.sweden b, .international_paraguay b, .contact b, .projects b{
	display: block;
	font-size: 1.3em;
	margin: 10px 0 5px 5px;
}
.sweden ul li, .international_paraguay ul li, .broadlist li{
	float: none;
	width: 100%;
	height: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 5px 0 5px 10px;
}

.sweden img {
	float: left;
	padding: 20px 5px 10px 5px;
}	
	/* Lund css */
	
	dt {
		font-size: 1.3em;
		margin-top: 10px;
	}
	
	#main dd p {
		padding: 4px 10px 0 10px;
	}
	/* Malmö css */
	
	#main.malmo img, #main .floatrightimg, #main.lund img{
		float: right;
		margin-left: 10px;
		padding: 5px;
		width: 150px;
		border-top: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px black;
		-webkit-box-shadow: 1px 1px 3px black;
	 }
	/* Göteborg css */
	
	.goteborg img {
		display: block;
		margin: 15px auto;
	}
	.goteborg .imgborder {
		padding: 5px;
		border-top: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	
/* International css */

.columntext_broad {
	float: right;
	width: 53%;
}
.columntext_narrow {
	float: right;
	width: 44%;
}
.international_overview img, .international_paraguay img, .international_kirgizistan img, .international_albania img, .international_mexico img, .news img{
	float: left;
	margin: 10px 10px 5px 0;
}

.international_overview a, .international_paraguay a, .international_kirgizistan a, .international_mexico a, .contact a, .international_albania a{
	border-bottom: 1px dotted black;
}
.international_overview a:hover, .international_paraguay a:hover, .international_kirgizistan a:hover, .international_mexico a:hover, .contact a:hover, .international_albania a:hover{
	border-bottom: 1px solid black;
}

.international_albania ol li {
	font-size: 1.2em;
	list-style: decimal;
	line-height: 1.5em;
	margin: 5px 0 5px 25px;
}
.international_albania ul li {
	float: none;
	line-height: 1.5em;
	width: auto;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}

/* contact css */
.narrowlist ul {
	float: left;
	display: block;
	width: 40%;
	height: 8em;;
	font-size: 1.1em;
	padding: 10px;
	margin: 10px;
	border-top: 1px dotted #e7ebec;
	border-right: 1px dotted #e7ebec;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
	.narrowlist ul li {
		line-height: 1.5em;
		float: none;
		width: 100%;
		height: auto;
	}
/* Support css */
.support ul {
	display: block;
	margin-left: 20px;
}
.support p {
		clear: both;
	}
	.support ul li {
		width: auto;
		height: auto;
		line-height: 12px;
		display: block;
		margin: 5px 6px;
		border: 1px solid #ccc;
	}
	.support ul li a{
		border-bottom: none;
		display: block;
		padding: 3px;
	}
	.support ul li a:hover{
		border-bottom: none;
		background-color: #d8f7f9;
	}
.support a {
		border-bottom: 1px dotted black;
	} 
.support a:hover {
		border-bottom: 1px solid black;
	}
.support fieldset {
	clear: both;
}
.support span, .volunteer span {
	float: right;
	line-height: 16px;
}
.support img {
	margin: 15px 20px 0 20px;
	padding: 5px;
	height: 150px;
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;	
}

#educ {
	margin: 15px 0; 
	padding: 5px 0 15px 10px;
	font-size: 0.95em;
	background: #fff url(../img/fieldsetBG.jpg) repeat-x top left;
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
	#educ dt:first-child {
		font-size: 1.3em;
		margin-top: 15px;
	}
	#educ dt {
		font-size: 0.9em;
	}
	#educ img {
		margin: 15px 20px 0 20px;
		clear: both;
		height: 70px;
		line-height: 70px;
		float: right;
		padding: 5px;
		border-top: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px black;
		-webkit-box-shadow: 1px 1px 3px black;
	}

	#educ p {
		clear: none;
	}

#memberform {
	width: 400px;
	margin: 0 auto;
}
	#memberform fieldset {
		background: #fff url(../img/fieldsetBG.jpg) repeat-x top left;
		
	}
	h5.showerror {
		font-size: 1.1em;
		display: block;
		width: 95%;
		margin: 0 auto;
		border-color: red;
		line-height: 1.4em;
	}
	h5.showsuccess {
		
		font-size: 1.1em;
		display: block;
		width: 95%;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#memberform em {
		display: block;
		font-style: normal;
		padding: 12px 10px;
		margin: 10px 0;
		background-color: white;
	}
	#memberform .showsuccess em {
		border: 1px solid #00FF00;
	}
	#memberform .showerror em {
		border: 1px solid red;
	}
	#memberform legend {
		color: black;
	}

	#memberform label {
		display: block;
		float: left;
		margin-right: 1em;
		text-align: right;
		width: 140px;
	}
	#memberform input {
		display: block;
		width: 200px;
		background-color: white;
		border-top: 2px solid #ccc;
		border-left: 2px solid #ccc;
		border-bottom: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
	}
	#memberform .loginbutton {
		width: 75px;
		border: 1px solid #999;
		margin: 0 auto;
		font-size: 1.1em;
	}
/* Press css */	
#objectsdiv {
	width: 100%;
	height: 200px;
	display: block;
}
.press object {
	height: auto;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
}
.press object.leftobject {
	margin: 10px 0 10px 10px;
	float: left;
}

.press object.rightobject {
	float: right;
	margin: 10px 10px 10px 0;
}
.press table {
	float: left;
	margin: 0 10px 0 10px;
	width: 100%;
}
.press td {
	color: #666;
	line-height: 1.3em;
}
.press td a {
	color: black;
	border-bottom: 1px dotted black;
}	
.press td a:hover {
	border-bottom: 1px solid black;
}
.press .paperlegend {
	text-align: right;
	padding: 3px 5px;
	width: 220px;
}
/* news */
.news dt {
	font-weight: bold;
	clear: left;
}
.news dt strong {
	font-weight: normal;
	font-style: italic;
}
#main.news dd p {
	border-bottom: 1px solid #eee;
	padding: 5px 0 8px 0;
	margin: 0 10px 15px 10px;
    float: left;
}
.news br {
    margin-bottom: 8px;
}
.news a {
	color: black;
	border-bottom: 1px dotted black;
}	
.news a:hover {
	border-bottom: 1px solid black;
}	
.news .archivlink {
	float: right;
	line-height: 12px;
	display: block;
	width: 30px;
	padding: 5px 6px;
	margin: 10px;
	border: 1px solid #ccc;
	
}
	a.archivlink:hover {
		background-color: #d8f7f9;
		border: 1px solid #ccc;
	}

/* posten css */
#main .postdiv {
	clear: both;
	display: block;
}
#main.posten p {
	display: block;
	padding: 30px 0;
	text-align: left;
}
.posten img {
	float: left;
	display: block;
	margin: 15px 20px 0 20px;
	padding: 5px;
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;	
	
}
.posten strong {
	font-size: 1.2em;
}
.posten p a {
	border-bottom: 1px dotted black;
}	
.posten p a:hover {
	border-bottom: 1px solid black;
}
/* projects css */
.projects p {
	margin-left: 10px;
}
.projects blockquote {
	display: block;
	margin: 0 10px;
	float: left;
	width: 390px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.projects .eudiv {
	margin: 10px 0 10px 10px;
	display: block;
	float: left;
}
	.projects .eudiv img {
		float: left;
		height: 50px;
		margin: 4px;
	}
.projects b {
	clear: both;
	
}
.projects li {
	font-size: 1.1em;
	float: none;
	line-height: 1.8em;
	height: auto;
	width: 100%;
	margin: 10px 20px;
}
.projects a {
	border-bottom: 1px dotted black;
}	
.projects a:hover {
	border-bottom: 1px solid black;
}
/* Volunteer css */
.frontfoto {
	margin: 0 0 15px 5px;
	
}
.secondh4 {
	margin-top: 20px;
}
#posts {
	margin-top: 15px;
}
	#posts a img, #posts a.bloglink {
		border-style: none;
	}
.volunteer a {
	border-bottom: 1px dotted black;
}
.volunteer a:hover {
	border-bottom: 1px solid black;
}

.divblogdate {
	width: 10%;
	height: 60px;
	float: left;
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
	.datebg {
		font-size: 1.3em;
		padding: 3px;
	}
	.monthbg {
		padding: 3px;
		font-size: 0.85em;
		background-color: #d8f7f9;	
	}
	.yearbg {
		padding: 3px;
		font-size: 1.1em;
	}
.divbloglink {
	height: 60px;
	width: 88%;
	float: right;
	display: block;
	
	border-top: 1px solid #e7ebec;
	border-right: 1px solid #e7ebec;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
	.divbloglink a {
		margin-left: 20px;
		float: left;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 60px;
	}
	 span.postauthor {
		float: right;
		line-height: 60px;
		font-size: 1.1em;
		margin-right: 15px;
	}
.blogcontent {
	margin-top: 20px;
	display: block;
	clear: both;
}
	.blogcontent img {
		padding: 10px;
		margin: 5px 0;
		clear: left;
		float: left;
		width: 200px; !important
		border-top: 1px solid #e7ebec;
		border-right: 1px solid #e7ebec;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px black;
		-webkit-box-shadow: 1px 1px 3px black;	
	}
	#posts .blogcontent img.postimgfloatleft {
		float: left;
		margin-right: 10px;
	}
	#posts .blogcontent img.postimgfloatright {
		float: right;
		margin-left: 10px;
	}
/* Allcalendars css */
	.allcalendars b {
		display: block;
		margin: 15px 0 5px 15px;
		font-size: 1.4em;
	}
	.allcalendars iframe {
		display: block;
		margin: 0 auto;
	}
/* SIDEBAR */

#sidebar {
	float: left;
	width: 261px;
}

h3 {
	clear: both;
	display: block;
	height: 23px;
	font-size: 1.3em;
	font-style: normal;
	text-align: center;
	line-height: 23px;
	
	margin-bottom: 5px;
}	
.bluestripe1 {
	background: transparent url(../img/menuBGSidebar.jpg) no-repeat 0 0;
}
.bluestripe2 {
	background: transparent url(../img/menuBGSidebar.jpg) no-repeat 0 -23px;
}
.greenstripe {
	background: transparent url(../img/menuBGSidebar.jpg) no-repeat 0 -46px;
}
.yellowstripe {
	background: transparent url(../img/menuBGSidebar.jpg) no-repeat 0 -69px;
}
.blackstripe {
	background: transparent url(../img/menuBGSidebar.jpg) no-repeat 0 -92px;
	Color: white;
}
#news ul li {
	clear: both;
	margin: 0 0 8px 8px;
	line-height: 1.3em;
	width: 90%;
	height: auto;
}
	
#calendar {
	clear: both;
	display: block;
	padding-top: 20px;
	
}
	#calendar img {
		float: right;
		padding-right: 24px;
		margin-bottom: 15px;
	}
	.rightfloat {
		float: right; 
		margin-right: 6px;
	}
	.leftfloat {
		float: left;
		margin-left: 10px;
	}
		#calendar .leftfloat a {
		border-bottom: 1px dotted black;
	} 
		#calendar .leftfloat a:hover {
		border-bottom: 1px solid black;
	}
	
ul#today{
	clear: both;
	margin: 10px;
	display: block;
}
#today ul{
	display: block;
	height: auto;
	padding: 5px 0 15px 0;
	margin: 5px 0 15px 0;
}

#today li {
	width: 100%;
	line-height: 1.6em;
	height: auto;
	padding-left: 10px;
}
	#today li a {
		border-bottom: 1px dotted black;
	}	
	#today li a:hover {
		border-bottom: 1px solid black;
	}
	#today li:first-child {
		margin-left: -10px;
	}
#today h4 {
	text-align: center;
	font-size: 1.1em;
	margin-right: 5px;
	padding: 8px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#citychooser {
	margin: 0 3px 0 1px;
}
	#citychooser li.responding a {
		background: transparent url(../img/ajax-loader.gif) -10px 0 no-repeat; 
	}	
	
#medlemstidning{
	float: none;
	margin-bottom: 10px;
	
}	
	#medlemstidning #newest_pdf li, #medlemstidning #older_pdf li{
		float: none;
		clear: both;
		width: 90%;
		height: auto;
		
	}
	#medlemstidning #newest_pdf li {
		margin: 0 0 10px 20px;
	}
		#medlemstidning #newest_pdf img{
			width: 40px;
			vertical-align: middle;
		}
	
		#medlemstidning a {
			font-size: 1.1em;
		}
		#medlemstidning p {
			display: inline;
			margin-left: 5px;
		}
		
		#medlemstidning span {
			float: right;
			margin: 0 20px 10px 0;
			line-height: 15px;
			font-size: 0.9em;	
		}
		.more a {
			border-bottom: none;
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) right 0 no-repeat;
			padding-right:25px;
		}
		.more a:hover {
			border-bottom: none;
			text-decoration: underline;
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) right -19px no-repeat;
			padding-right:25px;
		}
		.less a {
			border-bottom: none;
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) right -39px no-repeat;
			padding-right:23px;
		}
		.less a:hover {
			border-bottom: none;
			text-decoration: underline;
			display: block;
			height: 17px;
			background: transparent url(../img/buttons.gif) right -57px no-repeat;
			padding-right:23px;
		}

#quotation {
	margin: 0 10px 10px 10px;
}
#quotation li {
	float: none;
	width: 100%;
	height: auto;
	line-height: 1.6em;
	position: relative;
	
}
#quotation li.quote {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}
#quotation li.source{
	position: relative;
	margin-left: 20px;
}
		
#languagechooser {
	margin: 0 5px 0 10px;
}

#languagechooser li, #citychooser li{
	width: auto;
	height: auto;
	line-height: 12px;
	display: block;
	margin: 5px 6px;
	
	border: 1px solid #ccc;
	
}
	#languagechooser li.active a, #citychooser li.active a {
		background-color: #d8f7f9;
	}


	#languagechooser li a , #citychooser li a{
		padding: 3px;
		display: block;
	}
	
	#languagechooser li span {
		padding: 3px;
		display: block;
		color: #ccc;			
	}
	#languagechooser li a:hover, #citychooser li a:hover{
		background-color: #d8f7f9;
		
	}
	
#video object {
	float: left;
	margin: 10px 23px;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
}

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	background-color: #f6f6f6;
}
	#footer p {
		padding: 4px 0 8px 0;
		font-size: 1.2em;
	}
