* { 
	margin:0;
	padding: 0; 
}
body {
	background-image:url(../img/bg-gruen.jpg);
	background-repeat:repeat;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*NAVIGATION*/
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}

/*CONTENT*/
#start {
	margin:100px auto;
	width:720px;
}
#start img {
	border:0;
	margin-bottom:40px;
}
#start p {
	font-size:11px;
}
#start .en {
	background-image:url(../img/f_english.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-indent:30px;
	float:left;
	width:235px;
	text-align:left;
	margin:0 5px 70px 0;
}
#start .it {
	background-image:url(../img/f_italiano.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-indent:30px;
	float:left;
	width:235px;
	text-align:left;
	margin:0 5px 70px 0;
}
#start .de {
	background-image:url(../img/f_deutsch.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-indent:30px;
	float:left;
	width:235px;
	text-align:left;
	margin:0 5px 70px 0;
}
#start span {
	font-weight:bold;
	font-size:120%;
	padding-bottom:10px;
	display:block;
}
#wrapper {
	margin:10px 0 0 20px;
	width:938px;
	height:508px;
	background-image:url(../img/bg-wrapper.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#top {
	width:938px;
	background-image:url(../img/point-top.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#0066cc;
}
#left {
	float:left;
	width:140px;
	text-align:center;
}
#left h1 {
	color:#FF9900;
	font-size:140%;
	text-align:center;
	margin:10px 0 7px 0;
}
#left ul {
	margin:0;
	padding:0;
}
#left li {
	list-style-type:none;
	display:inline;
	margin-right:3px;
}
#left li img {
	border:0;
}
#logo {
	padding:17px 0 347px 0;
}
#logo img {
	border:0;
}
#right {
	float:left;
	width:210px;
}
#right .paese{
	display:block;
	text-align:right;
	color:#666666;
	font-size:11px;
}
#right .links{
	font-size:11px;
	padding:0 0 0 13px;
	line-height:130%;
	margin-top:3px;
}
#ads {
	float:left;
	clear:both;
	margin:15px 0 0 20px;
}
#content-container {
	width:581px;
	float:left;
}
#content {
	width:560px;
	margin:11px 0 0 15px;
	float:left;
}
#content a {
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	line-height:165%;
}
#content a:hover {
	background-image:none;
}
.but1{
	background-image:url(../img/but-1.gif);
	width:139px;
	height:25px;
	float:left;
	text-align:center;
	display:inline;
}	
.but2{
	background-image:url(../img/but-2.gif);
	width:140px;
	height:25px;
	float:left;
	text-align:center;
}	
.but3{
	background-image:url(../img/but-3.gif);
	width:140px;
	height:25px;
	float:left;
	text-align:center;
}
.but4{
	background-image:url(../img/but-4.gif);
	width:139px;
	height:25px;
	float:left;
	text-align:center;
}		
#post {
	padding:45px 20px 20px;
	line-height:145%;
}		
#post span {
	font-weight:bold;
	font-size:140%;
	letter-spacing:1px;
	font-variant:small-caps;
	background-color:#fef2e2;
}	
#post p {
	margin:15px 0 10px 0;
}
#post a {
	font-weight:normal;
	letter-spacing:normal;
	line-height:normal;
	text-decoration:underline;
}	
#post a:hover {
	text-decoration:none;
}
		
#post-contact {
	padding:30px 20px 20px;
}
#post-contact a {
	font-weight:normal;
	letter-spacing:normal;
	line-height:normal;
	text-decoration:underline;
}	
#post-contact a:hover {
	text-decoration:none;
}
#sub-nav {
	margin:0 0 30px 0;
	padding:0;
}
#sub-nav li {
	list-style-type:none;
	display:inline;
	width:100px;
	color:#0066CC;
	margin-right:30px;
}
#sub-nav li a {
	font-weight:bold;
}
#sub-nav li a.activ {
	text-decoration:none;
}
.linea {
	border-bottom:1px dotted #FCBF89;
	margin:25px 0;
}

.point {
	background-image:url(../img/eck-gruen.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	text-indent:20px;
	margin:20px 0;
}


/*CLEAR*/
#wrapper:after,#top:after,#left:after,#content:after,#right:after,#post:after;#start:after { 
	clear: both; 
	display: block;  
	content: "."; 
	height: 0; 
	visibility: hidden; 
}
