body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:11px;
	cursor:default;
	color:#555;
	background-color:#FFFFFF
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a {border:none;}
a img {border:none;}

#container {
	width: 845px;
	margin-top: 100px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#headfootleft {
	float:left;
	padding-top:15px;
	width:630px;
	height:100px;
	margin-right:15px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-style:solid;
	border-color:#bfbebf;
}
#headfootleft img {
	border:none;
}

#headfootright {
	float:left;
	padding-top:10px;
	font-weight:bold;
	width:200px;
	height:100px;
	line-height:15px;
	font-size:11px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-style:solid;
	border-color:#bfbebf;
}
#content {
	float:left;
	width:630px;
	height:400px;
	margin-right: 15px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-style:solid;
	border-color:#bfbebf;
}
#content-ryke {
	float:left;
	width:630px;
	height:400px;
	margin-right: 15px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-style:solid;
	border-color:#bfbebf;
}
#subnavi {
	float:left;
	width:200px;
	padding-top:15px;
	padding-bottom:15px;
	line-height:17px;
	font-weight:bold;
	font-weight:bold;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-style:solid;
	border-color:#bfbebf;
}

#indexcontainer {
	width: 630px;
	padding-left:45px;
	margin-top: 100px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#index {
	float:left;
	width:315px;
	padding-top:15px;
}


.stoffmuster {
	margin-right:15px;
	float:left;
}

.fla {
	width:845px;
	padding-top:140px;
	z-index:100;
}

/* Team-Bilder */

#pic-view {
	float:left;
	list-style-type:none;
	margin: -3px 0px 0px -6px;
	}

#pic-view li {
	width: 126px;
	height: 128px;
	float:left;
	}

#pic-view li img {
	border: #FFFFFF solid 8px;
	}

#view {
	z-index:50;
	}


	

/* ------------- Ovale Denkblase -------------- */
.bubble {
	position:relative;
	z-index:100;
	left:60px;
}

#pic-view a .oval-thought {
	display:none;
	position:relative;
	}

#pic-view a:hover .oval-thought {
	display:block;
	position:relative;
	width:140px;
	padding:20px 14px 24px 14px;
	margin:-20em 0em 0em 5em;
	text-align:center;
	color:#fff;
	background:#ffcc00;
	z-index:100;
	/* css3 */
	/*
	NOTES:
	-webkit-border-radius:200px 120px; // produces oval in safari 4 and chrome 4
	-webkit-border-radius:200px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
	Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
	*/
	-webkit-border-top-left-radius:200px 120px;
	-webkit-border-top-right-radius:200px 120px;
	-webkit-border-bottom-right-radius:200px 120px;
	-webkit-border-bottom-left-radius:200px 120px;
	-moz-border-radius:200px / 120px;
	border-radius:200px / 120px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#ECAC00));
	background:-moz-linear-gradient(top, #FFCC00, #ECAC00);
	background:-o-linear-gradient(top, #FFCC00, #ECAC00);
	background:linear-gradient(top, #FFCC00, #ECAC00);
}

#pic-view .oval-thought span {	color:#fff;}

/* ----- macht den grossen kreis ----- */
#pic-view .oval-thought:before {
	content:"\00a0";
	position:absolute;
	z-index:90;
	bottom:-26px;
	left:40px;
	width:24px;
	height:24px;
	background:#ECAC00;

	/* css3 */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}

/* ----- macht den kleinen kreis ----- */
#pic-view .oval-thought:after {
	content:"\00a0";
	position:absolute;
	z-index:90;
	bottom:-36px;
	left:32px;
	width:12px;
	height:12px;
	background:#ECAC00;
	
	/* css3 */
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

/* --------- Ende Denkblase ------------- */

.f10 {
	font-size:10px;
	font-weight:normal;
	padding-left:0px;
}
.zweinav {
	font-size:10px;
	font-weight:normal;
	padding-left:10px;
}

a {
	color:#5e5c5f;
	text-decoration:none;
}
a:hover {
	color:#ECAC00;
	text-decoration:none;
	font-weight:bold;
}
.activ {
	color:#ECAC00;
	text-decoration:none;
	font-weight:bold;
}

ul {
	list-style:none;
	color:#ECAC00;
}

li {
	height:15px;
}


p {
	color:#5e5c5f;
	font-size:12px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:0px;
	line-height:24px;
}

.impressum {
	font-size:10px;
	font-weight:normal;
	line-height:16px;
}

.zeilenabstand {
	line-height:18px;
}

.abstand10 {
padding-top:10px;
}

.linksabstand{
padding-left:10px;
}

.linksobenabstand{
padding-left:0px;
padding-top:10px;
}

h1 {
	font-size:20px;
	line-height:44px;
	color:#f9b41f;
	font-weight:100;
	letter-spacing:1px;
}
h2 {
	font-size:18px;
	color:#5e5c5f;
	line-height:26px;
	font-weight:300;
}
h3 {
	color:#ECAC00;
	font-size:20px;
	background-color:#FFFFFF;
	text-align:left;
	margin-right:15px;
	font-weight:300;
	padding:0px;
}
h4 {
	color:#5e5c5f;
	font-size:11px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:0px;
	line-height:14px;
	font-weight:100;

}

