/* volks-cms.de: css-stylesheet */
/* (c)2004 DBTech.DE; Steffen Chmil<sc@dbtech.de> */

/* ********** background color definitions ********** */

.bg_grey	{ background-color: #E5E5E5; }
.bg_light_grey	{ background-color: #F6ECC9; }
.bg_dark_blue	{ background-color: #520100; }
.bg_light_blue	{ background-color: #DAC377; }
.bg_white	{ background-color: #FFFFFF; }


/* ********** background image definitions ********** */

.bg_img_edge_top_left {
	background-image: url(images/edge_top_left.jpg);
	background-repeat: no-repeat;
}
.bg_img_edge_top_right {
	background-image: url(images/edge_top_right.jpg);
	background-repeat: no-repeat;
}
.bg_img_edge_bottom_left {
	background-image: url(images/edge_bottom_left.jpg);
	background-repeat: no-repeat;
}
.bg_img_edge_bottom_right {
	background-image: url(images/edge_bottom_right.jpg);
	background-repeat: no-repeat;
}
.bg_img_menu_main_top {
	background-image: url(images/menu_main.jpg);
	background-repeat: no-repeat;
}
.bg_img_menu_sub {
	background-image: url(images/arrow_menu_sub.jpg);
	background-repeat: no-repeat;
}
.bg_img_arrow_menu_bottom {
	background-image: url(images/arrow_menu_bottom.jpg);
	background-repeat: no-repeat;
}


/* ********** shadow image definitions ********** */

.shadow_bottom_left {
	background-image:  url(images/shadow_bottom_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 50px;
	height: 34px;
}
.shadow_bottom {
	background-image:  url(images/shadow_bottom.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 34px;
}
.shadow_bottom_right {
	background-image:  url(images/shadow_bottom_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 50px;
	height: 34px;
}
.shadow_bottom_edge {
	background-image:  url(images/shadow_bottom_edge.jpg);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}
.shadow_right_top {
	background-image:  url(images/shadow_right_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 34px;
	height: 50px;
	/* background-color: #FF00FF; */
}
.shadow_right {
	background-image:  url(images/shadow_right.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 34px;
}
.shadow_right_bottom {





	background-image:  url(images/shadow_right_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 34px;
	height: 50px;
}


/* ********** table definitions ********** */

table.main {
	/* table-layout: fixed;
 */
	/* empty-cells: show; */
	/* border-spacing: 0px; */
}
table.shadow {
	/* table-layout: fixed;
 */
}
table.shadow td.main {
	/* workaround IE bug (conceals stripe between content table and shadow cell) */
	background-image:  url(images/shadow_right_top_gradient.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}


/* ********** main table cell border definitions ********** */

table.main td.left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #520100;
}
table.main td.right {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #520100;
}
table.main td.top {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #520100;
}
table.main td.bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #520100;
}


/* ********** marker definitions ********** */

/* marker "menu_main_top" */
table.main td.menu_main_top {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.menu_main_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_main_top .selected {
	color: #FFFF90;
}
/* marker "menu_sub" */
table.main td.menu_sub {
	vertical-align: top;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.menu_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #520100;
	text-decoration: none;
}
.menu_sub .selected {
	color: #920100;
}
.menu_sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_sub3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/* marker "content" */
table.main td.content {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* marker "rootline", "menu_main_bottom" */
table.main td.footer {
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.footer, .rootline, .menu_main_bottom {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.rootline {
	text-align: left;
}

.menu_main_bottom {
	text-align: right;
}


/* ********** link style definitions ********** */

.selected {
	color: #CCCCCC;
}
a:hover {
	color: #920100;
	text-decoration: underline;
}
.menu_main_top a:hover {
        color: #FFFF90;
        text-decoration: underline;
}
.bodytext a {
	color: #000000;
	text-decoration: none;
	border-bottom-style: dashed; border-bottom-width: 1px; border-bottom-color: #520100;
}
.bodytext a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #520100;
}


/* ********** common style definitions ********** */

body, .bodytext, li, .csc-form-label, .csc-form-label-req, .contenttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}


/* ********** page layouts ********** */

/* normal, scroll */
div.body_content_layout0, div.body_content_layout1 {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	width:732px; height:360px;
	overflow: auto;
	/* background-color: #00ff00; */
}
/* clip */
div.body_content_layout1 {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	width:732px; height:360px;
	overflow: hidden;
}


/* ********** pagecontent frames ********** */

.csc-frame-layout1 {
	text-align: left;
	float: left;
	margin-bottom: 20px;
	/* border-style: solid; border-width: 1px; border-color: #FF00FF */
}
.csc-frame-layout2 {
	text-align: right;
	float: right;
	margin-bottom: 20px;
	/* border-style: solid; border-width: 1px; border-color: #FF00FF */
}
.csc-frame-layout3 {
	text-align: left;
	float: none;
	margin-bottom: 20px;
	/* border-style: solid; border-width: 1px; border-color: #FF00FF */
}
.csc-frame-layout4 {
	text-align: left;
	float: right;
	margin-bottom: 20px;
	/* border-style: solid; border-width: 1px; border-color: #FF00FF */
}
.csc-frame-layout5 {
	text-align: center;
	float: center;
	margin-bottom: 20px;
	/* border-style: solid; border-width: 1px; border-color: #FF00FF */
}

/* ********** header style definitions ********** */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
/* default header */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* ********** misc style definitions ********** */

/* image caption */
p.csc-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
/* disable flash borders */
.tx-saltswf-pi1 {
	border-style: none;
}


/* ********** guestbook definitions ********** */

a.guestbook_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}

a:hover.guestbook_navigation {
	text-decoration: underline;
	border-bottom-style: none;
}

td.guestbook_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #520100;
	padding-right: 4px;
	padding-left: 4px;
}

td.guestbook1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFAE9;
	padding-left: 2px; padding-top: 2px; padding-right: 0px; padding-bottom: 2px;
}

td.guestbook2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFD;
	padding-left: 2px; padding-top: 2px; padding-right: 0px; padding-bottom: 2px;
}

td.guestbook1.top, td.guestbook2.top {
	border-top-style: dotted;
	border-top-width: 4px;
	border-top-color: #520100;
}

/* ********** END ********** */
