@charset "UTF-8";
/* CSS Document */

/* Kalibrierung  */
*	{margin:0;
	padding:0;
}
h1, h2, p, ol	{margin-bottom:1em;	
}
ul ul	{margin-bottom: 0;
}
li	{
	margin-left:0;
	font-weight: bold;
}
html	{height:101%;
}

/* allgemeine Styles  */
body		{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/linie1cm_FCB5D5.png);
	color:#666;
	padding:0;
	margin:0;
	line-height:120%;
}
p			{color:#666;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			line-height:140%;
}
h1			{font-size:16px;
			font-family:Verdana, Geneva, sans-serif;
			font-weight:bold;
			color:#666;
			margin-top:1em;
}
h2			{font-size:14px;
			font-family:Verdana, Geneva, sans-serif;
			font-weight:bold;
			color:#666;
			margin-top:1em;
}
address		{font-size:10px;
			letter-spacing:2px;
			font-style:normal;
}

/* allgemeine Text-Hyperlinks  */

a	{text-decoration:underline;
	color:#666;
}

a:link	{text-decoration:underline;
		color:#666;
}

a:visited	{text-decoration:underline;
		color:#306;
}

a:focus	{text-decoration:underline;
		color:#F6C;
}

a:hover	{text-decoration:underline;
		color:#F6c;
}



/* allgemeine Klassen */

/* ID's  */

#container 	{width:850px;
			background-color:#FFF;
			color:#666;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			margin:50px auto 0 auto;
			border:#FCB5D5 3px solid;
			position:relative;
}

#kopf		{padding:0;
			margin: 0;
			position:relative;
			width:844px;
			height:168px;
}

#kopfband	{
	background-color:#FCB5D5;
	position:absolute;
	width:832px;
	height:150px;
	border-style:double;
	border-color:#FFF;
	border-width:9px;
}


#kopfbild	{
	position:absolute;
	top:-40px;
	text-align:center;
	width: 830px;
	left: 20px;
}

#links	{background-color:#FCB5D5;
		height:645px;
		width:188px;
		float:left;
		padding:0px;
		border-top:#FCB5D5 3px solid;
		border-left-color:#FFF;
		border-left-width:9px;
		border-left-style:double;
		border-right-color:#FFF;
		border-right-width:9px;
		border-right-style:double;
}

#rechts	{background-color:#FFF;
		height:642px;
		width:635px;
		margin:0px 3px 0 0;
		padding:0 0px 0 0;
		float:right;
		border-top:#FBADD4 3px solid;
		border-right-color:#FCB5D5;
		border-right-width:3px;
		border-right-style:solid;
		border-bottom:#FCB5D5 3px solid;
		border-left:#FCB5D5 3px solid;
}

#cursor {
	cursor: pointer;
}
.cursor	{ cursor:pointer;}
#rechtsinnen {background-color:#FFF;
		height:595px;
		width:615px;
		margin:40px 10px 5px 10px;
		position:relative;
}

#sortiment1	{
	position:absolute;
	margin-bottom:50px;
	top:186px;
	left:223px;
	width:409px;
	height:115px;
}

#sortiment2	{
	position:absolute;
	top:279px;
	right:10px;
	width:410px;
	height:121px;
}		

#sortiment3	{
	position:absolute;
	top:385px;
	left:283px;
	width:434px;
	height:110px;
}

#sortiment4	{
	position:absolute;
	top:484px;
	right:30px;
	width:406px;
	height:111px;
}

#sortiment5	{
	position:absolute;
	top:575px;
	left:220px;
	width:438px;
	height:110px;
}

#sortiment6	{
	position:absolute;
	top:687px;
	right:18px;
	width:483px;
	height:124px;
}

#sortiment7	{
	position:absolute;
	top:400px;
	right:223px;
	width:350px;
	height:160px;
}

#sortiment8	{
	position:absolute;
	top:650px;
	right:447px;
	width:350px;
	height:160px;
}

#navig		{margin:0;
			height:580px;
			width:184px;
			float:left;
			left:0;
			padding:25px 0;
}

#navig ul	{margin:0;
}

#navig li 	{list-style:none;
			background-image:url(images/buttonovalweissklein.png);
			color:#333;                                                                                                
			text-align:center;
			margin:0 0 22px 0px;
			padding:3px 0;
			text-decoration:none;
}


#navig a	{color:#333;
			margin:3px 0;
			padding:px 0;
			text-decoration:none;
			text-align:center;
}

#navig a:visited	{color:#333;				
}


#navig a:focus		 {color:#F6C;
					font-weight:bold;
}

#navig a:hover		 {color:#F6C;
					font-weight:bold;
}

#navig01 a			 {color:#306;
					font-weight:bold;
}

#lageplan	{float:left;
			padding:0 0px;
			margin:0 0px 0 0;
}

#fuss		{border-style:double;
			border-color:#FFF;
			border-width:9px;
			left:3px;
			color:#333;
			background-color:#FCB5D5;
			text-align:center;
			font-weight:bold;
			padding:11px;
			clear:both;			
}

