@charset "iso-8859-2";
/* CSS Document */

* { 
	margin: 0;
	padding: 0; 
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 160%;
	color: #FFFFFF;
	padding-left:10px;
}
h2 {
	font-size: 120%;
	color: #FFFFFF;
	padding:16px 0 0 10px;
}
h3 {
	font-size: 110%;
	color: #05047B;
	margin-bottom:8px;
	padding-top:3px;
}
p {
	margin-bottom:15px;
}

/*NAVIGATION*/
a:link {
	color: #08047B;
	text-decoration:underline;
}
a:visited {
	color: #08047B;
	text-decoration:underline;
}
a:active {
	color: #08047B;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #C60000;
}
#minitabs {
	margin:0;
	padding:0;
	color:#08047B;
}

#minitabs li {
	list-style-type: none;
	margin-bottom:5px;
}
	
#minitabs a:link, #minitabs a:visited {
	font-weight:bold;
	text-decoration:none;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover, #minitabs li#aktuell a {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #C60000;
}
/*HEAD*/
#header-container { 
	margin: 0;
	padding: 0;
	background-image:url(http://www.corsi-inglese.info/img/bg-header-container.gif);
	background-repeat:repeat-x;
	height:60px;
}
#header { 
	margin: 0;
	padding: 0;
	background-image:url(http://www.corsi-inglese.info/img/bg-header.gif);
	background-repeat:no-repeat;
	width:650px;
	height:60px;
}
/*CONTENT*/
#wrapper {
}
#content {
	width:996px;
	padding:5px 0 0 10px;
	position: relative; 
}
#navigation {
	width:154px;
	float:left;
	margin-right:8px;
	padding:5px;
}
#navigation img {
	margin:20px 12px 20px 12px;
	display:block;
}
#post {
	width:500px;
	float:left;
	margin-right:8px;
	border:1px dotted #CCCCCC;
	padding:5px;
	line-height:140%;
}
#post .red{
	color:#C60000;
	text-align:center;
	font-weight:bold;
}

#post .blu{
	color:#08047B;
	text-align:center;
	font-weight:bold;
}
#contact {
	background-image:url(http://www.corsi-inglese.info/img/guardian.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:360px;
	font-weight:bold;
}
#contact div,#contact form {
	margin-top:15px;
}
#right {
	float:left;
	width:300px;
}
.ads {
	margin-bottom:10px;
}
#ads-hotel {
	border:1px dotted #C60000;
	padding:5px;
	font-weight:bold;
}
#ads-hotel form {
	margin-top:10px;
}
#ads-hotel form .red {
	color:#C60000;
	font-weight:bold;
}
#books {
	margin:35px 0 10px 0;
}
#books ul {
	margin:0; 
	padding:0; 
	width:500px;
	list-style-type:none;
}
#books li {
	display:inline;
	width:235px;
	float:left;
	padding-right:15px;
	margin-bottom:20px;
}
#books li a {
	font-weight:bold;
}
#books li img{ 
	float:left;
	padding:3px 5px 0 0;
	width:71px;
	height:90px;
}
#libri {
	width:500px;
	float:left;
	margin-right:10px;
	border:1px dotted #CCCCCC;
	padding:5px;
}
#libri ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
}
#libri li {
	display:block;
	width:500px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
#libri li a {
	font-weight:bold;
}
#libri li img{ 
	float:left;
	margin-right:5px;
	width:71px;
	height:90px;
}
#page {
	text-align:right;
	margin-top:35px;
}
#page a {
	font-weight:bold;
}

#page a.activ {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #C60000;
}
#search {
	width:930px;
	float:left;
	border:1px dotted #CCCCCC;
	padding:5px;
}
#top {
	margin-bottom:15px
}
#search-box {
	float:right;
}
/*FOOTER*/
#footer {
	background-color:#2d298f;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0;
	margin-top:10px;
	clear:both;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
}

/*CLASS*/

.post-text {
	margin-bottom:25px;
	background-image:url(http://www.corsi-inglese.info/img/point.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-indent:15px;
}
.field {
	margin-top:5px;
	color: #FFFFFF;
	width: 280px;
	padding:5px;
	background-color: #C60000;
	border: none;
	display:block;
}
.fieldtext {
	color: #FFFFFF;
	width: 280px;
	padding:5px;
	background-color: #C60000;
	border: none;
	height: 150px;
	overflow: auto;
	margin-top:5px;
	display:block;
}
/*CLEAR*/
#wrapper:after,#header-container:after,#header:after,#content:after,#footer:after,#navigation:after,#post:after,#ads:after,#books:after,#ads:after { 
	clear: both; 
	display: block;  
	content: "."; 
	height: 0; 
	visibility: hidden; 
}
