/* Jacqueline-T.com - created by eXistand GmbH - Robert Naumann */


/* zentrierung */
body { text-align:center; margin:0; padding:0; background:url(../images/design/body-bg.gif) repeat-x; }
.page_cont { width:960px; margin:auto; margin-top:8px; }
.page { text-align:left; background:#fff url(../images/design/pagecont_bg.jpg) no-repeat top left; padding:8px; padding-bottom:0; height:540px; border:1px #ccc solid; }

/* seitenspalten */
.left { float:left; width:231px;  }
.right { float:right; width:671px; padding-left:40px; padding-top:75px; }

/* Scrollfähiger Inhalt */
.scrollContainer { overflow:auto; height:400px; }

/* menu */
.menu { margin-top:110px; margin-left:15px; position:relative; bottom:0px; left:0px; overflow:hidden; }

.menu ul { list-style-type:none; padding:0; margin:0; width:100%; }
.menu ul li { width:100%; float:left; margin-bottom:0; padding:0; }
.menu ul li a:link,.menu ul li a:visited  { color:#fff;  }
/*
.menu ul li a { width:100%; background:url(images/menupnt_bg.gif) repeat-x; display:block; padding:7px 0 7px 5%; border-bottom:1px #ccc solid; }
.menu ul li.top a { background-image:url(images/menupnt_top_bg.gif); }
.menu ul li.bottom a { background-image:url(images/menupnt_bottom_bg.gif); border-bottom:none; }
*/
/* submenu */
.menu .submenu { overflow:hidden; margin: 7px 0; }

/* Content Overview */

.overviewContainer {
  border-bottom:1px dashed #ccc;
  padding-bottom:10px;
}

.overviewContainer .image {
  float:left;
}

.overviewContainer .desc {
  margin-left:85px;
}
.overviewContainer .desc a:link, 
.overviewContainer .desc a:visited {
  font-weight: normal;
}

.overviewContainer .desc a:hover {
  text-decoration:underline;
}

/* Language Menu */
.langSel { float:right; }

/* Footer */
.footer { font-size:11px; float:left; }

/* Startpage image */
.startImageCont { text-align:center; }

/* clearer */
.clearer { clear:both; margin:0; padding:0; border-width:0; background:none; visibility:hidden; display:block; height:0; }

