
/* admin styles */

/* messages */
.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://www.blogmax.at/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

div.admin ul li {
  list-style: none;
  background: url("http://www.blogmax.at/static/bg_listicon16.gif") 0 0px no-repeat;
  padding: 0 0 5px 22px;
}

div.admin ul {
  margin: 0 0 1em 0;
  padding: 0;
}

.listItem ul.taskList li {
  background: url("http://www.blogmax.at/static/bg_listicon16_simple.gif") 0 2px no-repeat;
}

.listNavigation {
  margin-top: 1.5em;
  border-bottom: 1px solid undefined;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: undefined;
}

.listNavigation a.active {
  font-weight: bold;
}

div.admin small,
div.admin .small {
  font-size: 11px;
  color: #959595;
}

/* lists */

div.pageNav {
  margin: 5px 0 13px 0;
}

div.pageNavSummary {
  /* float: left; */
}

div.pageNavBar {
  /* float: right; */
  text-align: right;
}

span.pageNavItem,
span.pageNavSelItem  {
  margin-left: 3px;
  margin-right: 3px;
}

table.listItem td.leftCol {
  width: 70%;
  vertical-align: top;
}

table.listItem td.rightCol {
  width: 30%;
  vertical-align: top;
}


/* forms */

div.admin fieldset {
  -moz-border-radius: .8em;
  border: 1px solid undefined;
}

div.admin fieldset legend {
  font-weight: bold;
  font-size: 1em;
  left: 1em;
  padding: 0 0.6em;
  color: #d50000;
}

div.admin fieldset.formList {
  padding: 0 1em 0 1.5em;
}

div.admin .formList p {
  border-bottom: 1px solid #000000;
  margin-top: 0.5em;
  padding-bottom: 0.8em;
}

div.admin label {
  font-size: 1em;
  font-weight: bold;
  color: #959595;
}

.formText {
  width: 95%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.formWide {
  width: 90%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

div.admin .intend {
  display: block;
  margin-left: 1.8em;
}

p.buttons {
  margin-top:3em;
  text-align: right;
  clear: both;
}

p.buttons input {
  padding: 0 1em;
  text-align: center;
}


* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  padding: 0 0 30px 0;
  background: url("http://www.blogmax.at/static/layouts/portal/bg_body.jpg");
  text-align: center;
}

body * {
  font-size: 100.01%;
}

img, fieldset {
  border: 0;
}

ul {
  list-style: none;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

input.button {
  font-weight: bold;
}

/* WRAPPER */

#wrapper {
  width: 774px;
  margin: 28px auto 0 auto;
  background: url("http://www.blogmax.at/static/layouts/portal/bg_wrapper.png") 0 0 repeat-y;
  font-size: 68.75%;
}

* html #wrapper {
  background-position: 0 0;
  background-repeat: repeat-y;
  background-image: expression("none");
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.blogmax.at/static/layouts/portal/bg_wrapper.png',sizingMethod='scale');

}

#wrapper-inner {
  width: 762px;
  margin: auto;
  background: white;
  text-align: left;
}


/* HEADER */

#header {
  background: url("http://www.blogmax.at/static/layouts/portal/bg_header.jpg") 0 0 no-repeat;
  height: 130px;
  width: 100%;
  overflow: hidden;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

#header h1 {
  float: left;
}

#header h1 img {
  margin: 87px 0 0 13px;
}

#header p.powered {
  float: right;
}

#header p.powered img {
  margin: 89px 10px 0 0;
}

/* // HEADER */


/* NAVIGATION */

#navigation {
  background: #987754;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid white;
  font-family: Arial, Helvetica, sans-serif;
}

#navigation li {
  display: inline;
}

#navigation a {
  color: white;
}

#navigation li a {
  float: left;
  text-transform: uppercase;
  font-size: 1.1818em;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  font-weight: bold;
}

#navigation li a:hover, #navigation #portal a.blogmax, #navigation #hilfeforum a.hilfeforum {
   background: #7a5f43;
}

/* menu */

div.menu {
  width: 506px;
  overflow: hidden;
  float: left;
}

/* login*/

div.login {
  width: 254px;
  float: right;
  overflow: hidden;
  border-left: 2px solid white;
}

div.login p.username {
  font-size: 1.0909em;
  padding: 7px 0 6px 8px;
  font-weight: bold;
  color: white;
}

/* // NAVIGATION */


/* PAGEBODY */

#pagebody {
  width: 762px;
  overflow: hidden;
  background: url("http://www.blogmax.at/static/layouts/portal/bg_pagebody.gif") right top repeat-y;
  line-height: 1.3636em;
}

#pagebody-inner {
  width: 754px;
  padding: 0 0 0 8px;
}

.small {
  color: #5e5e5e;
  font-size: 0.9090em;
}

#content {
  width: 490px;
  float: left;
  padding: 15px 0 0 0;
}

#sidebar {
  float: right;
  width: 254px;
  background: url("http://www.blogmax.at/static/layouts/portal/bg_sidebar.gif") 0 0 no-repeat;
}


/* CONTENT */

/* proBlogWrapper */

.pagelinkTop, .pagelinkBottom {
  margin: 0 0 1.25em 0;
}

.pagelinkBottom {
  text-align: right;
}

div.proBlogWrapper {
  width: 100%;
  overflow: hidden;
  margin:  0 0 3em 0;
}

div.proBlog {
  width: 240px;
  float: left;
}

div.insideblog, div.dastraumhaus {
  float: right;
}

div.proBlog h3 {
  background: #ff0000;
  color: white;
  font-size: 1.2727em;
  margin: 0 0 3px 0;
  padding: 2px 0 2px 9px;
  line-height: normal;
}

div.dastraumhaus h3 {
  background: url("http://www.blogmax.at/static/layouts/portal/bg_dastraumhaus.jpg") 0 0 no-repeat;
}

div.proBlog h3 a {
  color: #fcfb0e;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

div.dastraumhaus h3 a {
  color: #ffcd3d;
}

div.proBlog p img {
  margin: 0 0 0.35em 0;
}

div.proBlog h4 {
  color: #ff0000;
  font-size: 1.1818em;
  margin: 0 0 0.3em 0;
  line-height: normal;
}


div.dastraumhaus h4 {
  margin: 0 0 0.15em 0;
}

div.proBlog h4 a {
  color: #ff0000;
}

div.proBlog p.proBlogText {
  margin: 0 0 1.25em 0;
}

div.dastraumhaus .dastraumhausStory {
  margin: 0 0 0.5em 0;
}

div.proBlog a.all {
  color: #ff0000;
}

/* story */

div.story {
  margin: 0 0 2em 0;
}

h3.storyTitle {
  font-size: 1.4545em;
  color: #ff0000;
  line-height: normal;
  margin: 0 0 0.65em 0;
}

h3.storyTitle a {
  color: #ff0000;
  text-decoration: none;
}

div.storyContent {
  margin: 0 0 10px 0;
}

div.storyContent p, div.storyContent ol, div.storyContent ul {
  margin: 0 0 10px 0;
}

div.storyContent ol li, div.storyContent ul li {
  padding: 0 0 2px 0;
}

div.storyContent ul li {
  background: url("http://www.blogmax.at/static/layouts/portal/bg_list1.gif") 10px 6px no-repeat;
  padding: 0 0 2px 20px;
}

div.storyContent ol {
  padding: 0 0 0 33px;
}

html>body div.storyContent ol {
  padding: 0 0 0 29px;
}

/* inProgress */

h3.inProgress {
  font-size: 1.4545em;
  color: white;
  background: #9d8266;
  padding: 4px 0 4px 8px;
  margin: 0 0 1em 0;
}

/* storyTeaser */

div.storyTeaser {
  width: 100%;
  overflow: hidden;
  margin: 0 0 2em 0;
}

div.storyTeaser div.userIcon {
  float: left;
  width: 48px;
  margin: 2px 0 0 0;
}

div.storyTeaser div.storyTeaserBody {
  float: right;
  width: 434px;
}

div.storyTeaser h3 {
  font-size: 1.18em;
  line-height: normal;
  color: #9d8266;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}

div.storyTeaser .storyTeaserBody p {
  margin: 0 0 1px 0;
}

div.storyTeaser h3 a {
  color: #9d8266;
}

p.searchview {
  margin: 0 0 1em 0;
}

/* // CONTENT */


/* SIDEBAR */

div.sidebarItem {
  padding: 0 10px 0 8px;
  border-bottom: 2px solid white;
}

div.sidebarItem h4 {
  font-size: 1.1818em;
  color: #5c2e00;
  text-transform: uppercase;
  padding: 8px 0 10px 0;
}

div.sidebarItemBody {
  padding: 3px 0 10px 0;
}

div.sIBImg {
  padding: 3px 0 0 0;
}

div.sidebarItem li {
  padding: 0 0 3px 0;
}

/* sidebarLogin */

div.sidebarLogin {
  border-bottom: 2px solid white;
  background: #dadada;
  padding: 2px 10px 0 8px;
  font-size: 1.0909em;
  color: #646464;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}

div.sidebarLogin img {
  vertical-align: middle;
}

div.sidebarLogin p, div.sidebarLogin ul {
  margin: 0 0 1em 0;
}

div.sidebarLogin li {
  padding: 0 0 4px 0;
}

div.sidebarLogin li a {
  color: #ff0000;
  background: url("http://www.blogmax.at/static/layouts/portal/bg_list.gif") 0 5px no-repeat;
  padding: 0 0 0 11px;
}

div.sidebarLogin ul.statusloggedin {
  margin: 10px 0 1em 0;
}

/* suche */

div.sidebarItem input.searchbox {
  width: 180px;
  padding: 1px 0 1px 0;
}

/* bilder */

div.imgItemWrapper {
  width: 100%;
  overflow: hidden;
}

div.imgItemWrapper div.imgItem {
  float: left;
  text-align: center;
  width: 104px;
  overflow: hidden;
  height: 148px;
  margin: 0 10px 0 0;
  line-height: normal;
}

div.imgItemWrapper div.imgItem img {
  border: 2px solid white;
}

/* historyItem */

div.sidebarItem div.historyItem {
  margin: 0 0 1em 0;
}

/* anzeige */

p.anzeige {
  padding: 0;
  border-bottom: 2px solid white;
  margin: 0 0 20px 0;
}

/* // SIDEBAR */


/* FOOTER */

#footer {
  font-family: Arial, Helvetica, sans-serif;
  background: #9d8266;
  padding: 6px 10px 6px 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 742px;
  overflow: hidden;
}

#footer a {
  text-decoration: none;
  color: white;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p.left {
  float: left;
  width: 450px;
}

#footer p.right {
  float: right;
  width: 256px;
  text-align: right;
}

/* lightbox */

#lightbox {
  background-color: white;
  padding: 10px;
}

#lightboxDetails {
  font-size: 68.75%;
  padding-top: 0.4em;
}

#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(http://www.blogmax.at/static/layouts/portal/overlay.png); }

* html #overlay {
  background-color: #333;
  back\ground-color: transparent;
  background-image: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.blogmax.at/static/layouts/portal/overlay.png", sizingMethod="scale");
}