@charset "utf-8";
/* CSS Document */

<style type="text/css">

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}






/* DIV-Boxen */

div#wrapper {
	width: 550px;
	border: 0px solid #b8b8b8;
/*	background: url(3cols_background.png) repeat-y;
*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

div#leftCol {
	float: left;
	width: 183px;


}

div#rightCol {
	float: right;
	width: 183px;
}

div#centerCol {
	border-right:dotted thin #999;
	border-left: dotted thin #999;
	width: 183px;
	margin-top: 0;
	margin-right: 183px;
	margin-bottom: 0;
	margin-left: 183px;

}

/*#nav a:link { color:#069 } #nav a:visited { color:#666} #nav a:hover {color:#F90} #nav a:active, #nav a:focus { color:#CCC }


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* normaler Text
normal  {
font-size:11px;
list-style-type: square;
list-style-position: inside;
font-family:Arial, Helvetica, sans-serif;
margin-left: 15px;
color: #333;      
}
*/



/* link mit hover
lnkh  {
font-size:11px;
list-style-type: square;
list-style-position: inside;
font-family:Arial, Helvetica, sans-serif;
margin-left: 0px;
}
*/



/* Listen */

ul {
list-style-type: square;
list-style-position:inside;
margin-left: 3px;
margin-right:3px
color: #666;
}

/* Überschrift, Absatz */

/*
h1, p {
	margin-left: 5px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#C60;
	background-image: url(../akunadeln/box_bg.gif);
	background-repeat: no-repeat;
}
*/


bltxt  {
	list-style-type: square;
	list-style-position:inside;
	font-size:11px;
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
	color: #666;
	
}

</style>

