*
{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: arial, verdana, sans;
}

.impressum
{
position: absolute; left: 50%; top: 10px; margin-left: -500px;
z-index: 200;
}

.impressum * 
{
    font-size: 12px;
    color: #FFF;
}

.post_even
{
    background-color: #3F2B2B;
}

.post_even,
.post_odd
{
    padding: 4px;
}

body
{
    background-color: #000;
    overflow: hidden;
}

#layout_outer
{
  background-image: url('background_12.jpg');
  position: absolute;
  left: 50%;
  margin-left: -650px;
  background-repeat: no-repeat;
  background-position: center;
  width: 1300px;
  height: 770px;
}

#outer_content
{
    padding-left: 10px;

    padding-top: 180px;
}

#outer_content *
{
    color: #FFF;
}

#outer_content * .jxToolbar *
{
    color: #000;
}



#layout_nav
{
  position: absolute;

  left: 20px;
  top: 140px;
  width: 360px;
  z-index: 100;
}

#layout_nav2
{
  position: absolute;

  right: 20px;
  top: 140px;
  width: 360px;
  z-index: 100;
}

#layout_nav2 li,
#layout_nav li
{
  float: left;
  color: #FFF;
  list-style-type: none;
  padding: 3px 10px;
}

#layout_nav,
#layout_nav2
{
	border-bottom: 3px solid #333;
}

#layout_nav2 li a,
#layout_nav li a
{
  color: #FFF;
  text-decoration: underline;
}

#layout_content
{
  height: 430px;
  width: 1000px;
  margin: auto;
    padding-right: 10px;
  overflow: auto;
}

#layout_content h2
{
  margin-top: 10px;
  margin-bottom: 3px;
}

#layout_content h1
{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#layout_content li
{
  margin-left: 20px;
}

#layout_content p
{
  margin: 5px 0px;
}

.dd_formelement
{
  padding: 5px;
  margin: 5px;
}

.dd_formelement label
{
  display: block;
}

#layout_content textarea,
#layout_content input,
#layout_content select
{
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}

#layout_content textarea.formelement_multitext,
#layout_content input.formelement_text,
#layout_content select
{
  width: 100%;
  border: 1px solid #000;
  background-color: #333;
	color: #FFF;
}

#layout_content button
{
  border: 1px solid #000;
  background-color: #522;
    color: #FFF;
    padding: 3px 15px;
    margin: 10px;
}

.tal_content_img_item
{
    float: left;
    margin: 5px;
    width: 180px;
    height: 130px;
    background-color: #000;
}

th
{
    background-color: #000;
    
}
.listtable td
{
    padding: 1px;
}

.listtable_a
{
    background-color: #311;

}
.listtable_b
{
    background-color: #522;
}

.listtable * .listtable_header
{
    background-color: transparent;
    padding-top: 12px;
    font-weight: bold;
    border-top: 5px solid #000;
}

.listtable
{

    border-collapse:collapse;
}

.col_2
{
    text-align: right;
}

.unit_list_item
{
  position: relative;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #3e3e3e;
  -moz-border-radius: 10px;
  background-color: #2e1e1e;

}
.unit_list_crew
{
  background-color: #101010;
  position: relative;
  right: 0px;
  width: 40%;
  float: right;
}

.navy_col div,
.army_col div,
.sfc_col div
{
  border: 1px solid #3e3e3e;
  -moz-border-radius: 10px;
  background-color: #2e1e1e;
  padding: 20px;
  padding-top: 5px;
}

.s3forum_inputarea,
.navy_col table,
.army_col table,
.sfc_col table
{
    width: 100%;
}

#isn_post_list
{
  padding: 7px;
  margin: 10px;
  border: 1px solid #3e3e3e;
  -moz-border-radius: 10px;
  background-color: #2e1e1e;
  width: 600px;
}

#isn_post_list .post_list_item h3
{
    margin-top: 3px;
    cursor: pointer;
    font-size: 13px;
}

.contentbox,
.dd_form
{
  border: 1px solid #3e3e3e;
  -moz-border-radius: 10px;
  background-color: #2e1e1e;
  padding: 10px;
  padding-top: 0px;
  margin: 10px;
}

.dd_form .dd_formelement
{
width: 300px;
}

.dd_formelement div input
{
float:left;
margin-right:10px;
}

.contentbox li
{
    border-bottom: 1px solid #533;
    padding: 3px;
}

#userpanel
{
    position: absolute;
    right: 0px;
    top: -130px;
    height: 200px;
    width: 140px;
    background-image: url(panel3.jpg);
    background-color: #2E1E1E;
    background-position: 0px -50px;
    border: 3px solid #2E1E1E;
  -moz-border-radius: 10px;
    z-index: 501;
}

#userpanel_inner
{
    padding: 20px;
    padding-top: 20px;
    color: #000;
}

#userpanel_inner *
{
    color: #000;
    text-shadow: #FFF 0px 0px 4px;
}

.form_edit
{
    background-color:#2E1E1E;
    border:1px solid #3E3E3E;

    margin:50px;
    padding:30px;
    width:400px;
}

#msg_list table
{
    width: 100%;
}

#msg_list table tr td
{
    padding: 3px;
}

.post_list_item_content,
.post_list_item_author
{
	text-align: left;
}

div.orden
{
    clear: both;
    margin-bottom: 15px;
}

div.orden img
{
    height: 150px;
    float: left;
    margin: 0px 15px;
}

.inboxpreview table
{
    width: 100%;
}

.inboxpreview td
{
    padding: 5px;
}

.topic_unread
{
    font-weight: bold;
    text-decoration: underline;
}

.topic_read
{
    text-decoration: none;
}
.article_list_item
{
    width: 70%;
}
.article_list_more
{
    text-align: right;
}

.article_list_head,
.article_list_head a
{
    font-size: 13px;
    margin: 5px 0px;
}

.talon_blog_article
{
    width: 600px;
    margin: auto;
    margin-top: 40px;
    background-color: #331111;
    padding: 40px;
    padding-top: 20px;
}

.talon_blog_article,
.talon_blog_article *
{
    line-height: 18px;
}

.layout_2col .talon_blog_article
{
    width: 95%;
    margin: auto;
    margin-top: 10px;
    background-color: #331111;
    padding: 20px;
}

.articletable
{
  margin: 20px;
  border: 5px double #3e3e3e;
  border-collapse:collapse;
}

.articletable td
{
  padding: 5px;
  border: 1px solid #3e3e3e;
}  