/**********************************************************/
/*  WM_JooRoos                                            */
/*  copyright (C) 2010 - WebMasher                        */
/*  license GNU/GPL http://www.gnu.org/copyleft/gpl.html  */
/**********************************************************/

html{
background: #000;
}

html, body, form, fieldset {
  margin: 0;
  padding: 0;
}

body {
  background: #000 /*url(../images/bg_tile.jpg)*/;
  color: #CDCDCD;
  font:95%/140% Tahoma,Arial,Helvetica,sans-serif;
  line-height: 130% !important;
}

a:link, a:visited {
  color: #a41a1a;
  text-decoration: none;
}

a:hover, a:active {
  color: #C60505;
  text-decoration: none;
}

a img {
  border: none;
}

img.member  {
  background: url("../images/bg-image.jpg") repeat scroll left top transparent;
  padding: 5px;
  margin: 5px;
  float: right;
}

.buttonheading img {
   border: 0px none;
   padding-right:10px;
}

p.buttonheading{
   padding-top:0px;
   padding-bottom:0px;
}

h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0px 0;
  padding: 0;
  text-align: justify;
}

p {
  padding-top: 10px;
  padding-bottom: 10px;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 20px;
}

ul.ma_bullet1, ul.ma_bullet2, ul.ma_bullet3, ul.ma_bullet4, ul.ma_circle1, ul.ma_circle2, ul.ma_square1, ul.ma_square2, ul.ma_square3 { padding-left:18px; }

ul.ma_bullet4 {
    list-style-image: url("../images/typo/bullet_ol_1_color.png") !important;
}
ul.ma_bullet1 li, ul.ma_bullet2 li, ul.ma_bullet3 li, ul.ma_bullet4 li, ul.ma_circle1 li, ul.ma_circle2 li, ul.ma_square1 li, ul.ma_square2 li, ul.ma_square3 li { 
  margin:10px 0 !important; 
  line-height:150% !important; 
  list-style-position:inside; 
  overflow:inherit; 
  background:none !important;
  text-align: justify;
}

ul.ma_circle2 { list-style-type:circle; }
ul.ma_square1 { list-style-type:square; }

ul.ma_circle1 { list-style-image:url(../images/typo/bullet3ul.png) !important; }
ul.ma_circle2 { list-style-type:circle; }
ul.ma_bullet1 { list-style-image:url(../images/typo/bullet_ol_1_dark.png) !important; }
ul.ma_bullet2 { list-style-image:url(../images/typo/bullet1ul.png) !important; }
ul.ma_bullet3 { list-style-image:url(../images/typo/bullet2ul.png) !important; }
ul.ma_bullet4 { list-style-image:url(../images/typo/bullet_ol_1_color.png) !important; }
ul.ma_square1 { list-style-type:square; }
ul.ma_square2 { list-style-image:url(../images/typo/bullet_squ1_dark.png) !important; }
ul.ma_square3 { list-style-image:url(../images/typo/bullet_squ1_color.png) !important; }
div.ma_number1 span { background:transparent url(../images/typo/bullet_ol_2.png) no-repeat center center; color:#fff; }
div.ma_number2 span { background:transparent url(../images/typo/bullet_ol_2_color.png) no-repeat center center; color:#fff; }

ol li {
  margin-left: 35px;
}

th {
  font-weight: bold;
  padding: 8px;
  text-align: left;
}

fieldset {
  border: none;
  padding: 5px 5px;
}

fieldset a {
  font-weight: bold;
}

fieldset.input {
  padding: 0;
  background: none;
}

  
hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #EEEEEE;
  height: 1px;
}

br {
  height: 1px;
  font-size: 1px;
}

td, th, div {
  text-align: left;
}

.concerts {
  color: #a41a1a;
}

.concerts-date {
  color: #FFF;
  font-weight: bold;
}

.container{
  width: 980px;
  /*background: #55676B;*/
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  
}
.container_head{
  width: 1000px;
  /*background: #55676B;*/
  
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  
}
.container_menu{
  width: 980px;
  /*background: #366480;*/
  /*border-right:solid 1px #CCC;
  border-left:solid 1px #CCC;*/
  overflow: hidden;
  margin: 0 auto;
  /*padding: 0 10px;*/
  
  
}

.container_usertop{
  width: 980px;
  /*background: #55676B;*/
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  
}

#logo {
  font-size: 50px;
  line-height: 23px;
  letter-spacing: normal;
  float: left;
  padding: 20px 0px 0 0px;
  width:auto;
  height:200px;
  text-decoration:none;
  text-transform: uppercase;

}

#logo a:hover{
  text-decoration:none;}
/*======================= TOP PANEL=============================*/

#toppanel{
  height:30px;   
  width: 100%;
  background: url(../images/top.png) repeat-x; 
}
  
#sub-panel{
  text-align:center;
  position:absolute;
  width:100%; 
  z-index:2000;
  height:30px;
  right:0;
}

#sub-panel a{
  position:absolute;
  right:0;
  width:84px;
  float:right;
  text-decoration:none;
  text-align:center;
  margin-right:30px;
  margin-top:-1px;

}
#sub-panel a span{
  display:block;
  height:30px;
  padding-top:8px;
}

a#toggle span{ 
  background: url(../images/toggle.png) no-repeat;
  color:#C9BE62;
}

#tools{
  clear:right; 
  width:350px; 
  float:left; 
  text-align:left; 
  line-height:25px; 
  padding-top:5px}
  
/*======================= LOGIN =============================*/

#login-button{
  width:35px; 
  text-align:right; 
  padding:0px 0px 5px 0px; 
  margin-right:2px;
  display:block; 
  float:right; 
  height:30px; 
  line-height:30px
}

#login-box {
  width: 320px;
  position: absolute;
  right:145px;
  top: 30px;
  z-index:99999999;
  visibility:hidden;
  overflow:hidden;
}

#login-panel {
  background: url(../images/login-bg.png) 0 100% no-repeat;
  position:relative;
  overflow:hidden;
  padding:25px 30px 30px 30px;
  color: #E6E6E6;
}
  
#login-panel .moduletable_content {
  padding-top:0px;
  margin-bottom:-5px
}
    
#login-panel .moduletable a {
  color:#FFB405
}

form.loginform fieldset {
  border:solid #888;
  margin:0;
}

form.loginform legend {
  color:#ccc;
  font-size:1.3em;
  background-color:transparent
}

form.loginform p#login-username label,
form.loginform p#login-password label {
  display:none
}

form.loginform .inputbox {
  display:inline;
  background:none;
  color:#888;
  border:none;
  padding:0;
}
  
form.loginform p#login-username {
  background: #252525 url(../images/username.png) no-repeat left center;
  border:1px solid #414141;
  color:#C0C0C0;
  padding:3px 2px;
  padding-left: 23px;
  width:220px
}
  
form.loginform p#login-password {
  background: #252525 url(../images/password.png) no-repeat left center;
  border:1px solid #414141;
  color:#C0C0C0;
  padding:3px 2px;
  padding-left: 23px;
  width:220px
}

form.loginform p#form-login-remember { 
  margin:13px 5px 0 0;
  color:#999;
  float:right
}
  
form.loginform p#login-button {
  margin:12px 15px 0 -5px;
  float:left;
}
    
form.loginform p#login-button .round,
form.loginform p#login-button .round span {
  padding: 2px 5px 2px 5px;
  background-image:url(../images/button.gif);
  background-repeat: repeat-x;
  color: #FAFAFA;
  font-weight: bold;
  border: none;
  font-size: 11px;
}
    
form.loginform ul.login-lost {
  margin:15px 0 0 10px;
  clear:both;
  float:left;
  width:100%;
  text-align:left;
}

form.loginform ul.login-lost li {
  padding:0;
}
        
button {
  border:0; 
  border:none; 
  background:transparent; 
  width:auto; 
  overflow:visible; 
  white-space:nowrap; 
  padding:0 2px; 
  cursor:pointer; 
  cursor:hand;
}

.logout{
  height:80px;
  padding-left:30%;
  text-align:center; 
  display:block; 
  float:left; 
  line-height:30px
}
#logout.button{
  padding:5px;
  margin-left:40%;
  width:50px;
  background:url(../images/button.gif) repeat-x;
  text-align:center;
  color: #FAFAFA;
  font-weight: bold;
  font-size: 11px;}


/*======================= MOOMENU =============================*/
  
#moomenu{
  height: 60px;
  /*background-color:#2B2B2B;
  background-image:url(../images/menu-shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;*/
  
}

.menutop {
  margin: 0 auto;
    width: 100%;
}
.nav{
  width: 100%;
  height: 60px;
  background: url(../images/menu_bg.png) repeat-x;
  background-position: center center;
  
}

/*nav{width:1000px; height:78px; background:url(../images/menu_bg.png) left top no-repeat; position:absolute; bottom:0; left:0}*/

/*======================= HEADER =============================*/
.header{
  width: 100%;
  height: 200px;
  background: url(../images/lines.png) 0 120px repeat-x;
  padding-bottom: 15px;
  /*background: #2B2B2B;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  /*padding-top:38px;*/
}

.header img {
  padding-top:0px;
}

.h_bg {
  /*background-image:url(../images/h_bg.png);
  background-repeat:  repeat-x;*/
}

.header-right {
  background-image:url(../images/first_group.png);
  background-repeat:  no-repeat;
  background-position: right;
  float:right;
  width: 350px;
  height: 200px;
  
}
/*======================= USERS =============================*/

#user{
  width: auto; 
  height: auto;
  /*background:#f9f9f9;*/

  }
  
#user1,#user2,#user3,#user4,#user5,#user6,#user7,#user8,#user9 {
  height: auto;
  float:left;
  /*background: #61797D url(../images/milimetr.png);*/
  /*-moz-box-shadow : 0px 2px 5px #000;
  -webkit-box-shadow : 0px 2px 5px #000;
  box-shadow: 0px 2px 10px #000;*/
  margin: 10px 0px 10px 0px;
  }
  
#user h3 {
  font-family: Tahoma, Arial, Sans-serif;
  color: #5E0D0D;
  font-weight: bold;
  margin: -4px -6px 5px -6px;
  line-height: 30px;
  text-align:left;
  border-bottom: 1px solid #5E0D0D;
}

.userpadding{ 
padding: 10px 10px 20px 10px;
}

.usertop{
  width: 100%;
  /*background: #366480;*/
  /*border-bottom: 2px solid #BEBEBE;*/
  overflow: hidden;
  /*border-bottom: 1px solid #BEBEBE;*/

}

.userbottom, .userfooter{
  width: 100%;
  overflow: hidden;
}
/*======================= CONTAINER =============================*/

.containermainbody{
  width: 100%;
  overflow: hidden;  
  line-height: 150%;
} 

#left-mid{
  width: 650px;
  overflow: hidden;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  /*background: #61797D /*url(../images/milimetr.png)*/;
  /*-moz-box-shadow : 0px 2px 5px #000;
  -webkit-box-shadow : 0px 2px 5px #000;
  box-shadow: 0px 2px 10px #000;*/
  

}

#left-full{
  width: 950px;
  overflow: hidden;
  float: left;
  margin: 10px 15px 20px 0px;
  padding: 5px 10px 5px 10px;
  background: #f6f6f6;
  -moz-box-shadow : 0px 2px 5px #000;
  -webkit-box-shadow : 0px 2px 5px #000;
  box-shadow: 0px 2px 10px #000;

}

#right{
  width: 285px;
  overflow: hidden;
  float: left;
  margin: 0px 0px 0px 0px;
  display: block;
  /*border: 1px solid;
  border-color: #CCC #CCC #AAA #CCC;*/
  
}
#right h3{
  margin: 0px 0px 0px 0px;
  padding-top: 10px;
  background:#000 url(../images/mod_header.png) no-repeat;
  background-position: top left;
  text-align: center;
  /*line-height: 60px;*/
  color: #FFF;
  height: 30px;
  /*-moz-box-shadow : 0px 2px 10px #000;
  -webkit-box-shadow : 0px 2px 10px #000;*/
}  

.rightcontainer .moduletable, 
.rightcontainer .moduletable_text {
  padding: 1px 10px 10px 10px;
  margin: 10px 0px 10px 0px;
  /*background: #61797D /*url(../images/milimetr.png)*/;
  /*-moz-box-shadow : 0px 2px 5px #000;
  -webkit-box-shadow : 0px 2px 5px #000;
  box-shadow: 0px 2px 10px #000;*/

}

#mod_search_searchword{
  width: 262px;
  height: 30px;
  margin:20px 0 10px 0;
  padding: 10px 0px 0px 20px;
  background-image:url(../images/bg-search.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #D54016;
  font-size:14px;
  font-weight: bold;
}

#pathway{
  width: 100%;
  padding: 3px 0px 5px 0px;
  border-bottom: 3px solid #5E0D0D;
  /*border-top: 1px solid #DDD;*/
  margin-bottom:5px;
}

.messagecontainer{
  width: 100%;
  overflow: hidden;
}

.searchcontainer{
  width: 100%;
  overflow: hidden;
}

.rightcontainer{
  width: 290px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}

/*======================= CONTENT =============================*/

.contentheading {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 5px 0px;
  /*font-family: Georgia, "Times New Roman", serif;
  font-size: 180%;*/
  line-height: 100%;
  font-weight: bold;

}

.contentheading a {
    color: #FFF;
}

.small, .createdate, .modifydate {
  font-size: 11px;
  color: #AAA;
}


.readon, .readon:link, .readon:visited {
  background: url(../images/readon.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 170px;
  height: 25px;
  float: right;
  /*background-position: right center;
  background-repeat: no-repeat;*/
  padding: 10px 0 0 28px;
  
  font-size: 90%;
  color: #CDCDCD;
  text-decoration: none;
}

.readon:hover{
  text-decoration: none;
  background: url(../images/readon.png) no-repeat scroll 0 -36px transparent;
  
  
}

span.article_separator,.article_separator{
  background:transparent url(../images/article_separator.png) no-repeat 50%;
  display:block;
  height:30px;
  margin: 20px 0 0 0;
}

.componentheading{
  font-size: 16px;
  color: #FFF;
  font-family: Sans-serif;
  font-weight: bold;
  background-image: url(../images/bg-components.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
  margin-bottom: 2px;
}

.pagenav, .pagenav:link, .pagenav:visited{
  font-size: 12px;
  background-color: #EEEEEE;
  color: #666;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #DDD;
  margin: 10px 0 80px 0;
}

.pagenav:hover{
  text-decoration: none;
  background-color: #FFFFFF;
}

.button{
  padding: 2px 5px 2px 5px;
  background-image:url(../images/button.gif);
  background-repeat: repeat-x;
  color: #FAFAFA;
  font-weight: bold;
  border: none;
  font-size: 11px;
}

.inputbox{
  background:#F5F5F5 url(../images/input.png) 0 0 repeat-x;
  border:1px solid #bebebe;
  margin:5px 0;
  padding:2px;
}

.inputbox:focus{
  border: 2px solid #AAA;
}

.sectiontableheader, .sectiontableheader a:link, .sectiontableheader a:visited{
  background-image: url(../images/button.gif);
  color: #FAFAFA;
  padding: 4px;
}

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
  padding: 2px 0px 2px 0px;
}

td .sectiontableentry2, td .sectiontableentry1{
  padding: 5px;
}

.poll tbody tr td{
  text-align: left;
}


.bottom{
  width: 100%;
  overflow: hidden;
  margin-top:15px;
  padding: 10px 0px 5px 0px;
}

#footer{
  width: 100%;
  height:80px;
  /*background:#2b2b2b url(../images/footer.jpg) repeat-x;*/
  /*background:#2B2B2B;
  border-top: 1px solid #BEBEBE;*/
}
#footer h3{
  font-size:17px;
  padding:10px 0 10px 0;
}
#footer a:hover{
  color:#fbfbfb;
  text-decoration:none;
}
#footer li{
  border-bottom:1px solid #444444;
  font-size:13px;
}
.copyright{
  color: #ADADAD;
  font-weight:bold;
  text-align: right;
  font-size: 13px;
  padding: 0px 0px 0px 0px;
}

.kran {
  background:url(../images/kran.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  float: right;
  width: 250px;
  height: 310px;
}

/* --- Pagination --- */
.pagination {
  clear: both;
  margin: 48px 0 0;
}

.pagination ul {
    background: none repeat scroll 0 0;
    text-align: center;
}

.pagination ul li.counter {
    float: right;
    font-size: 11px;
    line-height: 42px;
    margin-right: 12px;
}

p.counter {
  text-align: center;
  font-size: 12px;
  margin: 0 0 48px 0;
  padding-bottom: 0px;
    padding-top: 0px;
}

div.pagination {/*padding:8px;margin:24px 0 4px 0;*/
  /*text-align:center; */
  color:#FBCD9A; 
  text-align: 0 100%;
  font-size: 80%;
  /*margin: 0 auto;*/}

ul.pagination li {
    color: #999999;
  display: inline;
  padding-left: 0px;
  /*background: none repeat scroll 0 0 #880000 !important;*/
  /*height: 29px !important;*/
    line-height: 31px;
  /*margin: 2px 5px;*/
    overflow: hidden;
    
  
}

ul.pagination li a {
  background: none repeat scroll 0 0 #700305 !important;
    border: 1px solid #700305;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
  cursor: pointer;
    /*font-size: 85%;
    font-weight: bold;*/
    color: #CCC !important;
  padding: 5px 5px !important;
}

ul.pagination  span {
  background: none  repeat scroll 0 0 #3C0101 !important;
  border: 1px solid #3C0101;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
    padding: 5px 8px !important;
  color: #BBB;
}



ul.pagination li a:hover{
  background: none repeat scroll 0 0 #AD1902 !important;
  text-decoration: none;
}

ul.last li {
  padding: 10px 0 10px 5px;
}    

ul.last li  a{
  color: #a41a1a;
  font-weight: bold;
}  

ul.last li  a:hover{
  color: #C60505;
}