/***************************/
/* Stile für die Infobox   */
/* (c) 2008: net-more-gmbh */
/***************************/


/***************************************************************************************/
/***Stil für die anzuzeigende Infobox***************************************************/
/***************************************************************************************/

div#infobox 
{
  /*background: url(newsletter_archiv.jpg);*/
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-position: inside;
  margin: 0px;
  max-height:450px;
  max-width: 200px;
  min-height:400px;
  min-width: 200px;
  /*min-height:200px;*/
  /*min-width: 580px;*/
  overflow : auto;
  padding: 5px;
  position: relative;
	text-align: center;
  /*width: 580px;*/
} /* div#infobox */

div#infobox2 
{
  /*background: url(newsletter_archiv.jpg);*/
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
	border: #FFFFFF 2px;
  color: #CC3300;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  list-style-position: inside;
  margin: 0px;
  max-height:350px;
  max-width: 200px;
  min-height:300px;
  min-width: 200px;
  /*min-height:200px;*/
  /*min-width: 580px;*/
  overflow : auto;
  padding: 5px;
  position: relative;
	text-align: center;
  /*width: 580px;*/
} /* div#infobox */

div#infobox ul 
{ 
  list-style-type: square;
  margin: 8px 10px 0px;
} /* div#infobox ul */



/***************************************************************************************/
/***Stile für das Bearbeiten der Infobox************************************************/
/***************************************************************************************/

div#infoboxedit
{
  background-color: #FFFFFF;
  color: #CC0033;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-position: inside;
  margin: auto;
  max-height:500px;
  max-width: 580px;
  overflow : visible;
  padding: 5px;
  width: 200px;
} /* div#infoboxedit */

input#ib_storebutton 
{
  background-color: #F9EED2;
  border: 2px outset #CC0033;
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial, sans-serif;
  padding: 2px;
  text-align: center;
} /* input#ib_storebutton */

p#ib_errormsg
{
  color: red; 
  font-weight: bold; 
  text-align: left;
  text-decoration: blink;
} /* p#ib_errormsg */

p#ib_msg
{
  color: C8412D; 
  font-weight: bold; 
  text-align: left;
  text-decoration: none;
} /* p#ib_msg */

p#ib_storebutton 
{
  text-align: center;
} /* p#ib_storebutton */

/***************************************************************************************/
/***Stil für die Attributausgabe; nur wirksam bei ShowInfoBox(true)       **************/
/***************************************************************************************/
div#infoboxattr
{
  background-color: yellow;
  border: green 1px dotted; 
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  margin: auto;
  overflow : auto;
  padding: 3px;
  text-align: left;
} /* div#infoboxedit */


/***************************************************************************************/
/***Stile für den Fckeditor! Bitte nichts entfernen! Nur Attribute ändern!**************/
/***************************************************************************************/

body
{
  /* background-color: #8ED9D5;*/
  margin: 0px;
  padding: 5px;
}

body, td
{
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 13px;
}

a[href]
{
  color: #C6402B font-weight: bold !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

/*
  Just uncomment the following block if you want to avoid spaces between
  paragraphs. Remember to apply the same style in your output front end page.
*/

/*
p, ul, li
{
  margin-top: 0px;
  margin-bottom: 0px;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.Bold
{
  font-weight: bold;
}

.Title
{
  font-weight: bold;
  font-size: 18px;
  color: #cc3300;
}

.Code
{
  border: #8b4513 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  color: #000066;
  font-family: 'Courier New' , Monospace;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  background-color: #ff9933;
}



