/* CSS Document */
/* Basic Elements */
html, body {font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
#container {
    float: left;
	width: 900px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
	margin: 10px;
	
	}
#content {
	float: right;
	width: 740px;
	}
#left {
	float: left;
	width: 120px;
	margin-left: 20px;
	}


/* Sidebar */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	
	}
#sidebar li a:hover {
	color: grey;
	
	}
	
	

#scroll {
height: 500px;
width: 740px;
overflow: auto;
border: 0px solid #666;
background-color: white;
padding: 8px;
}

	
	
	
	
	
	

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}


.smaller {font-size: smaller; }

h1 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 30px;
	
	}
	h2 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
	
	}
a {
	color: grey;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
.alle 
      {
        margin: 10px;
		border: 1px solid grey;
		padding: 14px;
		}
		

/* MATTIE will das unmögliche, schau ma mal obs geht */

	#content_chwh{
	margin:0;
	padding:0 0 75px 0; /*zum untern rand*/
	
	width:650px;
	letter-spacing:0.2px;
}
	
		


.contentitem_detailview{
	margin:0 0 0 0;
	padding: 0;
	text-align: center;
}












.contentitem_preview{ /*use preview end*/

}

.contentitem_preview a{ 
	border:#cccccc 1px solid;
	display:block; /*wichtig !*/
}
.contentitem_preview a:hover{ 
	border:#ff0000 1px solid;
	display:block; /*wichtig !*/
}
.contentitem_preview a#selected{
	border:#ff0000 1px solid;
	display:block; /*wichtig !*/
}

.contentitem_preview .previewitem{
	margin:5px;
	padding:0;
	float:left;
	overflow:visible;
}
.contentitem_preview .previewitem img{
	height:80px;
}
.contentitem_preview .previewitem#selected img{
}


.contentitem_previewEnd{
	clear:both;
	margin:0 0 30px 0;
}

.contentitem_text{
	margin:0 0 20px 0;
}


	
		
		
			