@charset "utf-8";
/* CSS Document for Ljungberg & Kogel */

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 80%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	background: #FFF url(../page/bg_repeatx.png) repeat-x;
	text-align: center;	
}

/* links */
a { 
	background: inherit; 
	color: #FFF;
	font-weight:bold;
	text-decoration: none; }
a:hover { 
	background: inherit; 
	color: #006699; 
	text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; color: #6585c0; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


#flashContent {
	position: relative;
	top: 2px;
}

#content {
	background-color: #9ebbec;
}

#header-content, #content, #footer-content, #bottomPage {
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}

/* header */
#header {
	margin-top: 24px;
	height: 53px;
	background-color:#FFF;
}
#header-content {	
	margin: 0 auto; 
	position: relative;
}
#header-content img {
	padding: 0;
	border: 0;
}

/* bottomPage */
#bottomPage {
	text-align:center;
	position:relative;
	color: #000;
}

#bottomPage #textarea {
	position:inherit;
	margin-top: 40px;
	left: 40px;
	width: 380px;
	text-align: left;
	color:#FFF;
}

#bottomPage #imagearea {
	margin-top: 0px;
	margin-right: 40px;
	float: right;
}

#footer-content {
	float:none;
	position:relative;
}

#footer-content img {
	padding:0;
	border:0;
}
