
/**** v1.4, 15.09.2005_VAY ****/



/* general styles */
body {
margin: 0;
padding: 0;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background: #fff url(./images/bg.gif) repeat-y top fixed;
overflow: scroll; 
}

*html body {
background: #fff; 
}

h1 {
margin: 15px 0px 0px 20px;
color: #A6A08A;
font-size: 16px;
}

h2 {
margin: 10px 0px -7px 20px;
color: #A6A08A;
font-size: 13px;
}

p {
margin: 10px 0px 0px 20px;
color: #525252;
line-height: 17px;
text-align: left; 
}

li { 
color: #525252; 
}

img {
border: 0;
}

td {
font-size: 11px;
vertical-align: top;}



/* css layout */


#left_top {
height: 124px;
background-image: url(./images/left_top.gif);
background-repeat: no-repeat;
}

#box {
width: 780px;
height: 100%; 
position: absolute;
top: 0;
bottom: 0;
left: 50%;
margin-left: -390px;
margin-right: -390px;
}

	

#content {

	padding: 5px 0px 0px 0px;

        position: absolute;

	float: left;

	width: 355px;}



#content li {

                line-height: 18px;

                }



#content ul {

                margin-top: 2px;

                margin-bottom: 2px;

                }



#content a, a:hover, a:visited {

                color: #746E5E;

                text-decoration: underline;

                font-weight: bold;

}



#rightcontent a, a:hover, a:visited {

                color: #746E5E;

                text-decoration: underline;

                font-weight: bold;

}



#line {

        margin: 2px 0p 10% 0px;

        top: 3px;

       	position: relative;

        float: right;

	width: 1px;

        height: 500;

        background: #D7BA92; }





#rightcontent {

        position: relative;

	float: right;

        top: 10px;

	padding: -3px;

	width: 229px; }



#left_column {

	width: 170px;

	float: left;

        background-color: #ABA58F; 

        height: 100%; }



#right_column {

	width: 610px;

	float: right;}



#left_column form {
margin: 0;
padding: 0;
}



/*** navigation - general list styles ***/	

#navigation ul, #navigation_bottom ul {
background-color: #000;
list-style: none;
margin: 0;
padding: 0;
}

#navigation li, #navigation_bottom li {
border-bottom: 1px solid #FFFFFF;}

#navigation li a, #navigation_bottom li a {
color: #FFFFFF;
margin: 0;
padding: 0;
display: block;
text-decoration: none;
}	


/*** navigation upper part ***/

#navigation li.level1 a			{ background: #ABA58F url(./images/arrow1_close.gif) no-repeat 5px 1px; padding: 4px 3px 3px 17px; font-weight: bold; }

*html #navigation li.level1 a	                { background: #ABA58F url(./images/arrow1_close.gif) no-repeat 5px 1px; padding: 4px 3px 2px 17px; font-weight: bold; }

#navigation li.level1 a:hover		{ background: #8F8772 url(./images/arrow1_close.gif) no-repeat 5px 1px; }

#navigation li.level1-act a		{ background: #8F8772 url(./images/arrow1_close.gif) no-repeat 5px 1px; color: #fff; }

#navigation li.level1-act a:hover	                { background: #8F8772 url(./images/arrow1_close.gif) no-repeat 5px 1px; color: #fff; }



#navigation li.level2 a			{ background: #CDC4B2 url(./images/arrow2_close.gif) no-repeat 15px 3px; padding: 3px 3px 2px 25px; color: #fff;  font-weight: normal;}

#navigation li.level2 a:hover		{ background: #999999 url(./images/arrow2_close.gif) no-repeat 15px 3px;  font-weight: normal;}

#navigation li.level2-act a		{ background: #999999 url(./images/arrow2_close.gif) no-repeat 15px 3px; }

#navigation li.level2-act a:hover	                { background: #999999 url(./images/arrow2_close.gif) no-repeat 15px 3px; }



#navigation li.level3 a			{ background: #E7E7E7 no-repeat 23px 3px; padding: 2px 3px 2px 32px; color: #8F8F8F;  font-weight: normal;}

#navigation li.level3 a:hover		{ background: #B8B8B8 no-repeat 23px 3px; }

#navigation li.level3-act a		{ background: #B8B8B8 no-repeat 23px 3px; }

#navigation li.level3-act a:hover	                { background: #B8B8B8 no-repeat 23px 3px; }


/* navigation lower part (closed user group for send message / project ideas, only first level */

#navigation_bottom li.level1 a	                { background: #ABA58F url(./images/arrow1_close.gif) no-repeat 5px 1px; padding: 4px 3px 3px 17px; font-weight: bold; }

*html #navigation_bottom li.level1 a	{ background: #ABA58F url(./images/arrow1_close.gif) no-repeat 5px 1px; padding: 4px 3px 2px 17px; font-weight: bold; }

#navigation_bottom li.level1 a:hover	{ background: #8F8772 url(./images/arrow1_close.gif) no-repeat 5px 1px; }

#navigation_bottom li.level1-act a		{ background: #8F8772 url(./images/arrow1_close.gif) no-repeat 5px 1px; color: #fff; }

#navigation_bottom li.level1-act a:hover	{ background: #8F8772 url(./images/arrow1_close.gif) no-repeat 5px 1px; color: #fff; }


/*** styles login-box ***/

#search {
height: auto;
width: 167px;
background-color: #dfd7af;
font-weight: bold;
color: white;
padding: 3px 0 0 3px;
margin: 40px 0px 0px 0px;
border-top: 4px solid #ffffff;
border-bottom: 4px solid #ffffff; 
}
*html #search {
width: 170px;
}

#search p {
text-align: left;
margin-left: 2px;
padding-bottom: 5px;
}

#search td {
color: #A6A08A;
font-weight: bold;
font-size: 12px;
}

#login-button {
margin: 1px 1px -1px 16px;
}
*html #login-button {
margin: -1px 1px -2px 6px;
}

#logout-button {
margin: -14px 1px -1px 80px;
}
*html #logout-button {
margin: -1px 1px -2px 26px;
}





#left_column>#quickstart {

	height: 26px;}







#rightcontent img {

        float: left; 

        margin: 5px auto 0px 20px; }

     

#message {

        margin-left: 20px; }



#nav_part {

        margin-top: -30px;

         position: absolute;

        text-align: right;

        float: right;

       

      

}



#head_navigation {

        font-size: 16px;

        position: absolute;

        visibility: visible;   

        text-align: right;  

        width: 360px;     

}



#head_navigation a{

        color: #FFFFFF;

        font-size: 16px;

        visibility: visible;

        text-decoration: none;

}



.head_navigation_blind {

        position: absolute;

        visibility: hidden;

}