/* 
 * CSEB WebPortal CSS
 * Author: Marianne M. Michel fŸr Pomcany's  -->  mmm@marinha.ch
 * Date: 4.6.08
 */

/* general */
html {
	height:100%;
}
body {
	background-color:#989898;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#000000;  
	padding:0px;
	/*height:100%;*/
	
}
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,p,form,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { 
	border-spacing:0; 
	border-collapse:collapse; }
	
.linkImg {
	border:0px none;
}
.linkImg img {
	border:0px none;
}
a {
	color:#000000;
	text-decoration:none;
}
.spaceitem {}
.boxclear {
	clear:both;
	display:block;
	height:0px;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
}

/* site container */
#circumContainer {
	position:relative;
	top:0px;
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	background-color:#ffffff;
	width:968px;
	height:100%;
}

/* top */
#topBox {
	width:100%;
	margin:0px;
	padding:0px;
}
#topBox #spaceLogos {
	position:relative;
	width:250px;
	height:152px;
}
#topBox #spaceLogos #largeSpaceLogo{
	width:251px;
	height:115px;
}
#topBox #spaceLogos #subSpaceLogo{
	width:251px;
	height:37px;
}
#topBox #spaceBanner {
	position:absolute;
	top:0px;
	right:0px;
	width:717px;
	height:129px;
	overflow:hidden;
}
#topBox #spaceTopMenuBox {
	position:absolute;
	top:129px;
	right:0px;
	width:717px;
	height:23px;
	font-size:11px;
	line-height:11px;
	background-color:#BDC2C5;
}
#topBox #spaceTopMenuBox #spaceTitle {
	display:inline;
	float:left;
	margin:6px 25px 6px 6px;
}
#topBox #spaceTopMenuBox #spaceTopMenu {
	display:inline;
	margin:6px 25px 6px 0px;
	float:right;
}
#topBox #spaceTopMenuBox #spaceTopMenu ul {
	list-style-type:none;
	margin:0px;
}
#topBox #spaceTopMenuBox #spaceTopMenu ul li {
	display:inline;
	margin-left:10px;
}
#topBox #spaceTopMenuBox #spaceTitle .navTop {
  padding-left:24px;
  background-image: url(liNavTop.jpg);
  background-repeat:no-repeat;
}
#topBox #spaceTopMenuBox #spaceTopMenu .navTop {
  padding-left:24px;
  background-image: url(liNavTop.jpg);
  background-repeat:no-repeat;
}
#topBox #spaceTopMenuBox #spaceTopMenu .navTopActive {
	padding-left:24px;
	background-image: url(liNavTopActive.jpg);
	background-repeat:no-repeat;
}
#topBox #spaceTopMenuBox #searchField {
	display:inline;
	margin:3px 0px;
	float:right;
	background-color:#fff;
}
#topBox #spaceTopMenuBox #searchField .searchInput {
	font-size:11px;
	line-height:11px;
	height:15px;
	width:120px;
	border:0px;
	padding-left:3px;
}
#topBox #langSelection{
	display: none;
	position:absolute;
	top:6px;
	left:130px;
}
#topBox .lang{
	display:inline;
	padding-right:10px;
}
#topBox .activeLang{
	color:#B3535D;
}

/* center */
#centerBox {
	width:100%;
}
#centerBox.csebContent {
	min-height:491px;
	border-bottom:solid #989898 30px;
}
#centerBox #logoBar {
	width:717px;
	height:70px;
	margin-left:251px;
}
#centerBox #linkBar {
	width:717px;
	height:70px;
	margin-left:251px;
}
#centerBox #linkBar ul {
	list-style-type:none;
	margin:0px;
	padding:15px 0px;
}
#centerBox #linkBar ul li {
	display:inline;
	margin-right:20px;
}
#centerBox #linkBar ul li a {
	color:#B3535D;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
#centerBox #logoBar .logoBarLogo {
	display:inline;
	float:left;
	margin-top:10px;
	margin-right:10px;
	border:0px;
}
#centerBox #spaceNavigation {
	float:left;
	width:231px;
	margin:10px 20px 10px 0px;
	/*height:500px;*/
}
#centerBox #spaceNavigation ul {
	list-style-type:none;
	margin-top:22px;
	padding-left:20px;
}
#navSpacer{
	position:relative;
	float:left;
	display:inline;
	width:1px;
	height:620px;
}
#centerBox #spaceNavigation ul li {
	margin-bottom:7px;
}
#centerBox #spaceNavigation .mainMenuList .navLeft {
  padding-left:28px;
  background-image: url(liNavLeft.gif);
  background-repeat:no-repeat;
}
#centerBox #spaceNavigation .bottomMenuList .navLeft {
  padding-left:28px;
  background-image: url(liNavDirect.gif);
  background-repeat:no-repeat;
}
#centerBox #spaceNavigation .mainMenuList .navLeftActive {
	padding-left:28px;
	background-image: url(liNavLeftActive.gif);
	background-repeat:no-repeat;
}
#centerBox #spaceNavigation .bottomMenuList .navLeft a,
#centerBox #spaceNavigation .bottomMenuList .navLeftActive a{
  color: #B3535D;
}
#centerBox #spaceNavigation .bottomMenuList .navLeftActive {
  padding-left:28px;
  background-image: url(liNavDirectActive.gif);
  background-repeat:no-repeat;
}
#centerBox #spaceNavigation .lvl1nav{
	margin-left:0px;
}
#centerBox #spaceNavigation .lvl2nav{
	margin-left:30px;
}
#centerBox #spaceNavigation .lvl3nav{
	margin-left:60px;
}
#centerBox #contentContainer.csebContent{
	float:left;
	min-height:100px;
	width:597px;
	margin:10px 0px;
	padding-right:120px;
}

/* intro sites */
/* top */
#topBox #introSpaceBanner {
	height:390px;
	background-color:#ffffff;
}
#topBox .introFlashBanner {}
#topBox #introLangBox {
	height:11px;
	font-size:11px;
	line-height:11px;
	background-color:#BDC2C5;
	text-align:center;
	padding:6px 0px;
}
#topBox #introLangBox #introLangMenu {
	padding:0px;
}
#topBox #introLangBox #introLangMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topBox #introLangBox #introLangMenu ul li {
	display:inline;
}
#topBox #introLangBox #introLangMenu .introLangNav {
	padding-left:24px;
	background-image: url(liNavTop.gif);
	background-repeat:no-repeat;
}
#topBox #introLangBox #introLangMenu .introLangNavActive {
	padding-left:24px;
	background-image: url(liNavTopActive.gif);
	background-repeat:no-repeat;
}
/* center */
#centerBox.csebIntro {
	height:230px;
}
#centerBox .introLogoBubble {
	text-align:center;
}
#centerBox #introLogoTopBar {
	background-color:#ffffff;
	text-align:center;
}
#centerBox .pflegeLogosTabelle {
	border:0px;
	margin-left:auto;
	margin-right:auto;
	width:430px;
}
#centerBox #introLogoTopBar .introSpaceLogo {}
#centerBox #introLogoTopBar .subSpaceLogo {}
#centerBox #introLogoTopBar .introLogoBubble .introSpaceLogo {
	display:inline;
	padding:0px 30px;
	border:0px none;
}
#centerBox #introLogoTopBar .introLogoBubble .subSpaceLogo {
	display:inline;
	padding:0px 30px;
	border:0px none;
}
#centerBox #introLogoBottomBar {
	width:100%;
	text-align:center;
	background-color:#ffffff;
	padding:10px 0px 35px 0px;
}
#centerBox #introLogoBottomBar .introLogoBubble .introLogo {
	display:inline;
	margin:0px 20px;
	border:0px none;
}
#centerBox #introLogoBottomBar .introLogoBubble .subSpaceLogo {
	display:inline;
	margin:0px 20px;
	border:0px none;
}
#centerBox #contentContainer.csebIntro{
	width:100%;
	height:0px;
}

/* gallery */

#startLytebox {
  display: block;
  margin-bottom:16px;
}

a.celements_gallery_link_slideshow, a.celements_gallery_link_slideshow:visited {
}

.thumb_element {
	font-size:11px;
	line-height:15px;
	color:#787878;;
	font-weight:bold;
	margin-bottom:12px;
	margin-right:12px;
	text-decoration:none;
	border: 0px none;
	background-image:none;
	width:auto;
	height:auto;
	float:left;
}

.thumbDescription {
  font-size:10px;
	line-height:12px;
	font-weight:normal;
	display: none;
}

/* sitemap */
.sitemap_menu_item {
	padding:0px 0px 0px 20px;
}
.sitemap_menu_item a {
	color:#B3535D;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
.sitemap_menu_item level1 a {}
.sitemap_menu_item level2 a {}
.sitemap_menu_item level3 a {}/* 
 * CSEB WebPortal CSS
 * Author: Marianne M. Michel fŸr Pomcany's  -->  mmm@marinha.ch
 * Date: 4.6.08
 */

/* general */
html {
	height:100%;
}

.linkImg {
	border:0px none;
}
.linkImg img {
	border:0px none;
}
a {
	color:#000000;
	text-decoration:none;
}
.spaceitem {}
.boxclear {
	clear:both;
	display:block;
	height:0px;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
}

/* top */

#topBox #spaceLogos #largeSpaceLogo{
	width:251px;
	height:115px;
}
#topBox #spaceLogos #subSpaceLogo{
	width:251px;
	height:37px;
}
#topBox #spaceTopMenuBox #spaceTitle {
	display:inline;
	float:left;
	margin:6px 25px 6px 6px;
}
#topBox #spaceTopMenuBox #spaceTopMenu {
	display:inline;
	margin:6px 25px 6px 0px;
	float:right;
}
#topBox #spaceTopMenuBox #spaceTopMenu ul {
	list-style-type:none;
	margin:0px;
}
#topBox #spaceTopMenuBox #spaceTopMenu ul li {
	display:inline;
	margin-left:10px;
}
#topBox #spaceTopMenuBox #spaceTopMenu .navTop {
	padding-left:24px;
	background-image: url(liNavTop.jpg);
	background-repeat:no-repeat;
}
#topBox #spaceTopMenuBox #spaceTopMenu .navTopActive {
	padding-left:24px;
	background-image: url(liNavTopActive.jpg);
	background-repeat:no-repeat;
}
#topBox #spaceTopMenuBox #searchField {
	display:inline;
	margin:3px 0px;
	float:right;
	background-color:#fff;
}
#topBox #spaceTopMenuBox #searchField .searchInput {
	font-size:11px;
	line-height:11px;
	height:15px;
	width:120px;
	border:0px;
	padding-left:3px;
}



#centerBox #logoBar {
	width:717px;
	height:70px;
	margin-left:251px;
}
#centerBox #linkBar {
	width:717px;
	height:70px;
	margin-left:251px;
}
#centerBox #linkBar ul {
	list-style-type:none;
	margin:0px;
	padding:15px 0px;
}
#centerBox #linkBar ul li {
	display:inline;
	margin-right:20px;
}
#centerBox #linkBar ul li a {
	color:#B3535D;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
#centerBox #logoBar .logoBarLogo {
	display:inline;
	float:left;
	margin-top:10px;
	margin-right:10px;
	border:0px;
}
#centerBox #spaceNavigation {
	float:left;
	width:230px;
	margin:10px 20px 15px 0px;
}
#centerBox #spaceNavigation ul {
	list-style-type:none;
	margin-top:22px;
	padding-left:20px;
}
#centerBox #spaceNavigation ul li {
	margin-bottom:7px;
}

#centerBox #spaceNavigation .navLeftActive {
	padding-left:28px;
	background-image: url(liNavLeftActive.gif);
	background-repeat:no-repeat;
}
#centerBox #spaceNavigation .lvl1nav{
	margin-left:0px;
}
#centerBox #spaceNavigation .lvl2nav{
	margin-left:30px;
}
#centerBox #spaceNavigation .lvl3nav{
	margin-left:60px;
}
#centerBox #contentContainer.csebContent{
	float:left;
	min-height:100px;
	width:597px;
	margin:10px 0px;
	padding-right:120px;
}
.boxclear{
	clear:both;
	display:block;
	font-size:1px;
	height:0pt;
	line-height:1px;
	margin:0pt;
	padding:0pt;
}

/* intro sites */
/* top */
#topBox #introSpaceBanner {
	height:390px;
	background-color:#ffffff;
}
#topBox .introFlashBanner {}
#topBox #introLangBox {
	height:11px;
	font-size:11px;
	line-height:11px;
	background-color:#BDC2C5;
	text-align:center;
	padding:6px 0px;
}
#topBox #introLangBox #introLangMenu {
	padding:0px;
}
#topBox #introLangBox #introLangMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topBox #introLangBox #introLangMenu ul li {
	display:inline;
}
#topBox #introLangBox #introLangMenu .introLangNav {
	padding-left:24px;
	background-image: url(liNavTop.gif);
	background-repeat:no-repeat;
}
#topBox #introLangBox #introLangMenu .introLangNavActive {
	padding-left:24px;
	background-image: url(liNavTopActive.gif);
	background-repeat:no-repeat;
}
/* center */
#centerBox.csebIntro {
	height:230px;
}
#centerBox .introLogoBubble {
	text-align:center;
}
#centerBox #introLogoTopBar {
	background-color:#ffffff;
	text-align:center;
}
#centerBox .pflegeLogosTabelle {
	border:0px;
	margin-left:auto;
	margin-right:auto;
	width:430px;
}
#centerBox #introLogoTopBar .introSpaceLogo {}
#centerBox #introLogoTopBar .subSpaceLogo {}
#centerBox #introLogoTopBar .introLogoBubble .introSpaceLogo {
	display:inline;
	padding:0px 30px;
	border:0px none;
}
#centerBox #introLogoTopBar .introLogoBubble .subSpaceLogo {
	display:inline;
	padding:0px 30px;
	border:0px none;
}
#centerBox #introLogoBottomBar {
	width:100%;
	text-align:center;
	background-color:#ffffff;
	padding:10px 0px 35px 0px;
}
#centerBox #introLogoBottomBar .introLogoBubble .introLogo {
	display:inline;
	margin:0px 20px;
	border:0px none;
}
#centerBox #introLogoBottomBar .introLogoBubble .subSpaceLogo {
	display:inline;
	margin:0px 20px;
	border:0px none;
}
#centerBox #contentContainer.csebIntro{
	width:100%;
	height:0px;
}

/* gallery */

#startLytebox {
  display: block;
  margin-bottom:16px;
}

a.celements_gallery_link_slideshow, a.celements_gallery_link_slideshow:visited {
}

.thumb_element {
	font-size:11px;
	line-height:15px;
	color:#787878;;
	font-weight:bold;
	margin-bottom:12px;
	margin-right:12px;
	text-decoration:none;
	border: 0px none;
	background-image:none;
	width:auto;
	height:auto;
	float:left;
}

.thumbDescription {
  font-size:10px;
	line-height:12px;
	font-weight:normal;
	display: none;
}
.footerText{
	height:40px;
}
/* sitemap */
.sitemap_menu_item {
	padding:0px 0px 0px 20px;
}
.sitemap_menu_item a {
	color:#B3535D;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
.sitemap_menu_item level1 a {}
.sitemap_menu_item level2 a {}
.sitemap_menu_item level3 a {}

#con_titleEdit, #nav_redirectEdit, #tiny_linkpicker_anchor,
#tiny_linkpicker_linktitle, #tiny_imgpick_imglist,
#tiny_imgpick_imgdimensions, #tiny_imgpick_imgborder,
#tiny_imgpick_imgvspace, #tiny_imgpick_imghspace,
div.cel_colcenter p.box_red {
	display:none;
}
.footerText{
  padding-top: 20px;
}
.celements3_tabMenu #con_subscriptionEdit{
	display: none;
}