body{
    background-color: #990000;
    text-align: center;
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: #444444;
    border: none;
}


div {
    background-color: #cccccc;
    border: none;
    z-index: 0;
}


p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}


h2 {
    font-family: verdana, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

h3 {
    font-family: verdana, sans-serif;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

h4 {
    font-family: verdana, sans-serif;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}


hr {
    background-color: transparent;
    margin: 6px 0px 6px 0px;
    padding: 0px 0px 0px 0px;

    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #999;
}

img {
    border-style: solid;
    border-width: 0px;
    border-color: #999;
}

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

a:hover {
    color: #CC0000;
    text-decoration: none;
}

.akond {
    content: "Akond";
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.lab {
    content: "Lab";
    font-size: 10px;
    font-weight: bold;
    color: #c00;
}

.first {
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.more_r {
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 4px 0px 3px 0px;
    z-index: 0;
    clear: left;
    text-align: right;

}

.more_l {
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 4px 0px 3px 0px;
    z-index: 0;
    clear: left;
    text-align: left;
}


.title_top {
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    background-image: url("../graphic/t_dot.gif");
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    padding: 0px 0px 1px 16px;
    margin: 0px 0px 10px 0px;
    width: 90%;
    height: 12px;
    overflow: visible;
    z-index: 0;
}

.title {
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    background-image: url("../graphic/t_dot.gif");
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    padding: 0px 0px 1px 16px;
    margin: 10px 0px 10px 0px;
    width: 90%;
    height: 12px;
    overflow: visible;
    z-index: 0;
}


/* ========================================================== */
/* == main begin ============================================== */

div.main {
    position: relative;
/*     background-color: #d6d6d6; */
    background-color: #ddd;
/*    background-image: url("../graphic/main_bkg1.gif");
    background-attachment: scroll;
    background-position: center left;
    background-repeat: repeat-x;*/

    background-image: url("../graphic/torus3.gif");
    background-attachment: scroll;
    background-position: 80px 65px;
    background-repeat: no-repeat;

    display: block;
    width: 665px;
    margin: 0 auto;
    top:0px;
    text-align: center;
    padding: 0px;
    border: none;
    z-index: 0;
}


div.main_head {
    position: relative;
    background-color: transparent;
    background: url("../graphic/main_headline.gif");
    width: 100%;
    height: 50px;
    text-align: left;
    vertical-align: top;
    clear: left;
    z-index: 0;
}

div.main_lang {
    position: relative;
    color: #ffffff;
    background-color: #990000;
    width: auto;
    padding: 0px 0px 3px 30px;
    vertical-align: top;
    text-align: left;
    clear:left;
    z-index: 0;
}


div.main_lang a {
    color: #ffffff;
    text-decoration: none;
}


div.main_copyright {
    position: relative;
    color: #ffffff;
    background-color: #990000;
    width: auto;
    padding: 3px 20px 0px 0px;
    vertical-align: bottom;
    text-align: right;
    clear: left;
    z-index: 0;
}


div.main_foot {
    position: relative;
    background-color: #cccccc;
    background: url("../graphic/main_footline.gif");
    width: 100%;
    height: 29px;
    vertical-align: bottom;
    clear: left;
    z-index: 0;
}

div.main_foot_menu {
    position: relative;
    background-color: transparent;
    color: #990000;
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px 0px 40px;
    text-align: left;
    clear: left;
    z-index: 0;

    border-style: solid;
    border-width: 0px;
    border-color: #000000
}

div.main_foot a {
    color: #990000;
    text-decoration: none;
}

div.main_content_border {
    position: relative;
    background-color: transparent;
    background-image: url("../graphic/torus13.gif");
    background-attachment: scroll;
    background-position: 80px 5px;
    background-repeat: no-repeat;

    width: 660px;
    height: 100%;
    float: left;
    padding: 0px;
    text-align: left;
    border-style: solid;
    border-width: 0px 2px 0px 3px;
    border-color: #EFEFEF;
    z-index: 0;
}

div.chat_status{
	position: relative;
    background-color: transparent;
    background-image: url("../graphic/modular_chat.gif");
    background-repeat: no-repeat;
    top: -20px;
    height: 38px;        
    z-index: 0;    
}

div.chat_status a{
  color: black;
  text-decoration: none;  
}

div.chat_status a:hover{  
  color: black;
  font-weight: bold;
}

div.chat_status div{
 	background-color: transparent;
	width: 220px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 0px auto;
}

div.chat_status_short{	
	position: relative;
    background-color: transparent;
    background-image: url("../graphic/modular_chat_short.gif");
    background-repeat: no-repeat;
    left: 25px;
    height: 38px;        
    width: 200px;
    z-index: 0;    
}

div.chat_status_short a{
  color: black;
  text-decoration: none;  
}

div.chat_status_short a:hover{  
  color: black;
  font-weight: bold;
}

div.chat_status_short div{
 	background-color: transparent;
	width: 165px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 30px;
}

/* == main and ============================================== */
/* ========================================================== */




