@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}


h2 {
 	font-weight:bold;
	font-size:18px;
}


h3 {
	color:#4E8741;
	font-weight:bold;
	font-size:15px;
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #428234;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;	
	color:#4E8741;
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818285;
	line-height: 14px;
	padding: 0 0 79px 0;
}

body {
	background-image: url(../images/layout/bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

body.page-green {
	background-image: url(../images/layout/bg-green-dots.gif);
}

.outer-wrapper {
	background-image: url(../images/layout/disabledbg-orange.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 20px;
}

.page-green .outer-wrapper {
	background-image: url(../images/layout/dbg-green.jpg);
}

.wrapper {	
	margin: 0 auto;
	width: 948px;
}

.header .wrapper {
	border-top: #f9ac42 9px solid;
	border-left: #f9ac42 1px solid;
	border-right: #f9ac42 1px solid;
}

.page-green .header .wrapper, .page-green .intro .wrapper, .page-green .main .wrapper {
	border-color: #448137;
}

.page-green .header .wrapper {
	border-top: #96b68a 9px solid;
}

.intro .wrapper {
	border-left: #f9ac42 1px solid;
	border-right: #f9ac42 1px solid;
}

.main .wrapper {
	border-left: #f9ac42 1px solid;
	border-right: #f9ac42 1px solid;
	border-bottom: #f9ac42 1px solid;
	background-image: url(../images/layout/footer-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 16px 0 110px 0;	
}

.page-green .main .wrapper {
	background-image: url(../images/layout/footer-green-bg.jpg);
}

.header .wrapper {
	padding: 36px 0 0 17px;
	width: 931px;
	height: 133px;
	position: relative;
	clear: both;
}

.header .logo {
	background-image: url(../images/layout/logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 175px;
	height: 68px;
	top: 40px;
	right: 39px;
	display: inline-block;
	position: absolute;
	z-index: 10;
}

.header .logo:hover {
	text-decoration: none;
}

.navigation {
	margin-top: 33px;
	position: relative;
	clear: both;
}

*+html .navigation {
	width: 100%;
	float: left;
}

.navigation ul li {
	background-image: url(../images/layout/nav-separator.gif);
	background-position: 0 19px;
	background-repeat: no-repeat;
	padding: 0 7px 0 10px;
	list-style: none;
	float: left;
}

.navigation ul li:first-child {
	background: none;
	padding-left: 0;
}

*+html .navigation ul li {
	list-style: outside;
}

.navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #818285;
	line-height: 34px;
	vertical-align: middle;
	height: 34px;
	display: inline-block;
}

.navigation ul li a.julias_konditorei {
	background-image: url(../images/layout/nav-julias_konditorei.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 153px;
}

.navigation ul li a:hover, .navigation ul li.selected a {
	color: #f99d1c;
	text-decoration: none;
}

.navigation ul li.selected a.julias_konditorei, .navigation ul li a.julias_konditorei:hover {
	background-position: 0 -34px;
}

.page-green .navigation ul li a:hover, .page-green .navigation ul li.selected a {
	color: #448137;
}

.navigation ul ul {
	top: 61px;
	left: 0;
	position: absolute;
	display: none;
}

.navigation ul li.selected ul {
	display: block;
}

.navigation ul li.selected ul li a, .navigation ul li ul li a {
	color: #818285 !important;
}

.navigation ul li.selected ul li a:hover, .navigation ul li ul li a:hover, .navigation ul li ul li.selected a {
	color: #f99d1c !important;
	text-decoration: none;
}

.page-green .navigation ul li.selected ul li a:hover, .page-green .navigation ul li ul li a:hover, .page-green .navigation ul li ul li.selected a {
	color: #448137 !important;
}

.intro {
	background-color: #fdca8a;
	clear: both;
	overflow: hidden;
}

.page-green .intro {
	background-color: #96b68a;
}

.content {
	margin: 0 0 0 18px;
	font-size: 14px;
	color: #231f20;
	line-height: 140%;
	width: 650px;
	float: left;
	padding-right:50px;
	padding-bottom:20px;
}

.page-green .content {
	font-size: 14px;
}

.sidebar {
	margin: 3px 30px 15px 0;
	width: 169px;
	float: right;
}

.sidebar h3 {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #818285;
	line-height: 14px;
}

.sidebar p {
	padding-bottom: 5px;
}

.text-bigger {
	line-height: 21px;
	font-size: 16px;
}

.page-green .sidebar {
	padding-bottom: 35px;
	/* color: #448137; */
}

.page-green .sidebar p {
	padding-bottom: 7px;
}

.page-green .sidebar h4, .page-green .sidebar h4 a {
	line-height: 21px;
	font-size: 16px;
	padding-bottom: 7px;
	color: #448137;
}

.sidebar h4 {
	line-height: 21px;
	font-size: 16px;
	padding-bottom: 7px;
	color: #f99d1c;
}

.sidebar h5 {
	line-height: 21px;
	font-size: 16px;
	padding-bottom: 7px;
	padding-left: 25px;
	background-image: url(../images/layout/icon_pdf.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	color: #818285;
}

.sidebar h5 a {
	color: #818285;
}

.clear {
	clear: both;
}

/* Remove all space around the header image */
.intro .wrapper .csc-textpic-imagewrap {
	height:210px;
}

.flex-caption {
	background:none;
}

.tx-dsxtracont-pi1 table td {
	padding-right:25px;
}
