@import url(/styles/live/aronia/articles.css);
@import url(/styles/live/aronia/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
body {
    margin : 0;
    padding : 0;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #321d3d;
    text-align : left;
    line-height: 18px;
    background-image: url(/images/aronia/bgSummer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#Summer {
   	background-image: url(/images/aronia/bgSummer.png);
	background-repeat: no-repeat;
	background-position: 140px 40px;
}

#Winter {
	background-image: url(/images/aronia/bgSummer.png);
	background-repeat: no-repeat;
	background-position: 140px top;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

div.address{
	color: #ffffff;
	font-size: 11px;
	padding: 0px 5px 0px 13px;
	margin: 20px 0px 0px 0px;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #7ab520;
}

#Winter a {
    text-decoration: none;
    color: #7ab520;
}

#Winter a:hover{
    text-decoration: underline;
}

#Summer a {
    text-decoration: none;
    color: #e64f58;
}

#Summer a:hover{
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #652343;
    margin: 20px 0px 0px 0px;
}

h1 a{
	color: #652343;
}

h2 {
	padding: 0;
	margin: 25px 0px 0px 0px;
    font-weight: bold;
    font-size: 13px;
    color: #652343;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0px 0px 0px;
    padding: 0;
    color: #652343;
}


/* Body - Container */
#container_tb {
    width: 822px;
    margin: 0 auto;
}

#container {
    width: 681px;
    float: right;
    position: relative;
}

div#breadcrumb{
	position: absolute;
	top: 20px;
	left: 20px;
}

img.logo{
	position: absolute;
	top: -49px;
	right: 8px;
}

#header {
    height: 130px;
    text-align: right;
    padding: 10px 0px 0px 0px;
    width: 822px;
    color: #ffffff;
}

#topnav {
    width: 681px;
    background-color: #FFFFFF;
}

#sidenav {
    width: 141px;
    min-height: 300px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    margin: 20px 0px 0px 0px;
    float: left;
}

#sideSubnav {
	margin: 15px 0px 10px 0px;
}

#sideContent {
    float: right;
    width: 245px;
    margin: 0px 18px 10px 0px !important;
    margin: 0px 10px 10px 0px;
}

#contentWrapper {
    background-color: #FFFFFF;
    width: 663px !important;
    width: 667px;
    min-height: 300px;
    padding: 40px 0px 0px 18px !important;
    padding: 40px 0px 0px 14px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    float: right;
	background-image: url(/images/aronia/bgbotWinter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contentWrapperSummer {
    background-color: #FFFFFF;
    width: 663px !important;
    width: 667px;
    min-height: 300px;
    padding: 40px 0px 0px 18px !important;
    padding: 40px 0px 0px 14px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    float: right;
	background-image: url(/images/aronia/bgbotSummer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contentWrapperWinter {
    background-color: #FFFFFF;
    width: 663px !important;
    width: 667px;
    min-height: 300px;
    padding: 40px 0px 0px 18px !important;
    padding: 40px 0px 0px 14px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    float: right;
	background-image: url(/images/aronia/bgbotWinter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

hr.hr{
	height: 1px;
	background: none;
	width: 645px;
	border: 0;
	border-top: 1px solid #854d67;
}

#content {
    background-color: #FFFFFF;
    width: 378px;
    min-height: 460px;
    height: auto !important;  /* for modern Browsers */
    height: 460px;  /*for IE */
    float: left;
    padding: 0px 0px 0px 0px;
}

#footer {
	text-align: right;
	color: #ffffff;
    width: 812px;
    padding: 10px 10px 2px 0px;
    margin: 0 auto;
    height: 30px;
    clear: both;
}

#footer a{
	color: #ffffff;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
	padding-left: 15px;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}