/* @charset "utf-8 */

#privat_login_form input.text {
  border:1px solid #ccc;
  -moz-border-radius:4px;
  background:#eee;
}

#privat_login_form input.text:focus,
#privat_login_form input:hover {
  border:1px solid #411;
  background:#fff;
}

#privat_login_form input.button {
  border:1px solid #aaa;
  -moz-border-radius:4px;
  background:#ccc;
}

#privat_login_form input.button:hover {
  background:#aaa;
  border:1px solid #ccc;
}

#privat_login_form input:focus,
#privat_login_form input:hover {
  border:1px solid #411;
  background:#fff;
}

html {
  margin:0px;
  padding:0px;
}

body {
  font-family:Arial,Helvetica,sans-serif; 
  font-size:.8em;
  line-height:1.5em;
  margin:0px;
  padding:0px;
  background:#fff;
}

img {
  border:0px;
}

a {
  text-decoration:none;
  color:#411;
}


a:hover {
  border-bottom:1px solid #ccc;
}

.clear {
  clear:both;
}

#wrapper {
  width:400px;
  margin: 0em auto 1em auto;
  padding:0px 0px;
  background:transparent;
  background: url(./images/bg.png) repeat-y center top #fff;
}

#wrapper-top {
  background: url(./images/bg_top.png) no-repeat center top #fff;
  height:250px;
}

#wrapper-bottom {
  background: url(./images/bg_bottom.png) no-repeat center top #fff;
  height:70px;
  margin-top:-30px;
}

#menu {
  margin:-100px 40px 40px auto;
}

#content {
  padding:0em 40px;
  margin-top:20px;
}

#olddragon-de {
   -text-align:center;
  margin-top:-150px;
  margin-left:40px;
}

#user-info {
  font-size:.9em;
  color:#555;
  float:left;
  padding-left:20px;
  margin-top:10px;
  margin-left:40px;
}

#user-info a {
  background:#ccc;
  color:#fff;
  -moz-border-radius-topleft:18px;
  -moz-border-radius-bottomright:18px;
  padding: 1px 12px;
  font-size:11px;
}

#user-info a:hover {
  background:#888;
  border:0px;
}

#user-info-lastvisit {
  font-size:.9em;
  line-height:1.2em;
  color:#888;
  margin-bottom:.5em;
}

#copyright {
  text-align:right;
  font-size:.8em;
  color:#888;
  margin-top:1em;
}

/***** menü *****/
#menu-title {
  font-weight:bold;
  color:#000000;
}

#menu-username {
  margin-bottom:0;
  color:#303030;
  font-size:1em;
  font-weight:normal;
}

#menu-login-info {
  font-size:0.8em;
  color:#808080;
}

#menu-links {
  list-style-image:none;
  list-style-type:none;
  padding:0px;
  margin:0px 0px 20px 0px;
}

.menu-line {
  text-align:left;
  color:#eeeeee;
  width:100px;
  height:1px;
  border-style:none;
  border-bottom:1px solid #eeeeee;
  margin:10px 0px;
  padding:0px;
}

#menu ul {
  float:right;
}

ul#menuitems {
  font-size:11px;
}

ul#menuitems,
ul#menuitems li {
  list-style-type:none;
  padding:0em;
  margin:0em;
}

ul#menuitems li {
  margin:8px 0em;
  text-align:right;
}

ul#menuitems li a {
  background:#733;
  color:#fff;
  padding:2px 8px;
  margin: 5px 0px;
  font-weight:bold;
  -moz-border-radius-topleft:12px;
  -moz-border-radius-bottomright:12px;
}

ul#menuitems li a:hover {
  background-color:#522;
}

/***** admin *****/
#menu-admin {
  font-size:.9em;
  float:left;
  color:#555;
  margin:2em 1em 0em 1em;
}

/***** news *****/
.news-header {
  /* background-color:#efefef; */
  font-size:0.9em;
  padding: 0px 0px 4px 0px;
  text-align: left;
}

.news-info {
  text-align:left;
  margin:.5em 1em 0em 1em;
  color:#888;
}

.news-info {
  text-align:center;
  margin:0em;
  color:#744;
  width:100px;
  background-color:#fff;
  -moz-border-radius:4px;
  margin:1em .5em 1em  .5em;
  float:right;
}


.news-date {
}

.news-name {
  display:block;
}

.news-isnew {
  background-color:#ff8;
  color:#000;
  display:block;
  font-size:.7em;
  float:right;
  margin: .7em 1em 0em 1em;
  padding: .1em .8em;
  line-height:1.2em;
  -moz-border-radius:.6em;
}

.news-title {
  font-size: 1.1em; /* 13px; */
  color: #fff;
  font-weight:bold;
  margin-bottom:0em;
  background:#411;
  padding-left:1em;
  -moz-border-radius-topleft:1em;
  -moz-border-radius-bottomright:1em;
}

.news-title a{
  color: #fff;
  font-weight:bold;
  margin-bottom:0em;
  padding:.2em .5em;
  display:block;
}

.news-title a:hover {
  text-decoration:none;
  border:0px;
}

.news-title-links {
  float: right;
  font-size: 0.8em;
  font-weight:normal;
}

.news-edit {
  font-size:0.8em;
  color:#aaa;
  margin-bottom:-1em;
  line-height:1.5em;
  margin-left:.5em;
}

.news-footer {
  font-size:0.8em; /* 10px;*/
  text-align: right;
  padding:2px 1em 0em 0em;
  margin:14px 0px 20px 0px;
  border-top: 1px solid #cccccc;
}

.news-text {
  font-size: 1em; /* 12px; */
  margin: -0.4em 0em;
  /* clear:both; */
  padding: 0em 1em;
}

a:link .news-text, a:active .news-text, a:visited .news-text,
.news-text a:link, .news-text a:active, .news-text a:visited {
  border-bottom:1px dotted #755;
  color:#422;
}

a:hover .news-text, .news-text a:hover {
  border-bottom:1px dashed #755;
  color: #422;
}

.news-time {
  font-size:1em; /* 11px; */
  font-weight:normal;
  color:#999999;
}

/*******************************/
.news-collapsed {
  background-color: #fff;
  margin-bottom: 0.4em;
  padding: 0.4em 0.4em 0.4em 0em;
}

.news-collapsed-title {
  font-weight:bold;
}

.news-collapsed-name {
  color: #555;
  font-size:0.9em;
}

.news-collapsed-date {
  color: #808080;
  font-size:0.9em;
}

.news-collapsed-numcomments {
  color: #808080;
  font-size:0.9em;
}

/*******************************/
.news-pages-pages {
  font-size:10px;
  margin-bottom:0px;
  margin-top:10px;
  text-align: center;
}

a:link .news-pages, a:active.news-pages, a:visited .news-pages, .news-pages {
  border:1px solid #a5a5a5;
  margin: 0.2em;
  padding:0.1em 0.4em;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-bottomright:4px;
}

a.news-pages:hover,
a.news-pages-nextpage:hover {
  background-color:#611;
  color:#fff;
}

.news-pages-current {
  background-color: #411;
  border:1px solid #555599;
	color:#fff;
	margin: 0.2em;
	padding:0.1em 0.4em;

  -moz-border-radius-topleft:4px;
  -moz-border-radius-bottomright:4px;
}

 .news-pages-nextpage {
  border:1px solid #808080;
  color: #000;
	margin: 0.2em;
	padding:0.1em 0.4em;

  -moz-border-radius-topleft:4px;
  -moz-border-radius-bottomright:4px;
}

.news-pages-inactive {
  border:1px solid #bbb;
  color: #bbb;
	margin: 0.2em;
	padding:0.1em 0.4em;
    -moz-border-radius:4px;
}

.news-pages-dates{
  font-size: 0.8em;
  color: #808080;
  text-align:center;
}

/*******************************/

#toptitle {
  font-size: 1em; /* 14px; */
  font-weight:normal;
  color:#808080;
  margin-bottom:20px;
  /* border-bottom: 1px dashed #eeeeee; */
}

.newcomments {
  color:#8080ff;
}

.files-header {
  /* background-color:#efefef; */
  font-size: 1em; /* 12px; */
  padding:0px;
	margin: 0px 0px 0px 0px;
  /* border-bottom:1px solid #cccccc; */
}

.files-content {
  /* font-size:12px; */
  padding:0px;
	margin: 10px 0px 20px 20px;
}

.file-date {
  color:#808080;
  font-size:1em; /* 10px; */
}

/***** Kommentare *****/

.comment {
  padding: 0.5em 0em 0em 0em;
}

.comments-header {
  border-bottom:1px solid #aaa;
  /* background-color: #f8f8fa; */
  text-align: left;
  color:#808080;
  font-size:0.9em; /* 11px; */
  margin:20px 0px 4px 0px;
  padding: 0.2em 0.6em;
}

.comments-kommentare {
  font-size: 1.6em; /* 13px; */
  margin-top:20px;
  font-weight:bold;
  margin-bottom:10px;
  border-bottom:1px solid #ccc;
  padding-top:10px;
  padding-bottom:.5em;
}

.comments-formheader {
  font-weight:bold;
  font-size:1em;
  margin-top:20px;
  margin-bottom:4px;
}

.comments-time {
  color:#808080;
  font-size:1em;
}

.comments-edit {
  float:right;
  font-size: 0.8em;
  padding-top:0em;
  margin-left:.5em;
  margin-bottom:.5em;
  margin-right:1em;
}

.comments-date {
  display:block;
  float:right;
  font-size:.9em;
  color:888;
}

/***** BB-Codes und Emoticons *****/

#bbcodes_list {
  font-size:0.9em;
  padding: 1em;
}

#emoticons {
  display:none;
  margin: 1em 0em;
  border: 1px solid #ccc;
  background-color:#fff;
}

#emoticons_title {
  font-weight:bold;
  padding: 0.2em 1em;
  margin-bottom:0.2em;
  background-color: #ddf;
}

#bb_title_right {
  float:right;
  font-weight: normal;
}

.emoticons_browse_link {
  cursor: pointer;
  font-weight: normal;
}

.emoticons_browse_nolink {
  cursor: default;
  font-weight: normal;
  color: #808080;
}

#emoticons_list {
  padding-bottom: 0.4em;
  background-color:#fff;
}

.emoticons_list_left {
  float:left;
  padding-left:0em;
  text-align:left;
  width:166px;
}

.emoticons_list_right {
  text-align:left;
  padding-left:0em;
  width:166px;
}

.emoticons_list_table {
  text-align:left;
  vertical-align:top;
  padding:0em;
  margin:0em;
}

.emoticons_item {
  cursor: pointer;
  padding: 0.2em 1em;
  border: 1px solid #fff;
  background-color: #fff;
  width:138px;
}

.emoticons_item_hover {
  cursor: pointer;
  padding: 0.2em 1em;
  border: 1px dotted #ccc;
  background-color: #eef;
}

#emoticons_search {
  display:none;
  float: none;
  text-align: right;
  padding: 0.4em 1em;
  background-color: #ddf;
}