/*=======================================================================*\
	Main CSS
\*=======================================================================*/

* {
	margin: 0;
	padding: 0;
	}
body {
	background: #FFF
	color: #FFF;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 1.2em;
	}
a {
	font-weight: normal;
	color: #546066;
	text-decoration: none;
	}

	a img {
		border: none;
		}
.img_line {
		border: 1px solid #272525;
		}

.aContact {
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
	.aContact:hover, aContact:active {
		text-decoration: none; color: #999999;
}
.error {
color: red;
}
#contact_cont {
	width:369px;
	height:21px;
	display:block;
}
#att_box {
	width:33px;
	height:21px;
	display:block;
	color: #999;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	font-family: Georgia, Times new roman;
	font-size: 18px;
	float:left;
	line-height:21px;
}

#menu {
width: auto;
padding-top: 6px;
font-family: Arial;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
}

#menu a, a:visited {
padding-right: 10px;
text-decoration: none;
font-weight:bold;
color: #829fa9;
}

#menu a:hover {
color: white;

}
/*=======================================================================*\
	LegaWebb
\*=======================================================================*/
table.tack {
margin-top: 20px;
width: 500px;
text-align:center;
}

#signup_form {
float: left;
width: 350px;
}

#stiftelse_logga {
width: 250px;
float: left;
}

.form_wrapper {
padding: 10px 0px 10px 0px;
}

.form_text {
float:left;
width: 100px;
font-family: Arial;
font-size: 12px;
font-weight:bold;
color: #829fa9;
}

#seminare_ingress {
width:470px;
font-family: Arial;
font-size: 12px;
}

#minne2008_info {
width:520px;
padding-top: 40px;
font-family: Arial;
font-size: 12px;
color: #829fa9;
}

#minne2008_info div {
padding: 0px 0px 10px 0px;
}

.left_info_2008 {
float:left;
width: 70px;
font-family: Arial;
font-size: 12px;
font-weight:bold;
color: #000;
}

#program2008 {
margin-left:70px;
}

#signup_information{
width:600px;
}

/*=======================================================================*\
	Text styles
\*=======================================================================*/

.header {
	color: #000;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 17px;
	line-height: 0.95em;
	}

.ingress {
	color: #000;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 1.2em;
	}

.subheader {
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height: 1.2em;
	}

.contactinfo {
	color: #546066;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height: 1.2em;
	}
p {
	margin-top:1em;
}

/*=======================================================================*\
	Text-area and input styles
\*=======================================================================*/


.input,
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 5px;
	background: #0f0e0e;
	border: 1px solid #242424;
	padding: 4px;
	font-size: 100%;
	}
	.input:hover,
	.textarea:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		border: 1px solid #353535;
		}
		.textarea {
			width: 350px;
			height: 120px;
			}
			.input {
			width: 350px;
			height: 12px;
			}

	.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	height:20px;
	width: 90px;
	margin-bottom: 5px;
	background: #0f0e0e;
	border: 0px solid;
	padding: 4px;
	font-size: 100%;
	cursor:pointer;
	margin-right:7px;
	}
	.submit:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		border: 0px solid;
		}

.readMore, .goBack {
	position:relative;
	width:100%;
	text-align:right;
	margin-top:1em;
}
	.goBack {
		text-align:left;
	}
	.readMore a, goBack a{
		font-weight:bold;
	}
