/* ---- 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: #FFFCD7;
	background-image: url(../../images/piestinger/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 ----  */
/* ---------------------------------------------------------  */
#containerBox	{
	width: 785px;
}

#leftBox	{
	float: left;
	width: 233px;
}
#logoBox	{
	width: 233px;
	height: 110px;
	background-image: url(../../images/piestinger/top_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#subnavBox	{
	background-image: url(../../images/piestinger/subnav_bkg.gif);
	background-repeat: no-repeat;
}
/* min-height auch für IE */
#subnavBox { /* für alle */
	height: 332px;
}
html>body #subnavBox { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 332px;
}
/* min-height: ende */

#leftpicBox	{
	background-image: url(../../images/piestinger/left_pic_bottom.jpg);
	background-repeat: no-repeat;
	height: 258px;
	width: 233px;
}

#rightBox	{
	float: right;
	width: 552px;
	background-image: url(../../images/piestinger/content_bkg.gif);
	background-repeat: repeat-y;
}
#topBox	{
	width: 552px;
	height: 73px;
	background-image: url(../../images/piestinger/top_pic.jpg);
	background-repeat: no-repeat;
}
#mainnavBox	{
	width: 552px;
	height: 26px;
	background-image: url(../../images/piestinger/nav_main_endpic.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#contentBox	{
	background-image: url(../../images/piestinger/content_top_pic.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 50px 43px 0px 15px;
}
#contentbottomBox	{
	background-image: url(../../images/piestinger/content_bottom_pic.gif);
	background-repeat: no-repeat;
	height: 23px;
	width:542px;
}
#contentbottomBox	hr {
	display: none;
}
#footernavBox	{
	background-color: #FFFCD7;
	padding-bottom: 30px;
}
#footerBox	{
	background-color: #FFFCD7;
	padding-bottom: 30px;
	text-align: center;
	font-size: 9px;
}