/*
	CSS for frokenknopp.se
	Author:		Tomas Lindahl
	Date:		20071018
	Version:	1.0
*/

/* General body properties */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/* General font properties */
p {
	margin: 0 0 1.4em;
	line-height: 1.4em;
	font-size: 1.4em;
}
h1.Title {
	margin: 0 0 1em 0;
	font-size: 1.8em;
	font-weight: 600;
	font-family:Verdana, "Times New Roman", Times, serif;
	color: black;
}
h4.Title3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #333333;
}
h1 {
	margin: 0 0 1em 0;
	font-size: 2.2em;
	font-weight: 100;
	font-family:Verdana, "Times New Roman", Times, serif;
	color: #444;
}
h2 {
	margin: 0 0 1em 0;
	font-size: 1.9em;
	font-weight: 100;
	font-family:Verdana, "Times New Roman", Times, serif;
	color: #444;
}
h3 {
	margin: 0 0 1em 0;
	font-size: 1.7em;
	font-weight: 100;
	font-family:Verdana, "Times New Roman", Times, serif;
	color: #444;
}

div#middleColumn .newsitemname {
	font-size: 1.8em;
	font-weight: 600;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#middleColumn .newsitemingress  {
	font-size: 1.2em;
	font-weight: 600;
	margin: 10px 0 10px 0;
}
div#middleColumn .newsitemcontent  {
	font-size: 1.2em;
}
div#rightColumn .newsitemname  a {
	font-size: 1.2em;
	font-weight: 600;
	color: #e3007a;
}
div#rightColumn .newsitemdate  {
	color: #cfcfcf;
	font-size: 1.2em;
	font-weight:600;
}
div#rightColumn .newsitemingress  {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
div#footer p {
	color: white;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 3px 0 0 10px;
}
div#content ul {
	margin: 0 0 20px 40px;
	list-style-type: none;
	
}
div#content ul li {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 30px;
	background: url("../images/flower_small.gif") no-repeat left;
	
}
/* Link properties */

div#content a {
	color: #0099FF;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;		
}
/* Header properties */
div#header {
	height: 210px;
	position:relative;
	width: 100%;
	background: url("../images/structure/header.jpg") center repeat-x;
}
/* Top image properties */
div#topImages {
	width: 357px;
	top: -200px;
	left: 70%; 
	margin-left: -80.5px;
	height: 269px;
	position: absolute;
	z-index:100;
}
/* Main body properties */
div#mainBody {
	position: relative;
	width: 1025px;
	height: auto;
	margin: 0 auto;
}
/* Left column properties */
div#leftColumn {
	float: left;
	position: relative;
	height: auto;
	margin-top: 120px;
	width: 200px;
	text-align:left;
}
/*  Logo properties */
div#logo {
	width: 196px;
	position: absolute;
	top: -260px;
	height: 253px;
	background: url("../images/structure/logo.gif") no-repeat;
}
/* Main menu */
div#mainMenu {
	position: relative;
}
div#mainMenu ul { 
	list-style-type: none;
}
div#mainMenu ul li {
	display: block;
	height: 30px;
	padding: 10px 0 5px 10px;
	background: url("../images/structure/menuunderline.gif") no-repeat bottom;
}
div#mainMenu ul li a.active {
	background: url("../images/flower_big.gif") no-repeat 0 -3px;
}
div#mainMenu ul li.submenu a.active {
	background: url("../images/flower_small.gif") no-repeat 25px 0;
}
div#mainMenu ul li a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 35px;
	height: 32px;
	color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}
div#mainMenu ul li a:hover {
	text-decoration: underline
}
div#mainMenu ul li.submenu a  {
	font-size: 1.4em;
	padding-left: 50px;
	color: #666666;
}
div#mainMenu ul li.submenu   {
	
}
/* Middle column properties */
div#middleColumn {
	position: relative;
	width: 460px;
	float: left;
	margin: 77px 0 0 25px;
	text-align:left;
}	
/* Content containers  properties */
div#content {
	position: relative;
	margin-top: 75px;
	margin: 12px 0 20px 20px;
}
/* Right column properties */
div#rightColumn {
	position: relative;
	float: right;
	width:315px;
	margin-top:95px;
	text-align:left;
}

/* Footer properties */
div#footer {
	width: 1000px;
	height: 32px;
	margin: 42px auto;
	background: url("../images/structure/footer.jpg")  no-repeat ;
}
.presdiv {
	width:auto;
	border: 1px #666666 solid;
	position:absolute; 
	overflow:hidden; 
	visibility: hidden;
	display:none;
	z-index:999;
	background-color:#FFFFFF;
	padding:5px;
} 

/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */

