/* 	Theme Name: KL Projektteknik AB 
   	Theme URI: www.klprojektteknik.se 
   	Description:Template 
   	Version:V 1.0
   	Author:Marcus Fredriksson
	Author URI:none
*/ 

body{ 	
	margin:0;
	text-align: center; 
	font-family: Sans-serif,Helvetica,Arial,Georgia,Sans-serif;
	font-size:12px;
	vertical-align:top;
	/* Bakground image BEC3C6 url(images/background.jpg) center top repeat-x*/
	background:white;
	padding:0px 0;
	color:#000000;

} 
 
/*Main color container*/
#container {
	background:	#d0d1d4   center top no-repeat;
	padding:30px;
}
/*Wrapper for main*/
#main {
	margin:0 auto;
	width:932px;

}
#post{
    background-color: #ffffff;
    padding: 0px;
    padding-top: 20px;
	padding-bottom:40px;
    /* Firefox uses padding-left to determine Fieldset Legend margin!!! */
    padding-left: 15px;
    border-style: none;
    border-radius: 20px; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px; 
	
}
.header {
	background: black url(images/logo.gif) repeat-x 0 0;
	height: 112px;
}
	.intro{
		background: transparent url(images/logo.gif) no-repeat 0px 0px;
		padding-left: 30px;
	}
		.logo {
			font-size: 32px;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 1;
			margin-bottom: 0.25em;
			color: #eeadff;
			display: block;
		}
			.logo a {
				text-decoration: none;
				color: white;
			}
	
.menu {
	height: 33px;
	background: transparent url(images/menu.gif) repeat-x 0 0;
	font-size: 16px;
}

	.menu-wrapper {
		list-style-type: none;
		margin: 0;
		position:relative;
	}
	.menu-wrapper li {
		display: block;
		float: left;
		border-right: 0px solid #e4e5e5;
		padding: 5px 12px 6px 12px;
	}
		.menu-wrapper li a {
			text-decoration: none;
			color: white;
		}
		.menu-wrapper .current_page_item {
			height: 33px;
			background: transparent url(images/menupressed.gif) repeat-x 0 0;
			border-right: none;
			margin-left: 0px;
		}
		.menu-wrapper .first {
			margin-left: -1;
		}
		.menu-wrapper .current_page_item a {
			color: white;
		}
.footer {
	background: transparent url(images/footerline.gif) repeat-x left top;
}
	.footer .paddings div {
		padding-top:20px;
		padding-bottom: 5px;

	}
	.footer a {
		text-decoration: none;
		color: white;
	}
	



