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

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

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


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
}
body, table, td, tr {

}
a, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	padding: 3px;
}
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 {

}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#styleSelectBox {
	padding: 3px 0px 3px 10px;
}
#styleSelectBox a {
	font-weight: bold;
	white-space: nowrap;
}
#headerBox {

}
#headerBox div.blindensport {
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0px 5px 10px;
}
#headerBox div.blindensport div {
	width: 442px;
	height: 39px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/blindensport_at.png');
	background-repeat: no-repeat;
}
html > body #headerBox div.blindensport div {
	background-image: url(../../images/site/blindensport_at.png);
}
#headerBox div.blindensport span {
	display: none;
}
#headerBox div.oebsv {
	background-image: url(../../images/site/header_top_color.jpg);
	background-repeat: no-repeat;
}
#headerBox a {
	display: block;
	float: right;
	width: 150px;
	height: 80px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/oebsv.png');
	background-repeat: no-repeat;
}
html > body #headerBox a {
	background-image: url(../../images/site/oebsv.png);
}
#headerBox a span {
	display: none;
}
#topBox {
	
}
#shortInfoBox {
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}
#topNavBox {
	padding: 5px 0px 5px 0px;
}
#topNavBox .topNavBoxTitle {
	font-weight: bold;
	float: left;
	margin: 5px 5px 0px 5px;
}
.siteNavBox {
	width: 150px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
.calendarBox {
	width: 140px;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
.calendarBox .boxTitle {
	font-weight: bold;
	padding: 3px;
	margin-bottom: 2px;
}
.contentBox .calendarTitle {
	font-weight: bold;
	text-align: center;
}
.calendarBox .calendarList {
	padding: 2px;
}
.contentBox {
	padding: 10px;
	vertical-align: top;
}
.contentTable {
	margin: 5px 0px 15px 0px;
}
#footerBox {
	clear: both;
	padding: 0px 170px 30px 170px;
}
#footerBox a {
	text-decoration: none;
}


/* ---- spezific ----  */
/* ---------------------------------------------------------  */
.searchSite input {
	width: 200px;
}

/* ---- PRINT-LAYOUT ----  */
/* ---------------------------------------------------------  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}
