/**
 * Wirtschaftsvereinigung Laichingen
 * editor stylesheet
 *
 * (c) 2008 EZdesign.de
 */


/**
 * general rules
 */

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

a {
	color: #022E91;
	text-decoration: underline;
}
a:hover {
	color: black;
}

a img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}


/**
 * editor classes
 */

.box_uberschrift {
	display: block;
	font-weight: bold;
	padding: 2px 0;
	text-indent: 8px;
	width: 200px;
	margin: 0;
	background: #FEAE15;
}

.box {
	display: block;
	border: 1px solid #C8C8C8;
	padding: 10px 7px;
	margin: 0 0 15px 0;
}

.floatright {
	float: right;
}

.alignright {
	text-align: right;
}

.floatleft {
	float: left;
}
