
body  {
	
	/*font: 100.01% Andale Mono, Courier New, Courier, monospace;*/
	/*font: 100.01% Lucida Grande, Verdana, Arial, Helvetica, sans-serif;*/
	font: 100.01% Andale Mono, Lucida Grande CE,Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-color:#DAD9CD;
	margin: 0;
	padding: 0;
	color: #000;
}
.a, body, label, input, textarea, form, table, body
{
	
}

.li {
	list-style-type:square;
}
.underlined {
	text-decoration: underline;
}
/*  links  */
a:visited{
	color:#000;
	text-decoration:none;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:hover {
	color: #ccc;
	text-decoration:none;
}



/*           SIDEBAR LEFT        */


#nav_bar td {
	font-size: 11px;
}

/* pos nav bar */
#nav_bar {
	position: fixed;
	top: 32px;
	left: 23px;
	overflow: hidden;
}
.mainNav  {
	position: relative;
	top: 10px;
	left: 15px;
}
.mainNav table tr td .active li {
	background-image: url(../images/stripe_white.gif);
	padding-left:26px;
	width:100%;
	line-height:9px;
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:left;
}
.mainNav table tr td li  {
	background-image: url(../images/stripe_black.gif);
	padding-left:26px;
	width:100%;
	line-height:9px;
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:left;
}


/* pos info bar */
#info_bar {
	position: fixed;
	bottom: 29px;
	left: 37px;
}

/* pos picture navigation  */
#picture_nav {
	position: fixed;
	bottom: 30px;
	right: 50px;
	overflow: hidden;
}


/* titel */


#container #nav_bar #title a:link, a:visited, a:hover, a:active {
	color: #FFF;
	font-size: 16px;
	text-decoration:none;
}

.title {
	color: #EF1423;
	font-size: 16px;
	letter-spacing:5px;
	text-decoration:none;
	}

#container #nav_bar table a:active, a:visited {
	font-size: 11px;
	color: #000;
	text-decoration:none;
}
#container #nav_bar table a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration:none;
}
#container #back_btn table a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	background-color:#666;
}


/*  sub links */

#nav_bar table tr td .subnav_active {
	font-size: 14px;
}
#nav_bar table tr td .subnav {
	font-size: 10px;
}



/*     CONENT RIGHT  ----------------------  */

#container #mainContent {
	position: absolute;
	top: 20px;
	left: 332px;
	overflow: hidden;
	border:0;
	margin:0;
	padding:0;
}
 #mainContent {
	position: absolute;
	top: 20px;
	left: 332px;
	overflow: hidden;
	border:0;
	margin:0;
	padding:0;
}

.main_content {
	font-size: 10px;
	letter-spacing: 1px;
	line-height:15px;
}


/*     CONENT left info  --------------------- */

#info_bar{
	font-size: 10px;
	/*letter-spacing: 1px;*/
	line-height:15px;
}
#info_bar a:link, a:visited {
	color: #000;
	font-size: 10px;
	text-decoration:none;
}
#info_bar  a:hover, a:active {
	color: #FFF;
	font-size: 10px;
	text-decoration:none;
}
