body {
	margin: 0px;
}

/* ********************** */
/* Summer Winter Theme    */
/* ********************** */

body.normal {
	background: #FEF6D2 url(/static/i/body-bg.gif) repeat-x top;
}

body.winter {
	background-color: #97cbee;
}

body.summer {
	background-color: #e3e992;
}

/* ********************** */
/* General Fonts          */
/* ********************** */

div, b, p, span, td {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

a {
	color: #e37f05;
	text-decoration: none;
}

div.content a,
div.content table td a {
	text-decoration: underline;
}
a:hover {
	color: #974d0b;
	text-decoration: none;
}
img {
	border: 0px;
}
h1, h2, h1 a {
	font-family: "Arial Narrow", Arial;
	color: #F48B0B;
}
h3, h4 {
	font-family: Arial;
	color: #F48B0B;
}
h1 {
	font-size: 21px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h3, h4 {
	font-size: 13px;
	font-weight: bold;
}

/* ********************** */
/* General Layout         */
/* ********************** */

table.outher {
	padding-bottom: 30px;
}


table.main {
	margin-left: 6px;
}

table.content-main {
	margin-left: 6px;
}

/* ********************** */
/* Header                 */
/* ********************** */

td.head {
	text-align: right;
	vertical-align: middle;
	padding: 3px;
	color: #A8672D;
}
td.head a {
	padding-right: 3px;
	padding-left: 3px;
	color: #A8672D;
	text-transform: uppercase;
	text-decoration: none;
}
td.head a:hover {
	text-decoration: underline;
}
td.head img {
	border: 0px;
	width: 18px;
}

td.header {
	border-top: 1px solid #F48B0B;
	border-bottom: 3px solid #78A741;
}



/* ********************** */
/* Top-Menu               */
/* ********************** */

td.navi-top table.navi-container {
	margin: 6px 0px;
	width: 100%;
}

td.navi-top table.navi-container td table.navi-top td a {
	color: #8e4c02;
	display: block;
	height: 33px;
	line-height: 27px;
	font-size: 14px;
	background:transparent url(/static/i/top-nav-bg.gif) repeat-x top;
}

td.navi-top table.navi-container td table.navi-top td a:hover,
td.navi-top table.navi-container td table.navi-top td.active a {
	display: block;
	height: 33px;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	background:transparent url(/static/i/top-nav-active-bg.gif) repeat-x top;
}

table.navi-top {
	width: 100%;
}

/* ********************** */
/* Languages              */
/* ********************** */

td.languages a {
	margin-right: 6px;
}

div.languages-containter {
	position: relative;
	float: right;
	z-index: 2000;
}

div.languages {
	position: absolute;
	top: 10px;
	left: -150px;
	width: 150px; 
}

/* ********************** */
/* Breadcrumb             */
/* ********************** */

div.content div.path a {
	color: #666666;
	text-decoration: none;
}
div.content div.path a:hover {
	text-decoration: underline;
}

/*content-left*/
table.content-main td.content-left div.content-left {
	margin-left: 0px;
	padding-right: 6px;
	_width: 185px;
}
td.content-left h1 {
	margin-bottom: 3px;
}


div.vnh-cst-box-remember {
	padding: 3px 5px 4px;
	background: white;
}

div.vnh-cst-box-remember h1 {
	margin: 2px 0px 4px;
}

div.vnh-group-item {
	clear: both;
}

a.vnh-group-item-delete {
	color: darkred;
	display: block;
	text-align: right;
	margin: 2px 0px 4px;
}

div.vnh-cst-box-remember a.request {
	background-image: url(/static/i/list-icon.gif);
	background-repeat: no-repeat;
	background-position: 3 5;
	padding-left: 13px;
	font-weight: bold;
}


/* ********************** */
/* Searchbox              */
/* ********************** */

table.search-box {
	margin-left: 5px;
	background-color: #EAE1B1;
	padding: 5px;
	width: 180px;
	margin-bottom: 5px;
}
table.search-box input {
	border: 1px solid #F48B0B;
	width: 120px;
}

/* suchfeld rechts */
div.teaser-right table.search-box {
	width: 230px;
	margin: 0px;
}
table.search-box input.search-field {
	width: 180px;
}

/* ********************** */
/* Catalogue              */
/* ********************** */

table.katalog {
	background-color: #ffffff;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #D1C2A3;
	margin: 10px 0px;

}

table.katalog td h1 {
	background: url(/static/i/h1-icon.gif) no-repeat right;
}

/*teaserbox-links*/
div.teaser-left {
	padding-left: 6px;
}
table.teaserbox {
	width: 170px;
}
table.teaserbox img,
table.teaserbox img.bild {
	width: 180px;
	border-top: 5px solid #F48B0B;
	border-bottom: 1px solid #F48B0B;
}
table.teaserbox td.links {
	border-top: 1px solid #F48B0B;
	padding: 5px;
	text-align: center;
	color: #F48B0B;
}
table.teaserbox td.links a {
	color: #F48B0B;
	text-decoration: none;
}
table.teaserbox td.links a:hover {
	color: #F48B0B;
	text-decoration: underline;
}
table.teaserbox td.text {
	padding: 5px;
	color: #333333;
}
table.teaserbox td.bild {
	padding: 0px;
}
table.teaserbox td {
	background-color: #F7F4DF;
}

/* ********************** */
/* Menu                   */
/* ********************** */

div.menu {
width: 185px;
background: url(/static/i/menu-top-border.gif) no-repeat 6px 0px;
padding-top: 6px;
position: relative;
left: -6px;
}

div.menu div.spacer {
display: none;
}

div.menu a {
background-color: #F8D3A1;
font-family: Arial;
font-size: 12px;
padding: 3px;
padding-right: 6px; 
border-bottom: 1px solid #C7720A;
display: block;
line-height: 24px;
}

div.navi-1st a {
color: #974D0B;
padding-left: 10px;
background-color: #FABE6D;
margin-left: 6px;
font-weight: bold;
}

div.menu div.navi-1st a:hover,
div.menu div.navi-1st a.active {
	border-left: 6px solid #974d0b;
	margin-left: 0px;
	color: #fff;
	background-color: #f2a94b;
}

div.navi-1st a:hover {
color: #ffffff;
}

div.navi-2nd a {
	color: #7D4603;
	padding-left: 10px;
	background-color: #F8D3A1;
	margin-left: 6px;
}

div.navi-3rd a {
background-color: #F7E2C6;
padding-right: 10px;
}

div.navi-3rd a {
	color: #7D4603;
	padding-left: 18px;
	background-image: url(/static/i/navi-3rd-bg.gif);
	background-repeat: no-repeat;
	background-position: 10 6;
}
div.menu a.active {
border-left: 6px solid #CEC284;
}

/* ********************** */
/* Content                */
/* ********************** */

td.content {
border-top: 6px solid #E8DFB4;
background-color: #ffffff;
padding-bottom: 6px;
width: 450px;
}
div.content {
margin: 20px;
width: 437px;
}
ul {
	list-style-image: url(/static/i/list-icon.gif);
}

ul li {
	list-style-image: url(/static/i/list-icon.gif);
}
div.jes_main_content div ul.list-lp li {
	list-style-image: url(/static/i/list-lp.gif);
}

div.content ul li {
	line-height: 15px;
	padding-bottom: 7px;
}

/*content-right*/
td.content-right {
padding-left: 6px;
}
div.content-right img {
/* width: 230px;
border-bottom: 3px solid #E97C00; */
}

/* ********************** */
/* Quicklinks             */
/* ********************** */
table.quicklinks {
background-color: #F4C381;
width: 230px;
padding-top: 5px;
padding-bottom: 10px;
border-top: 6px solid #E37F05;
}
table.quicklinks td.bild {
width: 20px;
padding: 3px;
}
table.quicklinks td a {
	display: block;
	color: #974D0B;
	text-decoration: none;
	border: 0px;
	margin: 0px;
}
table.quicklinks td.link {
border-bottom: 1px solid #E37F05;
}

table.quicklinks td.bild a {
border: 0px;
}

/*table.quicklinks td.link a:hover {
	background-color: red;
	color: #fff;
	
}*/

/* ********************** */
/* Footer                 */
/* ********************** */
td.footer {
	background: none;
	padding: 0px;
}

div.footer {
	margin-top: 5px;
	padding: 8px;
	background-color: #ffffff;
	font-size: 10px;
}
div.footer a {
	text-transform: lowercase;
}

/*most-wanteds*/
/*popup*/
body.popup td.content-main-popup {
padding: 10px;
}
body.popup td.content-main-popup img {
border: 0px;
}

/* kalenderansicht */
div.content table.calendar-display {
background-color: #ffffff;
border: 0px;
}
div.content table.calendar-display td.control-date h2 {
font-size: 12px;
font-weight: bold;
}
div.content table.calendar-display td.view-week {
background-color: #FEF7DA;
color: #878685;
}
div.content table.calendar-display td.view-week a {
color: #878685;
}
div.content table.calendar-display div.view-more {
background-color: #FFFFFF;
}
div.content table.calendar-display td.view-day-out, td.content #calendar-day-detail-date {
background-color: #FCF9E6;
}
div.content table.calendar-display-options-legend {
display: none;
}
div.content table.calendar-display tr.view-weekdays td,
div.content table.calendar-display td.hour {
background-color: #e37f05;
}
div.content table.calendar-display div.date {
overflow: hidden;
width: 45px;
}
table.calendar-display div.date-time-from-hour {
display: none;
}
div.content div.date div.date-times,
div.content div.date div.date-url {
border: 0px;
border-left: 4px solid #FCA644;
background-color: #ffffff;
}

/* ********************** */
/* Gallery                */
/* ********************** */
div.gallery-header {
	height:220px;
	overflow:hidden;
}
div.gallery-header div {
	height: 220px;
	width: 720px;
}
table.gallery td a.gallery,
table.gallery td a,
table.gallery td a.remember,
table.gallery td img,
table.gallery td img.gallery {
border: 0px;
padding: 0px;
}
p.left,
h2.left {
text-align: left;
margin: 0px;
}
div.gallery-image-name {
display: none;
}

h1.social-bookmark {
	background: url(/static/i/h1-icon.gif) no-repeat right;
}

div.content-right div.social-bookmarks-container a:hover img {
	border: 1px solid #000;
}

div.content-right div.social-bookmarks-container img {
	width: auto;
	border: none;
	margin-right: 1px;
	border: 1px solid #f2f0e3;
}

div.content-right div.social-bookmarks-container {
	background-color: #fff;
	padding: 5px;
}
div.content-right div.social-bookmarks-container {
	_width: 230px;
}


/*merkzettel*/
div.box_note {
	color: #333333;
	margin-left: 6px;
	background-color: #fff;
	padding: 5px;
	padding-top: 0px;
	width: 170px;
	_width: 180px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #D1C2A3;
}

/*Task 109096: Jesacherhof Website Pflege: Button-Stil anlegen*/

body a.cms-wrapinner-span-button,
body a.cms-wrapinner-span-button:hover
{
	background:url("../i/content_button_left.jpg") no-repeat scroll left top;
	float:left;
	height:36px;
	text-decoration:none;
	padding-left:5px;
}

body a.cms-wrapinner-span-button:hover
{
	background:url("../i/content_button_left.jpg") no-repeat scroll left -36px;	
}

body a.cms-wrapinner-span-button span,
body a.cms-wrapinner-span-button:hover span
{
	background:url("../i/content_button.jpg") right top;
	font:bold 16px arial;
	color:#ffffff;
	float:left;
	padding-right:30px;
	line-height:36px;
}

body a.cms-wrapinner-span-button:hover span
{
	background:url("../i/content_button.jpg") right -36px;	
}
