/************************************
 *			My Geek Memos 			*
 * 									*
 *	v1.0    01.01.2009				*
 ************************************/
 
html{ font-size:100%; }

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, pre, form, blockquote, fieldset, input, span, label, a, div {
	margin: 0;	
	padding: 0;
}


body {
	background-color: #EEEDDD;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	text-align: center;
	margin: 0px;

 }
 
p.bodytext { margin-top: 12px; margin-bottom: 12px; }

ul, ol {
	margin: 5px 0px 5px 30px;
}

li {

}

blockquote {
margin: 25px 30px 25px 10px;
padding-left: 20px;
text-indent: 25px;
background: url(images/quote_start.gif);
background-position: 0 2px;
background-repeat: no-repeat;


}

blockquote div {
	display: block;
	margin: 0;
	padding-right: 24px;
	background: url(images/quote_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
	word-spacing: 1px;

} 
 
h1 { 
	font: normal 2.333em Arial;	
	letter-spacing: -1px;
}
 

h2 { 
	font: normal 1.6em Arial;	
	color: #444;
	width: 80%;
	border-bottom: 1px solid #444;
	border-left: 8px solid #444;
	margin: 0px 0px 12px 0px;
	padding-left: 10px;
	padding-bottom: 2px;
}
 
h3 {
	font: normal 1.1em Arial;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: solid 5px #CCCCCC;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 160px;
	word-spacing: 2px;

}

#indexedsearchbox fieldset { border: none; }

#indexedsearchbox input { 
	color:#666666; 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	font-weight: bold;
	background-color: #E3EBF9; 
    border:2px solid; 
    border-color: #666666; 
	letter-spacing: 1px;
	word-spacing: 1px;
	padding: 6px;
	width: 230px;
} 

#indexedsearchbox .searchbox-button {
	padding: 6px;
	width: 80px;
	background-color: #336699;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.3em;	
	border: solid 2px #666666;
	margin-left: 10px;
}

a {
	color: #3366CC;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #CCCCCC;

}

a.external-link-new-window {
	color: #3366CC;
	text-decoration: none;
	outline:none;
	background: url(images/external_page.gif) no-repeat 100% 0;
	padding: 0px 20px 2px 0px;
	border-bottom: 1px dotted #3366CC;
	font-weight: normal;
}

a.external-link-new-window:hover {
	color: #CCCCCC;
	text-decoration: none;
	outline:none;
	background: url(images/external_page.gif) no-repeat 100% 0;
	padding: 0px 20px 2px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
}

a.internal-link  {
	color: #3366CC;
	text-decoration: none;
	outline:none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #3366CC;
}

a.internal-link:hover {
	color: #CCCCCC;
	text-decoration: none;
	outline:none;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
}

#Header {
	height: 180px;
	background: url(images/headerbackground.gif) repeat-x;
	text-align: center;
}

#Logo {
	width: 960px;
	height: 180px;
	background: url(images/headerlogo.jpg);
	margin: 0 auto;
	text-align: left;

}

#navmenuContainer {
	position: relative;
	top: 145px;
	left: 0px;
	width: 960px;
	text-align: center;	
}

#navmenu {
/*	position: relative;
	top: 145px;
	left: 200px; */
	height: 30px;
	width: 480px;
	padding: 4px 13px 4px 13px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
  
#navmenu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#navmenu ul li a span {
	padding: 0 7px;
}
  
#navmenu ul li {
	float: left;
	list-style: none;
}
  
#navmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0 25px 0 25px;
	letter-spacing: 2px;
	text-decoration: none;
	outline:none;	

}

#navmenu ul li a:link {
	color: #FFFFFF;
	font-size: 1.1em;
	letter-spacing: 3px;

}

#navmenu ul li a:visited {
	color: #FFFFFF;
	font-size: 1.1em;
	letter-spacing: 3px;	
}
 
#navmenu ul li a:hover {
	color: #3366CC;
	font-size: 1.1em;
	letter-spacing: 3px;

}

#navmenu ul li a:active {
	color: #FFFFFF;
	font-size: 1.1em;
	letter-spacing: 3px;	
}


#Main {
	width: 962px;
	background: url(images/mainbackground.gif) repeat-y;
	margin: 0 auto;
	text-align: left;	

}

#MainContent {
	width: 520px;
	float: left;
	margin: 30px 20px 30px 20px;
	font-size: 1.2em;
/*	letter-spacing: 1px; 
	word-spacing: 1px; */
}

#MainContent p.bodytext {
	line-height: 1.7em;
}

#SideContent {
	width: 380px;
	float: left;
	margin: 30px 10px 30px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	
}

#TopSide {
	width: 375px;
	background: url(images/topsidebackground.gif) bottom repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 10px;
}

#BottomSide {
	width: 380px;
	background: url(images/bottomsidebackground.gif) repeat-y;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	line-height: 1.5em;
}

#LeftSide {
	width: 165px;
	float: left;
	margin: 0px 10px 10px 10px;
}

#RightSide {
	width: 165px;
	float:left;
	margin: 0px 0px 10px 25px;

}

#FooterContainer {
	min-height: 100px;
	background-color: #282826;
	text-align: center;
	padding-top: 1px;
}

#Footer {
	width: 960px;
	background-color: #282826;
	margin: 0 auto;
	color: #999999;

}

.clear {
	clear:both;
}

/* TYPO3 */

.align-center {
	text-align: center;
}

/* Powermail Custom styles*/
.tx-powermail-pi1_formwrap {
	font-size: 1em; 
	color: #444;
}

.tx-powermail-pi1_formwrap fieldset { border: none; }
.tx-powermail-pi1_formwrap LABEL { width: 280px; display: block; padding-top: 10px; font-weight: bold; }
.tx-powermail-pi1_formwrap INPUT { 	margin-top: 5px; }


.powermail_mandatory {
	color: #FF3300;
}

.powermail-input{
	border:1px solid #cccccc; 
	width: 220px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	font-size: 1em;
	line-height: 1.3em;
	padding: 5px 5px 5px 5px;
	background-color: #E3EBF9;
}

.powermail-input:focus  { 
	border:1px solid #666666; 
    outline-width:0;
}

.tx-powermail-pi1_formwrap TEXTAREA { 
	border:1px solid #cccccc; 
	width: 450px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	font-size: 1em;
	line-height: 1.5em;
	padding: 5px 5px 10px 5px;
}

.tx-powermail-pi1_formwrap TEXTAREA:focus {
	border:1px solid #666666; 
    outline-width:0;
}


.powermail-submit {
	padding: 3px;
	width: 80px;
	background-color: #336699;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	border: solid 1px #333333;
	margin-left: 10px;
}

.tx-powermail-pi1_mandatory_submit {
	padding: 3px;
	width: 250px;
	background-color: #336699;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	border: solid 1px #333333;
	margin-left: 10px;
	margin-top: 20px;
}
.tx-powermail-pi1_formwrap BR { clear: left; }

.powermail_mandatory_list {margin-top: 20px; margin-left: 30px;}
.tx-powermail-pi1_mandatory { margin-top: 30px; margin-left: 30px;}


/* Header Blocchi Side Column */
.csc-header {
	margin: 30px 0px 10px 0px;
}

.csc-header-n1 {
	margin: 0px 0px 10px 0px;
}

/* Social Bookmark Icon */
.tx-timtabsociable-pi1 {
	margin: 20px 20px 40px 20px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.9em;
	color: #666666;	
}

.tx-timtabsociable-pi1 p {
	margin: 0px 0px 5px 0px;
}

	
.tx-timtabsociable-pi1 img {

border: 0px;
margin-left: 10px;
}