
html, body
{
  margin:     0;
  padding:    0;
  height:     100%;
  font-size:  12px;

}

body
{
  background:   #EDEDED;
  font-family:  'Open Sans', Verdana, Arial;
  font-size:    10pt;

}


/*body {font-family: Verdana,Arial; font-size: 8pt;  color: #000000;}*/

h1
{
  /*font-family: 'Arvo', Verdana, Arial;*/
  font-family: 'Oswald', Arial;
  /*font-weight: normal;*/
  font-weight: 300;
  margin: 0 0 0 0;
  font-size: 2.5rem;
  color: #444444;
}

h2
{
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  margin: 0.07em 0 0 0;
  font-size: 1.7rem;
  color: #34495F; /*#6F8693*/
}

h3
{
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  /*font-weight: 300;*/
  margin: 0.07em 0 0 0;
  font-size: 1.4rem;
  color: #34495F; /*#6F8693*/
}


.headline_install
{
  font-family:  'Open Sans', Verdana, Arial;
}

.hide {display: none !important;}
.show {display: block !important;}
.clear {clear: both;}
.first {clear: left;}
.float {float: left;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}

.full       {overflow: hidden; width: 100%; margin-left: 0; position: relative; float: left;}
.one-half     {overflow: hidden; width: 48%; margin-left: 0; position: relative; float: left; min-width: 180px;}
.one-third    {overflow: hidden; width: 30%; margin-left: 0; position: relative; float: left; min-width: 180px;}
.two-third    {overflow: hidden; width: 65%; margin-left: 0; position: relative; float: left;}
.one-fourth   {overflow: hidden; width: 22%; margin-left: 0; position: relative; float: left;}
.two-fourth   {overflow: hidden; width: 45%; margin-left: 0; position: relative; float: left;}
.three-fourth   {overflow: hidden; width: 74%; margin-left: 0; position: relative; float: left;}
.six-fifteenth   {overflow: hidden; width: 85%; margin-left: 0; position: relative; float: left;}
.two-fifth    {overflow: hidden; width: 37%; margin-left: 0; position:relative; float:left;}
.four-fifth   {overflow: hidden; width: 79%; margin-left: 0; position:relative; float:left;}
.one-tenth   {overflow: hidden; width: 9%; margin-left: 0; position: relative; float: left;}
.one-twentieth   {overflow: hidden; width: 4%; margin-left: 0; position:relative; float:left;}
.float-no-width   {overflow: hidden; margin-left: 0; position:relative; float:left;}
.float-right-no-width   {overflow: hidden; margin-left: 0; position:relative; float:right;}


.text-dark {color: #666666;}
.text-bright {color: #FFFFFF;}
.text-grey {color: #BBBBBB;}
.text-grey-dark {color: #555555;}
.text-green {color: #7BBD42;}
.text-red {color: #E7473E;}
.text-orange {color: #FF721E;}

.text-blue-light  {color: #89BEDE;}
.text-red-light  {color: #E991AA;}
.text-green-light  {color: #D7E198;}


.background-grey-light  {background-color: #F9F9F9;}
.background-grey    {background-color: #CCCCCC;}
.background-blue    {background-color: #34495F;}
.background-green   {background-color: #27ae60;}
.background-red     {background-color: #e74c3c;}
.background-orange  {background-color: #d35400;}

.background-blue-light  {background-color: #89BEDE;}
.background-red-light  {background-color: #E991AA;}
.background-green-light  {background-color: #D7E198;}

.background-table-headline {background-color: #CCCCCC;}

.background-hover-darker:hover {background-color: #F4F4F4;}


.text-center {text-align: center;}
.text-right {text-align: right;}
.center {margin: 0 auto;}
.right {float: right !important;}

.spacer-very-big   {clear: both; padding-top: 80px;}
.spacer-big   {clear: both; padding-top: 40px;}
.spacer-medium   {clear: both; padding-top: 25px;}
.spacer-small {clear: both; padding-top: 10px;}
.spacer-very-small {clear: both; padding-top: 5px;}


.border-top-dotted { 
  border-style: dotted;
  border-color: #CCCCCC;
  border-width: 1px 0px 0px 0px;
}

.border-right-dotted { 
  border-style: dotted;
  border-color: #CCCCCC;
  border-width: 0px 1px 0px 0px;
}

.border-overall-dotted { 
  border-style: dotted;
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
}



.form-eval-box
{
  font-size: 18px;
  border-bottom: 2px dotted #777777;
  width: 50%;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 8px;
}

.padding-overall-small {padding: 2px;}
.padding-overall-medium {padding: 5px;}
.padding-overall-big {padding: 10px;}
.padding-left-small {padding-left: 10px;}

.margin-left-small {margin-left: 10px;}



.circle-small
{
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  
}

.circle-inner
{
  padding-top: 17%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}



label.form {display: inline-block; width: 12em; padding: 2px;} /*not used?*/






/* -----------------------------------------------------------------------------------*/
/* Easy Pie styles */

.chart {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 80px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}


/* -----------------------------------------------------------------------------------*/
/* Bar chart */

.chart-bar {
  height: 170px;
  width: 400px;
  padding: 20px;
  /*padding-left: 0px;*/
  /*background: linear-gradient(to bottom, #345 0%, #234 100%);*/
  /*background-color: #89BEDE;*/
}

.chart-doughnut {
  height: 150px;
  width: 150px;
  padding: 20px;
  /*padding-left: 0px;*/
  /*background: linear-gradient(to bottom, #345 0%, #234 100%);*/
  /*background-color: #89BEDE;*/
}


.doughnut-legend {
  list-style:  none;
  margin: 0px; 
  padding: 0px;
}

.doughnut-legend li {
  padding-bottom: 10px;
}



/* ---------------------------- */
/* Diagram */

ul.poll_result 
{
  list-style: none;
  margin: 0px; 
  padding: 0px;
}

ul.poll_result div
{
  padding-bottom: 0.4em;
}

ul.poll_result span
{
  background-color: #89BEDE;
  display: block;
  white-space: nowrap;
  color: #FFFFFF;
  border-radius: 6px;
}


/* -----------------------------------------------------------------------------------*/
/* Box IDs */

#header
{
  background: #FFFFFF;
  height: 90px;

  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}


#logo
{
  /*
  width: 242px;
  height: 55px;
  */
  padding: 0px 0 0 15px; /*ehemals 30 px von oben*/
  float: left;
}

#logo .logolink
{
  /*
  width: 242px;
  height: 55px;
  */
  width: 209px;
  height: 56px;
   
  display: block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

#menu-top
{
  float: right;
  margin: 0 20px 0 0;
  color: #FFFFFF;
  height: 20px;
  font-size: 0.8em;
}


#menu-main nav
{
  float: right;
    margin: 14px 0px 15px 0;
}

#menu-main nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-main nav ul li
{
  float: left;
  padding: 0 20px 0 0;
}

#box
{
  /*min-height: 100%;*/
  /*height: 100%;  IE */
  
  height: auto !important; /* modern Browsers */
  
  position: relative;
  width: 974px;
  max-width: 1400px;

  margin: 0 auto;
}

#content
{
  /*
  padding: 50px 15px 50px 15px;

  
  background: #FFFFFF;
  border: 1x solid #F1F1F1;
  */

  border-radius: 4px;

  margin-top: 30px;
  /*margin-bottom: 20px;*/
  /*box-shadow: 1px -1px 5px 0px rgba(133,131,133,1);*/
}

.content-box
{
  /*overflow: hidden; */ /*da background color sonst nicht ausfüllt in kombi mit box-teilern*/
  background: #FFFFFF;
  border: 1x solid #F1F1F1;
  padding: 10px;
  border-radius: 6px;
}

.info-box
{
  /*overflow: hidden; */ /*da background color sonst nicht ausfüllt in kombi mit box-teilern*/
  padding: 10px;
  border-radius: 6px;
}

/* ---------------------*/

#footer
{
  position: absolute;
  padding-top: 20px;
  /*bottom: 0;*/ /* wichtig */
  /*background: #34495F;*/
  
  /*background: #FFFFFF;*/

  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.inner-hightlight
{
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #F5F5F5;
  background-color: #F9F9F9;
}


/* ------------------------------------------ */


a.nav-top, a.nav-top:visited, a.nav-top:active, a.nav-top:link {
  color: #CCCCCC;
  text-decoration: none;
}

a.nav-footer, a.nav-footer:visited, a.nav-footer:active, a.nav-footer:link {
  color: #CCCCCC;
  text-decoration: none;
}


a.nav {
  display: block;
  /*color: #FFFFFF;*/
  text-decoration: none;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

a.nav:visited, a.nav:link {
  color: #616161;
}

a.nav:hover {
  color: #333333;
  text-decoration: none;

}



/* ------------------------------------------ */

.html-preview-frame
{
  width: 100%;
  height: 500px;
  border: none;
}

.archive-message-preview-frame
{
  width: 100%;
  height: 200px;
  /*border: 1px solid #F0F0F0;*/
  border: none;
}

.template-preview-box
{
  width: 300px;
  height: 144px;
  float: left;
  padding-bottom: 40px;

}

.template-preview-wrapper
{
  width: 256px;
  height: 144px;
  overflow: hidden;
  cursor: pointer;
}

.template-preview-frame
{
  pointer-events: none;
  border: none;
  transform-origin: 0 0;
  transform: scale(0.25);
  width: 400%;
  height: 400%;
}


a:link {text-decoration: none; color: #4E4E4E;}
a:active {text-decoration: none; color: #4E4E4E;}
a:visited {text-decoration: none; color: #4E4E4E;}
a:hover {text-decoration: underline; color:  #0A0A0A; }

a:link.grey {text-decoration: none; color: #999999;}
a:active.grey {text-decoration: none; color: #999999;}
a:visited.grey {text-decoration: none; color: #999999;}
a:hover.grey {text-decoration: underline; color: #999999; }

a:link.toggle-default {color: #34495F; }
a:active.toggle-default { color: #34495F; }
a:visited.toggle-default {color: #34495F; }
a:hover.toggle-default {color: #34495F; }

a:link.toggle-grey {color: #888888; }
a:active.toggle-grey { color: #888888; }
a:visited.toggle-grey {color: #888888; }
a:hover.toggle-grey {color: #888888; }

/*
a.toggle:before
{
  font-family: FontAwesome;
  content: "\f0da";
  vertical-align: middle;
  display: inline-block;

  width: 18px;
}

a.toggle:hover:before
{
  font-family: FontAwesome;
  content: "\f0d7";
}

a.toggle.open:before
{
  font-family: FontAwesome;
  content: "\f0d7";
}

*/

a.toggle:after
{
  font-family: FontAwesome;
  content: "\f0da";
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;

  width: 18px;
}

a.toggle:hover:after
{
  font-family: FontAwesome;
  content: "\f0d7";
}

a.toggle.open:after
{
  font-family: FontAwesome;
  content: "\f0d7";
}



a:link.white {text-decoration: none; color: #FFFFFF;  font-size: 9pt; font-family: Arial;}
a:active.white {text-decoration: none; color: #FFFFFF;  font-size: 9pt; font-family: Arial;}
a:visited.white {text-decoration: none; color: #FFFFFF;  font-size: 9pt; font-family: Arial;}
a:hover.white {text-decoration: none; color: #CCCCCC;  font-size: 9pt; font-family: Arial;}

a:link.red{text-decoration: none; color: #E7473E; }
a:active.red {text-decoration: none; color: #E7473E; }
a:visited.red {text-decoration: none; color: #E7473E; }
a:hover.red {text-decoration: underline; color: #E7473E; }

a:link.r {text-decoration: none; color: #000000;}
a:active.r {text-decoration: none; color: #000000;}
a:visited.r {text-decoration: none; color: #000000;}
a:hover.r {text-decoration: none; color:  #000000; }


a.link_firststeps
{
  font-weight: bold;
  text-decoration: none;
}
a:hover.link_firststeps
{
  text-decoration: underline; 
}


a.link_invert
{
  color: #FFFFFF;
}
a:hover.link_invert
{
  color: #F5F5F5;
}



/* ----------------------------------------- */
/* Page Links */

.pagelink-back
{
  width: 33%;
  float: left;
}

.pagelink-loader
{
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 33%;
}

.pagelink-next
{
  float: right;
  padding-right: 5px;
}

a.pagelink
{
  color: #DDDDDD;
}
a:hover.pagelink
{
  color: #CCCCCC;
}

/* ----------------------------------------- */


b.color1 {font-size: 8pt;  color: #33CC66;}
b.color2 { font-size: 8pt;  color: #FF0000;}
td { font-size: 10pt;  color: #000000;}
td.small {font-size: 7pt;  color: #000000;}
td.settingsmenu {font-size: 9pt;  color: #FFFFFF; padding-right:20px; height:20px; line-height: 20px; float: right;}

table {font-size: 8pt;  color: #000000;}
/*table.style1 {background-color: #F9F9F9; border: 1px solid #CCCCCC; width:200px;}*/

td.headline { font-size: 8pt; color: #000000; font-weight: bold;}



/* -------------------------------------------------- */
/* Button Styles Todo separat textfeld, area, select, etc. */

/* Form Felder */

input, select, textarea
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
}

textarea, input[type="text"], input[type="password"], select, .table-border
{
  border: 1px solid #CCCCCC;
  padding: 4px;
  background-color: #FCFCFC;
  border-radius: 6px; 

}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus
{
  outline: none;
  border-color: #89BEDE;
}


/* Buttons */

input[type="submit"], input[type="button"]
{
  -webkit-appearance: none; 
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 4px 14px 4px 14px; 
}

/*
input[type="submit"]:hover, input[type="button"]:hover
{
  background-color: #546570;
  color: #F0F0F0;
}
*/

.button
{
  /*#46b98a*/
  background-color: #89BEDE;
  border: 1px solid #89BEDE; 
  color: #FFFFFF;

  border-radius: 6px; 
  cursor: pointer;
  font-size: 13px;
}
.button:hover
{
  /*#2DB27B*/
  background: #72B3DA; 
  border-color: #72B3DA; 
}


.button-light
{
  background-color: #FFFFFF;
  color: #AAAAAA;
  border: 1px solid #CCCCCC; 
}
.button-light:hover
{
  background: #CCCCCC; 
  border-color: #CCCCCC; 
  color: #FFFFFF;
}


.button-primary
{
  border: 1px solid #3498db; 
  background: #3498db; 
  color: #FFFFFF; 
}
.button-primary:hover
{
  background: #198AD5; 
  border-color: #198AD5; 
}



.button-big
{
  font-size: 20px;
}

/* -------------------------------------------------- */
/* Install Form */

.install-container {
  width: 800px;
  margin: 0 auto;
}

.install-form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background: #FFFFFF;
}

/* -------------------------------------------------- */
/* Upload Form */

.newsletter_mediaupload
{
  cursor: copy;
  /*background-color: #CCCCCC;*/
  width: 85%;
  height: 100px;
  border-style: dotted;
  border-color: #CCCCCC;
  border-width: 1px 1px 0px 1px;
  padding-top: 20px;
  position: relative;
}


.button_mediaupload_container
{
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}

.button_mediaupload
{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.newsletter_mediaupload_dragdroptext
{
  text-align: center;
  color: #CCCCCC;
  font-size: 15px;
}

.newsletter_mediaupload_progress_container
{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
}

#newsletter_mediaupload_progress
{  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #CCCCCC; 
  color: #CCCCCC; /*IE10*/
  height: 8px;
  width: 100%;
}  

#newsletter_mediaupload_progress::-webkit-progress-bar {  
  background-color: #CCCCCC; 
}  

#newsletter_mediaupload_progress::-webkit-progress-value {  
  background-color: #D7E198;  
}  

#newsletter_mediaupload_progress::-moz-progress-bar {  
  background-color: #CCCCCC; 
} 

#newsletter_mediaupload_progress::-moz-progress-value {  
  background-color: #D7E198; 
} 


/* -------------------------------------------------- */


.tooltip {
  position: absolute; 
  display: none; 
  color: #555555;
  background-color: #FFFFFF; 
  font-size:8pt; 
  border: 1px solid #777777;
  padding: 4px;
  z-index: 20;
}

.progressfilled {
  height:           8px;
  font-size:        0px;
  border-top:       1px solid #555555;
  border-bottom:    1px solid #555555;
  border-left:      1px solid #555555;
  border-right:     none;
  position:         absolute;
}

.progressempty {
  height:           8px;
  font-size:        0px;
  background-color: #FFFFFF;
  border-top:       1px solid #555555;
  border-bottom:    1px solid #555555;
  border-left:      none;
  border-right:     1px solid #555555;
}

.percentage {
  height:           5px;
  width:            150px;
  color:            #000000;

  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        6pt;
  font-weight:      bold;
  text-align:       center;
  position:         absolute;
}

.errormsg {
  width:            780px;
  padding-top:      3px;
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        10px;
  text-align:       center;
  font-style:       italic;
}

.finished {
  background-color: #D7E198;
}

.running {
  background-color: #F2C707; /*#ECBF04*/
}

.aborted {
  background-color: #E991AA; /*FF6666*/
}

#captions {
  /*font-family:      Verdana, Arial, Helvetica, sans-serif;*/
  font-size:        10px;
  /*text-decoration:	underline;*/
  /*font-weight:      bold;*/
  text-align:       center;
  padding-top:      3px;
  border:           none;
}

#jobtable {
  /*font-family:      Verdana, Arial, Helvetica, sans-serif;*/
  font-size:        10px;
  text-align:       center;
  padding-top:      3px;
  border:           none;
}



/* ------------------------------------------------------*/
/* Drop Down Menu */

#menu-placeholder {

  /*background: #eee;*/
  float: left;
  padding-left: 6px;

}

#menu-placeholder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 22em;
  float: left;
}

#menu-placeholder a, #menu-placeholder h2 {
  font-family:  'Open Sans', Verdana, Arial;
  font-size:    9pt;

  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 0;
  padding: 2px 3px;
  border-radius: 6px;
  margin-top: 2px;
}

#menu-placeholder h2 {
  color: #FFFFFF;
  background: #89BEDE;
  border: 1px solid #89BEDE;
}

#menu-placeholder a {
  color: #000;
  background: #F9F9F9;
  text-decoration: none;
}

#menu-placeholder a:hover {
  color: #34495F;
  background: #fff;
}

#menu-placeholder li {position: relative;}

#menu-placeholder ul ul {
  position: absolute;
  z-index: 500;
}

#menu-placeholder ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

div#menu-placeholder ul ul,
div#menu-placeholder ul li:hover ul ul,
div#menu-placeholder ul ul li:hover ul ul
{display: none;}

div#menu-placeholder ul li:hover ul,
div#menu-placeholder ul ul li:hover ul,
div#menu-placeholder ul ul ul li:hover ul
{display: block;}


/* ---------------------- */


#menu-placeholder-custom {
 
  /*background: #eee;*/
  float: left;*/

}

#menu-placeholder-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 12em;
  float: left;
}

#menu-placeholder-custom a, #menu-placeholder-custom h2 {
  font-family:  'Open Sans', Verdana, Arial;
  font-size:    9pt;

  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 0;
  padding: 2px 3px;
  border-radius: 6px;
  margin-top: 2px;
}

#menu-placeholder-custom h2 {
  color: #FFFFFF;
  background: #D7E198;
  border: 1px solid #D7E198;
}

#menu-placeholder-custom a {
  color: #000;
  background: #F9F9F9;
  text-decoration: none;
}

#menu-placeholder-custom a:hover {
  color: #34495F;
  background: #fff;
}

#menu-placeholder-custom li {position: relative;}

#menu-placeholder-custom ul ul {
  position: absolute;
  z-index: 500;
}

#menu-placeholder-custom ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

div#menu-placeholder-custom ul ul,
div#menu-placeholder-custom ul li:hover ul ul,
div#menu-placeholder-custom ul ul li:hover ul ul
{display: none;}

div#menu-placeholder-custom ul li:hover ul,
div#menu-placeholder-custom ul ul li:hover ul,
div#menu-placeholder-custom ul ul ul li:hover ul
{display: block;}


/* ---------------------- */


#menu-placeholder-custom {
 
  /*background: #eee;*/
  float: left;*/

}

#menu-placeholder-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 12em;
  float: left;
}

#menu-placeholder-custom a, #menu-placeholder-custom h2 {
  font-family:  'Open Sans', Verdana, Arial;
  font-size:    9pt;

  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 0;
  padding: 2px 3px;
  border-radius: 6px;
  margin-top: 2px;
}

#menu-placeholder-custom h2 {
  color: #FFFFFF;
  background: #D7E198;
  border: 1px solid #D7E198;
}

#menu-placeholder-custom a {
  color: #000;
  background: #F9F9F9;
  text-decoration: none;
}

#menu-placeholder-custom a:hover {
  color: #34495F;
  background: #fff;
}

#menu-placeholder-custom li {position: relative;}

#menu-placeholder-custom ul ul {
  position: absolute;
  z-index: 500;
}

#menu-placeholder-custom ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

div#menu-placeholder-custom ul ul,
div#menu-placeholder-custom ul li:hover ul ul,
div#menu-placeholder-custom ul ul li:hover ul ul
{display: none;}

div#menu-placeholder-custom ul li:hover ul,
div#menu-placeholder-custom ul ul li:hover ul,
div#menu-placeholder-custom ul ul ul li:hover ul
{display: block;}


/* ------------------------------------------------------*/
/* Popup Style */


#popup_background
{
  opacity:    0.8; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed;
}

.popup_box  
{
  position:   absolute;
  top:        20%;
  left:         50%;
  width:        100%;
  /*height:       20em;*/
  margin-top:     -10em; /* set to a negative number 1/2 of your height */
  margin-left:    -50%; /* set to a negative number 1/2 of your width */
  border:       1px solid #555555;
  background-color:   #FFFFFF;
  z-index:      100; 
}

.popup_box_full
{
  width: 100%;
  margin-left: -50%;
}

.popup_box_one_half
{
  width: 50%;
  margin-left: -25%;
}



/* Retina-CSS */
@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {

  #logo .logolink
  {
    background-image: url(../images/logo@2x.png);
    background-size: 209px 56px;
  }

}