@charset "utf-8";
/* CSS Document */

/*
		Orange			= 254,153,0
		Mörk orange = 204,102,1
		Kant lila 	= 136,0,0
		Grön				= 142,191,47
		Röd					= 231,68,99
		Grå					= 138,140,142
*/
html {
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-color: rgb(254,153,0);
}
h1 {
	font-weight: normal;
}
body {
	width: 960px;
	margin: 0 auto;
}
a {
	color: rgb(136,0,0);
	}

#header {
	}
	#header h2 {
		background: rgb(204,102,1); color: white;
		border: 1px solid rgb(136,0,0); border-top: none;
		padding: 1em 2em; margin: 0; 
		margin: 0;
		font-size: 1em; font-weight: normal;
		}
		#header h2 span {
			padding-left: 1em;
			}
	#header .navigation {
		margin: 1em 0 0 0; padding: 1em 2em 0.5em 2em;
		background: white;
		border: 1px solid rgb(136,0,0); border-bottom: none;
		}
		#header .navigation ul {
			margin: 0; padding: 0 0 0.5em 0;
			border-bottom: 1px solid #ddd;
			list-style-type: none;
			overflow: hidden;
			}
		#header .navigation ul li {
			display: inline;
			padding-right: 1em;
			}
		#header .navigation a {
			text-decoration: none;
			color: rgb(142,191,47);
			text-transform: uppercase;
			font-weight: bold;			
			}

#footer {
	color: #999;
	margin: 0; padding: 0 2em;
	background: white; text-align: right;
	border: 1px solid rgb(136,0,0); border-width: 0 1px 0 1px;
	}

#content {
	border: 1px solid rgb(136,0,0); border-top: none;
	padding: 0 24px 1.5em 24px;
	background: white;
	overflow: hidden;
	}
	#content h1 {
		margin-top: 0em;
		}
		
.navigation.internal {
	display: none;
	}
	
.ingress {
	font-weight: bold;
}

.currentIssue {
	}
	.currentIssue img {
		float: left;
		}
	.currentIssue div {
		padding: 0 0 0 200px;
		}
	.currentIssue div div {
		padding: 0;
		}

#content.frontpage {
	background: white url(images/tanter.gif) bottom right no-repeat;
	}	
.feedback {
	clear: left;
	position: relative;
	width: 100%; height: 320px;
	}
	.feedback .wrapper {
		position: absolute;
		bottom: 80px; right: 200px;
		width: 430px;
		background: url(images/comment-bottom.gif) bottom left no-repeat;
		}
		.feedback .wrapper form {
			position: relative;
			background: url(images/comment-top.gif) top left no-repeat;
			padding: 0.5em 80px 0.5em 20px;
			}
		.feedback label {
			display: block; color: white; font-weight: bold; font-size: 1.2em;
			}
		.feedback textarea {
			width: 100%; height: 120px;
			border: none; color: white;
			background: transparent url(images/comment-bg.gif);
			background-attachment: scroll;
			font: bold 13px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
			}
	.feedback p {
		margin: 0.5em 0;
		}
