body, html {
  background:black url(/images/layout/main_bg4.jpg) no-repeat;
  margin:0;
  padding:0;
  min-width: 1050px;
}

div,p, li, h1,h2,h3,h4,h5,h6 {
  font-family:Helvetica, Arial;
}

p {
  margin-top:16px;
  margin-bottom:0px;
}

h1,h2,h3,h4,h5,h6 {
  margin:0;
}

.content_area a {
  color: #00b4ff;
}

a:focus, object:focus {
  outline: none;
  -moz-outline-style: none;
}

a.blue {
  color: #00b4ff;
}

img {
  border: 0px
}

.page_head {
  height:112px;
}

.page_head_logo {
  padding-left:5px;
  padding-top:12px;
}

.page_head_logo img {
  border:0;
  margin-left:-17px;
  float:left;
}

.page_head_logo .logo_tag_line {
  color:#666666;
  text-transform:uppercase;
  font-size:18px;
  font-weight:bold;
  max-width:250px;
  margin-left:80px;
  padding-top:15px;
}

.outer_layout {
	top:0;
  left:0;
  position:absolute;
  min-width:1000px;
  width:90%;
  min-height:700px;
  padding-left:25px;
  z-index:10;
}

.inner_layout {
  position:relative;
  width:980px; 
  min-height:700px; 
  margin:0px auto;
}

.main_content_wrapper {
    width:980px;
}

/* --- Flash */

.flash {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:90px;
  color:#00B4FF;
  font-size:20px;
  font-weight:bold;
  background:#EDEDED;
  z-index:1001;
  text-align: center;
  border-bottom: 1px solid darkgrey;
}

.flash_components {
	margin-top:35px;
}

.flash .close_button {
  padding:0px 3px 0 3px;
  margin-right:20px;
  border:1px solid blue;
  float:right;
  color:white;
  background:#00b4ff;
}

.flash .flash_content {
  text-transform:uppercase;
  padding-top:2px;
}

/* --- Panes */

.rounded_pane {
  position:relative;
  background:#222222;
}

.pane_width_320 {
  width:320px;
}

.pane_width_680 {
  width:680px;  
}

.pane_width_780 {
  width:780px;  
}

/* --- Pane Head */

.pane_head {
  padding-top:10px;
  margin-left:10px;
  padding-bottom:10px;
  height:80px;
}

.pane_description {
	margin-top:11px;
  margin-right:20px;
  font-size:11px;
  letter-spacing:0.02em; 
  min-height:50px;
  max-width:280px;
  float:right; 
  color:#AAAAAA;
  cursor:default;
}

.pane_head .pane_title {
  margin:0;
  max-width:350px;
  color:#00b4ff;
  font-size:30px;
  text-transform:uppercase;
  font-weight:bold; 
  cursor:default;
}

.pane_width_680 .pane_title {
  max-width:400px;
}

.pane_width_780 .pane_title {
  max-width:450px;
  margin: 9px;
}

.pane_head .pane_category {
  margin:0;
  text-transform:uppercase;
  font-weight:bold;
  color:white;
}

/* --- Pane Actions */

.pane_actions {
  padding-left:10px;
}

/* --- Content */

.content_area {
  clear:both;
  width:100%;
  background:#EDEDED; 
  min-height:300px;  
  max-height:800px;    
  overflow:auto; 
}

.content_area, .content_area * {
  color:#333333;
}

/* --- Toolbars */

.toolbar {
  clear:both;
  position:relative;
  width:100%;
  min-height:25px;
}

.toolbar_button_segment {
  color:#EDEDED;
  margin:0px 10px 0px 10px;
  float:left;
}


/* --- Pane Tabs */

.pane_tabs {
  position:absolute; 
  bottom:0;
  right:0;
  padding:0px;
  margin:0;
}

.pane_tabs a {
  font-family:Helvetica, Arial;
  font-size:14px;
  background:#999999;
  color:#333333;
  text-decoration:none;
  padding:5px 10px 0px 10px;
  -webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin-left:2px;
}

.pane_tabs a.active {
  font-weight:bold;
  background:#EDEDED;
  color:#00b4ff;
}

.edit_user .pane_section h2 .name_field {
  float: left;
  margin-right: 5px;
}

/* --- Buttons ---- */

#home_logo {
    margin:5px;
    margin-left:10px;
    float:left;
}

.header_content {
    margin-left:20px;
    float:left;
}
.clear { 
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/layout/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 17px;
    margin-right: 3px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button .confirm {
  display:none;
}

a.button span {
    cursor:pointer;
    background: transparent url('/images/layout/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 0 2px 12px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 2px 0 2px 12px; /* push text down 1px */
}

a.disabled_button {
    color:#666666;
}


/* up => User-Pages. Im Gegensatz zu Admin-Pages */
/* Pagination */
.up_pagination_bar {
	padding-top:10px;
	color:#707070;
	min-height:20px;
  max-height:20px;
  width:100%;
  text-align: center;
}

.up_pagination_bar a, .up_pagination_bar span {
  font-size: 15px;
	color:#707070;
  text-decoration:none;
  margin: 0px 5px;
}

.up_pagination_bar span.current {
  font-size: 15px;
  color:#EDEDED;	
}

.up_pagination_bar a:visited {
	color:#707070;
}

.up_pagination_bar a:hover {
	color:#00b4ff;
}

.up_pagination_bar span.prev_page,
.up_pagination_bar a.prev_page,
.up_pagination_bar span.next_page,
.up_pagination_bar a.next_page {
  font-size: 12px;
}

.up_pagination_bar span.prev_page,
.up_pagination_bar a.prev_page {
  margin-left: 25px;
  float: left;
  color:#909090;
}

.up_pagination_bar a.prev_page:hover {
  color:#00b4ff;
}
  
.up_pagination_bar span.next_page,
.up_pagination_bar a.next_page {
  margin-right: 25px;
  float: right;
}


/* Standard Text */
/* for <span>'s of regular Text in the content-area */
.up_content_area_text {
	font-size:13px;
}

/* liqr-Overrides */

.putpat_list_item.odd {
  background:#e3e3e9;
}

/* Lists */

.putpat_list_item {
    padding:5px; 
    width:770px;
    background:#EDEDED;
}

.putpat_list_item div, .putpat_list_item p {
    color:#222222;
}
    
.putpat_list_item a img {
    border:none;
}

.putpat_list_item .list_edit_area {
    float:right;
    width:20px;
    display:none;
}

.putpat_list_item:hover .list_edit_area {
    display:block;
}


.putpat_list_item_clear {
    clear:both;
}

.putpat_list_item.odd {
    background:white;
}
.putpat_list_item .main_title {
    font-family:Helvetica, Arial;
    font-size:14px;
    font-weight:bold;
    color:#333333;
}

.putpat_list_item .sub_title {
    font-family:Helvetica, Arial;
    font-size:13px;
    color:#00b4ff;    
}

/* Lists => Pagination */

.putpat_list_pagination {
  font-size:12px;
  padding:5px;
}

.putpat_list_pagination span {
  color:#999999;
}

.putpat_list_pagination span.current {
  font-weight:bold;
  color:#00b4ff;
}

.putpat_list_pagination a {
  font-weight:bold;
  text-decoration:none;
  color:#333333;
}

.pagination_bar {
  min-height:20px;
  max-height:20px;
  width:100%;
  background:#CCCCCC;
  margin-bottom:5px;
}


/* Lists => Searchform */

.toolbar > img {
  float:left;
  margin-left:20px;
}

.toolbar .liqr_search_form {
  margin-left:10px;
  float:left;
}

.liqr_search_form input[type='text'] {
 	outline-style:none;
 	padding:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
  border:2px #666666;
  margin-right:5px;
}

/* Lists => Filter*/

.toolbar .putpat_list_select {
  float:left;
  margin-left: 30px;
}

.toolbar .putpat_list_select a {
  text-decoration:none;
  background:white;
  color:black;
}

.toolbar .putpat_list_select a.active {
  color:#00b4ff;
}

/* Lists => Search Restriction */

.content_area .liqr_search_restriction_notice {
  font-size:12px;
  padding:4px;
  background:#99AAFF;
}

.content_area .liqr_search_restriction_notice a {
  color:black;
  font-weight:bold;
}


/* generic */
.content_area_content {
	padding:20px;
}

.required_field_label {
	font-size: 11px;
}


/* User-Contact/Spam-Notice */
p#spam_notice {
  font-size: 12px;
}

.email_provider {
  color: #00b4ff;
}

#no_javascript{
    background-color:black;
    height:100%;
    position:absolute;
    width:100%;
    z-index:1001;
    text-align: center;
    padding-top: 100px;
}