body {
	font-size: 0.8em;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

#banner {
	width: 100%;
	height: 126px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.page-container {
	width: 90% !important;
	width: 1000px;
	min-width: 850px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	border: solid 1px #646464;
	max-width: 1024px;
}

.headnav {
	clear: both;
	width: 100%;
	font-family: verdana, arial, "sans serif";
	font-size: 0.9em;
}

.headnav ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #365397;
	border-bottom: solid 1px #365397;
	background-color: #639ace;
	font-weight: bold;        
}

.headnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.headnav li a:link, .headnav li a:visited {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #365397;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
}

.headnav a:hover, .headnav a.selected, .headnav a:active {
	color: #323232 !important;
	text-decoration: none;
}

.breadcrumb {
	clear: both;
	padding: 0.8em 15px;
	background-color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #000000;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #ad0000;
}

.nav {
	overflow: hidden;
	clear: both;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
	font-size: 0.9em;
	font-weight: bold;
	white-space: normal;
}

.nav a:link, .nav a:visited, .nav a:active {
	text-decoration: none;
}

.nav ul {
	width: 100%;
	padding: 0px;
	background-color: #cedfe7;
	margin: 0px;
}

.nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li.title {
	margin: 0px;
	padding: 3px 5px 2px 15px;
      	background-color: #006d9c;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.nav li a {
	height: 1.7em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-left: solid 7px #cedfe7;
	color: #ad0000;
	text-decoration: none;
	font-size: 1.1em;
}

.nav li a:hover {
	border-left: solid 7px #9CBAD6;
	text-decoration: underline;
}

.nav li a.selected {
	font-weight: bold !important;
	border-left: solid 7px #9CBAD6;
}

.nav li img {
	border: solid 0px #000000;
	margin-right: 5px;
	width: 10px;
	height: 11px;
}

.nav li li a:link, .nav li li a:visited {
	color: #4B4B4B;
	font-weight: normal;
}

.nav .navlinks-2 {
	color: #4B4B4B;
	font-weight: normal;
}

.nav .navlinks-3 {
	border-left: solid 7px #9CBAD6;
	margin-left: 37px;
	padding-left: 7px;
	line-height: 1.2em;
	color: #4B4B4B;
	font-weight: normal;
}

.navlinks-3 .active {
	text-decoration: underline;
}

.content1 {
	float: left;
	width: 55%;
	margin: 0px;
	padding: 0px 20px;
	color: #4B4B4B;
	text-align: center;
}

.content1-container {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.content1-container-2col-left {
	overflow: hidden;
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.content1-container-2col-right {
	overflow: hidden;
	float: right;
	width: 48%;
	margin: 0px;
	padding: 0px;
}

.content1-pagetitle {
	width: 100%;
	border-bottom: solid 3px #5890A8;
}

.content-txtbox-noshade {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: justify;
}

.content-txtbox-noshade-left {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: left;
}

table {
	border: solid 0px black;
}

table td {
	line-height: 1.5em;
	border: solid 0px black;
	vertical-align: top;
}

table.borderyes {
	border: solid 1px black;
}

table.borderyes td {
	line-height: 1.5em;
	border: solid 1px black;
}

h1 {
	margin: 0.5em 0px 0px 0px;
	color: #A83000;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #31659c;
	font-weight: bold;
	font-size: 1.25em;
}

h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}

h5 {
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
}

h6 {
	margin: 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.3em;
	font-family: arial, sans serif;
	font-size: 1em;
}

p.readmore {
	vertical-align: bottom;
	margin: 1.0em 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 1em;
	text-align: right;
}

p.readmore a:link, p.readmore a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #D64700;
}

.sidebar {
	overflow: hidden;
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #4B4B4B;
}

.sidebar-maintitle {
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 2px 10px;
	background-color: #006D9C;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

.sidebar-title-noshade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px #D7D7D7;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 0.9em;
}

.sidebar-txtbox-noshade {
	margin: 5px 0px;
	padding: 2px 10px;
}

.sidebar-txtbox-noshade p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.25em;
	font-size: 1em;
}

.footer {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 1em 0em;
	border-top: solid 1px #7D7D7D;
	background-color: #639ace;
	color: #FFF;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

.content1 a, .sidebar-txtbox-noshade a {
	color: #353535;
	font-weight: bold;
	text-decoration: none;
}

.content1 a:hover, .sidebar-txtbox-noshade a:hover {
	color: #000;
	text-decoration: underline;
}

.content1 a:visited, .sidebar-txtbox-noshade a:visited {
	color: #353535;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #000;
	text-decoration: none;
}

.line-box {
	border-bottom: solid 1px #C8C8C8;
	padding-bottom: 15px;
	margin: 0px 0px 15px 0px;
}

b {
	font-size: 1em;
}

img {
	border: solid 0px black;
}

.thumbnail {
	border-width: 0px;
}
.thumbnail td {
	width: 110px;
	height: 55px;
}
.thumbnail img {
	width: 100px;
	height: 50px;
}

.print {
	position: absolute;
	right: 28%;
}

.print a:link, .print a:visited, .print a:active {
	color: #31659C;
}

.print a:hover {
	color: #ad0000;
}

.bordered {
  border-width: 1px;
}

.bordered tr {
  border-width: 1px;
}

.bordered td {
  border-width: 1px;
}
.leftleft ul {
  align: left;
}
#rezepttext *
{
max-width: 100%;
}
