
body{
	margin:0;
	padding:0;
	
}
body, a, p { font: 12px  verdana,arial,sans-serif ;}
td { font: 12px verdana,arial,sans-serif }
div { font: 12px  verdana,arial,sans-serif }
.test { font: 12px verdana,arial,sans-serif }

a 		{color:#ff0000}
a:hover	{color:#9a9a9c}

/*------------------ header --------------------*/
#header	{
	height:100px;
	background: white url('/image/logo.png') no-repeat 15px 10px;
	text-indent: -5000px;
}
/*------------------ bar ----------------------*/
#bar	{
	height:24px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0 0 0 100px;
	background-color:#ff0000;
	background: #ff0000 url('/image/top_bar_bg.gif') no-repeat 0px 0px;
}
#bar a{
	height:24px;
	display:block;
	float:left;
	line-height:24px;
	color:white;
	padding:0 20px 0 10px;
	border-left:solid 1px white;
	text-decoration:none;
	}
#bar a:hover{
	background-color:#9a9a9c;
}
#bar a#tb_sel{
	color:#fff;
	xborder-top:solid 1px #ff0000;
	background-color:#000;
	font-weight:normal;
}
#bar a#nolink	{
	padding:0;
	width:0px;
}
/*------------------ tool ----------------------*/
#tool{
	position:absolute;
	top:95px;
	left:296px;
	clear:both;
	margin-bottom:0px;
}
/*------------------ shell ----------------------*/
#shell{
	clear:both;
}
/*------------------ nav ------------------------*/
#nav {
	width: 194px;
	margin: 0; /*50px 0px 0px 20px;*/
	padding: 50px 0px 0px 33px;
	float:left;cccc
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#nav li { margin: 0 0 1px 0; }

#nav a{
	display: block;
	padding: 5px 10px;
	width: 141px;
	color: #f00;
	background-color: #fff;
	text-decoration: underline;
}

#nav a:hover{
	color: #666;
}

#nav a#sel	{
	color: #000;
	background-color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav ul ul li { margin: 0 0 1px 0; }

#nav ul ul a{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 126px;
	color: #fff;
	background-color: #92cf0e;
	text-decoration: underline;
}

#nav ul ul a:hover
{
	color: #fff;
	background-color: #bababa;
	text-decoration: none;
}
/*------------------ content --------------------*/
#content{
	float:left;
	width:600px;
	padding:40px 0 0 10px;
}
h2#mainTitle{
 	font-size:26px;
	color:#000;
	line-height:26px;
	padding-left:20px;
	padding-bottom:4px;
	background: white url('/image/mainTitle_bg.gif') no-repeat top left;
	border-bottom:dotted 1px #ccc;
}
/* ----------------- Formular -------------------*/
INPUT, textarea{
		border: none;
		font-size:11px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		background-color:#F2F2F2;
		padding:2px;
		scrollbar-track-color : #F2F2F2;
	}
.button{font : normal 11px  Tahoma, Arial, Helvetica, sans-serif;
		border:outset 1px #EBEBEb;
		margin:5px 5px 0px 0px;}
.ErrorText{color:#f00}

/*------------------ right ----------------------*/
#right{
	float:left;
	width:120px;
}
/*------------------ footer ---------------------*/
#footer{
	clear:both;
	margin-top:11px;
	border-top:dotted 1px #ccc;
	padding: 3px 0 0 110px;
	font-size:10px;
	color:#999;
	
}

/* --- Wysiwyg Styles --- */


.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000022;
	font-family: 'Courier New' , Monospace;
	background-color: #bbbbbb;
}





.TitleBox
	{
	width: 100%;
	border: 1px solid gray;
	background-color: gray;
	font-size: 12px;
	font-weight : bold;
	color: black;
	font-family:verdana;
	padding: 2px 5px 2px 5px;
	clear: both;
	}
.BodyBox
	{
	width: 100%;
	border: 1px solid gray;
	font-family:verdana;
	padding: 5px;
	}
.Highlight
	{
	font-family:Arial;
	color: Black;
	border : 1 solid #B1B1B1;
	font-weight : bold;
	background-color : #ECEFE0;
}
.CodeForeground
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:"Courier New";
	}
.CodeInText
	{
	font-family:"Courier New";
	font-weight:bold;
	}




