/* Stylesheet */

/* Farben:
 Orange (Überschriften, Linien)		: #c73900
 Hintergrund-Grau					: #2e2e2e
 Banner-Hintergrundfarbe (braun)	: #1f1310
 heller Text						: #f0f0f0
 dunkler Text						: #a18f85
*/

.thema {
	color: #2e2e2e;
	text-decoration: underline;
	cursor: pointer;
}

.thema:hover {
	color: #c73900;
}

.minimized
{
	height: 0px;
	overflow: hidden;
}

.unfolded
{
	height: auto;
}

#versandbox {
	width: 100%;
	height: 300px;
	background-color: #f0f0f0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.fotobox {
	width: 300px;
	height: 300px;
	float: left;
	color: #f0f0f0;
	margin: 0px 0px 0px 15px;
}

#foto_versandbox1 {	
	background-image: url("../images/Wildkameraverleih/Versandbox1.jpg");
}

#foto_versandbox2 {	
	background-image: url("../images/Wildkameraverleih/Versandbox2.jpg");
}

#foto_versandbox3 {	
	background-image: url("../images/Wildkameraverleih/Versandbox3.jpg");
}



/*#info_inhalt1_div
{
	height: 0px;
	overflow: hidden;
}/*

#info_inhalt1_li:hover div
{
	height: auto;
}*/