/**
	(c) 2009 by Ralf Hertsch, Berlin
   hertsch@berlin.de
   phpManufaktur.de
**/

body {
 	margin: 0;
 	padding: 0;
 	background: #ffffee;
 	color: #000000;
 	text-align: left;
 	background-image: url(phpmanufaktur-bkgnd.jpg);
 	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
#logo {
  /* Standardlogo */
	position: absolute;
  z-index: 1;
  top: 50px;
  left: 240px;
  margin: 0;
  padding: 0;
  background-image: url(phpmanufaktur.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 520px;
  height: 95px;
  }
#logo_weihnachten {
  /* Logo fuer die Advendtszeit */
	position: absolute;
  z-index: 1;
  top: 50px;
  left: 240px;
  margin: 0;
  padding: 0;
  background-image: url(phpmanufaktur_weihnachten.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 520px;
  height: 95px;
}
#logo_ostern {
  /* Logo fuer Ostern */
	position: absolute;
  z-index: 1;
  top: 50px;
  left: 240px;
  margin: 0;
  padding: 0;
  background-image: url(phpmanufaktur_ostern.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 550px;
  height: 95px;
}
#site_search {
  position: absolute;
  z-index: 20;
  top: 120px;
  left: 854px;
  width: 100px;
  height: 15px;
  text-align: right;
  margin: 0;
  padding: 0;
}
#site_search input {
  border: 1px solid #dfdfdf;
  text-align:right;
}
.highlight {
  color: #000;
  background-color: #ffff99;
  padding: 3px 6px;
}
#container {
	position: absolute;
  z-index: 3;
  top: 150px;
  left: 200px;
  width: 800px;
	}
#container-banner 
{
	position: absolute;
  z-index: 4;
  top: 150px;
  left: 200px;
  width: 730px;
}
#wbanner {
	position: absolute;
	z-index: 3;
	top: 200px;
	left: 950px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.print_only {
	display: none;
}
.content-ug,	
.content {
  margin: 0 0 30px 0;
  padding: 20px 20px 0 40px;
  color: #000;
  border: 1px solid #dfdfdf;
  line-height: 1.4em;
	}
.content {	
  background-color: transparent;
  background-image: url(content-bkgnd.png);
  background-repeat: repeat;
  }
.content-ug {
	min-height: 650px;
	background-color: transparent;
	background-image: url(content-ug-bkgnd.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.content-ug h1,
.content-ug h2,
.content-ug h3,
.content-ug h4,
.content h1,
.content h2,
.content h3,
.content h4
{
	clear: both;
	font-size: 9pt;
  font-weight: normal;
  font-variant: small-caps;
	text-align: right;
  margin: 0;
  padding: 0 0 6px 0;
  color: #999999;
  background-color: transparent;
  background-image: url(h1-h4-bkgnd.png);
  background-position: bottom right;
  background-repeat: no-repeat;
	}
/* EXTERNE Links kennzeichnen */
.content a
{
  text-decoration: none;
  padding: 0 0 0 10px;
  background-image: url(link-extern.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
/* INTERNE Links ohne Kennzeichnung */
.content a[name],
.content a[class^="pic_fb"],
.content a[class^="pic1_fb"],
.content a[href^="#"],
.content a[id^="wb_"],
.content a[href^="http://phpmanufaktur.de"],
.content a[href^="http://twitter.com"],
.content a[href^="http://de.facebook.com"],
.content a[href^="http://www.facebook.com"],
.content a[href^="http://www.xing.com"],
.content a[href^="http://www.google.com"],
.content a[href^="http://www.mister-wong.de"],
.content a[href^="https://favorites.live.com"],
.content a[href^="http://myweb2.search.yahoo.com"],
.content a[href^="mailto:"],
.content a[href^="javascript:mdcr"],
.glossary_list a,
.cc-license a
{
  text-decoration: none;
  padding: 0;
  background-image: none;
}
/* PDF kennzeichnen */
.content a[href*=".pdf"] {
  text-decoration:none;
  padding: 0 0 0 20px;
  background-image:url(pdficon_small.gif);
  background-position:bottom left;
  background-repeat:no-repeat;
}
/* Kein Rahmen um verlinkte Bilder... */
.content a img,
.content-ug a img 
{
  border: none;
}
.content-ug a:link,
.content-ug a:visited,	
.content a:link,
.content a:visited {
   color: #da251d;
   background-color: transparent;
	}
.content-ug a:active,
.content-ug a:hover,	
.content a:active,
.content a:hover {
	color: #da251d;
  background-color: transparent;
  text-decoration: underline;
	}
a.dbc_link  {
  /*text-decoration: underline;*/
  border-bottom: 1px dotted #da251d;
}
.cc-license {
  clear:both;
  font-size:smaller;
  font-style:italic;
}

.important {
	margin: 15px;
  padding: 20px;
  border: 1px solid #da251d;
  color: #da251d;
  background-color: #ffffee;
	}
.gpl {
	float:right;
  width: 300px;
  border: 1px solid #999999;
  margin: 25px 0px 25px 15px;
  padding: 15px;
  font-size: 7pt;
	}
.smaller {
  font-size:smaller;
}
.info_box {
	float:right;
	width: 150px;
	border: 1px solid #cccccc;
	margin: 25px 0px 25px 15px;
	padding: 10px 120px 15px 15px;
	font-size: 7pt;
	background-image: url(info-bkgnd.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.german_only {
	float: right;
	margin: 15px 0 5px 10px;
  padding: 0 0 0 40px;
  width: 200px;
  font-size: 8pt;
  text-align: right;
  background-image: url(EN.gif);
  background-position: 5px 5px;
  background-repeat: no-repeat;
	}
.footer-container {
  clear:both;
  margin: 0;
  padding: 0;
}
#table_footer {
  width: 730px;
}
#table_footer td {
  vertical-align: bottom;
}
.social_net {
  float: right;
  margin: 20px 0 5px 0;
  padding: 0;
  text-align: right;
}  
.social_net a img {
  border: 1px solid #dfdfdf;
  padding: 1px;
  margin: 0 0 0 2px;
  }  
.footer {
  clear: right;
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: right;
  font-size: 7pt;
  color: #bfbfbf;
  background-color: transparent;
  }
.sitemap {
	clear: both;
  margin: 20px 10px 10px 30px;
  padding: 0;
  border: 0;
  }
.sitemap ul,
.sitemap li {
	list-style : none;
  padding: 0;
  font-size: 8pt;
  margin: 3px 0 3px 6px;
  border: 0;
	}
.sitemap_desc {
	padding: 3px 0 5px 40px;
  font-style: italic;
	}
.howto {
  float: right;
  width: 250px;
  border: 1px solid #da251d;
  margin: 15px 0 15px 15px;
  padding: 15px;
  font-size: 7pt;
  background-image: url(howto.png);
  background-position: top right;
  background-repeat: no-repeat;
  }
#menu {
	position: absolute;
  z-index: 9;
  top: 240px;
  left: 20px;
  width: 200px;
  height: auto;
  text-align: left;
  }
#menu a {
  text-decoration: none;
  }
#menu ul,
#menu li {
  list-style: none;
  padding: 0;
  font-size: 8pt;
  margin: 3px 0 3px 6px;
  }
.menu_default a:link,
.menu_default a:visited {
	display: block;
	color: #fff;
	background-color: #999999;
	padding: 5px 5px 9px 5px;
  }
.menu_default a:link[href*="workshops-termine"],
.menu_default a:visited[href*="workshops-termine"],
.menu_default a:link[href*="websitebaker-usergroup"],
.menu_default a:visited[href*="websitebaker-usergroup"]
{
	color: #fff;
	background-color: #333333;
}
.menu_default a:link[href*="downloads"],
.menu_default a:visited[href*="downloads"],
.menu_default a:link[href*="/dienstleistungen.php"],
.menu_default a:visited[href*="/dienstleistungen.php"] ,
.menu_default a:link[href*="user-group-berlin"],
.menu_default a:visited[href*="user-group-berlin"] 
{
  color: #fff;
  background-color: #666666;
  }
.menu_default a:hover[href*="downloads"],
.menu_default a:hover[href*="dienstleistungen.php"],
.menu_default a:hover[href*="user-group-berlin"],
.menu_default a:hover[href*="veranstaltungskalender"],
.menu_default a:hover 
{
  color: #fff;
  background-color: #000;
  }

.menu_current a:link,
.menu_current a:visited {
  display: block;
	color: #fff;
	padding: 5px 5px 9px 5px;
  background-color: #da251d; /*#ffcc00;*/
  }
.menu_current a:active {
  color: #fff;
  background-color: #000;
  }
.menu_current a:hover {
  color: #fff;
  background-color: #000;
  }
 /**
  Eintraege unterhalb des Menus
 **/
#menu_extension {
  width: 170px;
  height: auto;
  margin: 50px 0 30px 0;
  padding: 0 30px 0 0;
  text-align: right;
 }
#menu_extension img {
  border: none;
}
#menu_extension a {
  text-decoration: none;
}
#me_hosteurope {
  display: none;
  margin: 90px 0 0 0;
  padding: 0;
}
#me_xing,
#me_devil,
#me_facebook 
{
  margin: 0 0 15px 0;
  padding: 0;
}
/**
  OpenStreetMap
**/
.olControlAttribution {
    bottom: 3px!important;  
  }
/**
  Facebook Box
**/
#facebook_div {
  float: right;
  width: 300px;
  height: auto;
  margin: 35px 0 10px 15px;
  padding: 65px 0 10px 0;
  color: #000;
  background-image: url(img/facebook-twitter.png);
  background-position: top right;
  background-repeat: no-repeat;
}
/**
  Twitter Box
**/
#twitter_div {
  float:right;
  width: 220px;
  height: auto;
  margin: 0 0 50px 30px;
  padding: 10px;
}
#twitter_top {
  width: 220px;
  height: 90px;
  margin: 0 0 10px 0;
  padding: 0;
  background-image:url(ralf-tipps-tricks.png);
  background-repeat:no-repeat;
  background-position: top left;
}
#twitter_div ul,
#twitter_div li{
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0px;
  font-size: 7.5pt;
  line-height: 135%;
  text-align:justify;
}
#twitter_div span {
  display:block;
}
#twitter_div a[href^="http://twitter.com/"] {
  display:block;
  text-align: right;
}
#twitter_div h2  {
  display:block;
  background-color: #969594;
  background-image: none;
  color: #fff;
  margin: 0;
  padding: 3px 5px 3px 5px;
  font-size: 9pt;
  text-align: left;
}
#twitter_follow_me {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 7.5pt;
  text-align: justify;
  line-height: 125%;
  color: #666666;
  background-color: transparent;
}
#twitter_follow_me a:link,
#twitter_follow_me a:visited,
#twitter_follow_me a:hover,
#twitter_follow_me a:active
{
  display: inline;
  text-align: left;
}
.newsletter_box {
  float: right;
  width: 310px;
  height: auto;
  margin: 10px 0 0 30px;
  padding: 20px;
  border: 1px solid #9f9f9f;
  font-size: smaller;
}
.kit_acc_dlg,
.kit_nl_dlg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
  margin: 0;
  padding: 0;
}
.kid_acc_dlg h1,
.kit_acc_dlg h2,
.kit acc_dlg h3,
.kid_nl_dlg h1,
.kit_nl_dlg h2,
.kit nl_dlg h3
{
  font-size: 13pt;
  font-weight: bold;
  color: maroon;
  background-color: transparent;
  text-decoration: underline;
}

.kit_acc_intro,
.kit_nl_intro {
  margin: 0;
  padding: 0 0 15px 0;
}
.kit_acc_form_item,
.kit_nl_form_item {
  margin: 10px 0 0 0;
}
.kit_acc_label,
.kit_nl_label {
  display: inline-block;
  width: 100px;
  height: auto;
  padding: 2px 0 0 0;
  vertical-align:top;
}
.kit_acc_error,
.kit_nl_error {
  margin: 20px;
  padding: 30px;
  border: 1px solid maroon;
  font-size: 10pt;
  font-weight: normal;
  color: maroon;
  background-color: #ffffcc;
}
.kit_acc_error h1,
.kit_nl_error h1 {
  font-size: 12pt;
  font-weight: bold;
  color: maroon;
  background-color: transparent;
}
.kit_acc_error_hint,
.kit_nl_error_hint {
  padding: 30px 0 0 0;
  font-size: 8pt;
}
.kit_acc_service,
.kit_nl_service {
  font-size: 7pt;
  color: gray;
  background-color: transparent;
  margin: 20px 0 10px 0;
  padding: 0;
}
.kit_acc_password_hint {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 8pt;
  color: gray;
  background-color: transparent;
}
.kit_acc_logout {
  font-size: 8pt;
  text-align: right;
}

/**
  dbGlossary
**/
abbr {
  cursor: help;
  border-bottom: 1px dotted #da251d;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #da251d;
}
.catchword_text {
  cursor: help;
  border-bottom: 1px dotted #da251d;
}
.catchword_html {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: red;
  background-color: green;
}
a.catchword_html {
  display: inline;
  margin: 0;
  padding: 0;
}
a.catchword_html:link,
a.catchword_html:visited,
a.catchword_html:hover,
a.catchword_html:active
{
  display: inline;
  margin: 0;
  padding: 0;
}

.catchword_html div {
  display: none;
}
.catchword_html:hover div {
  position: absolute;
  z-index: 100;
  display: block;
  width: 200px;
  height: auto;
  top: 10px;
  left: 10px;
  padding: 15px;
  color: #000;
  background-color: #ffff99;
  border: 1px solid #ffff99;
}
.catchword_error {
  font-weight: normal;
  color: #990000;
  background-color: #ffff99;
  padding: 3px 5px;
}
.glossary_list a {
  background-image: none;
}
.glossary_list dt {
  clear:both;
  font-weight: bold;
}
.glossary_list dd {
  font-style: italic;
  margin-bottom: 10px;
}
.literature_list dt {
  clear:both;
  font-weight: bold;
}
.literature_list dd {
  font-size: 8pt;
  margin-bottom: 15px;
}
.literature_title {
  display: block;
  font-weight: bold;
}
.literature_subtitle {
  display: block;
  font-weight: bold;
  font-style: italic;
}
.literature_description {
  font-style: italic;
}
.gl_tab_bar {
  margin: 10px 0 20px 0;
  font-size: 8pt;
}
.gl_tab {
  display: inline-block;
  margin: 0 2px;
}
.gl_tab a {
  font-weight: normal;
}
.fn_sup a {
  margin: 0 0 0 3px;
  font-weight: bold;
}
.fn_footer {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 8pt;
  background-image: url(footnote-divider.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
.fn_item {
  font-style: normal;
}
.fn_number {
  font-weight: bold;
  padding: 0 5px 0 0;
}
.fn_footnote {
  font-style: italic;
}

/**
  Open Source Box
**/
#open_source_box,
#open_source_box_2 {
  padding: 10px;
  border: 1px solid #969594;
  font-size: 7.5pt;
  line-height: 1.1em;
  text-align: justify;
}
#open_source_box {
  width: 180px;
  height: auto;
  float: right;
  margin: 10px 0 10px 20px;
}
#open_source_box_2 {
  width: 99%;
  heigth: auto;
  margin: 20px 0 20px 0;
}
#open_source_box_2 li,
#open_source_box_2 ul,
#open_source_box li, 
#open_source_box ul {
  padding: 0 0 3px 3px;
  list-style-type: square;
  list-style-position: inside;
}
/**
	Formatierungen fuer die Initial Caps
  --> <p class="capL"><span class="initial">L</span>orem ipsum</p>
**/
.initial {
	display: none; }
p.capA,
p.capB,
p.capC,
p.capD,
p.capE,
p.capF,
p.capG,
p.capH,
p.capI,
p.capJ,
p.capK,
p.capL,
p.capM,
p.capN,
p.capO,
p.capP,
p.capQ,
p.capR,
p.capS,
p.capT,
p.capU,
p.capV,
p.capW,
p.capX,
p.capY,
p.capZ {
	background-repeat: no-repeat;
  background-position: top left;
	padding-top: 32px;
	}
p.capA {
	background-image: url(caps/capA.png);
	text-indent: 46px;
  }
p.capB {
	background-image: url(caps/capB.png);
	text-indent: 37px;
  }
p.capC {
	background-image: url(caps/capC.png);
	text-indent: 40px;
  }
p.capD {
	background-image: url(caps/capD.png);
	text-indent: 40px;
  }
p.capE {
	background-image: url(caps/capE.png);
	text-indent: 36px;
  }
p.capF {
	background-image: url(caps/capF.png);
	text-indent: 26px;
  }
p.capG {
	background-image: url(caps/capG.png);
	text-indent: 49px;
  padding-top: 34px;
  }
p.capH {
	background-image: url(caps/capH.png);
	text-indent: 47px;
  padding-top: 34px;
  }
p.capI {
	background-image: url(caps/capI.png);
	text-indent: 18px;
	padding-top: 35px;
  }
p.capJ {
	padding-top: 44px;
	background-image: url(caps/capJ.png);
	text-indent: 18px;
  }
p.capK {
	background-image: url(caps/capK.png);
	text-indent: 41px;
	padding-top: 35px;
  }
p.capL {
	background-image: url(caps/capL.png);
	text-indent: 38px;
  }
p.capM {
	background-image: url(caps/capM.png);
	text-indent: 59px;
	padding-top: 35px;
  }
p.capN {
	background-image: url(caps/capN.png);
	text-indent: 46px;
  }
p.capO {
	background-image: url(caps/capO.png);
	text-indent: 50px;
  }
p.capP {
	background-image: url(caps/capP.png);
	text-indent: 21px;
	padding-top: 34px;
  }
p.capQ {
	background-image: url(caps/capQ.png);
	text-indent: 47px;
  padding-top: 36px;
  }
p.capR {
	background-image: url(caps/capR.png);
	text-indent: 45px;
  }
p.capS {
	background-image: url(caps/capS.png);
	text-indent: 35px;
	padding-top: 35px;
  }
p.capT {
	background-image: url(caps/capT.png);
	text-indent: 26px;
	padding-top: 33px;
  }
p.capU {
	background-image: url(caps/capU.png);
	text-indent: 44px;
	padding-top: 35px;
  }
p.capV {
	background-image: url(caps/capV.png);
	text-indent: 30px;
	padding-top: 35px;
  }
p.capW {
	background-image: url(caps/capW.png);
	text-indent: 52px;
	padding-top: 35px;
  }
p.capX {
	background-image: url(caps/capX.png);
	text-indent: 44px;
  }
p.capY {
	background-image: url(caps/capY.png);
	text-indent: 30px;
  }
p.capZ {
	background-image: url(caps/capZ.png);
	text-indent: 41px;
  }
  
/**
  FORM
**/  
input.textfield,
input.email {
  width: 86%;
}
select.select {
  width: 86%;
}
textarea.textarea {
  width: 85%;
}
/**
multipleEducated
**/
.educated_container {
	float: right;
	width: 400px;
	margin: 30px 0px 10px 20px;
	padding: 280px 5px 10px 5px;
	background-image: url(multiple-educated.jpg);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid #dfdfdf;
}	
#educated {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
  padding: 0px;
	width: 390px;
}
.ed_message {
	border: 1px solid #0000CC;
  color: #000;
  background-color: #FFFFCC;
  margin: 20px 0 10px 0;
  padding: 10px;
  font-size: 8pt;
}
.ed_error {
 border: 1px solid #ff0000;
 color: #ff0000;
 background-color: #ffdddd;
 margin: 20px 0 10px 0;
 padding: 10px;
 font-size: 8pt;
}
.ed_content {

}
.ed_question_box {
	background-image: url(../../modules/educated/images/question.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px;
	padding: 0px;
	width: 390px;
	min-height: 100px;
	vertical-align: middle;
}
.ed_question {
	padding: 20px 120px 20px 0px;
	font-size: 10pt;
	font-weight: bold;
}
.ed_answer_box  {
	clear: both;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.ed_answer {
	float: right;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
.ed_answer_valid {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}
.ed_answer_bad,
.ed_answer_good {
	margin: 0;
	padding: 0;
	min-height: 100px;
	vertical-align: middle;
}
.ed_answer_good {
	background-image: url(../../modules/educated/images/smiley-good.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
.ed_answer_bad {
	background-image: url(../../modules/educated/images/smiley-bad.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
.ed_buttons {
	clear: both;
	margin: 0px;
	padding: 20px 0 10px 0;
}

/*
  Multiple Choice
*/
.mc_frontend {
  
}
.mc_question {
  margin: 0;
  padding: 30px 0 15px 0;
  font-size: larger;
  font-weight: bold;
}
.mc_description {
  font-style: italic;
}
.mc_answer_false {
  color: #ffffff;
  background-color:#990000;
}
.mc_answer_correct {
  color: #fff;
  background-color: green;
}
.mc_answer_hint_correct {
  color: #fff;
  background-color: #ffa500;
}
.mc_answer_explain {
  font-style: italic;
  border: 1px solid #000;
  padding: 10px;
  color: #000;
  background-color: #ffffdd;
}
.mc_submit {
  padding: 30px 0 10px 0;
} 

  /*
  CSS FUER MPFORM
  */
  /* new classes: */
div.mpform p {
    padding:1px;
    margin:1px;
}
div.mpform p.help_txt {
    color:#00315f;
}
div.mpform fieldset {
	padding: 0px 6px 6px 6px;
	margin: 6px 0px 16px 0px;
	background-color: transparent; /*#ffe;*/
    width: 610px;
}
/* IE7 specific: */
*:first-child+html div.mpform fieldset {
	padding: 6px 6px 6px 6px;
	margin: 22px 0px 24px 0px;
}
div.mpform legend {
	padding: 6px 6px 0px 6px;
	margin: 0px 0 20px 0;
	background-color: transparent;
	border-left: 1px solid #666;
	border-top: 1px  solid #666;
	border-right: 1px  solid #666;
	font-weight: bold;
}
/* IE7 specific: */
*:first-child+html div.mpform legend {
	padding: 2px 6px 0px 6px;
	margin: -22px 0 10px 0;
}
/* >>>>>>>> Layout without main table: */
div.mpform div.newline {
  clear: both;
  margin: 0;
  padding: 0;
}
div.mpform div.questionbox {
  clear: left;
  float:left;
  width:180px;
  height:auto;
  background:transparent;
  padding: 4px;
  margin: 2px 0px 2px 2px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #aa3;
  text-align: right;
}
div.mpform fieldset div.questionbox {
  clear: left;
  float:left;
  width: 172px;
  height:auto;
  background:transparent;
  padding: 4px;
  margin: 2px 0px 2px 2px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #aa3;
  text-align: right;
}
div.mpform div.answerbox {
  float:left;
  width:420px;
  height:auto;
  background:transparent;
  padding: 4px;
  margin: 2px 2px 2px 0;
}
div.mpform fieldset div.answerbox {
  float:left;
  width: 412px;
  height:auto;
  background:transparent;
  padding: 4px;
  margin: 2px 2px 2px 0;
  border: 1px solid #aa3;
}
div.mpform div.submitbox {
  clear: both;
  float: left;
  width: 602px;
  height: 26px;
  padding: 8px;
  margin: 2px;
  text-align: center;
}

div.mpform div.submitbox input {
    cursor: pointer;
    border: 2px solid #999;	
    color:#666;
    text-align: center;
    width: 200px;
    margin: 2px 2px 2px 180px;
}
/* <<<<<<<<< Layout without main table */
.mpform_title, .mpform_help {
font-weight: normal;
vertical-align: top;
padding: 6px;
background-color: transparent;
color: black;
}
.mpform_title {
  width: 400px;
  text-align:right;
}
.mpform_error .mpform_title,
.mpform_error .mpform_field,
.captcha_err  .mpform_title,
.captcha_err  .mpform_field {
color: red;
}
.mpform_field {
width:460px;
background-color: transparent; /*#fed;*/
padding:6px;
}

.mpform_date, .mpform_email, .mpform_textarea, .mpform_text, .mpform_radio, .mpform_select {
background-color: transparent;
border: 1px solid #bdbdc0;	
}


.mpform_err_date, .mpform_err_email, .mpform_err_textarea,
.mpform_err_text, .mpform_err_radio, .mpform_err_select,
.captcha_err input {
background-color:#F4A4A4; 
border: 1px solid red;
}

div.mpform_missing {
	background-color: red; 
	border: 2px solid yellow;
	color: yellow;
	font-weight: bold;
	padding: 6px;
}
input:hover, select:hover, textarea:hover {
  background-color:#ffffdd;
}
.mpform_date, .mpform_err_date{
width: 120px;
}
.mpform_date_img{
cursor: pointer;
border: 0;
vertical-align: middle;
}	
.mpform_email, .mpform_err_email {
width:410px;
}
.mpform_text, .mpform_err_text {
width:410px;
} 
.mpform_radio, .mpform_err_radio{
width:10px;
}
.mpform_checkbox, .mpform_err_checkbox{
width: 24px;
}
.mpform_select, mpform_err_select{
width:410px;
}

.mpform_heading {
	width:98%;
	font-weight: bold;
	background-color: #fcc;
	padding: 5px;
}
span.mpform_required {
color:#cc0000;	
}
.captcha input {
background-color:transparent;
border: 1px solid #bdbdc0;	
}
.captcha .captcha_expl{
font-weight:normal;
}
.mpform_a_img{
border:0;	
}
.mpform_img_help{
border:0;
width:16px;
height:16px; 
}

.mpform_help_box_td{
border:1px solid #cc0000;
padding:6px;
background-color:#ffffdd;
color:#00315f;
}

.mpform_help_box_div{
color:#00315f;
background-color:#ffffdd;
}

#mpform_help_box_hr {
color:#336699;
/*background-color:#336699;*/
margin:0;
padding:0;
}

h5.mpform_help_box_h5 {
color:#036;
background-color:transparent; 
font-size:1.0em;
font-weight:normal;
margin:0;
padding:0;
}

.mpform_help_box_h6 {
color:#003366;
background-color:transparent;
font-size:1.0em;
font-weight:normal;
margin:0;
padding:4px;
}

div.mpform_results {
	color: #00315f;
	background-color: #ffffdd;
	border: 1px solid #00315f;
	padding: 6px;
}

/* >>> Start Calendar */
.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: #fff; /*Window;*/
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: #fff; /*Window;*/
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(http://orthointern/include/jscalendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute; 
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 99; 
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* <<< End Calendar */

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

/*  deprecated definitions, only for forms created with mpform < 0.3.0
	mpform_td_help is now called mpform_help
*/	

.mpform_td_help{
width:16px;
vertical-align:top;
}

/*
highlight_source
*/
.highlight_source {
  clear: both;
  margin: 10px;
  padding: 20px;
  border: 1px solid #969594;
  font-size: 8pt;
  font-family: monospace;
  
}

/*
  Accordion
*/
#accordion {
  clear:both;
}
#accordion_tab {
  clear: both;
}
/**
  SERVICE und DIENSTLEISTUNGEN
**/
td#service_prog_template,
td#service_prog_adapt,
td#service_prog_droplet,
td#service_prog_grafik,
td#service_prog_prog
{
  width:99%;
  padding:20px;
  text-align: center;
  border: 1px solid #000;
}
td#service_prog_template  {
  color:#fff;
  background-color:#0066CC;
}
td#service_prog_adapt {
  color:#fff;
  background-color:#0A85FF;
}
td#service_prog_droplet {
  color:#fff;
  background-color:#47A3FF;
}
td#service_prog_grafik {
  color:#fff;
  background-color:#E4CA95; /*#FFA347;*/
}
td#service_prog_prog {
  color:#fff;
  background-color:#004D99;
}

td#service_tele_start,
td#service_tele_support,
td#service_tele_email,
td#service_tele_notfall
{
  width: 99%;
  padding: 20px;
  text-align: center;
  border: 1px solid #000;
}
td#service_tele_start {
  color: #000;
  background-color: #CC9933;
}
td#service_tele_support {
  color: #000;
  background-color: #D8B164;
}
td#service_tele_email {
  color: #000;
  background-color:#E4CA95;
}
td#service_tele_notfall {
  color: #fff;
  background-color:#DB8270;
}

.topic_calendar {
  margin: 0;
  padding: 10px;
  width: 99%;
  height: auto;
  overflow: auto;
  color: #000;
  background-color: transparent;
}
.topic_calendar_item {
  margin: 0;
  padding: 0;
  float: left;
  width: 600px;
  height: auto;
  color: #000;
  background-color:transparent;
}
.topic_calendar_img {
  margin: 20px 20px 0 0;
  padding: 0;
  width: 100px;
  height: 120px;
  display: inline-block;
  float: left;
  color: #000;
  background-color: transparent;
  background-image: url(topics_calendar.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-family: cursive;
  text-align: center;
}
.topic_calendar_month {
  font-size: 8pt;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding: 0;
}
.topic_calendar_day {
  font-size: 16pt;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0;
}
.topic_calendar_weekday {
  font-size: 8pt;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding: 0;
}
.topic_calendar_group {
  margin: 0;
  padding: 0;
  font-size: 8pt;
  font-weight: bold;
  /*color: #da251d; ROT */
  color: #666;
  background-color: transparent;
}
.topic_calendar_item h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: none;
  font-variant: normal;
  color: #000;
  background-color: transparent;
  font-size: 11pt;
  font-weight: bold;
}
.topic_calendar_date {
  margin: 0;
  padding: 0;
  font-size: 8pt;
  font-weight: normal;
}
.topic_calendar_place {
  margin: 0;
  padding: 0;
  font-size: 8pt;
  font-weight: normal;
}