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

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

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


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #404040;
}
a, a:active {
	color: #077692;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
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;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */

#containerBox {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
#topBox {
	width: 680px;
	height: 107px;
}
#topBox img {
	margin-top: 48px;
}
#mainnavContentBox {
	width: 680px;
}
#mainnavBox {
	width: 680px;
}
#contentBox {
	background-image: url(../../images/site/bkg_content.jpg);
	background-repeat: no-repeat;
	padding: 35px 0px 0px 38px;
}

/* min-height auch für IE */
#contentBox { /* für alle */
	height: 235px;
}
html>body #contentBox { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 235px;
}
/* min-height: ende */
#footerBox {
	font-size: 11px;
	width: 680px;
	padding: 40px 0px 20px 38px;
}