/*******************************************************************************

	content.css - Inhaltsspezifische Einträge, individuell.

*******************************************************************************/
/* body - keine Gerüstelemente -> content.css */
body {
	background:#FFFFFF;	
	color: #000000;
	font-family:arial, helvetica, sans-serif;
	}
img { 
	border:none;
}
a { 
	text-decoration:none;
	color:#08960C;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
#main-content h1 {
	background: inherit;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.8em;
	margin-top:0px;
	padding-top:0.4em;
}
#main-content li {
	list-style-type: disc;
	margin-left:20px;
}

#main-content h2 {
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main-content h3 {
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}
#right h1{
	background-color: #E8E8E8;
	margin:0px 0px 1px 0px;
	font-size:14px;
	font-weight:bold;
	padding: 10px;
}
.newsHell p{
	background-color:#E8E8E8;
	margin:1px 0px 1px 0px;
	padding:10px;
}
.newsDunkel p{
	background-color: #C4C4C4;
	margin:1px 0px 1px 0px;
	padding:10px;
}

/* ### Images ############################################################ */

#main-content img {
	display:block;
	margin:4px 0;
}

#main-content img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-content img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}


/* Modul Projekte Web Referenz */
.web_referenz {
	margin-bottom: 10px;
	width: 660px;
}
.web_referenz .name {
	font-weight:bold;
	border-bottom: 1px solid #666666;
}
.web_referenz .foto {
	width:160px;
	float:right;
	margin-left:6px;
	margin-bottom:3px;
	padding:1px;
}
.web_referenz .foto img{
	border: 1px solid #666666;
}
.web_referenz .clear_right {
	clear:right;
}
.web_referenz .strong {
	font-weight:bold;
}
/* Lightbox Bildvorschau */
.lightbox_bild{
		float:left;
		height:150px;
		margin:2px 5px;
}
.clearleft{clear:left;}
