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

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

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


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
/*
html, body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   overflow-y: hidden;
   font-family: Arial, sans-serif;
   color: black;
}
*/
body {
   background-color: #DCEB73;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.swslang {
	line-height: 130%;
}
a, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
a img {
	border:0px;
}
form {
	margin: 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 {
	color: #CC3333;
	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 ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	height: 100%;
}
.contentBox {
	position: static;
	margin: 40px 0px 30px 170px;
	width: 590px;
}
.menuBox {
	position: fixed;
	left: 0px;
	top: 50px;
	width: 160px;
	height: 100%;
	overflow: auto;
/*	background-color: #DCEB73;*/
}



#rightBox {
	float: right;
	height:164px;
	width:99px;
	background-image: url(../../images/site/rightBox_pic_www.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
}
#footerBox {
	height: 80px;
	background-image: url(../../images/site/footer_bkg.gif);
	background-repeat: repeat-x;
}
#footerBox #copyrightBox {
	height: 80px;
	background-image: url(../../images/site/logo_weiterwissen.gif);
	background-repeat: no-repeat;
}

/* ---- spzifische Styles ----  */
/* ---------------------------------------------------------  */
.calendarTitle {
	
}
#calendarSearch {
	padding: 15px 0px 20px 0px;
}
#calendarSearch table {
	background-color: #E8F39E;
	padding: 3px;
}
#calendarContent {
	
}