@charset "UTF-8";
@import url("panomed_content_sub.css");
@import url("panomed_content_fullsize.css");


* {
  border:	none;
  padding: 0;
  margin:	0;
}

html, body {
  background: #ffffff url(../images/frontend/bg_main2.gif);
  text-align:	center;
/*  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
  font-family: Andale Sans, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
}

#div_background {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 380px;
  background: transparent url(../images/frontend/bg_main1.gif);
}

#div_center {
  z-index: 20;
  position: relative;
  top: 40px;
  width: 780px;
  margin: auto;
  background: #ffffff;
  border: #0087ce 1px solid;
  text-align: left;
}

#div_newstar {
  z-index: 30;
  position: absolute;
  top:316px;
  left: 50%;
  margin-left: -414px;
  width: 50px;
  height: 51px;
  background: transparent url(../images/frontend/new.gif);  
}

#div_cart {
  z-index: 30;
  position: absolute;
  top:316px;
  left: 50%;
  margin-left: -254px;
  width: 85px;
  height: 58px;
  background: transparent url(../images/frontend/cart.gif);
}



div#header {
  height: 65px;
  background: #ffffff url(../images/frontend/bg_header.gif) repeat-y;
  border-bottom: #0087ce 4px solid;
}

div#header img#header_logo {
  float: left;
  margin: 24px 10px 0 10px;
  border: 0;
}

div#header div#header_links {
  float: right;
  margin: 24px 10px 0 10px;
}

div#header div#header_links a {
  padding: 0 10px 0 20px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

div#header div#header_links a.contact {
  background: transparent url(../images/frontend/mail_grey.gif) no-repeat 0px 2px;
}

div#header div#header_links a.friends {
  background: transparent url(../images/frontend/star_grey.gif) no-repeat 0px 0px;
}

div#header div#header_links a.login {
  background: transparent url(../images/frontend/lock_grey.gif) no-repeat 0px 0px;
}

div#header div#header_links a:hover {
  color: #0585c6;
  text-decoration: none;
}

div#header div#header_links a.contact:hover {
  background: transparent url(../images/frontend/mail.gif) no-repeat 0px 2px;
}

div#header div#header_links a.friends:hover {
  background: transparent url(../images/frontend/star.gif) no-repeat 0px 0px;
}

div#header div#header_links a.login:hover {
  background: transparent url(../images/frontend/lock.gif) no-repeat 0px 0px;
}



div#intro {
  display: block;
  float: left;
  width: 213px;
  height: 229px;
  background: #e3f0f8 url(../images/frontend/bg_intro.gif) repeat-x;
  border-top: 1px #ffffff solid;
}

div#intro h1 {
  margin: 20px 2px 10px 16px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

div#intro p {
  margin: 10px 2px 10px 16px;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
}

div#visual {
  display: block;
  float: left;
  width: 567px;
  height: 229px;
  background: transparent url(../images/frontend/bg_visual_main.jpg) no-repeat;
  border-top: 1px #ffffff solid;
}

div#visual div.header {
  display: block;
  height: 192px;
}

div#visual div.header p.text {
  padding: 20px 0 0 36px;
  color: #ffffff;
  font-size: 20px;
}

div#visual a {
/*  margin-top: 195px; */
  margin-top: 3px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../images/frontend/link.gif) no-repeat;
}

div#visual a:hover {
  color: #0585c6;
  font-weight: bold;
  text-decoration: none;
  background-image: url("./images/link_hover.gif");
}

div#visual a.menu1 {
  display: block;
  float: left;
  width: 144px;
  padding: 6px 0 6px 50px;
  background-position: 36px 11px;
}

div#visual a.menu2 {
  display: block;
  float: left;
  width: 163px;
  padding: 6px 0 6px 24px;
  background-position: 10px 11px;
}

div#visual a.menu3 {
  display: block;
  float: left;
  width: 160px;
  padding: 6px 0 6px 24px;
  background-position: 10px 11px;
}

div#shop {
  float: left;
  width: 213px;
  min-height: 113px;
  background: #ffffff;
  background-repeat: no-repeat; /* this for the replacement image */
  background-position: 0px 1px; /* this for the replacement image */
  border-bottom: 1px solid #ffffff;
}
div#noshop { /* this is for the replacement image */
	float: left;
	width: 213px;
	min-height: 113px;
	background: #ffffff;
	background-repeat: no-repeat; /* this for the replacement image */
	background-position: 0px 1px; /* this for the replacement image */
	border-bottom: 1px solid #ffffff;
}

* html div#shop {
  height: 113px;
}

div#shop div.header {
  padding: 10px 0 0 24px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

div#shop div.basket {
  padding: 8px 0 0 30px;
  color: #c3814d;
  font-size: 11px;
}

div#shop div.link {
  clear: both;
  padding: 5px 0 0 24px;
  color: #333333;
  font-size: 11px;
}

div#shop div.link a {
  color: #0585c6;
  text-decoration: none;
}

div#shop div.link a:hover {
  color: #0585c6;
  text-decoration: underline;
}



div#content {
  float: left;
  width: 567px;
  height: 113px;
  border-bottom: 1px solid #ffffff;
}

div#content.main {
  background: transparent url(../images/frontend/bg_content1.jpg) no-repeat;
}

div#content h1 {
  margin: 10px 10px 10px 10px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

div#content h2 { /* new class */
  margin: 0px 0px 10px 0px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}


div#content p {
  margin: 10px 10px 10px 10px;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
}

div#content a { /* new class */
  color: #0585c6;
  font-weight: normal;
  text-decoration: none;
}

div#content a:hover { /* new class */
  color: #0585c6;
  font-weight: normal;
  text-decoration: none;
}

div#closure {
  clear: both;
  display: block;
  width: 780px;
  height: 5px;
  line-height:1px;
  font-size: 1px;
  background: transparent url(../images/frontend/bg_closure.gif) repeat-y;
  border-bottom: 1px #ffffff solid;
}



#footer {
  clear: both;
  background: #ffffff url(../images/frontend/bg_footer.gif) repeat-x;
  height: 44px;
  color: #333333;
  font-size: 11px;
  border-top: #c17e4c 2px solid;
}

#footer span {
  margin: 10px 5px 20px 5px;
}

#footer a {
  padding: 2px 4px 2px 4px;
  color: #333333;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* menu div */

#div_menu1 {
  display: none;
  z-index: 30;
  position: absolute;
  top: 235px;
  left: 50%;
  margin-left: -177px;
  padding: 10px 0 0 28px;
/*  width: 196px; */
  width: 168px;
  height: 69px;
  background: transparent url(../images/frontend/bg_menu1.gif) no-repeat;
  font-size: 13px;
  text-align: left;
}

#div_menu2 {
  display: none;
  z-index: 30;
  position: absolute;
  top: 235px;
  left: 50%;
  margin-left: 17px;
  padding: 10px 0 0 0;
  width: 188px;
  height: 69px;
  background: transparent url(../images/frontend/bg_menu2.gif) top no-repeat;
  font-size: 13px;
  text-align: left;
}

#div_menu3 {
  display: none;
  z-index: 30;
  position: absolute;
  top: 235px;
  left: 50%;
  margin-left: 205px;
  padding: 10px 0 0 0;
  width: 185px;
  height: 69px;
  background: transparent url(../images/frontend/bg_menu3.gif) top no-repeat;
  font-size: 13px;
  text-align: left;
}

#div_menu1 a,
#div_menu2 a,
#div_menu3 a {
  margin-left: 22px;
  color: #0585c6;
  font-size: 13px;
/*  font-family: */
  font-weight: bold;
  text-decoration: none;
}

#div_menu1 a:hover,
#div_menu2 a:hover,
#div_menu3 a:hover {
  color: #c3814d;
  font-weight: bold;
  text-decoration: none;
}


.formfield { /* new class */
	font-family: Andale Sans, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #aaaacc;
	margin: 1px;
	font-size: 10px;
	color: #333366;
}

.coursetable { /* new class - this table presents the list of course the user sees first */
	padding:0px;
	border:0px;
	cellspacing:0px;
	font-family: Andale Sans, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.coursetablel { /* new class - adaption for presentation of impressum */
	padding:0px;
	border:0px;
	cellspacing:0px;
	font-family: Andale Sans, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


#div_login { /* new class */
	display: none;
	position:absolute;
	left:50%;
	top:70px;
	margin-left:310px;
	width:80px;
	height:60px;
	z-index:31;
}
