/* CSS Document */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #CCCCCC;
}
#fullpage {
	margin-left:auto;
	margin-right:auto;
	width:810px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding:10px;
}
h1 {
	font-size: 1.6em;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h2 {
	font-size: 1.1em;
	padding: 0px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#bookmarks {
	float:left;
	width:620px;
}
#adv {
	float:right;
	width:172px;
}
#adresse, #links, #adsense, #portale {
	font-size: 0.9em;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding:5px;
	margin-bottom: 10px;
}
#adv h1 {
	font-size:1.1em;
	padding:0;
	margin:0;
}
#adv ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#adv ul li {
	line-height:15px;
}
#adsense {
	margin-bottom: 10px;
}
#tagcloud {
	font-size: 0.9em;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding:5px;
	margin-bottom: 10px;
	width:160px;
	text-align: justify;
}
#tagcloud a {
	text-decoration:none;
}
div.link {
	font-size: 0.9em;
	padding:0px;
	width:620px;
	margin:0px;
}
div.bookmark {
	font-size: 0.9em;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding:3px;
	width:620px;
	margin-bottom: 10px;
}
div.bookmark .screenshot {
	width:120px;
	float:left;
}
div.bookmark .details {
	width:500px;
	float:right;
}
div.adslist {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding:3px;
	width:620px;
	margin-bottom: 10px;
}
h2 a {
	color: #996600;
	text-decoration: underline;
}
h2 a:hover {
	color: #993300;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
blockquote.small {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
}
blockquote.tags a strong {
	font-weight: normal;
	color: #333333;
	padding:2px;
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
}
a {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #993300;
}
p {
	font-size: 0.9em;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding:5px;
}
.formfeld {
	border: 1px solid #999999;
	background-color: #EEEEEE;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	padding:2px;
}

/* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

