@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #CFCFCF;
}


h3
{
	margin: 0;
	padding: 0;
}

p
{
	padding: 0;
	margin: 0;
}

a											/* COR DA FONTE DE TODOS OS LINKS */
{
	color: 			#4682B4;				
	text-decoration: none;   				/* linha abaixo dos links - UNDERLINE */
}

a:hover 										 /* COR DA SELECAO DOS LINKS - OK */
{
	background:  	#8FBC8F;				 
	color: 			#FFF;					
}

#left .moduletable ul li, #content ul li, #right .moduletable ul li 
{
	background: url('../images/point_blue.gif') no-repeat left center;
	padding-left: 12px;
	text-align: left; list-style-type:none
}

#left .moduletable ul li:hover, #content ul li:hover, #right .moduletable ul li:hover
{
	list-style-image: url('none');
	background: url('../images/point_blueh.gif') no-repeat left center; 
}

#left .moduletable ul li a, #content ul li a, #right ul li a
{
	color: #333333;
	text-decoration: none;
	font-size: 90%;
}

#left .moduletable ul li a:hover, #content ul li a:hover, #right ul li a:hover
{
	color: #000000;
	text-decoration: none;
}

.inside
{
	padding: 0 6px;
}

.ininside
{
	padding: 5px;
}

img
{
	border: none;
}

#wrap
{
    background:  #fff url('../images/fundo_cedim.jpg') no-repeat;  /* FUNDO DE TODAS AS COLUNAS */
	margin-top: 1%;  /* margin do topo da página */
	margin-left: auto;
	margin-right: auto;
	width: 1000px;   /* LARGURA DE TODAS AS COLUNAS */
	height:auto !important;
	overflow: hidden;
	border: 1px dotted #000
}

#toolbar
{
	height: 26px;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #000;  /* LINHA ABAIXO DA DATA E HORA */
}

#toolbar_inside
{
	margin-left: 10px;
}
	
#header
{
	width: 1000px;
	height: 165px;  					 /* ESPAÇO ABAIXO DO LOGO E ACIMA DO MENU PRINCIPAL */
	overflow: hidden;
	float: left;
}

#topmenu
{
	background: url('../images/topmenubg.png') repeat-x;
	float: left;
	width: 988px;
	height: 30px
}
/* --- Linker teil ---*/
#left
{
	float: left;
	margin-top:15px;
	margin-left:20px;
	margin-right:15px;
	width: 190px; 			/* LARGURA DA COLUNA ESQ */
	overflow: hidden;
}

#left h3
{
	color:#FFF; 			/* COR DA FONTE DO TITULO */
	font-family: verdana, arial;
	line-height: 18px;   	/* PARA CENTRALIZAR O título */
	font-size: 100%;
	text-align: center;
}

#left .moduletable_menu ul
{
	padding: 0;
	margin: 0;
	width: 235px;
}

#left .moduletable_menu ul li 
{
    list-style: none;
    margin: 0; 
	padding: 0;
}

#left .moduletable_menu ul li ul 
{
    margin: 0; 
	padding: 0;
}

#left .moduletable_menu ul li ul li 
{
    margin: 0;
	padding-left: 1em;
	background: #FFFFFF;

}
  
* html #left .moduletable_menu ul li ul li 
{  /* Korrektur fuer IE 5.x */
    margin-left: 0;
    ma\rgin-left: 0;
}

#left .moduletable_menu ul a 
{
    display:block;
    text-decoration: none; 
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #CCCCCC;
	background: url('../images/apply.png') no-repeat left center;; padding-left:2em; padding-right:0.5em; padding-top:0.5em; padding-bottom:0.5em
}

* html #left .moduletable_menu ul a 
{
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
}
  
* html #left .moduletable_menu ul li ul li a 
{
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
}
  
#left .moduletable_menu ul a:hover 
{
	background: #F5F5F5 url('../images/apply-of.png') no-repeat left center;	
}

/*--- LOGIN ---*/
#form-login /* Allgemein */
{
	padding: 0;
	margin: 0;
}

#left .input
{
	border: none;
}

#modlgn_username
{
	background: #FFFFFF url('../images/user.png') no-repeat left;
	height: 17px;
	padding-left: 20px;
	width: 60%;
	border: 1px solid #CCCCCC;
}

#modlgn_passwd
{
	background: #FFFFFF url('../images/lock.png') no-repeat left;
	height: 17px;
	padding-left: 20px;
	width: 60%;
	border: 1px solid #CCCCCC;
}
	

#form-login-username, #form-login-password, #form-login-remember
{
	padding: 0px;
	margin: 5px;
}

#sb
{
	background: url('../images/sb.gif') repeat-x bottom;
	height: 10px
}

#lu
{
	background: url('../images/shadowlu.gif') no-repeat right bottom;
	height: 10px
}

#content
{
	float: left;
	margin-right:15px;
	width: 500px; 			/* LARGURA DA COLUNA CENTRAL */
	overflow: hidden;
}

#content img
{
	padding: 3px;
}

#content_big img
{
	padding: 3px;
}


#content_big
{
	float: left;
	margin-top: 25px;
	width: 750px;
}

#content_big .componentheading
{
	height: 30px;
	line-height: 22px;
	padding-left: 10px;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
	margin: 0;
	font-size: 100%;
}

#content .componentheading
{
	height: 30px;
	line-height: 22px;
	padding-left: 10px;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
	margin: 0;
	font-size: 100%;
}

.contentpaneopen
{
	width: 98%;
}

.contentheading, .buttonheading
{
	width: 100%;
	border-bottom: #CCCCCC dotted 1px;
	font-weight: bold;
	color: #666666;
}

.small
{
	font-size: 80%;
	font-weight: bold;
	background: url('../images/user_business.png') no-repeat left;
	line-height: 1em;
	padding-left: 1.5em
}

.createdate
{
	font-size: 80%;
	font-weight: bold;
	background: url('../images/calendar.png') no-repeat left;
	line-height: 1em;
	padding-left: 1.5em
}

.modifydate
{
	font-size: 80%;
	font-weight: bold;
	background: url('../images/calendar.png') no-repeat left;
	line-height: 1em;
	padding-left: 1.5em
}

.article_column
{
	padding: 2px;
}

.button
{
	border: 1px solid #CCCCCC;
	background: #E5E5E5;
	font-size: 1em;
}

.button:hover
{
	background: #CCCCCC;
	border: 1px solid #333333;
	cursor:help;
}


.pagenav
{
	border: solid 1px #CCCCCC;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

a.pagenav 
{
	color: #000000;
}

a:hover.pagenav 
{
	text-decoration:none;
	background-color: #efefef;
}



#right
{	
	margin-top: 15px;
	float: left;
	width: 260px; 				 /* LARGURA DA COLUNA DIR */
	overflow: hidden;
	}

#right h3  						/* TITULO */
{

	font-family: verdana, arial;
	font-size: 100%;
	color:#FFF; 				/* COR DA FONTE DO TITULO */
	text-align: center;
	line-height: 18px;   		/* PARA CENTRALIZAR O título */
}


#sbr
{
	background: url('../images/sb.gif') repeat-x bottom;
	height: 10px
}

#lur
{
	background: url('../images/shadowlur.gif') no-repeat left bottom;
	height: 10px
}

#right .moduletable
{
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
}

#right .moduletable table
{
	width: 90%;
	text-align: left;
	font-size: 90%;
}

#right .moduletable form
{
	margin: 0;
	padding: 0;
}

#right .moduletable_text h3
{
	background: url('../images/h3rg.gif') no-repeat;
	color:#FFFFFF;
	height: 30px;
	line-height: 26px;
	overflow: hidden;
	font-size: 100%;
	padding-left: 20px
}

#right .bannergroup_text
{
	padding: 5px;
	overflow: hidden;
}

.bannergroup_text a
{
	color: #009933;
	font-weight: bold;
}

.bannerheader
{
	font-weight: bold;
}

.insideright
{
	padding-left: 7px;
}

/* --- RSS ---*/
#syndicate
{
	float: right;
	overflow: hidden;
	display: block;
	width: 17px;
	height: 17px;
	padding: 1px 5px;
}

#syndicate a
{
	text-decoration: none;
	border: none;
}

#syndicate img
{
	text-decoration: none;
	border: none;
}

/* --- Suchbox --- */
#search
{
	float: right;
	padding: 0 5px;
	overflow: hidden;
}

#search .inputbox
{
	width: 120px;
	height: 16px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url('../images/lupe.png') no-repeat left;
	padding-left: 20px
}

/*--- Schriftgroesse --- */
#fontsize  
{
	float:		right;
	overflow: 	hidden;
	display: 	block;
	padding: 	5px 15px;
}
	
#fontsize a, #fontsize img
{
	border: 0px none;
}

/* --- Zeit --- */
#time
{
	float:left;
	font-size: 80%;
	display:block;
	overflow: hidden;
	color:#2E8B57;
	margin-top: 6px; /* ESPAÇO DOS LADOS - DATA */ 
}


/* --- Logo ---*/
#logo
{
	width: 400px;
	overflow: hidden;
	height: 120px;
	float: left;
}

/* --- Newsflash ---*/
#news
{
	width: 500px;
	height: 100px;
	float: right;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 120%;
	font-size: 80%;
	max-height: 100px;
}

#news h3
{
	display: block;
	border-bottom: 1px dashed #FFFFFF;
	font-size: 1.5em;
	line-height: 1.2em;
	background: url('../images/news.png') no-repeat;
	padding-left: 20px
}


.newsinside
{
	padding: 20px;
}


#footer
{
	float: left;
	width: 100%;
	color:#458B74;
	text-align: center;
	background: url('../images/rodape.png'); /* FUNDO */
	padding: 1px;
	font-size: 12px
}

#footer h3
{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#user1, #user2, #user5
{
	width: 300px;
	float: left;
	color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
}

#footer a
{
	color: #CCCCCC;
}

#foot
{
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

#user1 ul li, #user2 ul li, #user5 ul li
{
	list-style-image: url('../images/star.png');
}

#foot img
{
	padding: 10px;
}

#bread
{
	width: 100%;
	float: left;
	color: #FFFFFF;
	text-align: center;
	background:url('../images/trf.gif') repeat-x bottom;
	margin: 0;
	padding: 0;
	min-height: 30px;
	line-height: 30px
}

#bread ul li, #bread ul
{
	list-style-image: url('none');
	display: inline;
	margin: 0;
	padding: 0; list-style-type:none
}

#bread ul li a
{
	margin: 20px;
	font-weight: bold;
	font-size: 80%;
}

.readon
{
	background: url('../images/accept.png') no-repeat left;
	padding-left: 20px;
	font-weight: bold
}

.readon:hover
{
	color: #CC0000;
	text-decoration: none;
}

#left .moduletable, #right .moduletable
{
	padding-bottom: 10px;
}

.moduletable div
{
	margin-left: 5px;
	margin-right: 10px;
	overflow: hidden;
}

#left .moduletable ul, #right .moduletable ul
{
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
}