body {
	margin:0 auto; /* main-Box centered in IE 5 anbd higher */
	text-align:center; /* main-Box centered in IE 5 und higher */
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#main {
   width: 990px;
   margin: 0 auto; /* main-Box centered in Opera, NN, Mozilla */
   text-align:left; /* main-Box centered in Opera, NN, Mozilla */
   padding:0px;
}
#logo {
    text-align:left;
    width: 980px;
    height: 59px;
    margin-top:5px;
    background-image: url(/img/title_980px_n.gif);
    background-repeat: no-repeat;    
}
#content_part {
    width:100%;
    min-height:700px;
}
#left_main {
    float:left;
	width:18px;
}
.right_main {
	float:right; 
	width:590px    
}
.r_content {
	min-height:400px;
}
#menu_top {
    width: 990px;
	height:22px;
	background-image: url(../img/bg_gradient_top.gif);
	background-repeat: repeat-x;
	margin-top:5px;
}
#content_window {
	background: #FFFFFF;
	width:990px;
        min-height:700px;
	margin-top: 3px;
}
#search_box {
	background: #EFEFEF;
	width:334px;
	height:84px;
}
#newsletter_box {
	background: #EFEFEF;
	width:334px;
	height:70px;
	margin-top:5px;
}
#newart_block {
	background: #EFEFEF;
	width:334px;
	height: 115px;
	margin-top:5px;
}
#latest_block {
	background: #EFEFEF;
	width:334px;
	height: 279px;
	margin-top:5px;
}
#active_content {
	float:right; 
	background: #EFEFEF;
	width: 440px;
}
#bottom_line {
	clear: both;
	width: 781px;
	height: 22px;
	background-image: url(../img/bg_gradient_top.gif); 
        background-repeat: repeat-x;
	text-align: center;
	padding-top:1px;
}
#bottom_menu {
	clear: both;
	width: 781px;
	height: 22px;
	background-image: url(../img/gradient_quadr.gif); 
    background-repeat: repeat-x;
	text-align: center;
	padding-top:1px;
}
#hosting_line {
	clear: both;
	width: 781px;
	height: 18px;
	text-align: center;
}
.content_align {
	padding-left:5px;
	margin:0;
}
h2 {
	color: #000000;
	padding-left:5px;
	font-size:1.4em;
	font-family: Verdana, Arial, sans-serif;
	
}
#link_blue {
	color: rgb(51, 51, 153);
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}

/*//a:hover {
//	text-decoration: none;
//	color: #000099;
//} /
//a:active {
//	text-decoration: none;
//	color: #999999;
//cc9900;}*/     

.input_element {
	width: 400px;
        height: 18px;
        border: 1px solid #9c9586;
}
.select_element {
	width: 400px;
        height: 22px;
        border: 1px solid #9c9586;
}
 
.text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        color: #67470f;
}
/* 333300; */

#infodiv {
  position:absolute;
  width:auto;
  height:auto;
  background-color:#ffffcc;
  overflow:hidden;
  z-index:100;
  visibility: hidden;
}
.invisible {color: #FFFFFF}
.act:visited {text-decoration: none; background-color:#66CC66}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#login_msg {
	width:300px;
	height:50px;
	float:right;
	padding-top:31px;
	text-align:center;
}

.form_element {
	padding:8px 15px 8px 15px; 
}
hr {
	height:1px; 
        width:100%;
        background-color: #cccccc; 
        color:#cccccc; 
        border:1px
}

h1 {
	font-size:14px;
}

.o_name h1 {
	font-size:14px;
	padding-left:5px;
}

input.error { border: 1px solid #ff9900; }

label.error {
	background: url('/img/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('/img/checked.gif') no-repeat;
	/*display: block;*/
	width: 16px;
	height: 16px;
}
