/* CSS Document */

/*----------------------------------------*
**  Global
**----------------------------------------*/

body { font: 11px verdana, hevetica, sans-serif; color: #666666; text-align: left; line-height: 18px; margin-top: 0px; padding-top: 0px; }
	
H1 { font-size: 30px; color: #49f ; padding-bottom: 0px; margin-bottom: 0px;  padding-bottom: 0px;  padding-top: 0px; margin-top: 0px; } 

H2 { font-size: 11px; font-style: normal; font-weight: normal; color: #49f; padding-bottom: 2px;  margin-bottom: 2px;  margin-top: 12px; padding-top: 12px; } 

H3 { font-size: 10px; } 

p { font-size: 11px; } 

ul { font-size: 11px; }

/*----------------------------------------*
**  Layout
**----------------------------------------*/
#container { margin: 0 auto; width: 800px; margin-top: 10px; border:#FFA500 solid 1px; background:  url(../foto/css_webdesign_bg.jpg); background-color: white; background-repeat: no-repeat; }		
	
#left { float: left; width: 130px; margin-left: 0px;  margin-top: 180px; }

#content { float: left; padding-left: 20px; width: 400px; text-align: justify; padding-top: 0px; margin-top: 180px; }

#right { float: right; width: 180px; text-align: justify; padding-top: 80px; margin-top: 180px; }

#foot { clear: both; margin-top: 0px; padding-top: 0px; position:relative; }
  
/*----------------------------------------*
**  Links
**----------------------------------------*/

a:link,
a:visited { color: #339999; text-decoration: none; font-size: 11px; }
a:hover   { color: #FFA500; text-decoration: none; font-size: 11px; }

a.nav1:link,
a.nav1:visited { color: #FFA500; text-decoration: none; font-size: 11px; display: block; text-decoration: none; line-height: 17px; }
a.nav1:hover   { color: #FFA500; text-decoration: none; font-size: 11px; margin-right: 10px; background-color: #FDF9C0; }


/*----------------------------------------*
**  #content
**----------------------------------------*/
#content h1 { font-size: 14px; margin-top: 0px; padding-top: 0px; color: #49f; }

/*----------------------------------------*
**  #right
**----------------------------------------*/
#right h3 { color: #49f; text-align: right; font-size: 12px; font-weight: bold; margin-bottom: 3px;  padding-bottom: 3px;  margin-top: 0px;  padding-top: 0px; }

#right h4 { color: #49f; text-align: center; font-size: 10px; font-weight: bold; margin-bottom: 3px;  padding-bottom: 3px;  margin-top: 0px;  padding-top: 0px; }

#right p { line-height: 15px; padding-top: 7px; }

#right ul { list-style-type: none; font-size: 11px; } 

#right ul li { list-style-type: none; font-size: 11px; } 


