/* Styles CNX Consulting Partners */
/* Erstellt August 2006 */
/* www.b-fusion.de network@b-fusion.de */


/* allgemeine Formatierungen */

body {
	margin: 0px;
	padding: 0px;
	background-color: #d7d7d7;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
}
#header {
	width: 878px;
	margin: 25px auto 0px auto;
	padding: 0px;
	background-color: #d7d7d7;
}
#container {
	width: 878px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 30px 0px;
	background-color: #fff;
}
#col1 {
	float: left;
	width: 299px;
	margin:0px;
	padding:0px;
	background-color: #fff;
}
#col2 {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background-color: #fff;
	border-left:1px solid #d7d7d7;
}
#footer {
	width: 878px;
	height: 30px;
	margin: 3px auto 10px auto;
	padding: 0px;
	text-align: right;
	background-color: #d7d7d7;
}

.bgwhite{
	background-color: #fff;
}
.bgblack{
	background-color: #000;
}
/* Text Formatierungen */
p {
	margin: 5px 0px 0px 0px;
}
.imgfloatleft {
	margin: 0px 20px 10px 0px;
	float: left;
}
h1 {
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#003270;
	font-weight:bold;	
}
hr {
	clear:both;
	height: 1px;
	color: #d7d7d7;
	margin:10px 0px;	
}

.textblocksatz {
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
	text-align: justify;
}
.text {
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
}
.bestellen, a.bestellen:link, a.bestellen:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#003270;
	font-weight:bold;
	text-decoration:none;	
}
a.bestellen:hover, a.bestellen:actibe {
	text-decoration:underline;	
}
td, a {
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
}
#list ul { 
	list-style: none;
	margin:0;
	padding:4px 0px;	
}

#list li { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 4px;
	background-image:url(img_all/dot.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}	
/* Navigation */

#header a:link, #header a:visited {
	color: #333;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.06em;
}

#header a:hover {
	color:#fff;
}
#header a.Active:link, #header a.Active:visited, #header a.Active:hover, #header .Active {
	color:#fff;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.06em;
}
#footer a:link, #footer a:visited {
	color: #333;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.06em;
}

#footer a:hover {
	color:#003270;
}
#footer a.Active:link, #footer a.Active:visited, #footer a.Active:hover {
	color:#003270;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.06em;
}
#subnavi { 
	width: 290px;
	/*border:1px solid #000;*/
}

#subnavi ul { 
	display: block;
	list-style: none;
	margin:0;
	padding:0px 0px 0px 40px;
	
}

#subnavi li { 
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0px 4px 8px 4px;
	
}
#subnavi a:link, #subnavi a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	background-image:url(img_all/pfeil.gif);
	background-repeat: no-repeat;
	padding-left:10px;
}
#subnavi a:hover {
	font-weight:bold;
	color: #003270;
	background-image:url(img_all/pfeil_h.gif);
	background-repeat: no-repeat;
}
#subnavi a.active:link, #subnavi a.active:visited, #subnavi a.active:hover, #subnavi a.active:active {
	font-weight:bold;
	color: #003270;
	font-size: 12px;
	text-decoration: none;
	background-image:url(img_all/pfeil_h.gif);
	background-repeat: no-repeat;
	padding-left:10px;
}
