/*

Theme Name: Kognitivaakademin.se - Main - Firefox & Co v1.0
Theme URI: http://www.kognitivaakademin.se/css/main.css
Version: 1.0
Author: Tim Selberg
Author URI: http://steelfish.com/

Table of Contents:
	Layout
		Sky
		Grass
		Mud
	Typography
	Forms

*/

/* Layout
---------------------------------------------------------------------------------------------------- */

#container {
	position: relative; /* Needed for Safari */	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */	text-align: left;
	width: 760px;
	height: 550px;
}

#nav {
	width: 728px;
	height: 32px;
	background-color: #4f4b48;
	padding: 0px 16px;
}

#main {
	width: 692px;
	height: 439px;
	background-color: #ffffff;
	padding: 26px 34px 33px 34px;
	margin: 0px;
}

#left {
	float: left;
	width: 321px;
}

#text {
	float: left;
	width: 311px;
	height: 382px;
	margin-top: 15px;
	padding-right: 10px;
	overflow: auto;
}

#textSmall {
	float: left;
	width: 311px;
	height: 338px;
	margin-top: 15px;
	padding-right: 10px;
	overflow: auto;
}

li {
	margin-left: -20px;
}

#right {
	

/*border: 1px solid #FF0000;*/
	float: right;
	width: 334px;
}

#newsletter {
	width: 100%;
	background-color: #aba197;
	margin: 8px 0px;
	font-size: 10px;
	text-align: right;
}

#newsletter a {
	color: #ffffff;
}

#foot {
	width: 100%;
	background-color: #aba197;
	margin: 8px 0px;
	font-size: 10px;
	text-align: center;
}

#foot a {
	color: #ffffff;
}

#languages {
	text-align: center;
}

.menu_item {
	float: left;
}

h1 {
	font: bold 16px "Times New Roman", Times, Garamond, "Garamond Pro", Georgia, serif;
	margin-bottom: -3px !important;
	margin-bottom: -13px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
	background-color: #aba197;
	padding: 0;
	margin: 0;
	color: #333333;
}

a:link, a:visited {
	color: #f35d1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #ff6633;
	text-decoration: underline;
}
