/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles.css';

/* ---- mod-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'mod_styles.css';

/* ---- tree-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'navigation_bar_main.css';
@import 'navigation_tree_sub.css';
@import 'navigation_bar_footer.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../../images/schleppe/pages_bkg.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #D33B00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
a img {
	border:0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	cursor: pointer;
}
input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.radiobutton {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#logoBox	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 119px;
	background-image: url(../../images/schleppe/schleppe_logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#logoBox	a {
	display: block;
	width: 220px;
	height: 119px;
}
#containerBox	{
	background-image: url(../../images/schleppe/left_column_bkg.gif);
	background-repeat: repeat-y;
	width: 750px;
}
#leftColumnBox {
	width: 202px;
	float: left;
}
#picBox {
	height: 254px;
	width: 202px;
	background-image: url(../../images/schleppe/top_pic_bottles.jpg);
	background-repeat: no-repeat;
}
#subnavBox {
	
}
#rightColumnBox {
	width: 544px;
	float: left;
}
#topDesignBox {
	background-image: url(../../images/schleppe/top_right_pic.jpg);
	background-repeat: no-repeat;
	height: 119px;
}
#mainnavBox {
	height: 23px;
	padding-left: 43px;
	background-image: url(../../images/schleppe/top_mainnav_pic.jpg);
	background-repeat: no-repeat;
}
#contentBox {
	background-image: url(../../images/schleppe/top_content_pic.jpg);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 45px;
}
#totopBox {
	clear: both;
	background-image: url(../../images/schleppe/to_top.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#totopBox {
	clear: both;
	background-image: url(../../images/schleppe/to_top.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#totopBox a {
	display: block;
	width: 52px;
	height: 25px;
	margin: 0px 0px 0px 150px;
}
