html, body { height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font: 11px Tahoma, sans-serif;
  color: #000000;
  background: #ffffff;
}


#flashContainer, #altContent {
	width: 100%;
	height: 100%;
}

td, div {
	color: #ffffff;
}

input {
  font: 11px/100% Tahoma, sans-serif;
  color: #494949;
}

textarea, select {
  font: 11px/160% Tahoma, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Tahoma, sans-serif;
}

/**
 * Layout
 */
#wrapper {

}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}

#wrapper #container #header {
	margin-bottom: 10px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}

/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 220px;
}
body.sidebar-right #squeeze {
  margin-right: 220px;
}
body.sidebars #squeeze {
  margin: 0 220px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  width: 210px;
	float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 10 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  position: relative;
}

#content{
	padding: 20px;
	border: 1px solid #cccccc;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}
                                                                          
body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

dd {
	margin-left: 0;
}
.clear-end {
	clear: both;
}

#logotyp { padding: 20px 0 0 20px; }
#monit td { font-size: 18px; font-family: Arial; color: #a0a0a0;  text-transform: uppercase;}
#monit .description { font-size: 12px; font-family: Arial; color: #a0a0a0;}
#monit-message { padding: 0 10px 0 10px; }


/* by Turek */
#c tr td {
	color: #666;
}

td#f {
	background: #e5e5e5;
	padding: 20px 0px;
}

td#f table tr td h3 {
	font-size: 14px;
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

td#f ul {
	padding: 0px;
	margin: 0px;
}

td#f ul li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #555555;
	padding-left: 22px;
	background: url(../images/list.gif) left center no-repeat;
	list-style-type: none;
}

#td-accept table td{
	padding: 10px 0px;
	color: #555555;
}

#td-accept table{
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

span#accept {
	font-size: 14px;
	font-family: Arial;
	color: #555555;
}

span#accept a {
	color: #1925ff;
	text-decoration: none;
}

#c .label {
	font-size: 14px;
	font-family: Arial;
	color: #555555;
	font-weight: bold;
}

#c .i-text {
	text-align: left;
}

#c .i-text input {
	background: #c9c9c9;
	border: 0 none;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	color: #fff;
	width: 391px;
}

#c .submit-btt {
	padding: 15px 0px;
}

.flash-messages-error{
	padding: 10px;
	margin: 10px;
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
}

.flash-messages-error div{ color: #333; padding: 3px;}
.flash-messages-error div span {font-weight: bold;}


