
* {
	margin: 0; padding: 0;
	font-family: Arial, serif;
	font-size: 12px;
	line-height: 15px;
	color: #2b3538;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #d0d2d2 url(img/interface/bg.gif) repeat-x;
}


#Wrapper {
	margin: 23px auto 0; padding: 6px;
	width: 768px; /* 780-12 */
	background-color: white;
}

	#Header {
		width: 100%; height: 132px;
		background: #01bbe7 url(img/interface/bg-header.gif) repeat-x;
		position: relative;
	}

		#Text {
			position: absolute;
			left: 90px; top: 22px;
			text-align: left;
		}

			#Text div {
				font-size:18px; font-weight:bold;
				clear: left;
				line-height: normal;
			}

		#People {
			position: absolute;
			top: -26px; left: 148px;
			width: 127px; height: 27px;
			background: url(img/interface/people.gif) no-repeat;
		}

		#Speakers {
			display: none;
			position: absolute;
			top: 22px; right: 50px;
			background: url(img/head-speakers.jpg) no-repeat;
			width: 220px; height: 95px;
		}

	#Navigation {
		height: 38px;
		background: #5a7379 url(img/interface/bg-navigation-1px.gif) repeat-x;
	}
	
		#Navigation a { color: white; text-decoration: none; }

		#Navigation li {
			list-style-type: none;
			float: left;
			padding: 12px 18px;
			height: 14px;
			background: #5a7379 url(img/interface/bg-navigation.gif) no-repeat;
			text-align: center; text-transform: uppercase; text-decoration: none;
			font-size: 12px;
			color: white;
			cursor: pointer;
		}

		#Navigation li.current_page_item {
			color: #e0fe4b;
			cursor: default;
		}

	#Content {
		clear: left;
		padding: 50px 0 40px 90px;
		min-height: 300px;
		position: relative;
	}
		

	#Footer {
		clear: both;
		width: 100%; height: 143px;
	}

		#FairtradeCity {
			width: 204px; height: 143px;
			background: url(img/interface/logo-fairtrade_city.gif) no-repeat;
			float: left;
		}

		#FooterText {
			color:white;
			float:right;
			font-size:11px;
			margin:123px 0 0;
			padding:3px 0;
			text-align:center;
			width:564px;
			background: #5A7379;
		}
		
			#FooterText a {
				color: white;
				text-decoration: none;
			}


/******************************************* TYPOGRAPHY */

h1 {
	font-size: 18px;
	margin: 0 0 10px 0; padding: 0 0 4px 0;
	color: #005f75;
}

	h1.title {
		font-size: 24px;
		margin: 0 0 20px 0;
		color: #9de1f2;
	}

h2 {
	font-size: 14px;
	margin: 20px 0 6px 0 !important;
	color: #005f75;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	color: #005f75;
}

h4, label {
	font-size: 10px; font-weight: bold;
	margin: 0 0 0 0;
	text-transform: uppercase;
	color: #005f75;
}

p {
	margin: 0 90px 12px 0;
}

/******************************************* FORM COMPONENTS */

label { display: block; margin: 0 0 0 3px; }
textarea { margin: 0 0 0 3px; }
input, textarea {
	border: 1px solid #d0cece;
	padding: 3px;
	background: white;
	color: black;
}

	input:focus, textarea:focus {
		background: #effafd;
		border-color: #aeaeae;
	}

/* submitt */
#Wrapper-Submit input {
	background: #005f75;
	color: white;
	font-weight: bold;
	padding: 4px 10px;
	float: right;
}

fieldset {
	padding: 0 10px;
	margin: 0 90px 0 0;
	border: 1px dotted #d0cece;
}

/* validation errors */			
.mmf .mmf-not-valid-tip {
	border: none;
	color: #e22d2d;
	position: static;
	padding: 0 0 0 4px;
	font-size: 11px;
}

.mmf-response-output {
	display: none;
	margin: 10px 90px 10px 0 !important;
	text-align: center;
	padding: 4px;
	border: none !important;
}

	.mmf-validation-errors {
		background: #e22d2d;
		color: white;
	}
	
	.mmf-mail-sent-ok {
		background: #bed73e;
		color: black;
		font-weight: bold;
	}

/* radio */
.mmf-list-item {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}

	/* label text till hšger */
	.mmf-list-item-label { margin: 0 0 0 4px; }


	/* label text, andra raden */
	.mmf-list-item i {
		display: block;
		margin: 0 0 0 22px;
		font-weight: normal;
	}
	

/******************************************* MISC */

.border-bottom { border-bottom: 1px solid #d0cece; }
.menu-hover { background: #262f31 !important; }

img.aligncenter { clear:left; display: block; margin: 10px auto; }
img.alignleft { float: left; margin: 10px 20px 10px 0; }
img.alignright { float: right; margin: 10px -90px 10px 20px; }

