/* ---- navigation ----  */
@import 'nav_tree_sub.css';
@import 'nav_bar_main.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
	overflow-y: scroll; /* no jumping content in moz - see fix_ie.css for ie workaround */
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #005aaa;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #ffffff;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background: none;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(../../images/input_button_bkg.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#containerBox {
	width: 914px;
	margin: 0px auto;
	background-image: url(../../images/site/bkg_content.gif);
	background-repeat: repeat-y;
}
#leftBox {
	width: 222px;
	float: left;
}
#logoBox {
	height: 236px;
	background-image: url(../../images/site/bkg_logo.gif);
	background-repeat: no-repeat;
}
#logoBox a {
	display: block;
	position: relative;
	top: 40px;
	left: 25px;
	width: 192px;
	height: 123px;
}
#logoBox a span {
	display: none;
}
#subnavBox {
	padding: 0px 0px 0px 14px;
}
#middleBox {
	width: 485px;
	float: left;
}
#mainnavBox {
	height: 236px;
	background-image: url(../../images/site/bkg_mainnav.jpg);
	background-repeat: no-repeat;
}
#contentBox {
	overflow: hidden;
	width: 455px;
	padding: 0px 15px 0px 15px;
}
#rightBox {
	width: 207px;
	float: left;
	background-image: url(../../images/site/bkg_info.gif);
	background-repeat: no-repeat;
}
#designBox {
	height: 218px;
}
#infoBox {
	padding: 0px 20px 0px 14px;
	font-size: 11px;
}
#footerBox {
	margin: 0px auto;
	margin-bottom: 30px;
	clear: both;
	width: 914px;
	height: 25px;
	background-image: url(../../images/site/bkg_footer.png);
	background-repeat: no-repeat;
}

/* special styles */
.btnSalvatorianerinnen {
	display: block;
	width: 133px;
	height: 26px;
	background-image: url(../../images/site/btn_salvatorianerinnen.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.btnSalvatorianerinnen:hover {
	background-position: 0px -26px;
}
.btnSalvatorianerinnen span {
	display: none;
}



