/** für den wysiwyg **/

@import url(css/styles.css);


		body {
			background-color:white;
			margin: 0 0 0 0;
			padding: 12px 10px 0px 12px;
			text-align:left;
			font-family:arial,helvetica,sans-serif;
			font-size: 12px;
		}

			p {

				margin: 0 0 0 0;
				padding:  6px 10px 6px 0px;
				line-height: 1.4;
				font-size: 12px;
			}

			a {
				color: #F57D0F;
			}

	ol,ul{
		padding: 1px 10px 0 32px;
		line-height:1.4;
	}

	ul li p, ol li p{
		padding:0;
	}

	ol{
		list-style-type:decimal;
	}

	ul{
		list-style-type:disc;
	}

	b,strong{
		font-weight:bold !important;
	}

	i,em{
		font-style:italic !important;
	}

	blockquote{
		padding-left:15px !important;
	}

	td{
		font-family:Arial,Helvetica,sans-serif !important;
	}

	ol li {
		list-style-type: none;
		background: transparent url(img/link_aufzaehlung.gif) no-repeat scroll 0 0;
		margin:0;
		padding:0 0 0 19px;
	}

	ol {
		margin-left:0;
		padding-left:0;
	}
