/*
Template name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #CCCCCC;
	color: #333333;
	font: 14px Arial, Helvetica, sans-serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1em; padding-left: 10px; padding-right: 10px;}

li {list-style: none;}

h1 {font: bold 1.1em Tahoma,sans-serif;}
h2 {font: bold 0.9em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
h4 {font: normal 0.8em Lucida Sans Unicode,sans-serif;}
p {font: normal 0.8em Lucida Sans Unicode,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3,h4 {padding-top: 6px; padding-left: 10px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #999999;
	background: #FBD748;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 1152px;
}

.inner-container2 {
	border: 0px;
    background-color: #F0F0F0;
	margin: 0 auto;
	padding: 0px;
	width: 1152px;
}

.outer-container {
	background-color: #F0F0F0;
	padding-bottom: 0px;
}

/* header & title */
.header {
	width: 1152px;
	height: 497px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#switchLang {
	color:#000;
	font:Arial, Helvetica, sans-serif;
	height:50px;
	width:1152px;
	margin:0;
	padding:0;
	border:none;
}

/* main */
.main {
	border-top: 0px;
	padding: 40px 40px 20px 40px;
}

/* content */
.content {
	float: right;
	width: 775px;
	background: url(images/webCntBg.jpg) no-repeat left bottom;
	background-color: #CCCCCC;
	padding-bottom: 250px;

}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	margin-left: 18px;
}
.content ul {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 13px;
}

.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

.navigation {
	float: left;
	width: 245px;
	height: auto;
	/*background: url(images/content_bg.gif);*/

}

/* footer */
.footer {
	background-color: #B8DBE6;
	height: 40px;
	padding: 20px 0 0 0;
	font-size: 11px;
	text-align: center;
	color: #333333;
}