.component {
	clear: both;
	margin-bottom: 5px;
	width: 100%;
}

#sitestatinfo {
	border: 3px solid #000;
	display: block;
	width: auto;
	padding: 10px;
	background: #fff;
	opacity: 0.7;
	filter:alpha(opacity=70);
	left: 320px;
	position: absolute;
	top: 43px;
}

/*****************************
	TEXT AND PICTURE COMPONENT
/****************************/
	.intro {
		font-weight: bold;
		margin-bottom: 10px;
	}
	.picture-component,
	.text {
		padding: 0;
	}
	.picture-component img.left {
		float: left;
		margin: 0 10px 10px 0;
	}
	.picture-component img.right {
		float: right;
		margin: 0 0 10px 10px;
	}
	.picture-component.center {
		text-align: center;
	}
/*****************************
	NEWS COMPONENT
/****************************/
	.news .header {
		font-weight: bold;
		font-size: 1.1em;
	}
	.news .date {
		font-size: .9em;
		font-style: italic;
	}
	.news a.more {
		padding-left: 10px;

	}
	
/*****************************
	FILE COMPONENT
/****************************/
	.file-component {
		width: 100%; 
		background-color: #cccccc; 
		float:left; 
		clear:both;
	}

	.file-component .icon 	{
		width: 23px; 
		float:left;
	}
	
	.file-component .size 	{
		padding-left: 0;  
		display: block; 
		float: left; 
		position:relative; 
		left:23px;
	}
	
	.file-component .modified {
		padding-left: 23px;
		display:block; 
		float:left;
	}				
	
	.file-component .header
	{
		font-weight: bold;
	}	
    		
/*****************************
	FORM COMPONENT
/****************************/
	
.form {
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 160px;
}	
.form label.error {
	color: red;
}
.form input {
	float: left;
	margin-right: 10px;
}
.form textarea {
	font: 12px verdana;
}
input.btn {
	border: 0;
	background: #036;
	color: #fff;
	font-weight: bold;
	padding: .2em 1em;
}
.form ol.radio li {
	margin-left: 160px;
	margin-bottom: 5px;
	clear: both;
}


/*
   FILE component       
*/

	.component.file {
		margin-bottom: 1em;	
		
	}	
	.file .filename {
		display: inline;
	}
	.file .filename a {
		font-size: 1em !important;
	}
	.file .info {
		display: inline;
		padding: 0 1em;
		font-style: italic;
		font-size: .9em;
	}
	
	
	iframe {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#weer-widget {
		display: block; 
		background: rgb(0, 96, 172);
		width: 120px;
		position: absolute;
		top: 595px;
		left: 170px;
	}	
	#weer-widget a.logo {
		display: block;
		overflow:hidden;
		height: 30px;
	}
	
	#social-connected {
		padding-top: 35px;
	}