@charset "utf-8";

/* 

	CSS Document 



	DESCRIPTION		Denna fil styr egenskaperna (bredd, höjd, positionering) objekten på webbplatsen har.

	AUTHOR			Johan Lindqvist, johan@nolgard.se

	COPYRIGHT		2009, Nolgard, www.nolgard.se

	PROJECT			www.brigadmuseum.se

	

*/





@import URL("main_nav.css");

@import URL("content_nav.css");

@import URL("footer_nav.css");

@import URL("form.css");



html, body {

	font-family: Verdana, Geneva, sans-serif;

	margin: 0px;

	padding: 0px;

	background-image: url(../pics/bkg/bkg_body.png);

	background-repeat: repeat;

	background-position: left top;

	background-color: #000;

	color: #333;

}

body {

	font-size: 62.5%;

	text-align: center;

}

h1, h2, h3 {

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0.6em;

	margin-left: 0px;

}

h1 {

}

h2 {

	font-size: 1.4em;

}

h3 {

}



p {

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 1em;

	margin-left: 0px;

}

img {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-style: italic;

}

a, a:active, a:visited {

	color: #94261B;

	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	font-size: 18;

}

div#wrapper {

	width: 910px;

	font-size: 1.2em;

	line-height: 1.4em;

	margin-right: auto;

	margin-left: auto;

	margin-top: 0%;

	background-color: transparent;

	text-align: left;

}

div#innerWrapper {

	margin: 0px;

	padding: 0px;

	position: relative;

}

div#header {

	height: auto;

	background-color: transparent;

	padding-right: 20px;

	padding-left: 20px;

	background-repeat: no-repeat;

	background-position: center top;

	background-image: url(../pics/bkg/bkg_header.png);

	padding-top: 10px;

}

div#content {
	height: auto;
	margin: 0px;
	background-color: transparent;
	background-image: url(../pics/bkg/bkg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	text-align: justify;

}

div#footer {

	height: 100px;

	margin: 0px;

	background-color: transparent;

	background-image: url(../pics/bkg/bkg_footer.png);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding-top: 10px;

	padding-right: 20px;

	padding-bottom: 10px;

	padding-left: 20px;

}

div#production {

	text-align: center;

}

div#topinfo {

	font-size: 0.9em;

	height: auto;

	margin-top: 5px;

	margin-right: auto;

	margin-left: auto;

	width: auto;

	position: relative;

}

div#sitemap {

	right: 0px;

	top: 0px;

	float: right;

}

div#topinfo p {

	font-size: 0.9em;

	color: #666;

	margin: 0px;

	padding: 0px;

}

.error {

	color: #F00;

}

.clearBoth {

	clear: both;

	height: 0px;

	width: auto;

	background-color: transparent;

	background-repeat: repeat-y;

	background-position: left top;

}

.sub_col {

	float: left;

	width: 333px;

	margin-right: 2em;

	margin-left: 1em;

}

.half_page {

	float: left;

	width: 47%;

	margin-right: 2.3em;

}

.large_col {

	float: left;

	width: 537px;

}

.small_col {

	width: 31%;

	float: left;

}

.col_right {

	float: right;

	width: 280px;

	display: block;

}

.center_content {

	margin-right: auto;

	margin-left: auto;

	width: 550px;

}

.footer {

	text-align: center;

	padding-top: 2em;

	font-size: 0.9em;

}

.img_header {

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

.imgdescription {

	font-style: italic;

	margin-top: -1em;

	display: block;

	margin-bottom: 1em;

	font-size: 0.9em;

	color: #333;

}

.float_left {

	float: left;

	margin-right: 1em;

}

.float_right {

}





/*

	Formaterar listelement

*/

.ul_nobullet {

	list-style-type: none;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0em;

	padding-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 1em;

	margin-left: 0px;

}

.ul_nobullet > li {

	margin-bottom: 1em;

	padding: 0px;

}

.ul_small_col {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

}

.li_small_col {

	display: table-column;

	width: 31%;

	margin-right: 20px;

	float: left;

}
#wrapper #innerWrapper #content table tr td .style9 a .imgdescription {
	color: #F1E3D6;
}

