/* andreas05 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 2.0, July 15, 2006 */

/* General tags */
*{margin:0; padding:0;}
body{
	background-color: #FFF;
	font:76% verdana,tahoma,sans-serif;
}
a{ color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
p{
	margin:0 0 16px 0;
	font-size: 100%;
	line-height:1.8em;
	font-family: Verdana, Geneva, sans-serif;

}
ul, ol{margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol{margin:3px 0 0 15px;}


/* Headers */
h1{
	color:#000;
	font-size:medium;
	letter-spacing:1px;
	margin:0;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
h2{font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

/* IDs */
#title{
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
 

}


#container{
	color: #555;
	background-color:#FFF;
	padding:0px;
	width:auto;
	line-height:1.3em;
	
	height: auto;
	clear: none;
	float: none;
	position: absolute;
	top: 0px;

}

#sidebar{
	float:left;
	margin-left:10px;
	width:170px;
}
#sidebar p{margin:10px 0 5px 0; text-align:center; font-size:0.8em;}
#main{
	float:none;
	margin-right: 100px;
	margin-left: 5px;
	height: 100%;

}
#footer{
	font-size:0.9em;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top:30px;
    
	height:15px;
}

/* Menu */
.menu_red{
	color:#286ea0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	width:140px;
	border:  1px solid #900;
	overflow: visible; /* IE6 form button fix */
	text-align: center;

}


.menu_green{
	border:1px double #3C0;
	color:#286ea0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	width:140px;
	overflow: visible; /* IE6 form button fix */ 
	text-align: center;

}
 
.menu_yellow{
   border:1px double #FC0;
	color:#286ea0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	width:140px;
	overflow: visible; /* IE6 form button fix */ 
	text-align: center;

}

 


.menu_black{
   border:1px double #000;
	color:#286ea0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	width:140px;
	overflow: visible; /* IE6 form button fix */ 
	text-align: center;

}
 
.menuspaziatura{
	display:block;
	font-size:1.1em;
	width:140px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

 
.menu_green:hover,  .menu_red:hover, .menu_yellow:hover, .menu_black:hover{
	background-color:#f8f8f8;
	border:1px solid #999;
	color:#286ea0;
	text-decoration:none;
}

/* Various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0;}
.credits a{color:#888;}

